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

}



.row {

  display: block !important;

}



.map img {

  max-width: inherit;

}



/* 取消链接高亮  */

a {

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

}



/* 设置HTML5元素为块 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}



/* 图片自适应 */

img {

  max-width: 100%;

  height: auto;

  width: auto\9;

  /* ie8 */

  -ms-interpolation-mode: bicubic;

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

}



/* 初始化 */

body,

div,

ul,

li,

ol,

h1,

h2,

h3,

h4,

h5,

h6,

input,

textarea,

select,

p,

dl,

dt,

dd,

a,

img,

button,

form,

table,

th,

tr,

td,

tbody,

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  margin: 0;

  padding: 0;

}



body {

    font-family: "Noto Sans SC", sans-serif;

  color: #555;

  overflow-x: hidden;

}



button:focus {

  outline: none;

}



em,

i {

  font-style: normal;

}



ul,

li {

  list-style-type: none;

}



.w100 {

  width: 100%;

}



.pr {

  position: relative;

}



.pa {

  position: absolute;

}



a:hover,

a:link,

a:visited {

  text-decoration: none;

}



.clearfix {

  zoom: 1;

}



input:focus,

textarea:focus {

  outline: none;

}



.overh {

  overflow: hidden;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.ta {

  text-align: center;

}



.tr {

  text-align: right;

}



.tl {

  text-align: left;

}



.displaynone {

  display: none;

}



.swiper-button-prev:focus,

.swiper-button-next:focus {

  outline: none;

}



.wen_hied {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}



@media (min-width: 1500px) {

  .container {

    width: 1200px;

  }

}



.color {

  background-image: -moz-linear-gradient(130deg, #1272ed 0%, #6648e6 100%);

  background-image: -webkit-linear-gradient(130deg, #1272ed 0%, #6648e6 100%);

  background-image: -ms-linear-gradient(130deg, #1272ed 0%, #6648e6 100%);

}



.f14px {

  font-size: 14px;

}



.f16px {

  font-size: 16px;

}



.book {

  border: 1px solid #000;

}



.db {

  display: block;

}



.dnb {

  display: inline-block;

}



.flight {

  font-weight: lighter;

}



.fbold {

  font-weight: bold;

}



.imghover {

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}



.sca1 {

  transform: scale(1);

  -ms-transform: scale(1);

  /* IE 9 */

  -moz-transform: scale(1);

  /* Firefox */

  -webkit-transform: scale(1);

  /* Safari 和 Chrome */

  -o-transform: scale(1);

}



.sca0 {

  transform: scale(0);

  -ms-transform: scale(0);

  /* IE 9 */

  -moz-transform: scale(0);

  /* Firefox */

  -webkit-transform: scale(0);

  /* Safari 和 Chrome */

  -o-transform: scale(0);

}



.tran {

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

}



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

}



body {

  padding-top: 100px;

}



.daohang {

  position: fixed;

  top: 0;

  background: #fff;

  left: 0;

  right: 0;

  padding: 0 50px 0 70px;

  z-index: 99;

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

  line-height: 100px;

}

.daohang .clearfix{
    display: flex;
}
.daohang .clearfix .logo1{
    width: 25%;
}
.daohang .clearfix .nav-ul{
    width: 60%;
    text-align: center;
}
.daohang .clearfix .nav-rig{
    width: 15%;
}




.daohang.active {

  line-height: 70px;

  border-bottom: 1px solid #eeeeee;

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

}



.daohang.active .sou {

  top: 15px;

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

}



/*.nav-ul {*/

/*  margin-left: 11%;*/

/*}*/



.nav-ul>li {

  padding: 0 20px;

  display: inline-block;

  position: relative;

}



.nav-ul>li::before {

  content: '';

  position: absolute;

  width: 33px;

  height: 5px;

  background: url(../img/10.png) no-repeat;

  background-size: 100% 100%;

  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: 20px;

  opacity: 0;

}



.nav-ul>li:hover::before,

.nav-ul>li.active::before {

  opacity: 1;

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

}



.nav-ul>li>a {

  color: #121313;

  font-weight: bold;

  font-size: 16px;

}



.nav-ul>li>a:hover {

  color: #014da3;

}



.nav-ul>li .ers-ul {

  position: absolute;

  background: #fff;

  display: none;

}



.nav-ul>li .ers-ul li {

  line-height: 30px;

}



.sou {

  overflow: hidden;

  position: relative;

  top: 32px;

  /*width: 223px;*/

  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 #014da3;

  border-radius: 5px;
  height: 39px;

}



.sou i {

  color: #fff;

  font-size: 20px;

  font-weight: bold;

}



.sou .sertext {

  border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;

  height: 37px;

  padding-left: 15px;

  width: 80%;

  float: left;

  color: #014da3;

  font-size: 16px;

  border: none;

}



.sou .sertext::placeholder {

  color: #014da3;

  font-size: 16px;

}



.sou .serbtn {

  background: #014da3;

  border: none;

  height: 37px;

  line-height: 37px;

  float: left;

  width: 20%;

}



.nav-rig>span {

  display: inline-block;

  margin-left: 15px;

}



.nav-rig>span i {

  color: #232323;

  font-size: 20px;

  font-weight: bold;

}



.nav-rig a {

  color: #747373;

  font-size: 16px;

}



.nav-rig a:hover,

.nav-rig a.active {

  color: #014da3;

}



.lunbo .zhnes {

  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: #ffffff;

  width: 100%;

}



.lunbo .zhnes .p1 {

  font-size: 68px;

  font-weight: bold;

  text-shadow: 0px 3px 16px rgba(146, 146, 146, 0.35);

}



.lunbo .zhnes .xians {

  width: 119px;

  height: 5px;

  background: #ffffff;

  margin: 20px 0;

}



.lunbo .zhnes .p2 {

  font-size: 37px;

  text-shadow: 0px 3px 16px rgba(146, 146, 146, 0.35);

}



.lunbo .swiper-pagination-bullet {

  border-radius: 50%;

  background-color: #10b710;

  opacity: 1;

}



.lunbo .swiper-pagination-bullet-active {

  width: 53px;

  height: 8px;

  background-color: #eeeeee;

  border-radius: 4px;

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

}



.hhd {

  color: #2e2e2e;

  font-size: 48px;

  font-weight: bold;

  margin-top: 60px;

}



.hd-yao {

  color: #767676;

  font-size: 18px;

  line-height: 30px;

  margin: 17px 0 30px 0;

}



.chanp-lunb .swiper-container {

  padding-bottom: 30px;

}



.chanp-lunb .swiper-slide {

  border: 9px solid #dcdcdc;

}



.chanp-lunb .swiper-slide .por-biao {

  width: 80%;

  background: #ffffff;

  padding: 17px;

  text-align: center;

  display: none;

  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: -30px;

  box-shadow: 0px 3px 13px 0px rgba(195, 195, 195, 0.35);

}



.chanp-lunb .swiper-slide .por-biao a {

  color: #014da3;

  font-size: 20px;

}



.chanp-lunb .swiper-slide:hover {

  border: 9px solid #014da3;

}



.chanp-lunb .swiper-slide:hover img {

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}



.chanp-lunb .swiper-slide:hover .por-biao {

  display: block;

}



.chanp-lunb .swiper-button-next {

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

  background-size: 100% 100%;

  width: 50px;

  height: 50px;

  right: -100px;

}



.chanp-lunb .swiper-button-prev {

  background: url(../img/2.png) no-repeat;

  background-size: 100% 100%;

  width: 50px;

  height: 50px;

  left: -100px;

}



.abs-ul li img {

  /*height: 260px;*/

  object-fit: cover;

}



.abs-ul li {

  width: 20%;

  border: 2px solid #fff;

  float: left;

  position: relative;

}



.abs-ul li .abs-a {

  width: 100%;

  height: 50%;

  left: 0;

  right: 0;

  bottom: 0;

}



.abs-ul li .abs-a::before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  background: linear-gradient(rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.4));

  /* 标准的语法 */

}



.abs-ul li .abs-a .us1 {

  left: 50%;

  width: 90%;

  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: 20px;

  position: absolute;

  color: #ffffff;

  z-index: 3;

}



.abs-ul li .abs-a .us1 .cn-div {

  font-size: 18px;

}



.abs-ul li:hover .overh a img {

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}



.abs-ul li:hover::before {

  display: none;

  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-new {

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

  background-size: cover;

  padding-bottom: 80px;

}



.title-cn {

  font-size: 36px;

  color: #014da3;

}



.title-en {

  font-size: 24px;

  margin-top: 10px;

  color: #014da3;

}



.new-title {

  padding-top: 70px;

}



.index-new-ul {

  margin-top: 40px;

  overflow: hidden;

}



.index-new-ul li {

  width: 49%;

  float: left;

  margin-bottom: 20px;

  position: relative;

  padding: 30px 30px 30px 190px;

  background: #ffffff;

}



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

  float: right;

}



.index-new-ul li .data {

  position: absolute;

  background: #014da3;

  border-radius: 100%;

  width: 139px;

  height: 139px;

  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: 20px;

  color: #ffffff;

  text-align: center;

}



.index-new-ul li .data .tian {

  font-size: 48px;

  margin-top: 17px;

}



.index-new-ul li .data .nian {

  font-size: 16px;

}



.index-new-ul li .title {

  margin-top: 30px;

  color: #000000;

  font-size: 18px;

  line-height: 30px;

  /*height: 30px;*/

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  /*-webkit-line-clamp: 1;*/

  overflow: hidden;

}



.index-new-ul li .title a {

  color: #000000;

}



.index-new-ul li .title a:hover {

  color: #014da3;

}



.index-new-ul li .yaos {

  margin-top: 10px;

  color: #454444;

  font-size: 16px;

  line-height: 30px;

  height: 60px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.index-about1 {

  background: #014da3;

  padding: 50px 0;

}



.index-about1 .abou-zi {

  color: #ffffff;

  font-size: 16px;

  line-height: 30px;

}



.index-about1 .abou-zi span {

  font-size: 24px;

}



.index-about1 .moe {

  margin-top: 30px;

}



.index-about1 .moe a {

  color: #014da3;

  font-size: 16px;

  border-radius: 30px;

  padding: 0 45px;

  background: #ffffff;

  display: inline-block;

  line-height: 50px;

}



.index-about1 .moe a:hover {

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

  color: #fff;

}



.foot {

  background: #dfebf9;

  font-size: 16px;

  color: #014da3;

  padding: 50px 0;

}



.ban {

  height: 440px;

  background-size: cover;

}



.ban .ban-zi {

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

  text-align: center;

  color: #ffffff;

}



.ban .ban-zi .p1 {

  font-size: 48px;

  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);

}



.ban .ban-zi .p2 {

  font-size: 29px;

  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);

}



