﻿/* 这个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; */
}

.overh {
  overflow: hidden;
}

.map img {
  max-width: inherit;
}

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

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

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

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

.you-uls {
  display: none;
}

.you-uls a {
  display: none;
}

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

.new-list-xiang table {
  margin: 0 auto;
}

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

body {
  font-family: "Regular";
  color: #555;
  padding-top: 90px;
  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;
}

.yao-cell table {
  margin: 0 auto;
}

.fl {
  float: left;

}

.fr {
  float: right;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

input:focus,
textarea:focus {
  outline: none;
}

.ta {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.f14px {
  font-size: 14px;
}

.f16px {
  font-size: 16px;
}

.book {
  border: 1px solid #000;
}

.db {
  display: block;
}

.dnb {
  display: inline-block;
}

.flight {
  font-weight: lighter;
}

.fbold {
  font-weight: bold;
}

.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

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

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

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

.hovercolor {
  color: #8cca1d;
}

.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}

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

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

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

.f48 {
  font-size: 48px;
}

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

.p15 {
  padding: 15px;
}

.w50 {
  width: 50%;
}

.blod {
  font-weight: bold;
}

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

.w55 {
  width: 55%;
}

.over-img:nth-child(3) {
  height: 319px;

}

.add-yw {}

.hangs {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  background: #ffffff;
  right: 0;
  padding: 0 90px;
  width: 100%;
  line-height: 89px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hangs .img1 {
  display: none;
}

.hangs .img2 {
  display: block;
  float: left;
}

.navs-ul>li {
  display: inline-block;
  position: relative;
}

.navs-ul>li:hover .er-uls {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.navs-ul>li>a {
  color: #013e92;
  font-size: 17px;
  padding: 0 10px;
}

.navs-ul>li:after {
  height: 2px;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 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);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-color: #05439b;
}

.navs-ul>li:hover:after,
.navs-ul>li.active:after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.yu {
  margin: 0 20px;
}

.yu .div1 {
  color: #05439b;
  cursor: pointer;
}

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

.daos1 {
  margin-left: 10px;
}

.daos1 i {
  font-size: 20px;
  color: #05439b;
}

.ban-zi {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

.fangd1 a {
  border: 1px solid #05439b;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

.fangd1 a:hover {
  background: #05439b;
  color: #ffffff;
}

.position {
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #eeeeee;
}

.position .po-ul>li {
  display: inline-block;
  position: relative;
}

.position .po-ul>li:nth-child(1) {
  border-right: 1px solid #eeeeee;
}

.position .po-ul>li a {
  display: inline-block;
  padding: 0px 27px;
  line-height: 60px;
  height: 60px;
  color: #5b5b5b;
  font-size: 16px;
  transition: 400ms ease-in-out;
}

.position .po-ul>li:hover,
.position .po-ul>li.active {
  background: #00a0e9;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.position .po-ul>li:hover a,
.position .po-ul>li.active a {
  color: #ffffff;
}

.hrd {
  color: #05439b;
  font-size: 30px;
  font-weight: bold;
  margin: 70px 0 40px 0;
}

.zhuanli {
  margin-bottom: 40px;
}

.zhuanli .col-md-3 {
  margin-bottom: 30px;
}

.li-con {
  padding: 8px;
  border: 1px solid #eeeeee;
}

.li-con .li-title {
  color: #414141;
  font-size: 16px;
  margin-top: 6px;
  line-height: 48px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background: #eeeeee;
}

.li-con:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.li-con:hover .rong-title {
  color: #05439b;
}

.foot-uls li {
  margin-right: 120px;
  float: left;
}

.foot-uls li:last-child {
  margin-right: 0;
}

.foot-uls li a {
  color: #747474;
  font-size: 15px;
}

.foot-uls li a:hover {
  color: #05439b;
}

footer {
  padding-top: 40px;
  border-top: 1px solid #ececec;
  line-height: 30px;
}

footer .foot1 .fl .foot-p {
  padding-left: 0;
  text-align: left;
}

footer .foot-p {
  color: #000000;
  font-size: 18px;
}

footer .foot-con {
  margin-top: 17px;
}

footer .i-ul i {
  color: #05439b;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}

footer .i-ul li {
  color: #747474;
  font-size: 15px;
}

footer .foot1>div {
  display: inline-block;
}

footer .foot-con .iconfont {
  font-size: 30px;
}

footer .foot1>div p {
  text-align: center;
  margin-bottom: 10px;
}

footer .le-ma {
  width: 50%;
}

footer .le-ma .le-p {
  font-size: 14px;
  color: #7b7b7b;
  margin-top: 5px;
  line-height: 25px;
}

.foots {
  color: #7b7b7b;
  font-size: 16px;
  margin-top: 30px;
  line-height: 60px;
  border-top: 1px solid #ececec;
}

.us-about {
  margin: 75px 0;
}

.us-about .gs-cons {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 31px;
}

.us-about .hrd {
  margin: 40px 0 20px 0;
}

.us-about .us-img {
  padding: 0 54px 0px 0;
}

.rong {
  margin-bottom: 40px;
}

.rong .col-md-4 {
  margin-bottom: 30px;
}

.rong .li-con {
  border: 1px solid #eeeeee;
}

.rong .rong-title {
  color: #0b0b0b;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 10px 0;
  line-height: 30px;
  padding: 0 20px;
}



.investor_li>div:nth-of-type(1) {
  color: #666666;
  font-size: 14px;


}


.investor_li>div {
  background: #fff;
  padding: 15px 0;
}

.investor_ul {
  padding: 0 20px;
  margin-bottom: 20px;
}


.investor_li_size {
  padding: 15px 0;
  width: 100%;
  background: #eee;
  padding-left: 20px;
}

.investor_li a {
  display: inline-block;
  width: 100%;
}

.zlxz .investor_li a {
  display: flex;
}

.zlxz .investor_li a img {
  max-width: 100px;
}

.investor_li span {
  color: #686868;
  font-size: 16px;
}

.zlxz .investor_li_size {
  background: none;
}

.zlxz .investor_li {
  margin-bottom: 20px;
}

.investor_li a:hover .investor_li_size span {
  color: #00a0e9;
}

.investor_li a:hover .investor_li_size .iconfont {
  color: #00a0e9;
}

.investor_li a:hover .investor_li_size .date {
  color: #00a0e9;
}

.investor_li .iconfont {
  font-size: 26px;
  color: #686868;
}

.investor_li .data {
  font-size: 14px;
}



.investor_li {
  border-bottom: 1px solid #ececec;
}

.investor_li:last-child {
  border: none;
}








/*.lianxis {
  margin-bottom: 80px;
}*/
.lianxis .col-md-4 {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.lianxis .lianxi-uls {
  padding: 11px 0;
}

.lianxis .lianxi-uls li {
  padding: 13px 0;
  border-bottom: 1px solid #f0f0f0;
}

.lianxis .lianxi-uls li:last-child {
  border-bottom: none;
}

.lianxis .lianxi-uls li .fl {
  width: 10%;
  line-height: 50px;
  color: #00a0e9;
  text-align: center;
}

.lianxis .lianxi-uls li .fl i {
  font-size: 30px;
}

.lianxis .lianxi-uls li .fr {
  width: 85%;
}

.lianxis .lianxi-uls li .fr .add-p {
  color: #000000;
  font-size: 20px;
}

.lianxis .lianxi-uls li .fr .add-p1 {
  color: #5b5b5b;
  font-size: 16px;
  margin-top: 10px;
}

.new .new-ul {
  margin-bottom: 30px;
}

.new .new-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}

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

.new .new-ul li a {
  display: block;
}

.new .new-ul li a>.fl {
  width: 33%;
}

.new .new-ul li a .new-con {
  width: 65%;
}

.date {
  color: #888888;
  font-size: 15px;
}

.new .new-ul li a .new-con .new-title {
  font-size: 19px;
  color: #0b0b0b;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 10px 0;
}

.new .new-ul li a .new-con .new-yao {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new .new-ul li a .new-con .more {
  color: #0b0b0b;
  font-size: 15px;
  margin-top: 20px;
}

.new .new-ul li a .new-con .more i {
  color: #00a0e9;
}

.new .new-ul li a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.new .new-ul li a:hover .new-con .new-title {
  color: #05439b;
}

.new .new-ul li a:hover .new-con .more {
  color: color;
}

.baodao .li-con {
  border: 1px solid #eeeeee;
  display: block;
}

.baodao .li-con .overh {
  height: 175px;

}

.baodao .li-con .cons-d {
  padding: 20px;
}

.baodao .li-con .rong-title {
  line-height: 30px;
  height: 30px;
  padding: 0;
}

.baodao .li-con:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.baodao .li-con:hover .rong-title {
  color: #05439b;
}

.xiangye-tui .tui-a {
  display: block;
}

.xiangye-tui .tui-a>.fl {
  width: 45%;
  height: 300px;
}

.xiangye-tui .tui-a>.fr {
  width: 50%;
}

.xiangye-tui .tui-a>.fr .yue {
  font-size: 15px;
  color: #888888;
}

.xiangye-tui .tui-a>.fr .yao-title {
  color: #0b0b0b;
  font-size: 19px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}

.xiangye-tui .tui-a>.fr .ziyao {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  height: 120px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.xiangye-tui .tui-a .xiang {
  color: #0b0b0b;
  font-size: 18px;
  margin-top: 30px;
}

.xiangye-tui .tui-a .xiang .yus {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #00a0e9;
  display: inline-block;
  line-height: 47px;
  margin-right: 20px;
  text-align: center;
}

.xiangye-tui .tui-a .xiang .yus i {
  color: #ffffff;
}

.xiangye-tui .tui-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.xiangye-tui .tui-a:hover>.fr .yao-title {
  color: #05439b;
}

.xiangye-tui {
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 50px;
}

.zhas {
  color: #888888;
  font-size: 15px;
  line-height: 25px;
  margin-top: 5px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.heyauan-con .hrd {
  margin-bottom: 30px;
}

.heyauan-con .li-con {
  display: block;
  border: none;
}

.heyauan-con .li-con .rong-title {
  padding: 0;
  line-height: 40px;
  height: 40px;
  margin-top: 5px;
}

/*首页加子站链接*/

#dowebok .section.active .fus-itlte .zz_pro {
  padding-left: 10px;

}

#dowebok .section.active .fus-itlte .zz_pro a {

  color: #333;

}

#dowebok .section.active .fus-itlte .zz_pro a:hover {

  color: #05439b;

}







.heyauan-con .li-con .zhas {
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.heyauan-con .col-md-4 {
  margin-bottom: 45px;
}

.heyuan-ul {
  margin-bottom: 58px;
  text-align: center;
}

.heyuan-ul li {
  display: inline-block;
  margin: 0 10px;
}

.heyuan-ul li a {
  color: #454545;
  font-size: 18px;
  line-height: 43px;
  padding: 0 40px;
  border: 1px solid #9e9e9e;
  border-radius: 40px;
  display: inline-block;
}

.heyuan-ul li:hover a,
.heyuan-ul li.active a {
  background: #05439b;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #05439b;
}

.events-con .swiper-wrapper .swiper-slide {
  position: relative;

}

.events-con .swiper-wrapper .swiper-slide:nth-child(odd) {
  background: url(../img/3.png) left top no-repeat;
  padding-left: 20px;
  padding-top: 66px;
  top: 93px;
}

.events-con .swiper-wrapper .swiper-slide:nth-child(even) {
  background: url(../img/4.png) left bottom no-repeat;
  padding-left: 20px;
  padding-bottom: 62px;
  top: -88px;
}

.events-con .swiper-wrapper .swiper-slide .even-date {
  color: #353535;
  font-size: 28px;
}

.yu i {
  display: inline-block;
  margin-right: 5px;

}

.daos1 {
  display: none;
}

.events-con .swiper-wrapper .swiper-slide .even-yao {
  color: #818181;
  font-size: 15px;
  line-height: 27px;
  width: 150%;
  height: 81px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.luns .swiper-container {
  padding: 100px 0;
}

.luns .swiper-container .swiper-button-next {
  width: 37px;
  height: 37px;
  background: url(../img/6.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.luns .swiper-container .swiper-button-prev {
  width: 37px;
  height: 37px;
  background: url(../img/5.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.luns::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #01429b;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.gs>div {
  width: 48%;
}

.gs .le-gs .swiper-button-next {
  width: 39px;
  height: 39px;
  background: url(../img/7.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.gs .le-gs .swiper-button-prev {
  width: 39px;
  height: 39px;
  background: url(../img/8.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.gs .re-gs .gs-yao {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 30px;
  height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}

.gs .re-gs .hrd {
  margin: 40px 0 20px 0;
}

.gs .re-gs .gs-shu {
  margin-top: 15px;
}

.gs .re-gs .gs-shu li {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}

.gs .re-gs .gs-shu li .s-p1 {
  color: #01429b;
  font-size: 33px;
  font-family: "FjallaOne";
}

.gs .re-gs .gs-shu li .s-p2 {
  color: #01429b;
  font-size: 17px;
}

.gs-con {
  margin: 60px 0 80px 0;
}

.events {
  padding-bottom: 80px;
}

.about-zong .events {
  background: #f4f3f1;
}

.about-zong .zhuans {
  background: url(../img/15.jpg) no-repeat;
  padding-bottom: 50px;
  background-size: 100% 100%;
}

.about-zong .zhuans .hrd {
  color: #ffffff;
}

.honner-con {
  position: relative;
}

.honner-con>div {
  width: 50%;
}

.honner-con .hon-re {
  background: #01429b;
  padding: 80px 60px;
  position: absolute;
  right: 0;
  top: -40px;
  bottom: 0;
}

.honner-con .hon-re .hon-title {
  color: #ffffff;
  font-size: 35px;
}

.honner-con .hon-re .hon-yaos {
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

.honner-con .hon-re .more a {
  display: inline-block;
  color: #05439b;
  font-size: 18px;
  line-height: 60px;
  padding: 0 60px;
  background: #ffffff;
  border-radius: 30px;
  margin-top: 40px;
}

.honner-con .hon-re .more a:hover {
  box-shadow: inset 0 0 0 30px #00a0e9;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  color: #ffffff;
  background: #05439b;
}

.honner {
  margin: 139px 0 60px 0;
}

.gs-yao::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

.gs-yao::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 5px;
}

.gs-yao::-webkit-scrollbar-button:start {
  background-size: 12px 12px;
}

.gs-yao::-webkit-scrollbar-button:end {
  background-size: 12px 12px;
}

.zhuan-lunb .swiper-container {
  padding-bottom: 80px;
}

.zhuan-lunb .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-color: #01429b;
  border-style: solid;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}

.zhuan-lunb .swiper-container .swiper-pagination-bullet-active {
  background: #05439b;
}

.cooperation {
  background: #f4f3f1;
}

.cooperation .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

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

.color-lunbo .swiper-container {
  padding-bottom: 80px;
}

.color-lunbo .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-color: #01429b;
  border-style: solid;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}

.color-lunbo .swiper-container .swiper-pagination-bullet-active {
  background: #05439b;
}

.pople-con .li-con {
  display: block;
  padding: 0;
  border: none;
}

.pople-con .li-con .rong-title {
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
}

.pople-con .li-con .date {
  color: #ffffff;
}

.pople-con .li-con .zhas {
  color: #ffffff;
  height: 25px;
  -webkit-line-clamp: 1;
}

.yuan-people {
  background: url(../img/20.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
}

.yuan-people .heyuan-ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.yuan-people .heyuan-ul li.active a {
  border: 1px solid #05439b;
}

.yuan-people .pople-con>div {
  display: none;
}

.fazhabs {
  margin: 100px 0;
}

.fazhabs .shi {
  background: #f5f5f5;
  margin-bottom: 30px;
  position: relative;
}

.fazhabs .shi .shi-wen {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fazhabs .shi>div {
  width: 50%;
  text-align: center;
}

.fazhabs .shi .hrd {
  margin: 25px 0;
}

.fazhabs .shi .yus-p1 {
  color: #545454;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* text-overflow: ellipsis;
  -webkit-line-clamp: 1; */
  /* overflow: hidden; */
  font-size: 18px;
}

.fazhabs .shi1 .shi-wen {
  right: 0;
}

.fuli {
  background: #05439b;
  padding: 90px 0 60px 0;
}

.fuli .hrd {
  margin: 70px 0 0 0;
  color: #ffffff;
}

.fuli .fili-div {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}

.jingsheng {
  margin-bottom: 130px;
}

.jingsheng .row .ta img {
  max-width: inherit;
  width: auto;
}

.index {
  padding-top: 0;
}

.index .hangs.active {
  background: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

.index .hangs.active .img2 {
  display: none;
}

/* 导航加股票代码样式*/
.hangs.active .img1 {
  display: block;
  float: left;
  margin-top: 25px;
}

.hangs .fl a {
  display: block;

}

.hangs .fl span {
  line-height: 20px;

}

.hangs .fl span.img1 {
  margin-left: 5px;
  border-left: 1px solid #fff;
  padding-left: 5px;
}

.hangs .fl span.img2 {
  margin-left: 5px;
  border-left: 1px solid #013e92;
  padding-left: 5px;
}

.hangs .fl .img2 {
  margin-top: 25px;
}



/* end*/
.index .hangs.active .xins {
  color: #ffffff;
}

.index .hangs.active .navs-ul>li>a {
  color: #ffffff;
}

.index .hangs.active .navs-ul>li::after {
  background: #ffffff;
}

.index .hangs.active .yu>a {
  color: #ffffff;
}

.index .hangs.active .yu .div1 {
  color: #ffffff;
}

.index .hangs.active .yu .div1 {
  color: #ffffff;
}

.index .hangs.active .daos1 i {
  color: #ffffff;
}

.er-uls {
  width: 140px;
  border: 1px solid #ece8e8;
  position: absolute;
  top: 90px;
  margin-left: -20px;
  background: #ffffff;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.er-uls li>a {
  text-align: center;
  line-height: 30px;
  color: #58595b;
  font-size: 14px;
  display: block;
}

.er-uls li:hover>a {
  background: #05439b;
  color: #ffffff;
}

.lunbos {
  height: 100%;
  position: relative;
}

.lunbos::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to left, rgba(167, 167, 15, .3), rgba(22, 178, 229, .5));

}

.lunbos .banner_titi {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 0;
  /* text-align: center; */
  z-index: 10;
}

.lunbos .banner_titi h3 {
  color: #fff;
  font-size: 45px;
  line-height: 60px;
}

.lunbos .bo {
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 7;
}

.lunbos .bo i {
  font-size: 70px;
  color: #ffffff;
}

.lunbos .mouse-btn {
  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%);
  bottom: 40px;
  animation: move 1s infinite linear alternate;
  position: absolute;
  z-index: 33;
}

.lunbos .mouse-btn i {
  color: #ffffff;
  font-size: 40px;
}

@keyframes move {
  from {
    bottom: 70px;
  }

  to {
    bottom: 40px;
  }
}

.index-new {
  background: url(../img/26.jpg) no-repeat;
  background-size: 100% 100%;
}

.index-new .index-xin-bg {
  width: 90%;
  margin: auto;
}

.index-new .index-xin-bg .index-ab {
  width: 30%;
  margin-top: 8%;
}

.index-new .index-us-title {
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

.index-new .index-us {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

  -webkit-line-clamp: 7;
  overflow: hidden;
}

.index-new .more {
  margin-top: 40px;
}

.index-new .more a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.index-new .more a:hover {
  color: #00a0e9;
}

.index-tu {
  width: 40%;
}

.index-tu>.ta {
  padding: 0 90px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}

.index-tu>.ta .img2 {
  display: none;
}

.index-tu>.ta:hover {
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.02);
  -ms-transform: scale(1.02);
  /* IE 9 */
  -moz-transform: scale(1.02);
  /* Firefox */
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.index-tu>.ta:hover .img2 {
  display: inline-block;
}

.index-tu>.ta:hover .img1 {
  display: none;
}

.index-tu .shang-a>.fl a {
  background: url(../img/14.png) no-repeat;

  width: 192px;
  opacity: 0.8;
  border-radius: 29px;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  height: 58px;
  display: inline-block;
  line-height: 58px;
  padding-left: 7px;
  color: #05439b;
  font-size: 17px;
}

.index-tu .shang-a>.fl a i {
  font-size: 30px;
  display: inline-block;
  margin-right: 20px;
  padding-left: 7px;
}

.index-tu .shang-a>.fl a:hover {
  color: #00a0e9;
}

.index-tu .shang-a>.fr a {
  background: url(../img/15.png) no-repeat;

  width: 260px;
  border-radius: 29px;

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  height: 58px;
  display: inline-block;
  line-height: 58px;
  padding-left: 9px;
  color: #ffffff;
  font-size: 17px;
  background-size: 100%;
}

.index-tu .shang-a>.fr a i {
  font-size: 30px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 5px;
  top: 2px;
}

.index-tu .shang-a>.fr a:hover {
  color: #00a0e9;
}

.index-tu .shang-a>.fr a:hover i {
  color: #05439b;
}

.index-re {
  width: 30%;
  margin-top: 8%;
}

.index-re .index-us-title {
  color: #474747;
}

.index-re .more a {
  color: #474747;
}

.index-re .index-news-uls li a {
  display: block;
  line-height: 30px;
}

.index-re .index-news-uls li a>.fl {
  width: 77%;
  color: #919191;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-re .index-news-uls li a .i-date {
  color: #919191;
  font-size: 14px;
}

.index-re .index-news-uls li a:hover>.fl {
  color: #05439b;
}

.fus-itlte {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}

.fuwus {
  width: 80%;
  margin: auto;
}

.fuwus .fuwu-ul {
  margin: 40px 0;
}

.fuwus .fuwu-ul li {
  color: #292929;
  font-size: 16px;
  padding: 0 25px;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
}

.fuwus .fuwu-ul li a {
  display: inline-block;
  color: #292929;
}

.fuwus .fuwu-ul li:hover,
.fuwus .fuwu-ul li.active {
  color: #ffffff;
  background: #05439b;
}

.fuwus .fuwu-ul li:hover a,
.fuwus .fuwu-ul li.active a {
  color: #ffffff;
}

.fuwus .fw1 .pagesq {
  width: 20%;
  margin-top: 30px;
}

.fuwus .fw1 .cons-fu {
  width: 80%;
}

.fuwus .fw1 .cons-fu .swiper-slide a {
  display: block;
}

.fuwus .fw1 .cons-fu .swiper-slide a .overh {
  width: 90%;
}

.fuwus .fw1 .cons-fu .swiper-slide a .bots {
  width: 90%;
  margin-left: 10%;
  margin-top: -43px;
  position: relative;
}

.fuwus .fw1 .cons-fu .swiper-slide a .bots .type {
  display: inline-block;
  color: #ffffff;
  background: #16b2e5;
  line-height: 35px;
  padding: 0 30px;
  font-size: 16px;
}

.fuwus .fw1 .cons-fu .swiper-slide a .bots .titlq {
  background: rgba(255, 255, 255, 0.81);
  padding: 10px 20px;
  height: 80px;
}

.fuwus .fw1 .cons-fu .swiper-slide a .bots .titlq .p3 {
  color: #313131;
  font-size: 18px;
  margin: 2px 0;
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;

}

.fuwus .fw1 .cons-fu .swiper-slide a .bots .titlq .clearfix .fl {
  color: #8a8a8a;
  font-size: 15px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30%;
  width: 80%;
}

.fuwus .fw1 .cons-fu .swiper-slide a .bots .titlq .clearfix .fr i {
  color: #16b2e5;
  font-size: 20px;
}

.fuwus .fw1 .cons-fu .swiper-slide a:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.fuwus .fw1 .cons-fu .swiper-slide a:hover .bots .type {
  background: #05439b;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fuwus .fw1 .cons-fu .swiper-slide a:hover .bots .titlq .p3 {
  color: #05439b;
}

.fs {
  background: #f4f6fa;
}

.pagesq .swiper-button-next {
  background: url(../img/16-1.png) no-repeat;
  width: 64px;
  height: 64px;
  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%);
  opacity: 1;
  background-size: 100% 100%;
}

.pagesq .swiper-button-next:hover {
  background: url(../img/16.png) no-repeat;
  background-size: 100% 100%;
}

.pagesq .swiper-button-prev {
  background: url(../img/17.png) no-repeat;
  width: 64px;
  height: 64px;
  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-size: 100% 100%;
  top: 80px;
  /* opacity: 1; */
}

.pagesq .swiper-button-prev:hover {
  background: url(../img/17-1.png) no-repeat;
  background-size: 100% 100%;
}

.fuwu-con {
  margin-bottom: 150px;
}

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

.bgs-fu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.bgs-fu>img {}

.bgs-fu .zi {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

.footers {
  background: #f3f6fa;
}

.you-link {
  margin: 30px 0 70px 0;
}

.you-link .swiper-button-next,
.you-link .swiper-button-prev {
  background: transparent;
  border: 1px solid #a1a1a1;
  line-height: 43px;
  width: 43px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
}

.you-link .swiper-button-next i,
.you-link .swiper-button-prev i {
  font-size: 20px;
}

.you-link .swiper-button-next {
  right: -60px;
}

.you-link .swiper-button-prev {
  left: -60px;
}

.you-link .swiper-slide a {
  display: block;
  background: #ffffff;
  border: 1px solid transparent;
}

.you-link .swiper-slide:hover a {
  border: 1px solid #05439b;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.you-link .swiper-slide:hover a .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.you2 {
  margin-bottom: 0;
}

.you-div {
  text-align: center;
  height: 50px;
  margin: 15px 0;
  position: relative;
}

.you-div form {
  position: absolute;
  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%);
}

.you-div .sp1 {
  color: #ffffff;
  font-size: 25px;
  line-height: 49px;
  display: inline-block;
  margin-right: 20px;
}

.box {
  display: inline-block;
  width: 421px;
  height: 49px;
}

.box input {
  width: 75%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  padding-left: 15px;
  background: transparent;
}

.box input::placeholder {
  color: #ffffff;
  font-size: 14px;
}

.box button {
  width: 14%;
  float: left;
  height: 100%;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  text-align: center;
}

.box button:hover {
  background: #05439b;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #ffffff;
}

.xin-el {
  background: url(../img/31.jpg) no-repeat;
  padding: 30px 0;
  background-size: 100% 100%;
}

.xin-el .cons {
  color: #ffffff;
  font-weight: bold;
  font-size: 35px;
}

.index footer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  border-top: none;
}

.index .foots {
  background: #05439b;
  color: #7b7b7b;
}

.index .xin-elss {
  height: 180px;
}

.sn-con {
  background: #eeeeee;
  padding: 15px 0;
}

.sn-con .sn-uls li {
  margin-right: 20px;
  display: inline-block;
}

.sn-con .sn-uls li a {
  font-size: 15px;
  color: #5b5b5b;
  display: block;
  line-height: 45px;
  padding: 0px 10px;
}

.sn-con .sn-uls li:hover a,
.sn-con .sn-uls li.active a {
  color: #fff;
  display: block;
  background: #19a9eb;
  line-height: 45px;
  padding: 0px 10px;
}


.positionq .po-ul li {
  position: relative;
}

.positionq .po-ul li:after {
  content: '';
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #00a0e9;
  border-left: 5px solid transparent;
  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%);
  bottom: -10px;
  opacity: 0;
}

.positionq .po-ul li:nth-child(1):hover:after {
  opacity: 0;
}

.positionq .po-ul li.active:after,
.positionq .po-ul li:hover:after {
  opacity: 1;
}

.xiazai .li-con {
  border: none;
  padding: 0;
  cursor: pointer;
}

.xiazai .li-con .bo {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

.xiazai .li-con .bo i {
  color: #ffffff;
  font-size: 50px;
}

.xiazai .li-con .rong-title {
  background: #eeeeee;
  margin-top: 5px;
}

.xiazai .li-con .jiao {
  right: 0;
  bottom: 0;
  z-index: 3;
}

.xiazai .li-con:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.xiazai .li-con:hover .rong-title {
  background: #05439b;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.xingsw {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.xingsw .row {
  margin-bottom: 45px;
}

.xing-bots {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}

.xing-bots .more a {
  color: #575757;
  font-size: 15px;
  border: 1px solid #eeeeee;
  line-height: 30px;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
}

.xing-bots .more a:hover {
  background: #05439b;
  color: #ffffff;
}

.shang {
  width: 80%;
}

.shang>div {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
}

.shang>div a {
  color: #575757;
  font-size: 15px;
}

.shang>div a:hover {
  color: #05439b;
}

.xingsw .more {
  margin: 40px 0;
}

.xingsw .more a:hover {
  border: 1px solid #05439b;
  color: #05439b;
}

.new-list-xiang {
  padding: 30px 0 10px 0;
}

.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}

.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}

.new-list-xiang {
  margin-top: 50px;
}

.new-list-xiang .xing-lizi {
  left: 8%;
  top: 40%;
}

.xing-biao {
  color: #0b0b0b;
  font-size: 23px;
  font-weight: bold;
}

.cons-bian2 {
  color: #888888;
  font-size: 15px;
}

.cs-cons1 {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  padding: 30px 0;
}

.cs-cons1 img {
  padding: 15px;
}

.guanlian {
  margin-bottom: 90px;
}

.guanlian .tous-uls {
  border-bottom: 1px solid #e4e4e4;
}

.guanlian .tous-uls li {
  width: 33.33%;
  margin: 30px 0;
  float: left;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}

.guanlian .tous-uls li:last-child {
  border-right: none;
}

.guanlian .tous-uls li .gong-p {
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
}

.guanlian .tous-uls li .gong-yao {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.guanlian .tous-uls li .gong-yao a {
  color: #05439b;
  font-weight: bold;
}

.guanlian .tous-uls li .gong-yao a:hover {
  color: #00a0e9;
}

.guanlian .tous-uls li .yuam {
  border-radius: 50%;
  background-color: #00a0e9;
  width: 95px;
  line-height: 95px;
  display: inline-block;
  height: 95px;
}

.guanlian .tous-uls li .yuam i {
  color: #ffffff;
  font-size: 40px;
}

.xiangmus-ul li a {
  display: block;
}

.xiangmus-ul li a .fl {
  width: 34%;
}

.xiangmus-ul li a .fr {
  width: 64%;
}

.xiangmus-ul li a .fr .xing-title {
  color: #000000;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xiangmus-ul li a .fr .xing-title span {
  display: inline-block;
  background-color: #00a0e9;
  width: 5px;
  height: 5px;
  margin-right: 10px;
}

.xiangmus-ul li a .fr .xing-zhans {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.xiangmus-ul li a .fr .jianzhi {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 30px;
}

.xiangmus-ul li a .fr .jianzhi span {
  color: #00a0e9;
}

.hang-tu-ul {
  margin-top: 20px;
}

.hang-tu-ul li {
  line-height: 30px;
  margin: 10px 0;
}

.hang-tu-ul li a {
  display: block;
  color: #888888;
  font-size: 17px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hang-tu-ul li a .yuandian {
  border-radius: 50%;
  background-color: #c6c6c6;
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 7px;
}

.hang-tu-ul li a:hover {
  color: #05439b;
}

.hangye-xing .les {
  width: 73%;
}

.hangye-xing .re {
  width: 25%;
  margin-top: 92px;
}

.hangye-xing .re .re-hd {
  color: #0b0b0b;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.hand {
  background: url(../img/31.jpg) no-repeat;
  line-height: 140px;
  height: 140px;
}

.hand .logs span {
  display: inline-block;
  margin-left: 20px;
  line-height: 35px;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  margin-top: 3px;
}

.hand .shijian {
  margin-left: 130px;
  color: #ffffff;
  font-size: 14px;
}

.hand .shijian a {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
}

.band-bot {
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  line-height: 47px;
}

.band-bot .wei {
  color: #909090;
  font-size: 16px;
}

.band-bot .pian {
  margin-left: 200px;
}

.band-bot .pian>div {
  margin-left: 20px;
  display: inline-block;
}

.band-bot .pian>div a {
  color: #909090;
}

.band-bot .pian>div i {
  color: #909090;
}

.band-bot .pian>div:hover a {
  color: #05439b;
}

.band-bot .pian>div:hover i {
  color: #05439b;
}

.he-body {
  padding-top: 0;
}

.he-baozi {
  margin-bottom: 90px;
}

.he-baozi .le {
  width: 43%;
}

.he-baozi .re {
  width: 55%;
}

.he-baozi .bao-img {
  position: relative;
  padding: 10px;
  margin-top: -133px;
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.he-baozi .bao-di {
  margin: 20px 0;
}

.he-baozi .bao-di .fl {
  color: #000000;
  font-size: 16px;
  width: 50%;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.he-baozi .bao-di .fr>div {
  color: #000000;
  font-size: 16px;
  margin-left: 20px;
  display: inline-block;
}

.he-baozi .bao-di .fr>div a {
  color: #000000;
}

.he-baozi .bao-di .fr>div:hover a {
  color: #05439b;
}

.he-baozi .bao-di .fr>div:hover i {
  color: #05439b;
}

.searh-div .box1 {
  display: inline-block;
  width: 100%;
  height: 49px;
  border-width: 1px;
  border-color: #bdbdbd;
  border-style: solid;
}

.searh-div .box1 input {
  width: 70%;
  height: 100%;
  color: #727272;
  font-size: 14px;
  padding-left: 15px;
}

.searh-div .box1 button {
  width: 30%;
  height: 100%;
  border: none;
  background: #00a0e9;
  color: #ffffff;
  font-size: 18px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  text-align: center;
}

.searh-div .box1 button:hover {
  background: #05439b;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.searh-div .box1 input::placeholder {
  color: #727272;
  font-size: 14px;
}

.yaowen>.fl {
  width: 56%;
  border: 1px solid#dedede;
}

.yaowen>.fr {
  width: 40%;
  border: 1px solid#dedede;
}

.yaowen .hdd {
  color: #ffffff;
  background: #00a0e9;
  line-height: 48px;
  padding-left: 20px;
  font-size: 20px;
}

.yaowen .hdd .dnb {
  width: 56px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
}

.yaowen .hdd .dnb i {
  display: none;
}

.yaowen .hang-tu-ul {
  margin-top: 0;
}

.yaowen .hang-tu-ul li {
  padding: 0 20px;
  margin: 0;
}

.yaowen .hang-tu-ul li a {
  line-height: 50px;
  height: 50px;
}

.yaowen .hang-tu-ul li a i {
  display: inline-block;
  margin-right: 5px;
}

.yaowen .hang-tu-ul li a:hover {
  color: #00a0e9;
}

.yaowen .hang-tu-ul li:nth-child(even) {
  background: #fafafa;
}

.xingwens {
  height: 730px;
  margin-top: 30px;
}

.xing-tuis {
  border: 1px solid #dedede;
  padding: 20px;
}

.xing-tuis .hdd {
  color: #05439b;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
}

.xing-tuis .hang-tu-ul {
  margin-top: 10px;
}

.xing-tuis .hang-tu-ul li {
  margin: 0;
}

.xing-tuis .hang-tu-ul li a {
  color: #6c6c6c;
  line-height: 30px;
  height: 30px;
  font-size: 15px;
}

.xing-tuis .hang-tu-ul li:hover a {
  color: #00a0e9;
}

.xiangs-he {
  height: 800px;
  overflow-y: scroll;
  padding: 20px 30px;
}

.xiangs-he .neri-he {
  color: #808080;
  font-size: 15px;
  line-height: 30px;
}

.xiangs-he .biaori {
  color: #000000;
  font-size: 20px;
  margin: 20px 0;
}

.xins-hh {
  border: 1px solid #dedede;
  margin-top: 30px;
}

.changs-p {
  margin-top: 38px;
  padding: 15px;
  border-top: 1px solid #dedede;
}

.changs-p>.fl {
  width: 50%;
}

.changs-p>.fl>div {
  color: #6e6e6e;
  font-size: 15px;
  margin: 0 10px;
  display: inline-block;
  line-height: 30px;
}

.changs-p>.fl>div a {
  color: #6e6e6e;
  font-size: 15px;
  display: inline-block;
}

.changs-p>.fl>div i {
  color: #00a0e9;
  font-size: 20px;
  display: inline-block;
}

.changs-p>.fl>div:hover a {
  color: #00a0e9;
}

.changs-p>.fr {
  width: 50%;
}

.changs-p>.fr .bdsharebuttonbox a {
  margin-top: 0;
}

.changs-p>.fr .bdsharebuttonbox .cons-bian2 {
  display: inline-block;
}

.changs-p>.fr .bdsharebuttonbox .cons-bian2 .fl {
  display: inline-block;
}

.hdds>div {
  width: 33.333%;
}

.hdds>div a {
  color: #ffffff;
  font-size: 15px;
}

.hdds>.fr {
  padding: 0 20px;
}

.literature {
  margin-bottom: 80px;
}

.literature .lit-ul>li {
  border-top: 1px solid #e3e3e3;
}

.literature .lit-ul>li .top-lit {
  line-height: 55px;
  background: #f2f2f2;
  padding: 0 20px;
}

.literature .lit-ul>li .top-lit .fl {
  color: #000000;
  font-size: 20px;
  width: 50%;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.literature .lit-ul>li .top-lit .fr {
  color: #00a0e9;
}

.literature .lit-ul>li .top-lit .fr i {
  font-size: 20px;
}

.literature .lit-ul>li.active .top-lit .fr {
  transform: rotate(-180deg);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.lit-er-ul {
  display: none;
}

.lit-er-ul li {
  line-height: 60px;
  padding: 0 40px;
  border-top: 1px solid #e3e3e3;
}

.lit-er-ul li>.fl {
  width: 60%;
  font-size: 16px;
  color: #4a4a4a;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.lit-er-ul li>.fl span {
  width: 7px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 50%;
  height: 7px;
  background-color: #dfdfdf;
}

.lit-er-ul li .fr a {
  color: #4a4a4a;
  font-size: 16px;
}

.shehui-zhao {
  margin-bottom: 70px;
}

.shehui-zhao .tou-wen {
  color: #696969;
  font-size: 19px;
  line-height: 40px;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shehui-zhao .tou-wen a {
  background: #05439b;
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 10px;
  display: inline-block;
}

.shehui-zhao .tou-wen a:hover {
  background: #00a0e9;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.shehui-zhao .jian {
  margin-bottom: 30px;
}

.xinzi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 80%;
}

.xinzi .title_p {
  color: #ffffff;
  font-size: 19px;
  padding: 15px 0;
  position: relative;
}

.xinzi .title_p::after {
  position: absolute;
  content: '';
  width: 31px;
  bottom: 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%);
  height: 1px;
  background-color: #ffffff;
}

.xinzi .zinxins {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.gang .form {
  display: inline-block;
}

.gang select {
  color: #797979;
  font-size: 16px;
  background: #ffffff;
  height: 40px;
  padding: 0 20px;
  margin-right: 20px;
}

.gang .sou {
  width: 470px;
  border: 1px solid #c7c7c7;
  display: inline-block;
}

.gang .sou input {
  width: 80%;
  float: left;
  height: 40px;
  padding-left: 30px;
}

.gang .sou button {
  width: 20%;
  border: none;
  float: right;
  height: 40px;
  background: #05439b;
  color: #ffffff;
}

.gang .sou .i-co {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}

.recruitment {
  background: #f5f5f5;
  padding-bottom: 90px;
}

.recruitment .xiao-cona {
  margin-top: 40px;
}

.recruitment .xiao-cona .lee {
  width: 24%;
}

.recruitment .xiao-cona .lee .lee-ul li {
  color: #424242;
  font-size: 18px;
  border-bottom: 1px solid #f5f5f5;
  background: #ffffff;
  cursor: pointer;
  padding: 20px 20px 20px 50px;
  position: relative;
}

.recruitment .xiao-cona .lee .lee-ul li i {
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #05439b;
  opacity: 0;
}

.recruitment .xiao-cona .lee .lee-ul li:hover,
.recruitment .xiao-cona .lee .lee-ul li.active {
  color: #05439b;
}

.recruitment .xiao-cona .lee .lee-ul li:hover i,
.recruitment .xiao-cona .lee .lee-ul li.active i {
  opacity: 1;
}

.recruitment .xiao-cona .lee .lee-ul li:hover span,
.recruitment .xiao-cona .lee .lee-ul li.active span {
  border-bottom: 1px solid #05439b;
}

.recruitment .xiao-cona .ree {
  width: 73%;
  background: #ffffff;
}

.zhao-xinghs {
  padding: 25px;
  padding-bottom: 50px;
}

.zhao-xinghs .gongc-p {
  color: #000000;
  font-size: 20px;
}

.zhao-xinghs .cons-bian2 {
  margin: 10px 0;
}

.zhao-xinghs .cons-bian2 span {
  font-size: 15px;
  color: #575757;
}

.zhao-xinghs .z-uls {
  background: #f5f5f5;
  padding: 20px 0 20px 30px;
}

.zhao-xinghs .z-uls li {
  width: 33.333%;
  float: left;
  color: #575757;
  font-size: 15px;
  line-height: 40px;
}

.zhao-xinghs .gang-nei {
  color: #575757;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0;
}

.zhao-xinghs .tou-a a {
  font-size: 17px;
  color: #05439b;
  line-height: 45px;
  border: 1px solid #05439b;
  padding: 0 30px;
  display: inline-block;
}

.zhao-xinghs .tou-a a:hover {
  background: #05439b;
  color: #ffffff;
}

.ree-cons>div {
  display: none;
}

.ghe {
  border-top: 1px solid #e3e3e3;
  color: #575757;
  font-size: 15px;
  line-height: 30px;
  padding: 20px 0;
}

.ghe a {
  background: #05439b;
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin-left: 10px;
}

.ghe a:hover {
  background: #00a0e9;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.recruitment-cons1 {
  margin: 40px 0 40px 0;
}

.recruitment-xiao {
  margin-bottom: 80px;
}

.recruitment-xiao .xiao-zhao-con {
  margin-top: 50px;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li {
  padding: 30px 20px 30px 40px;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li:nth-child(odd) {
  background: #f5f5f5;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a {
  display: block;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl {
  width: 80%;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl .huas {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl .shenx {
  color: #575757;
  font-size: 15px;
  margin-top: 10px;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl .shenx span {
  display: inline-block;
  padding-right: 20px;
  line-height: 1;
  border-right: 1px solid #b6b6b6;
  margin-right: 20px;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl .shenx span:last-child {
  border-right: none;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fr {
  width: 13%;
  line-height: 60px;
  border-left: 1px solid #b6b6b6;
  text-align: center;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fr span {
  line-height: 30px;
  background: #05439b;
  color: #ffffff;
  padding: 0 20px;
  display: inline-block;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a:hover .fl .huas {
  color: #05439b;
}

.recruitment-xiao .xiao-zhao-con .xia-zha-ul li a:hover .fr span {
  background: #00a0e9;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.morde-xiao {
  margin-top: 60px;
}

.morde-xiao span {
  color: #05439b;
  cursor: pointer;
  display: inline-block;
  line-height: 60px;
  padding: 0 45px;
  border-radius: 30px;
  border: 1px solid #05439b;
  font-size: 18px;
}

.morde-xiao span i {
  font-size: 20px;
}

.morde-xiao span:hover {
  background: #05439b;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.xia-zha-ul1 {
  display: none;
}

.xz-liuc li {
  width: 20%;
  padding: 15px;
  border-left: 1px solid #dddddd;
  float: left;
}

.xz-liuc li .num {
  color: #05439b;
  font-size: 33px;
}

.xz-liuc li .sheng-p {
  color: #3a3a3a;
  font-size: 18px;
  padding: 10px 0;
}

.cells .yao-cell {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 20px;
}

.cells table td {
  text-align: center;
  vertical-align: middle;

}



.cells .cells-ul {
  display: none;
  margin: 25px 0;
  height: 53px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.cells .cells-ul li {
  display: inline-block;
  line-height: 53px;
}

.cells .cells-ul li a {
  display: block;
  color: #010101;
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  padding: 0 30px;
}

.cells .cells-ul li:hover a,
.cells .cells-ul li.active a {
  border-bottom: 1px solid #00a0e9;
  color: #00a0e9;
}

.cells .cells-ul.active {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  margin: 0;
  right: 0;
  background: #ffffff;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  z-index: 44;
}

.clell-cons .sna .san-p {
  font-size: 20px;
  color: #010101;
  line-height: 24px;
}

.clell-cons .sna .san-p .span1 {
  width: 21px;
  background-color: #f0f3f5;
  border-left: 5px solid #05439b;
  height: 24px;
  display: inline-block;
  margin-right: 30px;
}

.san-cons {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0;
}

.san-cons .sna-img {
  margin-top: 30px;
}

.san-cons .sna-img>div {
  width: 48%;
}

.san-cons .sna-img .sna-title {
  color: #000000;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}

.ul-service {
  padding: 30px 10px;
  overflow: hidden;
}

.ul-service li {
  display: inline-block;
  padding: 15px 15px;
  width: 12%;
  color: #666666;
  float: left;
  font-size: 15px;
  line-height: 30px;

  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-right: 4%;
  position: relative;
}

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

.ul-service li:last-child::after {
  opacity: 0;
}

.ul-service li span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background-color: #00a0e9;
}

.ul-service li::after {
  content: '';
  width: 28px;
  height: 23px;
  background: url(../img/23.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -27%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.biaoge thead {
  background: #f6f6f6;
  line-height: 48px;
  border-bottom: 4px solid #05439b;
}

.biaoge thead tr th {
  padding: 0px;
  line-height: 48px;
  font-size: 16px;
  color: #05439b;
  text-align: center;
  border: none;
}

.biaoge tbody tr {
  cursor: pointer;
}

.biaoge tbody tr:hover {
  background: #f2fafe;
}

.biaoge tbody tr td {
  text-align: center;
  line-height: 47px;
  padding: 0;
  vertical-align: middle;
  color: #636363;
  font-size: 15px;
}

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

.xiaobaos-ul li {
  width: 20%;
  float: left;
}

.xiaobaos-ul li .overh {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #00a0e9;
  display: inline-block;
  line-height: 99px;
}

.xiaobaos-ul li .overh i {
  color: #ffffff;
  font-size: 40px;
}

.xiaobaos-ul li p {
  color: #636363;
  font-size: 17px;
  margin: 15px 0;
}

.gao-new .li-con {
  padding: 0;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.gao-new .li-con .goa-more {
  color: #0b0b0b;
  font-size: 15px;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  padding: 0 20px;
}

.gao-new .li-con .goa-more i {
  color: #00a0e9;
}

.csh-row .col-md-3 {
  margin-bottom: 30px;
}

.csh-row .col-md-3:nth-child(3),
.csh-row .col-md-3:nth-child(4) {
  cursor: pointer;
}

.csh-row .col-md-3:nth-child(3):hover .overh>img,
.csh-row .col-md-3:nth-child(4):hover .overh>img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.zhuanli .li-con img {
  aspect-ratio: 1 / 1.138;
}

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

.phone .phong-l {
  width: 35%;
  line-height: 70px;
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px);
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #05439b;
  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: #05439b;
  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: #00a0e9 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}

.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
  color: #6e6e6e;
}

.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}

.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

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

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}

.mobile-foot {
  display: none;
  background: #05439b;
  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: 60%;
  right: 0px;
  width: 40px;
  border-right: none;
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}

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

.fix_ul>li a {
  color: #000000;
}

.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  position: absolute;
  right: 40px;
  color: #000000;
  min-width: 120px;
  padding: 5px;
  line-height: 30px;
  font-size: 18px;
  top: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.right_div span {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
}

.fix_ul>li:hover {
  background: #05439b;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fix_ul>li:hover i {
  color: #ffffff;
}

.fix_ul>li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.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;
  cursor: pointer;
}

.fix_ul>li:first-child .right_div {
  padding: 10px;
  width: 350px;
}

.fix_ul>li:first-child .right_div .sousou-div {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.fix_ul>li:first-child .right_div .sousou-div input {
  color: #000;
  padding-left: 10px;
}

.fix_ul>li:first-child .right_div .sousou-div .fr {
  line-height: 47px;
}

.tanchu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
}

.tanchu .tan-w {
  width: 50%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

.tanchu .tan-w video {
  width: 100%;
  height: 100%;
}

.tanchu .guanbi {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 99;
}

.tanchu .guanbi i {
  color: #ffffff;
  font-size: 30px;
}

.sn-uls {
  padding-left: 70px;
}

.sousou-con {
  margin-top: 60px;
}

.sousou-div {
  width: 30%;
  line-height: 60px;
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 60px;
}

.sousou-div .fl {
  width: 76%;
  height: 100%;
  padding-left: 30px;
}

.sousou-div .fr {
  width: 24%;
  background: #00a0e9;
  line-height: 58px;
  color: #ffffff;
  font-size: 14px;
  border: none;
}

.sousou-div .fr i {
  font-size: 16px;
}

.sousou-div .fr:hover {
  background: #05439b;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.cells .hrd {
  margin: 30px 0 30px 0;
}

#mydiv {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.shang-a {
  margin-top: 20px;
}

.bzi {
  color: #05439b;
  font-size: 20px;
  margin: 10px 0;
  display: inline-block;
}

.gengduo-a {
  margin-top: 20px;
}

.gengduo-a a {
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #05439b;
  background: #05439b;
  text-align: center;
  display: block;
  padding: 20px;
}

.gengduo-a a:hover {
  background: #0d4fad;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fna-a {
  margin-left: 400px;
}

.hrd.hrd11 {
  padding: 20px 20px 20px 50px;
  font-size: 20px;
  background: #05439b;
  color: #ffffff;
  margin: 0px 0 0px 0px;
}

.hrd.hrd11 .hrdd2 {
  left: 0;
  top: 0;
}

.hrd.hrd11 i {
  display: inline-block;
  margin-right: 10px;
}

.si-cn {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 1600px) {
  .you-link {
    margin: 30px 0 50px 0;
  }

  .fuwu-con {
    margin-bottom: 90px;
  }

  .index footer {
    padding-top: 10px;
  }

  footer .foot-con {
    margin-top: 0px;
  }

  .foots {
    font-size: 14px;
    margin-top: 9px;
    line-height: 40px;
  }
}

.add-con {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.add-ul li {
  width: 30%;
  margin-right: 3%;
  padding: 30px;
  float: left;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 30px;
  height: 230px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}

.ban-zi1.hrd {
  margin: 40px 0 0px 0;
}

#myModal1{
  display: none;
}

@media (max-width: 1440px) {
  .cells .cells-ul.active {
    width: 86%;
  }

  .xin-el {
    padding: 30px 0;
  }

  .bgs-fu .zi {
    font-size: 32px;
  }

  .xin-el .cons {
    font-size: 20px;
  }

  .lunbos .banner_titi h3 {
    font-size: 35px;
  }

  .index footer {
    padding-top: 20px;
    line-height: 25px;
  }

  .foots {
    font-size: 14px;
    margin-top: 20px;
    line-height: 40px;
  }
}

@media (max-width: 1366px) {
  .navs-ul li a {
    font-size: 16px;
    padding: 0 0px;
    margin: 0px 4px;
  }
}

@media (max-width: 1200px) {
  .recruitment .xiao-cona .lee .lee-ul li {
    padding: 20px;
  }

  .index-tu .shang-a>.fl a {
    background-size: 100% 100%;
  }

  .index-tu .shang-a>.fr a {
    background-size: 100% 100%;
  }

  .index-tu .shang-a>.fl a i {
    padding-left: 0;
  }

  .index-tu .shang-a>.fr a i {
    padding-left: 0;
  }

  .jingsheng .row .ta img {
    max-width: 100%;
  }

  .you-link .swiper-button-next {
    right: 0px;
  }

  .you-link .swiper-button-prev {
    left: 0px;
  }

  .hand .shijian {
    margin-left: 31px;
  }

  .position .po-ul>li a {
    padding: 0px 19px;
  }

  .cells .cells-ul li a {
    font-size: 15px;
    padding: 0 17px;
  }

  .ul-service li {
    height: 187px;
    width: 26%;
    font-size: 15px;
    line-height: 25px;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl .shenx span {
    margin-right: 5px;
  }

  .navs-ul li a {
    font-size: 14px;
    padding: 0 0px;
    margin: 0px 4px;
  }

  .hangs {
    padding: 0 10px;
  }

  .us-about .us-img {
    padding: 0 24px 0px 0;
  }

  .gs .re-gs .gs-yao {
    font-size: 14px;
    line-height: 25px;
    height: 250px;
  }

  .honner-con .hon-re .hon-yaos {
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
  }

  .honner-con .hon-re .more a {
    font-size: 14px;
    line-height: 41px;
    padding: 0 34px;
    border-radius: 30px;
    margin-top: 17px;
  }
}

@media (max-width: 1024px) {
  .index-tu .shang-a>.fl {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
  }

  .index-tu .shang-a>.fr {
    width: 100%;
    text-align: center;
  }

  .index-tu .shang-a>.fl a,
  .index-tu .shang-a>.fr a {
    width: 174px;
    padding-left: 0px;
    height: 40px;
    line-height: 31px;
    font-size: 13px;
    position: relative;
  }

  .index-tu .shang-a>.fl a i,
  .index-tu .shang-a>.fr a i {
    position: absolute;
  }

  .index-tu .shang-a>.fl a i {
    margin-left: -53px;
    margin-top: 6px;
  }

  .index-tu .shang-a>.fr a i {
    margin-left: -46px;
    margin-top: 5px;
  }

  .fs {
    padding: 20px;
  }

  .fs .bgs-fu {
    position: relative;
  }

  .fs .bgs-fu .zi {
    font-size: 29px;
  }

  .fs .fuwu-con {
    margin-bottom: 30px;
  }

  .fs .fuwus {
    width: 100%;
  }

  .fs .fuwus .fw1 .cons-fu .swiper-slide a .bots .titlq .p3 {
    font-size: 16px;
  }

  .fs .fuwus .fw1 .cons-fu .swiper-slide a .bots .titlq .clearfix .fl {
    font-size: 15px;
    line-height: 25px;
  }

  .index-re .index-news-uls li a>.fl {
    width: 70%;
  }

  .index-tu {
    padding: 0 20px;
  }

  .index-new {
    padding: 20px;
  }

  .index-new .index-xin-bg {
    width: 100%;
  }

  .index-new .index-us {
    font-size: 15px;
    line-height: 25px;
  }

  .index footer {
    position: relative;
  }

  .index .xin-el {
    margin-bottom: 0px;
  }

  .you-div .sp1 {
    font-size: 20px;
    line-height: 49px;
    margin-right: 7px;
  }
}

.index footer {
  background: #f3f6fa;
}

@media (max-width: 1400px) {
  .navs-ul>li>a {
    padding: 0 5px;
    font-size: 16px;
  }

  .hangs.active img {
    width: 113px
  }

  .navs-ul>li>a {
    padding: 0;
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .index-tu .shang-a>.fr a {
    font-size: 15px;
    width: 220px;
  }


}

@media (max-width: 990px) {
  .add-ul li {
    width: 47%;
  }

  .sousou-div {
    width: 100%;
  }

  .xin-elss {
    height: 0;
    display: none;
  }

  .lunbos>img {
    height: auto !important;
  }

  .phone,
  .mobile-foot {
    display: block;
  }

  .rightfix {
    display: none;
  }

  .lunbos .banner_titi h3 {
    font-size: 30px;
    padding: 0 20px;
    line-height: 45px;
  }

  body {
    padding: 70px 0;
  }

  .index {
    padding-top: 70px;
  }

  .index-new .index-us-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .index-new .index-xin-bg .index-ab {
    width: 100%;
    margin-top: 10px;
  }

  .index-tu {
    width: 100%;
  }

  .index-re {
    width: 100%;
    margin-top: 20px;
    background: #f4f6fa;
    padding: 15px;
  }

  .fus-itlte {
    font-size: 20px;
  }

  .fuwus .fuwu-ul li {
    font-size: 15px;
    padding: 0 13px;
  }

  .fs .bgs-fu .zi {
    font-size: 20px;
  }

  .index-new {
    background: #05439b;
  }

  .hangye-xing .re {
    width: 100%;
    margin-top: 20px;
  }

  .hangye-xing .les {
    width: 100%;
  }

  .xiangye-tui .tui-a .xiang {
    font-size: 14px;
    margin-top: 12px;
  }

  .xiangye-tui .tui-a>.fr .yao-title {
    font-size: 16px;
  }

  .xiangye-tui .tui-a .xiang .yus {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .xiangye-tui .tui-a>.fr .ziyao {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
  }

  .he-baozi .le {
    width: 100%;
  }

  .he-baozi .bao-img {
    margin-top: 20px;
  }

  .he-baozi .re {
    width: 100%;
  }

  .hand {
    display: none;
  }

  .new .new-ul li a .new-con .new-title {
    font-size: 16px;
  }

  .new .new-ul li a .new-con .new-yao {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
  }

  .new .new-ul li a .new-con .more {
    font-size: 15px;
    margin-top: 7px;
  }

  .guanlian .tous-uls li .gong-yao {
    font-size: 15px;
  }

  .guanlian .tous-uls li .gong-p {
    font-size: 16px;
  }

  .map {
    margin-top: 10px;
  }

  .biaoge tbody tr td {
    line-height: 47px;
    font-size: 15px;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl .shenx {
    font-size: 15px;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li {
    padding: 10px;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl {
    width: 66%;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fr {
    width: 16%;
  }

  .literature .lit-ul>li .top-lit .fl {
    font-size: 16px;
  }

  .honner-con .hon-re {
    padding: 20px;
  }

  .honner-con .hon-re .hon-title {
    color: #ffffff;
    font-size: 24px;
  }

  .gs .re-gs .gs-shu li .s-p1 {
    font-size: 20px;
    font-family: "FjallaOne";
  }

  .gs .re-gs .gs-shu li .s-p2 {
    font-size: 13px;
  }

  .gs .re-gs .hrd {
    margin: 10px 0 10px 0;
  }

  .us-about .gs-cons {
    font-size: 15px;
    line-height: 25px;
  }

  .hangs {
    display: none;
  }

  .position .po-ul>li a {
    display: inline-block;
    padding: 0px 23px;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }

  .hrd {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px 0;
  }

  .zhuan-row {
    margin: 0 -7.5px;
  }

  .zhuanli .col-md-3 {
    padding: 7.5px;
    margin-bottom: 7.5px;
  }

  footer {
    display: none;
  }

  .ban-zi {
    font-size: 19px;
  }

  .heyauan-con .col-md-4 {
    margin-bottom: 15px;
    padding: 7.5px;
  }

  .fuli .hrd {
    margin: 0;
  }

  .gang .sou {
    width: 300px;
  }

  .recruitment .xiao-cona .lee .lee-ul li {
    font-size: 15px;
  }

  .zhao-xinghs .z-uls li {
    font-size: 15px;
    line-height: 30px;
  }

  .zhao-xinghs .gang-nei {
    font-size: 14px;
    line-height: 25px;
  }

  .shehui-zhao .tou-wen {
    font-size: 15px;
    line-height: 32px;
  }

  .shehui-zhao .tou-wen a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {



  .fuwus .fw1 .cons-fu .swiper-slide a .bots .type {
    font-size: 15px;
  }

  .fs .fuwus .fw1 .cons-fu .swiper-slide a .bots .titlq .p3 {
    font-size: 15px;
  }

  .hrd {
    font-size: 18px;
  }

  .cells .hrd {
    margin: 10px 0 10px 0;
  }

  .clell-cons .sna .san-p {
    font-size: 18px;
  }

  .index-new .index-us {
    font-size: 15px;
    line-height: 25px;
  }

  .index-new .index-us-title {
    font-size: 18px;
  }

  .sousou-con {
    margin-top: 10px;
  }

  .sousou-div {
    line-height: 40px;
    height: 40px;
  }

  .sousou-div .fr {
    line-height: 38px;
    font-size: 15px;
  }

  .lunbos .banner_titi {
    left: 0
  }

  .lunbos .banner_titi h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .index-re .index-news-uls li a>.fl {
    font-size: 15px;
  }

  .index-new .more {
    margin-top: 23px;
  }

  .fus-itlte {
    font-size: 16px;
  }

  .fuwus .fuwu-ul li a {
    font-size: 15px;
  }

  .index-re .index-news-uls li a .i-date {
    font-size: 12px;
  }

  .index-tu>.ta {
    padding: 0 40px;
  }

  .index-tu {
    padding: 0;
  }

  .index-tu .shang-a>.fl,
  .index-tu .shang-a>.fr {
    width: auto;
    margin: 0;
  }

  .index-tu .shang-a>.fl a,
  .index-tu .shang-a>.fr a {
    width: 162px;
    line-height: 37px;
  }

  .index-tu .shang-a>.fl a i {
    margin-left: -48px;
    margin-top: 3px;
  }

  .index-tu .shang-a>.fr a i {
    margin-left: -42px;
    margin-top: 1px;
  }

  .hrd.hrd11 {
    padding: 15px 15px 15px 30px;
    font-size: 18px;
  }

  .gengduo-a a {
    font-size: 15px;
    border: 1px solid #05439b;
    padding: 9px;
  }

  .gengduo-a a i {
    font-size: 14px;
  }

  .investor_li>div:nth-of-type(3) {
    display: none;
  }

  .recruitment .xiao-cona {
    margin-top: 20px;
  }

  .add-con {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
  }

  .bzi {
    font-size: 16px;
    margin: 5px 0;
  }

  .ban-zi1.hrd {
    margin: 20px 0 0px 0;
    font-size: 17px;
  }

  .add-ul li {
    padding: 10px;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    height: auto;
    margin-top: 15px;
  }

  .fuwus .fw1 .cons-fu .swiper-slide a .overh {
    width: 100%;
  }

  .fuwus .fw1 .cons-fu .swiper-slide a .bots {
    width: 100%;
    margin-left: 0%;
  }

  .gang {
    margin-left: 15px;
  }

  .zhao-xinghs .z-uls {
    padding: 15px;
  }

  .zhao-xinghs .z-uls li {
    width: 50%;
  }

  .zhao-xinghs .tou-a a {
    font-size: 15px;
    line-height: 34px;
  }

  .recruitment .xiao-cona .lee {
    width: 100%;
  }

  .recruitment .xiao-cona .ree {
    width: 100%;
  }

  .recruitment .xiao-cona .lee .lee-ul li {
    padding: 12px;
  }

  .zhao-xinghs {
    padding: 10px;
    margin-top: 10px;
  }

  .gang select {
    margin-bottom: 10px;
  }

  .recruitment {
    padding: 15px;
  }

  .csh-row {
    margin: 15px 7.5px;
  }

  .csh-row .col-md-3 {
    padding: 7.5px;
  }

  .csh-row .col-md-3 {
    margin-bottom: 7.5px;
  }

  .shehui-zhao {
    margin-bottom: 10px;
  }

  .shehui-zhao .jian {
    margin: 15px;
  }

  .xinzi .title_p {
    color: #ffffff;
    font-size: 15px;
  }

  .xinzi .zinxins {
    display: none;
  }

  .shehui-zhao .tou-wen {
    width: 100%;
    margin: 10px 0;
    position: relative;
    top: 0%;
    right: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    line-height: 24px;
  }

  .fazhabs .shi>div {
    width: 100%;
  }

  .fazhabs .shi .shi-wen {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .cooperation-con {
    margin-top: 20px;
  }

  .fazhabs {
    margin: 15px;
  }

  .fazhabs .shi {
    padding: 15px;
    margin-bottom: 15px;
  }

  .fazhabs .shi .hrd {
    margin: 5px;
  }

  .fazhabs .shi .yus-p1 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .fuli {
    padding: 30px 15px;
  }

  .fuli .fili-div {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }

  .jingsheng {
    margin: 15px;
  }

  .color-lunbo .swiper-container {
    padding-bottom: 50px;
  }

  .honner {
    margin: 15px;
  }

  .honner-con>div {
    width: 100%;
  }

  .honner-con .hon-re {
    position: relative;
    top: 0;
  }

  .zhuan-lunb .swiper-container {
    padding-bottom: 50px;
  }

  .li-con .li-title {
    font-size: 13px;
  }

  .cooperation {
    padding: 15px;
  }

  .about-zong .events {
    padding: 15px;
    margin: 0;
  }

  .about-zong .zhuans {
    padding: 15px;
    background-size: cover;
  }

  .zhuans .li-con {
    padding: 8px;
  }

  .gs>div {
    width: 100%;
  }

  .gs-con {
    margin: 15px;
  }

  .li-con {
    padding: 0 7.5px;
  }

  .heyuan-ul li {
    margin: 0px 5px;
  }

  .heyuan-ul li a {
    font-size: 15px;
    line-height: 34px;
    padding: 0 20px;
  }

  .heyuan-ul {
    margin-bottom: 8px;
  }

  .position {
    display: none;
  }

  .zhuanli,
  .rong {
    margin: 15px;
  }

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

  .zhas {
    font-size: 15px;
    line-height: 25px;
  }

  .us-about {
    margin: 20px 15px;
  }

  .us-about .us-img {
    padding: 0 0 20px 0;
  }

  .events {
    margin: 15px;
  }

  .events-con .swiper-wrapper .swiper-slide .even-date {
    font-size: 16px;
  }

  .events-con .swiper-wrapper .swiper-slide .even-yao {
    color: #818181;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: 81px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .events-con .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-left: 20px;
    padding-bottom: 39px;
    top: -70px;
  }

  .events-con .swiper-wrapper .swiper-slide:nth-child(odd) {
    padding-left: 20px;
    padding-top: 38px;
    top: 71px;
  }

  .yuan-people {
    background-size: cover;
    padding: 15px;
  }

  .pople-con {
    margin-top: 20px;
  }

  .pople-con .li-con .rong-title {
    font-size: 16px;
  }

  .literature {
    margin: 15px;
  }

  .lit-er-ul li {
    line-height: 60px;
    padding: 0 19px;
  }

  .lit-er-ul li>.fl {
    font-size: 15px;
  }

  .lit-er-ul li .fr a {
    font-size: 15px;
  }

  .recruitment-xiao {
    margin: 15px;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl {
    width: 100%;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fr {
    width: 35%;
    border-left: none;
    line-height: 40px;
  }

  .morde-xiao {
    margin-top: 20px;
  }

  .morde-xiao span {
    line-height: 30px;
    padding: 0 34px;
    border-radius: 30px;
    border: 1px solid #05439b;
    font-size: 15px;
  }

  .morde-xiao span i {
    font-size: 12px;
  }

  .xz-liuc li {
    width: 50%;
    margin: 10px 0;
  }

  .xz-liuc li .num {
    font-size: 18px;
  }

  .xz-liuc li .sheng-p {
    font-size: 15px;
  }

  .recruitment-cons1 {
    margin: 15px 7.5px;
  }

  .cells {
    padding: 15px;
  }

  .cells .cells-ul {
    height: auto;
  }

  .san-cons .sna-img>div {
    width: 100%;
  }

  .ul-service li {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .cells .cells-ul li a {
    padding: 0 12px;
  }

  .ul-service li::after {
    display: none;
  }

  .biaoge tbody tr td {
    padding: 0px;
  }

  .xiaobaos-ul li {
    width: 33.33%;
  }

  .xiaobaos-ul li p {
    font-size: 15px;
    margin: 5px 0;
  }

  .shang {
    width: 100%;
  }

  .xing-bots .more {
    margin-top: 10px;
  }

  .xiaobaos-ul li .overh {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .xiaobaos-ul li .overh i {
    font-size: 20px;
  }

  .san-cons {
    font-size: 15px;
    line-height: 25px;
  }

  .cells .yao-cell {
    font-size: 15px;
    line-height: 25px;
  }

  .sn-uls {
    padding: 0 10px;
    line-height: 30px;
  }

  .sn-con .sn-uls li a {
    font-size: 13px;
  }

  .rong .col-md-4 {
    margin-bottom: 15px;
  }

  .xiazai .li-con .rong-title {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .xiazai .col-md-4 {
    padding: 7.5px;
  }

  .xiazai .li-con .bo i {
    font-size: 30px;
  }

  .lianxis {
    margin: 15px;
  }

  .lianxis .lianxi-uls li .fr .add-p {
    font-size: 16px;
  }

  .lianxis .lianxi-uls li .fr .add-p1 {
    font-size: 15px;
  }

  .map {
    padding: 0 0;
  }

  .rong1 .li-con {
    padding: 8px;
  }

  .guanlian {
    margin: 15px;
  }

  .guanlian .tous-uls li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    border-right: none;
    padding-bottom: 10px;
    margin: 10px 0;
  }

  .guanlian .tous-uls {
    border-bottom: none;
  }

  .xiangmus-ul li a .fl {
    width: 100%;
  }

  .xiangmus-ul li a .fr {
    width: 100%;
    margin-top: 10px;
  }

  .xiangmus-ul li a .fr .xing-zhans {
    font-size: 15px;
    line-height: 25px;
    height: 75px;
  }

  .xiangmus-ul li a .fr .xing-title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }

  .xiangmus-ul li a .fr .jianzhi {
    font-size: 15px;
    line-height: 25px;
  }

  .new-list-xiang {
    margin: 15px;
  }

  .xing-biao {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cs-cons1 {
    padding: 15px 0;
    font-size: 15px;
    line-height: 25px;
  }

  .new {
    margin: 15px;
  }

  .new .new-ul li a>.fl {
    width: 100%;
  }

  .new .new-ul li a .new-con {
    width: 100%;
    margin-top: 15px;
  }

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

  .band-bot .pian {
    margin-left: 0px;
  }

  .yaowen>.fl {
    width: 100%;
  }

  .yaowen>.fr {
    width: 100%;
  }

  .he-baozi {
    margin: 15px;
  }

  .xingwens {
    height: auto;
  }

  .hang-tu-ul li a {
    font-size: 15px;
  }

  .he-baozi .bao-di>div {
    width: 50%;
  }

  .he-baozi .bao-di .fr>div {
    font-size: 15px;
    margin-left: 5px;
  }

  .band-bot .wei {
    font-size: 15px;
  }

  .band-bot .wei {
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
  }

  .band-bot .pian {
    width: 100%;
    text-align: center;
    line-height: 30px;
  }

  .band-bot {
    line-height: 30px;
    padding: 5px;
  }

  .yaowen .hdd .dnb {
    display: none;
  }

  .xiangs-he {
    padding: 15px;
  }

  .xiangs-he .biaori {
    font-size: 16px;
  }

  .xiangs-he .neri-he {
    font-size: 15px;
    line-height: 25px;
  }

  .changs-p>.fl {
    width: 100%;
  }

  .changs-p>.fr {
    width: 100%;
    text-align: left;
  }

  .changs-p>.fr .cons-bian2 {
    float: left;
    margin: 5px 0;
  }

  .xiangye-tui .tui-a>.fl {
    width: 100%;

  }

  .xiangye-tui .tui-a>.fr {
    width: 100%;
    margin-top: 10px;
  }

  .xiangye-tui {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .baodao .li-con .cons-d {
    padding: 10px;
  }

  .hangye-xing .re {
    padding: 15px;
    margin: 0;
  }

  .hangye-xing .re .re-hd {
    padding: 10px 0;
  }

  .lunbos .mouse-btn {
    display: none;
  }

  .lunbos .bo i {
    font-size: 35px;
  }

  .fuwus .fuwu-ul {
    margin: 15px 0;
  }

  .fuwus .fw1 .pagesq {
    position: absolute;
    width: 89%;
    height: 20px;
    bottom: 0;
    top: 50%;
  }

  .fuwus .fw1 .cons-fu {
    width: 100%;
  }

  .pagesq .swiper-button-next {
    background: url(../img/16-1.png) no-repeat;
    width: 30px;
    height: 30px;
    left: auto;
    right: 0;
    background-size: 100% 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pagesq .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 0;
    right: auto;
    background-size: 100% 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .fs .bgs-fu>img {
    height: 100px;
  }

  .fs .bgs-fu .zi {
    width: 100%;
    text-align: center;
  }

  .you {
    padding: 15px;
  }

  .xin-el .cons {
    font-size: 18px;
  }

  .box {
    width: 100%;
  }

  .you-div form {
    width: 100%;
  }

  .you-div .sp1 {
    width: 100%;
    text-align: center;
    line-height: 30px;
  }

  .index .xin-el {
    padding: 15px;
  }

  .you-div {
    margin: 0;
    background: transparent;
    height: 100px;
  }

  .you-link {
    margin: 30px 0;
  }

  .foot-uls li .index-new .more {
    margin-top: 20px;
  }
}

#dowebok .section.active .index-ab {
  animation: slideInLeft 1s;
  -moz-animation: slideInLeft 1s;
  -webkit-animation: slideInLeft 1s;
  -o-animation: slideInLeft 1s;
}

#dowebok .section.active .index-re {
  animation: slideInRight 1s;
  -moz-animation: slideInRight 1s;
  -webkit-animation: slideInRight 1s;
  -o-animation: slideInRight 1s;
}

#dowebok .section.active .index-tu {
  animation: fadeInUpBig 1s;
  -moz-animation: fadeInUpBig 1s;
  -webkit-animation: fadeInUpBig 1s;
  -o-animation: fadeInUpBig 1s;
}

#dowebok .section.active .fuwu-ul {
  animation: fadeInDownBig 1.5s;
  -moz-animation: fadeInDownBig 1.5s;
  -webkit-animation: fadeInDownBig 1.5s;
  -o-animation: fadeInDownBig 1.5s;
}

#dowebok .section.active .fuwu-con {
  animation: fadeInUpBig 1.5s;
  -moz-animation: fadeInUpBig 1.5s;
  -webkit-animation: fadeInUpBig 1.5s;
  -o-animation: fadeInUpBig 1.5s;
}

#dowebok .section.active .bgs-fu {
  animation: fadeInUpBig 2s;
  -moz-animation: fadeInUpBig 2s;
  -webkit-animation: fadeInUpBig 2s;
  -o-animation: fadeInUpBig 2s;
}

#dowebok .section.active .fus-itlte {
  animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s;
}

#dowebok .section.active .fus-itlte {
  animation: fadeInDown 1.5s;
  -moz-animation: fadeInDown 1.5s;
  -webkit-animation: fadeInDown 1.5s;
  -o-animation: fadeInDown 1.5s;
}

#dowebok .section.active .you-link {
  animation: fadeInUp 1.5s;
  -moz-animation: fadeInUp 1.5s;
  -webkit-animation: fadeInUp 1.5s;
  -o-animation: fadeInUp 1.5s;
}

#dowebok .section.active .xin-el {
  animation: fadeInUp 2s;
  -moz-animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
  -o-animation: fadeInUp 2s;
}

#dowebok .section.active footer {
  animation: fadeInUpBig 1.5s;
  -moz-animation: fadeInUpBig 1.5s;
  -webkit-animation: fadeInUpBig 1.5s;
  -o-animation: fadeInUpBig 1.5s;
}

.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #ccc;
}

.keyans .le-ma {
  width: 100%;
}

.keyans .foot1>div p {
  text-align: center;
  padding-left: 0;
}

@media (max-width: 320px) {

  .index-tu .shang-a>.fl a,
  .index-tu .shang-a>.fr a {
    width: 137px;
    line-height: 37px;
  }

  .index-tu .shang-a>.fr a i {
    margin-left: -33px;
  }

  .index-tu .shang-a>.fl a i {
    margin-left: -30px;
    margin-top: 3px;
  }

  .san-cons {
    font-size: 13px;
    line-height: 22px;
  }

  .recruitment-xiao .xiao-zhao-con {
    margin-top: 10px;
  }

  .recruitment-xiao .xiao-zhao-con .xia-zha-ul li a .fl .huas {
    font-size: 16px;
  }
}

.fix_ul>li:first-child .right_div .sousou-div input::placeholder {
  font-size: 13px !important;


}

.you12 {
  display: none;
  color: #fff;
  border: 1px solid #eeeeee;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;

}

.you-uls {
  width: 100px;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  padding: 5px 0;
  text-align: center;
  bottom: 100%;
  display: none;
  z-index: 99;

  line-height: 30px;
  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%);

}

.you12:hover .you-uls {
  display: block;

}

.you-uls a {
  color: #000;
  display: block;

}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 0;
  margin-left: 0;
  line-height: unset;
  color: unset;
  text-decoration: none;
  background-color: unset;
  border: unset;
}


.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: unset;
  border-color: unset;
}

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

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



#page li:hover,
.pagination li:hover {
  border: 1px solid #00a0e9;

}

#page li:hover a,
.pagination li:hover a {
  color: #00a0e9;
  background-color: unset;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.thisclass,
.pagination li.active {
  border: 1px solid #00a0e9;
  background-color: #00a0e9;
  color: #FFFFFF
}

#page li.thisclass a,
.pagination li.active a {
  color: #fff
}



.biaoge tbody tr:first-child td:nth-of-type(2),
.biaoge tbody tr:first-child td:nth-of-type(3),
.biaoge tbody tr:first-child td:nth-of-type(4),
.biaoge tbody tr:first-child td:nth-of-type(5) {
  border-left: none;
}

@media (max-width: 767px) {
  .ban {
    margin-top: 70px;
  }

  footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .foot1 .fr {
    width: 100%;
  }

  .yao-cell table {
    max-width: 100% !important;
    overflow-x: auto;
  }
  .xiangye-tui .tui-a>.fl{
    height: auto;
  }
  .xiangye-tui .tui-a>.fr .ziyao{
    height: auto;
  }
  .fazhabs .shi .yus-p1{
    height: auto;
  }
  .fazhabs .shi .shi-wen{
    padding-top: 20px;
  }

  #myModal1{
    width: 100%;
  }
  .zhao-xinghs .tou-a a{
    float: right;
    width: 150px;
    margin-bottom: 10px;
    text-align: center;
  }
}
