@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.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;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.ta {
  text-align: center;
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.psna {
  display: 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%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination span:focus {
  outline: none;
}
.hangs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.hangs.active {
  background: #1d2879;
  border-bottom: 1px solid #eeeeee;
}
.hangs .nav {
  line-height: 80px;
  padding-left: 80px;
  padding-right: 20px;
  transition: 600ms ease-in-out;
}
.hangs .nav .daohang .daohang-ul > li {
  padding: 0 25px;
  float: left;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid transparent;
}
.hangs .nav .daohang .daohang-ul > li > a {
  color: #ffffff;
  font-size: 18px;
}
.hangs .nav .daohang .daohang-ul > li .erls-uls1 {
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  position: absolute;
  display: none;
  top: 82px;
  line-height: 25px;
  padding: 5px 0;
  border: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.9);
}
.hangs .nav .daohang .daohang-ul > li .erls-uls1 li {
  text-align: center;
}
.hangs .nav .daohang .daohang-ul > li .erls-uls1 a {
  display: block;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.hangs .nav .daohang .daohang-ul > li .erls-uls1 li:hover a {
  background: #1d2879;
  color: #ffffff;
}
.hangs .nav .daohang .daohang-ul > li > a {
  font-size: 16px;
}
.hangs .nav .daohang .daohang-ul > li:hover ,.hangs .nav .daohang .daohang-ul > li.active{
  border-bottom: 2px solid #1d2879;
  position: relative;
}
.hangs .nav .daohang .daohang-ul > li:hover > a ,.hangs .nav .daohang .daohang-ul > li.active >a{
  color: #1d2879;
}
.hangs .nav .daohang .daohang-ul > li:hover::after {
  background: #1d2879;
  left: 0;
}
.hangs .nav .daohang .daohang-ul > li:hover .erls-uls1 {
  display: block;
}
.hangs .nav .dun {
  color: #484848;
}
.hangs .nav .dun i {
  color: #ffffff;
}
.hangs .nav span {
  float: left;
}
.hangs .nav .xian {
  display: inline-block;
  background: #d5d5d5;
  width: 1px;
  height: 18px;
  margin-left: 28px;
  position: relative;
  top: 32px;
}
.hangs .nav .soa {
  display: inline-block;
  padding: 0 30px;
  line-height: 75px;
}
.hangs .nav .soa i {
  color: #ffffff;
}
.hangs .nav .doap {
  padding: 0 30px;
  background: #373737;
  display: inline-block;
}
.hangs .nav .doap i {
  color: #ffffff;
}
.hangs .log1 {
  display: none;
}
.hangs.active {
  background: #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 */
}
.hangs.active .log1 {
  display: inline-block;
}
.hangs.active .logo {
  display: none;
}
.hangs.active .nav .daohang .daohang-ul > li > a {
  color: #3b3e40;
}
.hangs.active .nav .daohang .daohang-ul > li.active > a {
  color: #3b3e40;
}
.hangs.active .nav .daohang .daohang-ul > li.active::after {
  background: #1d2879;
}
.hangs.active .nav .daohang .daohang-ul > li:hover > a {
  color: #3b3e40;
}
.hangs.active .nav .daohang .daohang-ul > li:hover::after {
  background: #1d2879;
}
.hangs.active .nav .daohang .yuyans .pr {
  color: #3b3e40;
}
.hangs.active .nav .daohang .yuyans .pr i {
  font-size: 14px;
  color: #3b3e40;
}
.hangs.active .nav .daohang .soa i {
  color: #3b3e40;
}






.hangs .youj{
  line-height: 45px;
}

.hangs .youj .fr{
 display: flex;
 align-items: center;
}



.hangs .youj a{
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
 display: flex;
 align-items: center;
}

.hangs.active .youj a{
color: #3b3e40;
}
.fens>div{
  display: none;
}
.hangs .youj a i{
 font-size: 22px;
  margin-right: 5px;
}
.hangs .youj a:nth-child(2):hover{
  color: #144198;
}

.zitis {
  width: 100%;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
}
.ind-pros li {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 27px;
  border-left: 1px solid #e1e1e1;
}
.ind-pros li:first-child {
  border-left: none;
}
.ind-pros li .overh a {
  display: inline-block;
}
.ind-pros li .taiale {
  padding: 0 0 10px 0;
}
.ind-pros li .taiale a {
  color: #4e4d52;
  font-size: 14px;
  display: inline-block;
}
.ind-pros li .taiale a:hover {
  color: #1d2879;
}
.xians {
  position: relative;
  height: 48px;
  overflow: hidden;
}
.xians::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #e1e1e1;
  height: 2px;
}
.lunbo-zi {
  top: 35%;
  width: 100%;
  text-align: center;
}
.lunbo-zi .p1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: bold;
}
.lunbo-zi .p2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: lighter;
  margin-top: 20px;
}
.lunbo-zi .yue-a {
  margin-top: 40px;
}
.lunbo-zi .yue-a a {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 30px;
  border: 1px solid #ffffff;
}
.lunbo-zi .yue-a a:hover {
  background: #1d2879;
  color: #ffffff;
  border: 1px solid #1d2879;
}
.juli {
  margin-left: 20px;
}
.juli .dians {
  color: #555555;
  font-size: 18px;
}
.yuyans {
  line-height: 75px;
}
.yuyans .pr {
  padding: 0 16px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.yuyans .pr i {
  font-size: 14px;
}
.yuyans:hover .wbus-ul {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.wbus-ul {
  width: 100%;
  left: 0;
  right: 0;
  display: none;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.wbus-ul li {
  line-height: 30px;
}
.wbus-ul li a {
  display: block;
  line-height: 30px;
  color: #373737;
  text-align: center;
}
.wbus-ul li:hover {
  background: #1d2879;
}
.wbus-ul li:hover a {
  color: #ffffff;
}
.yuyans:hover .wbus-ul {
  display: block;
}
.zi-con {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: 19%;
  text-align: center;
}
.zi-con .p2 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.zi-con .p1 {
  font-size: 34px;
  color: #ffffff;
}
.index-shi {
  background: #f8f8f8;
  padding: 55px 0 77px 0;
}
.hds .fl {
  font-weight: bold;
  color: #222222;
  font-size: 30px;
}
.hds .fr a {
  color: #222222;
  font-size: 14px;
}
.hds .fr a:hover {
  color: #1d2879;
}
.shnp-lunb {
  margin-top: 35px;
}
.shnp-lunb .swiper-container {
  padding: 9px 5px;
}.shnp-lunb .swiper-slide .overh{
  padding: 40px ;

}
.shnp-lunb .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.shnp-lunb .swiper-slide:hover .overh img {
  /* Firefox 4 */
  /* Safari and Chrome */
  /* 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);
  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 */
}
.shnp-lunb .swiper-slide .overh a {
  display: block;
}
.shnp-lunb .swiper-slide .bot-a {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
  text-align: center;
}
.shnp-lunb .swiper-slide .bot-a a {
  display: block;
  font-size: 16px;
  color: #222222;
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shnp-lunb .swiper-slide .bot-a a:hover {
  color: #1d2879;
  font-weight: bold;
  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 */
}
.shnp-lunb .swiper-button-next,
.shnp-lunb .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
}
.shnp-lunb .swiper-button-next i,
.shnp-lunb .swiper-button-prev i {
  font-size: 60px;
  color: #e2e2e2;
}
.shnp-lunb .swiper-button-next {
  right: -100px;
}
.shnp-lunb .swiper-button-prev {
  left: -100px;
}
footer .iocn-ul {
  border: 1px solid #eeeeee;
}
footer .iocn-ul li {
  width: 25%;
  padding: 20px 0;
  position: relative;
  float: left;
  text-align: center;
}
footer .iocn-ul li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .iocn-ul li:last-child::after {
  opacity: 0;
}
footer .iocn-ul li span {
  color: #222222;
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
  font-weight: bold;
  line-height: 32px;
  position: relative;
  top: 3px;
}
footer .foot-ul {
  padding: 30px 0 0 0;
}
footer .foot-ul > li {
  float: left;
  margin-right: 85px;
}
footer .foot-ul > li:last-child {
  margin-right: 0;
}
footer .foot-ul > li > p {
  color: #333333;
  font-size: 18px;
}
footer .foot-ul > li .foot-div {
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
}
footer .foot-ul > li .foot-div ul li a {
  color: #999999;
}
footer .foot-ul > li .foot-div ul li a:hover {
  color: #1d2879;
}
footer .mas {
  padding: 20px 0;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
}
footer .fens {
  margin-bottom: 30px;
  margin-top: 10px;
}
footer .fens .bdsharebuttonbox {
  margin-top: 10px;
}
footer .fens .bdsharebuttonbox a {
  background: transparent;
  width: 41px;
  height: 41px;
  border: 1px solid #999999;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 100%;
  font-size: 30px;
  color: #999999;
  line-height: 40px;
  text-align: center;
}
footer .fens .bdsharebuttonbox a:hover {
  color: #1d2879;
  border: 1px solid #1d2879;
}
footer .fens p {
  color: #333333;
  font-size: 18px;
}
footer .foot-bot {
  color: #999999;
  font-size: 12px;
  line-height: 45px;
  border-top: 1px solid #f5f5f5;
}
.divs-nav {
  box-shadow: 0px 2px 16px 0px rgba(225, 223, 223, 0.75);
  line-height: 70px;
}
.divs-nav ul {
  width: 70%;
}
.divs-nav ul li {
  float: left;
  display: inline-block;
}
.divs-nav ul li a {
  color: #333333;
  font-size: 16px;
  display: block;
  padding: 0 25px;
}
.divs-nav ul li:hover a,
.divs-nav ul li.active a {
  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 */
  background: #1d2879;
}
.divs-nav .weix {
  width: 30%;
  color: #333333;
  font-size: 14px;
}
.divs-nav .weix a {
  color: #333333;
}
.divs-nav .weix a:hover {
  color: #1d2879;
}
.ban {
  height: 500px;
  overflow: hidden;
}
.ban-ul {
  width: 200px;
  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: 166px;
  z-index: 3;
}
.ban-ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.ban-ul > li > a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.66);
  padding: 20px 0 20px 55px;
  position: relative;
}
.ban-ul > li > a:after {
  background-color: rgba(255, 255, 255, 0.66);
  position: absolute;
  width: 14px;
  height: 2px;
  content: '';
  left: 25px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban-ul > li:hover > a,
.ban-ul > li.active > a {
  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 */
}
.ban-ul > li:hover > a:after,
.ban-ul > li.active > a:after {
  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: #ffffff;
  position: absolute;
  width: 39px;
  left: 0px;
}
.ban-ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.product {
  padding-bottom: 50px;
}
.product .table-responsive table thead tr {
  background: #f2f2f2;
}
.product .table-responsive table thead tr th {
  padding: 20px 40px;
  border-bottom: none;
  color: #000000;
  font-size: 18px;
  font-weight: lighter;
}
.product .table-responsive table tbody tr td {
  border-top: none;
  padding: 15px 40px;
  color: 3000000;
  font-weight: lighter;
  font-size: 18px;
}
.product .hdhd {
  margin: 45px 0 25px 0px;
}
.product .hdhd .hd {
  color: #1d2879;
  font-size: 26px;
  position: relative;
  font-weight: lighter;
  margin-bottom: 10px;
}
.product .hdhd .hd:after {
  content: '';
  background-color: #45aea9;
  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%);
  bottom: -5px;
  width: 26px;
  height: 1px;
}
.product .hdhd .ens {
  color: #9e9d9d;
  font-size: 18px;
  font-weight: lighter;
}
.product .chan-p {
  font-size: 18px;
  font-weight: lighter;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
.pros-lunb {
  margin: 40px 0 20px 0;
}
.pros-lunb .swiper-slide {
  text-align: center;
}
.pros-lunb .swiper-slide .dian-title {
  color: #000000;
  font-size: 18px;
  font-weight: lighter;
  line-height: 48px;
}
.pros-lunb .swiper-button-disabled {
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .swiper-slide {
  height: 700px;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 13%;
}
.lunbo .swiper-slide:nth-child(1) {
  background: url(../img/24.jpg) no-repeat;
}
.lunbo .swiper-slide:nth-child(2) {
  background: url(../img/23.jpg) no-repeat;
}
.lunbo .swiper-button-next,
.lunbo .swiper-button-prev {
  width: 60px;
  height: 125px;
}
.lunbo .swiper-button-next {
  background: url(../img/15.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
}
.lunbo .swiper-button-prev {
  background: url(../img/14.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.lunbo .swiper-button-disabled {
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  display: none;
  width: 100%;
  right: 0;
  top: 82px;
  border-top: 2px solid #1d2879;
  text-align: center;
  z-index: 999;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #1d2879;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.phone {
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: auto;
  margin-top: 0px;
  line-height: 70px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #1d2879;
  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: #1d2879;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: transparent;
  z-index: auto;
  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: #3a46a2  !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: #1d2879;
  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: 70%;
  right: 0px;
  width: 50px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul li {
  font-size: 12px;
  text-align: center;
  float: none;
  position: relative;
  width: 50px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid #dee2e7;
}
.fix_ul li:nth-child(2n) {
  background: #f2f2f2;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover {
  background: #1d2879;
  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 i {
  font-size: 26px;
  color: #6a6a6a;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-height: 40px;
  -o-transform: scale(0);
  position: absolute;
  color: #6a6a6a;
  right: 40px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  min-width: 120px;
}
.fix_ul li:hover a {
  color: #848484;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 60px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover {
  background: #1d2879;
}
.fix_ul li:hover i {
  color: #fff;
}
.xing-biao {
  color: #0b0b0b;
  font-size: 23px;
  font-weight: bold;
}
.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: #1d2879;
  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: #1d2879;
}
.xingsw .more {
  margin: 40px 0;
}
.xingsw .more a:hover {
  border: 1px solid #1d2879;
  color: #1d2879;
}
.detall {
  margin-top: 30px;
}
.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}
.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}
.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;
}
.hangyes {
  padding: 80px 0;
}
.hangyes .hang_title {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  margin: 20px 0;
}
.hangyes .hang_title a {
  color: #333333;
}
.hangyes .hang_title:hover a {
  color: #1d2879;
}
.hangyes .col-md-6 {
  margin-bottom: 30px;
}
.hangyes .col-md-6 .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.new {
  padding: 60px 0;
}
.new .col-md-4 {
  margin-bottom: 50px;
}
.new .new_div .data {
  background: #eeeeee;
  width: 76px;
  padding: 0 0 10px 0;
  bottom: 0;
  left: 0;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(72, 72, 72, 0.1);
}
.new .new_div .data .nain {
  color: #1d2879;
  line-height: 1;
  font-size: 14px;
}
.new .new_div .data .day {
  color: #1d2879;
  font-weight: bold;
  font-size: 44px;
}
.new .new_div .tltle_a {
  padding-left: 100px;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new .new_div .tltle_a a {
  color: #333333;
}
.new .new_div .new_yaos {
  color: #888888;
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .new_div .more {
  margin-top: 10px;
}
.new .new_div .more a {
  color: #888888;
  font-size: 14px;
  border: 1px solid #eeeeee;
  line-height: 40px;
  display: inline-block;
  padding: 0 35px;
}
.new .new_div .new_bot {
  padding: 10px 30px;
  border: 1px solid #eeeeee;
}
.new .new_div: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_div:hover .data {
  background: #1d2879;
}
.new .new_div:hover .data .day {
  color: #ffffff;
}
.new .new_div:hover .data .nain {
  color: #ffffff;
}
.new .new_div:hover .more a {
  color: #ffffff;
  border: 1px solid #1d2879;
  background: #1d2879;
}
.link .link-top {
  padding-bottom: 80px;
  padding-top: 50px;
  background: url(../img/13.jpg) center bottom no-repeat;
}
.link .linxin-con {
  background: #ffffff;
  padding: 80px 0 50px 0;
  text-align: center;
}
.link .linxin-con .link_div {
  color: #333333;
  line-height: 30px;
  font-size: 18px;
  margin-top: 10px;
}
.link .linxin-con .overh {
  border-width: 1px;
  border-color: #666666;
  border-style: solid;
  border-radius: 50%;
  background-color: #ffffff;
  width: 144px;
  height: 144px;
  display: inline-block;
  line-height: 144px;
  margin: 0 auto;
  text-align: center;
}
.link .linxin-con .overh i {
  font-size: 60px;
  font-weight: lighter;
  color: #666666;
}
.link-bot {
  background: #f5f5f5;
  padding-bottom: 70px;
}
.hhd {
  padding: 80px 0 60px 0;
}
.hhd .en_hd {
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
}
.hhd .cn_hd {
  color: #000000;
  font-size: 30px;
}
.reds {
  color: #e00000;
}
.inp-ul > li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.inp-ul > li:nth-child(3) {
  margin-right: 0;
}
.inp-ul > li p {
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
}
.inp-ul > li:last-child {
  width: 100%;
  margin-right: 0;
}
.inp-ul > li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #eeeeee;
  padding-left: 15px;
}
.inp-ul > li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.tiajiaos {
  font-size: 14px;
  color: #888888;
  line-height: 40px;
  padding: 0 30px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-top: 20px;
}
.tiajiaos:hover {
  background: #1d2879;
  color: #ffffff;
}
.jianjie > .fl {
  width: 60%;
}
.jianjie .zis {
  color: #333333;
  font-size: 16px;
  background: #ffffff;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: justify;
  text-indent: 30px;
  width: 45%;
  line-height: 30px;
  padding: 50px 40px;
  box-shadow: 0px 5px 10px 0px rgba(72, 72, 72, 0.14);
}
.jishu-ul {
  width: 90%;
  background: #ffffff;
  position: relative;
  margin-top: -100px;
  padding: 30px 0;
  box-shadow: 0px 5px 10px 0px rgba(72, 72, 72, 0.1);
}
.jishu-ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.jishu-ul li .haos {
  color: #1d2879;
  font-size: 16px;
  font-weight: bold;
}
.jishu-ul li .haos sup {
  font-size: 16px;
  position: relative;
  top: -50px;
  font-weight: lighter;
}
.jishu-ul li .ji-title {
  color: #888888;
  font-size: 14px;
}
.jishu-con > .fr {
  width: 90%;
}
.jishu {
  background: #f6f6f6;
  padding-bottom: 80px;
}
.about_div {
  padding-bottom: 80px;
}
.linian_div {
  background: #f3f3f3;
}
.linian_div > .fl {
  width: 50%;
}
.linian_div > .fl .zis {
  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%);
  right: 0;
}
.linian_div .lian-zi {
  color: #000000;
  font-size: 16px;
  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%);
  width: 50%;
  line-height: 30px;
  right: 0;
  padding: 0 50px;
  text-indent: 30px;
}
.us_about {
  margin-bottom: 70px;
}
.xing-div {
  color: #888888;
  font-size: 16px;
  line-height: 32px;
}
.new-xings {
  margin: 80px 0;
}
.new-xings .biaot-s {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}
.new-xings .das {
  font-size: 14px;
  margin: 10px 0;
  color: #888888;
}
.new-xings .left {
  width: 71%;
}
.new-xings .reg {
  width: 27%;
}
.new-xings .ren-div {
  border: 1px solid #eeeeee;
}
.new-xings .rne-tile {
  color: #333333;
  font-size: 22px;
  background: #d2d2d2;
  line-height: 75px;
  height: 75px;
  text-align: center;
}
.new-xings .ren-top ul {
  padding: 15px;
  background: #f6f6f6;
}
.new-xings .ren-top ul li {
  margin-bottom: 15px;
  background: #ffffff;
  padding: 15px 0;
}
.new-xings .ren-top ul li:last-child {
  margin-bottom: 0px;
}
.new-xings .ren-top ul li .fl {
  width: 45%;

  padding: 0 15px;
}
.new-xings .ren-top ul li .fl:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.new-xings .ren-top ul li .fr {
  width: 55%;
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
}
.new-xings .ren-top ul li .fr .zuli {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-xings .ren-top ul li .fr .zuli a {
  color: #333333;
  font-weight: bold;
}
.new-xings .ren-top ul li .fr .zuli a:hover {
  color: #1d2879;
}
.new-xings .ren-top ul li .fr .tui-yao {
  color: #888888;
  font-size: 14px;
  line-height: 25px;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.new-xings .ren-bot {
  margin-top: 40px;
  border: 1px solid #eeeeee;
}
.new-xings .ren-bot ul {
  background: #f6f6f6;
  padding: 15px;
}
.new-xings .ren-bot ul li {
  margin-bottom: 15px;
}
.new-xings .ren-bot ul li:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.new-xings .ren-bot ul li:last-child {
  margin-bottom: 0;
}
.new-xings .ren-bot ul li .tirle-a {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}
.new-xings .ren-bot ul li a {
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  color: #ffffff;
}
.new-xings .ren-bot ul li a:hover {
  background: #1d2879;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-xings .fenga {
  margin: 40px 0;
  color: #333333;
  font-size: 14px;
}
.new-xings .shang {
  padding: 30px 0;
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #f6f6f6;
}
.new-xings .shang > div {
  width: 50%;
  color: #333333;
  font-size: 16px;
}
.new-xings .shang > div a {
  color: #333333;
  font-size: 16px;
}
.new-xings .shang > div a:hover {
  color: #1d2879;
}
.bann1 {
  height: 650px;
  padding-top: 9%;
}
.bann1 .ban-ul > li > a {
  color: #565661;
}
.bann1 .title-pro {
  color: #333333;
  font-size: 40px;
  margin-top: 20px;
}
.bann1 .xinghao {
  color: #d5131e;
  font-size: 20px;
  position: relative;
}
.bann1 .xinghao::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -15px;
  width: 56px;
  height: 6px;
  background-color: #172c77;
}
.bann1 .neri-yaos {
  color: #333333;
  font-size: 16px;
  margin-top: 30px;
  line-height: 30px;
}
.hghlights {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
}
.tui-news {
  background: #f6f6f6;
  margin-top: 80px;
}
.tts-ul li {
  width: 48%;
  float: left;
  margin-bottom: 60px;
}
.tts-ul li .tui-a {
  width: 85%;
  box-shadow: 0px 3px 8px 0px rgba(72, 72, 72, 0.1);
  background: #ffffff;
  padding: 15px 30px 15px 50px;
}
.tts-ul li .tui-a .tus1 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.tts-ul li .tui-a .tus1 a {
  color: #333333;
}
.tts-ul li .tui-a .tus1 a:hover {
  color: #1d2879;
}
.tts-ul li .tui-a .yyas {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tts-ul li .das {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 10px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 3px 8px 0px rgba(72, 72, 72, 0.1);
  width: 110px;
  height: 91px;
}
.tts-ul li .das .has {
  color: #172c77;
  font-weight: bold;
  font-size: 47px;
  line-height: 1;
}
.tts-ul li .das .ds1 {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
}
.tts-ul li:nth-child(2n) {
  float: right;
}
.tts-ul li:hover .das {
  background: #1d2879;
}
.tts-ul li:hover .das .has {
  color: #ffffff;
}
.tts-ul li:hover .das .ds1 {
  color: #ffffff;
}
.bis > .fl {
  width: 60%;
  border: 1px solid #eeeeee;
}
.bis > .fl .table {
  margin-bottom: 0;
}
.bis > .fl thead tr th {
  color: #000000;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border: none;
  background: #eeeeee ;
}
.bis > .fl tbody tr td {
  color: #000000;
  text-align: center;
  line-height: 42px;
  border: none;
  font-size: 16px;
}
.bis > .fr {
  width: 37%;
  background: #f6f6f6 ;
  color: #000000;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  padding: 30px;
}
.biaoges {
  margin-top: 60px;
}
.biaoges .biaotous {
  background: #172c77;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.biaoges .biaotous > div {
  width: 33.33%;
}
.biaoges thead tr {
  background: #f6f6f6 ;
}
.biaoges thead tr th {
  text-align: center;
  color: #000000;
  font-size: 18px;
  line-height: 50px;
  border: none;
}
.biaoges tbody tr td {
  color: #000000;
  font-size: 16px;
  border: none;
  line-height: 35px;
  text-align: center;
}
.biaoges tbody tr:nth-child(even) {
  background: #f6f6f6 ;
}
.biaoges table {
  border: 1px solid #eeeeee;
}
.download,
.dnaye {
  padding: 80px 0;
}
.dnaye {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}
.download thead tr {
  border-top: 2px solid #1d2879;
}
.download thead tr th {
  color: #000000;
  font-size: 19px;
  line-height: 50px;
  font-weight: normal;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.download tbody tr {
  cursor: pointer;
}
.download tbody tr td {
  color: #737373;
  font-size: 16px;
  padding: 0;
  line-height: 70px;
  text-align: center;
}
.download tbody tr td:nth-child(1) {
  position: relative;
  padding: 0 40px;
}
.download tbody tr td:nth-child(1) span {
  position: absolute;
  background: #1d2879;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  color: #ffffff;
  line-height: 25px;
  font-size: 13px;
  padding: 0 10px;
  text-transform: uppercase;
  display: none;
}
.download tbody tr td a {
  font-size: 16px;
  color: #737373;
}
.download tbody tr td a i {
  display: inline-block;
  margin-right: 5px;
}
.download tbody tr:nth-child(1) td span,
.download tbody tr:nth-child(2) td span {
  display: block;
}
.download tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.download tbody tr:hover {
  background: #e2e1e1;
}
.download tbody tr:hover a {
  color: #1d2879;
}
.pos1 .col-md-3 .hang_div  {
  margin-bottom: 10px;

 
  border: 1px solid #eeeeee;

}.pos1 .col-md-3 .hang_div .overh{
  padding:  40px;
}

.pos1 .col-md-3 {
  padding-bottom: 30px;
}.pos1 .col-md-3 .hang_div: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);

}
@media (max-width: 1440px) {
  .bann1 .col-md-6.ta {
    text-align: right;
  }
  footer .foot-ul > li {
    margin-right: 100px;
  }
  .ban-ul {
    left: 66px;
  }
  .hangs .nav .daohang .daohang-ul > li {
    padding: 0 13px;
  }
}
@media (max-width: 1280px) {
  .bann1 .col-md-6 img {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .ban{
    height: auto;
  }
  .ban-ul > li > a {
    padding: 19px 0 19px 55px;
  }
  .bann1 {
    height: 500px;
  }
  footer .foot-ul > li {
    margin-right: 56px;
  }
  .link .linxin-con {
    padding: 30px 0 30px 0;
  }
  .link .linxin-con .overh {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .link .linxin-con .overh i {
    font-size: 37px;
  }
  .link .linxin-con .link_div {
    line-height: 20px;
    height: 60px;
    margin-bottom: 10px;
  }
  .link .linxin-con {
    padding: 0px 0 0px 0;
  }
  .jianjie .zis {
    line-height: 26px;
    font-size: 15px;
    padding: 30px;
  }
  .jishu-ul li .haos {
    font-size: 50px;
  }
  .jishu-ul li .haos sup {
    font-size: 25px;
    top: -28px;
  }
  .divs-nav ul li a {
    font-size: 15px;
    padding: 0 35px;
  }
  .divs-nav {
    line-height: 50px;
  }
  .hangyes {
    padding: 50px 0;
  }
  .hangs .nav .daohang .daohang-ul > li {
    padding: 0 13px;
  }
  .juli {
    margin-left: 0px;
  }
  .hangs .nav {
    padding-left: 40px;
  }
  .hangs .nav .soa {
    padding: 0 17px;
  }
  .zi-con .p1 {
    font-size: 22px;
  }
  .shnp-lunb .swiper-button-next {
    right: 0;
  }
  .shnp-lunb .swiper-button-prev {
    left: 0;
  }
  .ban-ul {
    left: 41px;
    width: 173px;
  }
}
@media (max-width: 1280px) {
  .new-xings .left {
    width: 61%;
  }
  .new-xings .reg {
    width: 37%;
  }
}
@media (max-width: 990px) {
  .bann1 .col-md-6 img {
    width: 100%;
  }
  .phone,
  .mobile-foot {
    display: block;
  }
  .searchbox {
    top: 70px;
  }
  .phone .container > .fl {
    width: 41%;
  }
  body {
    padding: 70px 0;
  }
  .hhd {
    padding: 30px 0 30px 0;
  }
  .hhd .cn_hd {
    font-size: 22px;
  }
  .hhd .en_hd {
    font-size: 19px;
  }
  .jianjie .zis {
    width: 60%;
  }
  .hangs {
    display: none;
  }
  .divs-nav ul li a {
    padding: 0 18px;
  }
  .ban-ul {
    display: none;
  }
  .lunbo .swiper-slide {
    height: 500px;
    padding-top: 18%;
  }
  .lunbo .swiper-slide .ta {
    width: 43%;
    margin: 0 auto;
  }
  .zi-con .p2 {
    font-size: 14px;
  }
  .index-shi {
    padding: 35px 0 33px 0;
  }
  .shnp-lunb {
    margin-top: 0px;
  }
  .hds .fl {
    font-size: 21px;
  }
  footer .iocn-ul {
    display: none;
  }
  footer .foot-ul li {
    display: none;
  }
  footer .foot-ul li:last-child {
    display: block;
  }
  .rightfix {
    display: none;
  }
}
@media (max-width: 767px) {
  .bann1 .col-md-6.ta {
    text-align: center;
  }
  .bann1 .col-md-6.ta img {
    width: 50%;
  }
  .bann1 {
    height: auto;
    padding: 20px 0px ;
  }
  .bann1 .title-pro {
    font-size: 22px;
    margin-top: 10px;
  }
  .bann1 .xinghao {
    font-size: 16px;
  }
  .bann1 .neri-yaos {
    font-size: 14px;
    margin-top: 21px;
    line-height: 25px;
  }
  .pro-con {
    padding: 15px;
  }
  .divs-nav {
    display: none;
  }
  .hangyes {
    padding: 15px;
  }
  .hangyes .hang_title {
    font-size: 15px;
    margin: 6px 0;
  }
  .hangyes .col-md-6 {
    margin-bottom: 15px;
  }
  .zi-con {
    width: 100%;
  }
  .lunbo .swiper-slide .ta {
    width: 70%;
    padding: 15px;
  }
  .lunbo .swiper-slide {
    height: 400px;
    padding-top: 30%;
  }
  .lunbo .swiper-button-next,
  .lunbo .swiper-button-prev {
    width: 30px;
    height: 62.5px;
  }
  .index-shi {
    padding: 15px;
  }
  .shnp-lunb .swiper-button-next i,
  .shnp-lunb .swiper-button-prev i {
    font-size: 34px;
    color: #1d2879;
  }
  footer {
    padding: 0 15px;
    border-top: 1px solid #eeeeee;
  }
  footer .foot-ul > li .foot-div {
    font-size: 14px;
    line-height: 26px;
  }
  footer .foot-bot {
    padding: 10px 0;
    font-size: 12px;
    line-height: 24px;
  }
  .shnp-lunb .swiper-slide .bot-a {
    width: 100%;
    padding: 15px ;
  }
  .jianjie .zis {
    width: 100%;
    padding: 15px;
  }
  .jianjie > .fl {
    width: 100%;
    position: relative;
    z-index: 4;
    padding-bottom: 15px;
  }
  .jianjie .zis {
    position: initial;
    top: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .us_about {
    padding: 15px;
  }
  .about_div {
    padding-bottom: 30px;
  }
  .jishu-ul {
    width: 100%;
    margin: 0px auto;
    padding: 15px 0;
  }
  .jishu-ul li .haos {
    font-size: 25px;
  }
  .jishu-ul li {
    width: 50%;
  }
  .linian_div > .fl {
    width: 100%;
  }
  .linian_div .lian-zi {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 15px;
  }
  .jishu-ul li .haos sup {
    font-size: 12px;
    top: -13px;
  }
  .jishu-ul li {
    margin-bottom: 10px;
  }
  .jishu-ul li .ji-title {
    font-size: 14px;
  }
  .jishu-con > .fr {
    width: 100%;
  }
  .jishu {
    padding-bottom: 10px;
  }
  .hhd {
    padding: 20px 0 19px 0;
  }
  .hhd .cn_hd {
    font-size: 17px;
  }
  .us_about {
    margin-bottom: 30px;
  }
  .link .linxin-con {
    background: #ffffff;
    padding: 80px 0 50px 0;
    text-align: center;
  }
  .link .linxin-con .overh {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .link .linxin-con .overh i {
    font-size: 22px;
  }
  .link .linxin-con {
    padding: 15px;
  }
  .link .link-top {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .link-bot {
    padding: 15px;
  }
  .inp-ul > li {
    width: 100%;
  }
  .link .linxin-con .link_div {
    font-size: 14px;
  }
  .inp-ul > li input {
    height: 30px;
  }
  .inp-ul > li p {
    font-size: 13px;
    margin-top: 10px;
  }
  .inp-ul > li textarea {
    height: 100px;
  }
  .new-xings .left {
    width: 100%;
  }
  .new-xings .reg {
    width: 100%;
  }
  .new-xings {
    margin: 0;
    padding: 15px;
  }
  .new-xings .biaot-s {
    font-size: 18px;
  }
  .xing-div {
    font-size: 14px;
    line-height: 22px;
  }
  .new-xings .rne-tile {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
  .new-xings .shang > div {
    width: 100%;
    text-align: left;
  }
  .new-xings .shang > div a {
    font-size: 14px;
  }
  .new-xings .shang {
    padding: 16px 0;
    margin-top: 12px;
  }
  .new-xings .ren-bot {
    margin-top: 21px;
  }
  .new-xings .fenga {
    margin: 20px 0;
  }
  .new {
    padding: 15px;
  }
  .new .col-md-4 {
    margin-bottom: 15px;
  }
  .new .new_div .new_bot {
    padding: 10px 10px;
  }
  .new .new_div .new_yaos {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
  }
  .new .new_div .tltle_a {
    font-size: 16px;
  }
  .new .new_div .more a {
    font-size: 14px;
    line-height: 27px;
    padding: 0 23px;
  }
  .new .new_div .data .day {
    color: #1d2879;
    font-size: 26px;
  }
  footer .fens {
    margin-bottom: 13px;
  }
  footer .fens .bdsharebuttonbox a {
    font-size: 21px;
  }
  .bis > .fl {
    width: 100%;
  }
  .bis > .fr {
    width: 100%;
    padding: 15px;
  }
  .biaoges {
    margin-top: 20px;
  }
  .tui-news {
    margin-top: 15px;
  }
  .tts-ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .tui-news {
    margin: 15px -15px;
  }
  .tui-news .row {
    padding: 0 15px;
  }
  .tts-ul li .das {
    width: 88px;
  }
  .download {
    padding: 10px 0;
  }
  .download thead tr th {
    font-size: 14px;
    line-height: 45px;
  }
  .download tbody tr td {
    font-size: 12px;
    line-height: 30px;
  }
  .download tbody tr td a {
    font-size: 12px;
  }
  .download tbody tr td:nth-child(1) {
    padding: 0px 18px;
  }
  .download tbody tr:nth-child(1) td span,
  .download tbody tr:nth-child(2) td span {
    display: none;
  }
  .us_about {
    margin-bottom: 10px;
  }
  .dnaye {
    padding: 10px 0;
    font-size: 14px;
    float: ;
    line-height: 24px;
  }
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #1d2879;
}

#page li:hover a {
  color: #1d2879;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.active {
  border: 1px solid #1d2879;
  background-color: #1d2879;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}