.position {

  color: #333333;

  font-size: 16px;

  padding: 15px 0;

  border-bottom: 1px solid #e9e9ea;

}



.modal-backdrop.fade.show {

  display: block !important;

}



.position a {

  color: #333333;

  font-size: 16px;

}



.position span:last-child,

.prozis span:last-child {

  display: none;

}



.position a:hover {

  color: #014da3;

}



.pro {

  padding: 20px 0 50px 0;

}



.pro .abs-ul {

  margin: 0 -10px;

}



.pro .abs-ul li {

  width: 32%;

  margin: .5%;

}



.pro .abs-ul li .lixi {

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

  text-align: center;

}



.pro .abs-ul li .lixi .mo {

  margin-top: 30px;

}



.pro .abs-ul li .lixi .mo a {

  color: #014da3;

  display: inline-block;

  font-size: 16px;

  padding: 0 50px;

  line-height: 50px;

  background: #ffffff;

  border-radius: 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 */

}



.pro .abs-ul li .lixi .mo a:hover {

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

  color: #fff;

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

}

/*新闻详情页*/
.flex{
    display: flex;
}
.summary{
    border-bottom: 2px solid #e5e5e5;
}
.summary h2.headLine2{
    font-size: 22px;
    color: #33394a;
    padding-bottom: 20px;
    border-bottom: 2px solid #001f8a;
    position: relative;
    display: inline-block;
}
.substitution .flex{
    align-items: center;
    margin-bottom: 45px;
    margin-left: -15px;
    margin-right: -15px;
}
h3.headLine3{
    font-size: 22px;
    border-bottom: 1px dashed #afafaf;
    padding: 20px 0 15px;
    color: #33394a;
    position: relative;
    padding-left: 25px;
}
h3.headLine3::before{
    position: absolute;
    content: '';
    height: 4px;
    width: 15px;
    background: #0e2e92;
    border-radius: 3px;
    left: 0;
    top: 33px;
}

.downloads .btns_item{
    text-align: center;
    background: #22aaff;
    border-radius: 5px;
    padding: 5px 0;
}
.downloads .btns_item a{
    color: #fff;
    font-weight: bold;

}
.downloads .btns_item icon{
    padding-right: 10px;
}
.downloads .btns_item icon img{
    width: 20px;
}






.links {

  padding: 20px 0 170px 0;

}



.links .biaoge {

  color: #333333;

  font-size: 16px;

  line-height: 35px;

}



.links .biaoge .table>tbody>tr>td,

.links .biaoge .table>tbody>tr>th,

.links .biaoge .table>tfoot>tr>td,

.links .biaoge .table>tfoot>tr>th,

.links .biaoge .table>thead>tr>td,

.links .biaoge .table>thead>tr>th {

  vertical-align: middle;

  line-height: 30px;

  padding: 15px 10px;

  border: 1px solid #cccccc;

}



.links .biaoge .table>tbody>tr>th {

  font-weight: 400;

  color: #333333;

  font-size: 16px;

  background: #f5f5f5;

  padding: 10px;

}



.links .more {

  margin-top: 30px;

}



.links .more a {

  color: #ffffff;

  font-size: 16px;

  background: #014da3;

  line-height: 52px;

  display: inline-block;

  padding: 0 50px;

  border-radius: 30px;

}



.links .more a:hover {

  background: #014da3;

  color: #fff;

  transition: 400ms ease-in-out;

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

  /* Firefox 4 */

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

  /* Safari and Chrome */

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

  /* Opera */

}



.zuis .index-new-ul li {

  width: 100%;

  padding: 60px 180px 60px 190px;

  background: #ecf3fa;

}



.zuis .index-new-ul li .title {

  font-size: 22px;

  margin-top: 0;

}



.zuis {

  padding: 0px 0 170px 0;

}



.zuis .new-i {

  position: absolute;

  right: 0;

  bottom: 0;

}



.zuis .new-i a {

  width: 47px;

  height: 47px;

  display: inline-block;

  background-color: #014da3;

  color: #ffffff;

  font-size: 36px;

  line-height: 40px;

  text-align: center;

  font-weight: bold;

}



.zuis .new-i a:hover {

  background: #c02626;

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

}



#myModal .mot-top {

  color: #fff;

  font-size: 16px;

  background: #014da3;

  line-height: 30px;

  text-align: center;

  padding: 5px 10px;

  background: url(../img/11.png) no-repeat;

  background-size: 100% 100%;

}



#myModal .form-div ul li {

  padding: 10px 0 10px 0px;

  border-bottom: 1px dashed #dddddd;

}



#myModal .form-div ul li>.fl {

  width: 20%;

  color: #000000;

  font-size: 16px;

  line-height: 35px;

}



#myModal .form-div ul li>.fl span {

  color: #e9300c;

}



#myModal .form-div ul li>.fr {

  width: 79%;

}



#myModal .form-div ul li>.fr input {

  width: 100%;

  background: #f4f5f7;

  height: 35px;

  font-size: 16px;

  color: #000000;

}



#myModal .form-div ul li>.fr select {

  width: 100%;

  border: none;

  height: 35px;

  font-size: 16px;

  color: #000000;

  background: #f4f5f7;

}



#myModal .form-div ul li>.fr select option {

  font-size: 16px;

  color: #000000;

  line-height: 30px;

}



#myModal .form-div ul li.code>.fr input {

  width: 30%;

}



#myModal .form-div ul li.code>.fr .code-img {

  width: 20%;

  border: 1px solid #8fc2da;

  line-height: 30px;

  margin-left: 10px;

  border-radius: 5px;

}



#myModal .form-div .jian {

  margin-top: 20px;

}



#myModal .form-div .jian button {

  font-size: 16px;

  line-height: 50px;

  padding: 0 60px;

  margin: 0 5px;

  border-radius: 30px;

  border: none;

}



#myModal .form-div .jian button:nth-child(1) {

  background: #a8c2e1;

  color: #000000;

}



#myModal .form-div .jian button:nth-child(2) {

  background: #014da3;

  color: #fff;

}



#myModal .modal-header {

  border: none;

  padding: 10px 15px;

}



#myModal .modal-header .close span {

  color: #0a0a0a !important;

  opacity: 1;

  font-size: 20px !important;

}



.ds {

  cursor: pointer;

}



.searchbox {

  padding: 15px;

  background: #fff;

  width: 100%;

  top: 70px;

  border-top: 2px solid #014da3;

  text-align: center;

  z-index: 44;

  position: fixed;

}



.displaynone {

  display: none;

}



.searchs {

  max-width: 600px;

  margin: 0 auto;

}



.clearfix {

  zoom: 1;

}



.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: #014da3;

  color: #fff;

  font-size: 15px;

  cursor: pointer;

  transition: 0.44s;

}



.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: #014da3;

  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: #014da3;

  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: #e4762d !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: #014da3;

  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;

  display: none;

  width: 40px;

  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: 40px;

  cursor: pointer;

  height: 40px;

  padding: 5px 0;

  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: #014da3;

  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: 20px;

  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: #014da3;

}



.fix_ul li:hover i {

  color: #fff;

}



.index-fuwu .con ul li:nth-child(1) {

  left: 11%;

}



.index-fuwu .con ul li:nth-child(3) {

  left: 7%;

}



.index-fuwu .con ul li:nth-child(4) {

  left: 80%;

}



.newiss-xing {

  margin-top: 45px;

}



.newiss-xing .title {

  color: #000000;

  font-size: 35px;

  padding: 15px 0;

  border-bottom: 1px solid #dfdfdf;

  position: relative;

}



.newiss-xing .title::after {

  content: '';

  position: absolute;

  width: 100px;

  height: 1px;

  bottom: -1px;

  background: #014da3;

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

}



.newiss-xing .dade {

  color: #6b6b6b;

  font-size: 17px;

  margin: 30px 0;

}



.newiss-xing .dade span {

  display: inline-block;

  margin: 0 10px;

}



.newiss-xing .nei {

  color: #6b6b6b;

  font-size: 17px;

  line-height: 35px;

}



.newiss-xing .bshare-custom {

  display: inline-block;

}



.newiss-xing .shang {

  margin: 60px 0;

  padding: 30px 0;

  border-top: 1px solid #dfdfdf;

  line-height: 35px;

}



.newiss-xing .shang .fl {

  width: 70%;

}



.newiss-xing .shang a {

  color: #6b6b6b;

  font-size: 17px;

}



.newiss-xing .shang a:hover {

  color: #014da3;

}



@media (min-width: 768px) {

  .modal-dialog {

    width: 710px;

    margin: 30px auto;

  }



  .modal-body {

    padding: 5px 45px 50px 45px;

  }

}



.us-con {

  padding: 40px 0;

}



.us-con .danye {

  font-size: 16px;

  line-height: 30px;

  color: #454444;

}
@media (max-width: 1820px){
    .nav-ul>li{
        padding: 0 15px;
    }
}
@media (max-width: 1750px) {

  /*.nav-ul>li {*/

  /*  padding: 0 23px;*/

  /*}*/
  .nav-ul{
      margin-left: 5%;
  }
      .nav-ul>li{
        padding: 0 13px;
    }

}

@media (max-width: 1620px) {

  .nav-ul {

    margin-left: 3%;

  }



  

  .abs-ul li .abs-a .us1 {

    width: 100%;

  }

  .daohang .logo1 img {

    max-height: 30px;

}



}
@media (max-width: 1440px){
    .nav-ul>li{
        padding: 0 10px;
    }
    .nav-ul{
        margin-left: 1%;
    }
}


@media (max-width: 1368px) {

  .daohang {

    padding: 0 30px;

  }



  .nav-ul li {

    padding: 0 5px;

  }
  .sou{
      width: 200px;
  }

}

@media (max-width: 1220px){
      .sou{
      width: 180px;
  }
}

@media (max-width: 1200px) {

  .logo1 {

    width: 30%;

  }
  .sou{
      width: 140px
  }
  .sou .sertext{
      font-size: 12px;
      padding-left: 0px;
  }



  .pro .abs-ul li .lixi .mo a {

    font-size: 13px;

    padding: 0 31px;

    line-height: 34px;

  }



  .ban .ban-zi .p1 {

    font-size: 29px;

  }



  .ban .ban-zi .p2 {

    font-size: 22px;

  }



  .nav-ul>li>a {

    font-size: 14px;

  }



  .title-cn {

    font-size: 26px;

  }



  .title-en {

    font-size: 17px;

  }



  .index-new-ul li .title {

    margin-top: 0px;

  }

}



@media (max-width: 990px) {

  .daohang {

    display: none;

  }



  .pro .abs-ul li .lixi img {

    width: 80px;

  }



  .phone {

    display: block;

  }



  body {

    padding-top: 70px;

  }



  .lunbo .zhnes .p1 {

    font-size: 30px;

  }



  .lunbo .zhnes .p2 {

    font-size: 18px;

  }



  .abs-ul li .abs-a .us1 .cn-div {

    font-size: 14px;

  }



  .index-new-ul li .data {

    width: 80px;

    height: 80px;

  }



  .index-new-ul li .data .tian {

    font-size: 18px;

    margin-top: 20px;

  }



  .index-new-ul li .data .nian {

    font-size: 14px;

  }



  .index-new-ul li {

    padding: 30px 30px 30px 120px;

  }



  .index-new-ul li .title {

    font-size: 16px;

  }



  .index-new-ul li .yaos {

    font-size: 14px;

    margin-top: 0px;

    line-height: 25px;

    height: 50px;

  }



  .new-title {

    margin-top: 40px;

  }



  .index-new {

    padding-bottom: 40px;

  }



  .index-about1 .abou-zi {

    font-size: 14px;

    line-height: 22px;

  }



  .index-about1 .abou-zi span {

    font-size: 19px;

  }



  .index-about1 .moe a {

    font-size: 14px;

    border-radius: 30px;

    padding: 0 40px;

    line-height: 37px;

  }



  .foot {

    padding: 23px 0;

  }



  .zuis .index-new-ul li .title {

    font-size: 16px;

  }



  .zuis .index-new-ul li {

    padding: 20px 130px;

  }



  .newiss-xing .title {

    font-size: 24px;

  }

}



@media (max-width: 767px) {

  .abs-ul li {

    width: 100%;

  }



  .table td,

  .table th {

    white-space: nowrap;

  }



  .index-about,

  .index-new {

    padding: 15px;

  }



  .index-new-ul li {

    width: 100%;

  }



  .new-title {

    margin-top: 20px;

  }



  .title-cn {

    font-size: 20px;

  }



  .title-en {

    font-size: 14px;

    margin-top: 0;

  }



  .index-new-ul {

    margin-top: 20px;

  }



  .index-new-ul li {

    padding: 15px 15px 15px 120px;

  }



  .index-about1 {

    padding: 15px;

  }



  .index-about1 .abou-zi span {

    font-size: 16px;

  }



  .index-about1 .abou-zi {

    text-align: left;

  }



  .rightfix {

    display: none;

  }



  .foot {

    display: none;

  }



  .lunbo .zhnes .p1 {

    font-size: 16px;

  }



  .lunbo .zhnes .p2 {

    font-size: 14px;

  }



  body {

    padding-bottom: 70px;

  }



  .mobile-foot {

    display: block;

  }



  .ban {

    height: 200px;

  }



  .ban .ban-zi .p1 {

    font-size: 16px;

  }



  .ban .ban-zi .p2 {

    font-size: 14px;

  }



  .position {

    display: none;

  }



  .pro {

    padding: 15px;

  }



  .pro .abs-ul li {

    width: 49%;

  }



  .pro .abs-ul li .lixi .mo a {

    padding: 0px 9px;

    line-height: 32px;

    border-radius: 12px;

  }



  .pro .abs-ul li .lixi img {

    width: 48px;

  }



  .pro .abs-ul li .lixi .mo {

    margin-top: 11px;

  }



  .links {

    padding: 15px;

  }



  .links .biaoge {

    font-size: 13px;

    line-height: 28px;

  }



  .links .biaoge .table>tbody>tr>th {

    font-size: 13px;

    padding: 0 5px;

  }



  #myModal .mot-top {

    font-size: 14px;

    line-height: 25px;

  }



  #myModal .form-div ul li {

    padding: 10px 0 10px 11px;

  }



  #myModal .form-div ul li>.fl {

    font-size: 12px;

  }



  #myModal .form-div ul li.code>.fr input {

    width: 40%;

  }



  #myModal .form-div ul li.code>.fr .code-img {

    width: 40%;

  }



  #myModal .form-div .jian button {

    font-size: 12px;

    line-height: 32px;

    padding: 0 43px;

  }



  .modal-dialog {

    margin: 70px 10px;

  }



  #myModal .modal-header {

    padding: 3px 15px;

  }



  #myModal .mot-top {

    text-align: left;

  }



  .zuis {

    padding: 15px;

  }



  .zuis .index-new-ul li {

    padding: 20px 20px 20px 120px;

  }



  .zuis .new-i a {

    width: 25px;

    height: 25px;

    line-height: 20px;

    color: #ffffff;

    font-size: 21px;

  }



  .index-new-ul li {

    margin-bottom: 15px;

  }



  .us-con {

    padding: 15px;

  }



  .danye {

    font-size: 14px;

    line-height: 25px;

  }



  .newiss-xing .title {

    font-size: 16px;

  }



  .newiss-xing .dade {

    font-size: 14px;

    margin: 16px 0;

  }



  .newiss-xing {

    margin-top: 0px;

    padding: 15px;

  }



  .newiss-xing .nei {

    font-size: 14px;

    line-height: 25px;

  }



  .newiss-xing .shang {

    margin: 20px 0;

    padding: 14px 0;

    line-height: 25px;

  }



  .newiss-xing .shang .fl {

    width: 100%;

  }



  .newiss-xing .shang a {

    font-size: 14px;

  }

}



#page {

  clear: both;

  height: 40px;



  text-align: center;

  display: table;

  margin: 40px auto 0 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 #014da3;

}



#page li:hover a {

  color: #014da3;

}



#page li a {

  color: #666;

  display: inline-block;

  padding: 5px 14px;

  text-align: center;

  margin: -5px -14px -5px -14px;

}



#page li.thisclass {

  border: 1px solid #014da3;

  background-color: #014da3;

  color: #FFFFFF

}



#page li.active a {

  color: #fff

}



.prozis {

  color: #333333;

  font-size: 16px;

  margin: 20px 0;

}



.prozis a {



  color: #333333;

}



.prozis a:hover {



  color: #014da3;



}



.breadcrumb-item {

  display: inline-block;

}