@charset "utf-8";
/* css reset */
*{
    margin: 0px;
    padding: 0px;
    /*word-break:break-all;*/
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing:border-box; 
  -ms-box-sizing:border-box; 
  -o-box-sizing:border-box;
} 
a[href]:after{content:normal;}
body {
  -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
  height: auto;
  overflow-x: hidden;
  font-family: OpenSans;
  color: #1e1e1e;
}
a {
  color: #1e1e1e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;cursor: pointer;
}
a:hover, a:focus {
  color:#1950D5;
  text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, li{
  margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
  padding: 0px;
  margin: 0px;
}
button {outline: none;}
select { width:100%;}
/*-------------------------------- other-common ----------------------------------*/
/* 内外间距 */
.mb05{ 
  margin-bottom: 5px; 
}
.mb10{ 
  margin-bottom: 10px; 
}
.mb15{ 
  margin-bottom: 15px; 
}
.mb20{ 
  margin-bottom: 20px; 
}
.mb25{ 
  margin-bottom: 25px; 
}
.mb30{ 
  margin-bottom: 30px; 
}
.mb35{ 
  margin-bottom: 35px; 
}
.mb40{ 
  margin-bottom: 40px; 
}
.mb45{ 
  margin-bottom: 45px; 
}
.mb50{ 
  margin-bottom: 50px; 
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* vertical-align */
.vm {
  vertical-align: middle;
}
.vtb {
  vertical-align: text-bottom;
}
.vb {
  vertical-align: bottom;
}
.vt {
  vertical-align: top;
}
.vn {
  vertical-align: -2px;
}
.bgnone {
  background: none !important;
}
.bnone {
  border: none !important;
}
.bgf5{ background-color: #F5F5F5; }
/*-------------------------------- 5列栅格 ----------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* 栅格20px的间距 */
@media screen and (min-width: 1599px){
  .row20{ margin:0 -20px; }
  .col-20{ padding: 0 20px; }
}


/*-------------------------------- 竖排文字 ----------------------------------*/
.writing-vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
/*-------------------------------- 垂直居中 ----------------------------------*/
.middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}
.middle-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
/*-------------------------------- 清除浮动 ----------------------------------*/
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*-------------------------------- font -------------------------------------*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h44 {
  font-size: 44px;
}
.h46 {
  font-size: 46px;
}
.h48 {
  font-size: 48px;
}
.h50 {
  font-size: 50px;
}
.h54 {
  font-size: 54px;
}
.h60 {
  font-size: 60px;
}



/* ziti */
@font-face {
  font-family: 'Lato-Bold';
  src: url('https://api.cas.cn/lib/font-size/lato/Lato-Bold.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Bold.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Bold.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url('https://api.cas.cn/lib/font-size/lato/Lato-Heavy.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Heavy.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Heavy.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('https://api.cas.cn/lib/font-size/lato/Lato-Regular.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Regular.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Regular.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Lato-Medium';
  src: url('https://api.cas.cn/lib/font-size/lato/Lato-Medium.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Medium.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/lato/Lato-Medium.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'OpenSans';
  src: url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Regular.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Regular.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Regular.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Bold.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Bold.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Bold.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.woff') format('woff'),    /* 广泛兼容 */
       url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.ttf') format('truetype'), /* 旧版移动端 */
}

/* banxin */
@media (min-width: 1230px){
  .container{width: 1200px; max-width: 1200px;}
}
@media (min-width: 1299px){
  .container{width: 1260px; max-width: 1260px;}
}
@media (min-width: 1366px) {
  .container{width: 1330px; max-width: 1330px;}
}
@media (min-width: 1399px) {
  .container{width: 1360px; max-width: 1360px;}
}
@media (min-width: 1499px) {
  .container{width: 1460px; max-width: 1460px;}
}
@media (min-width: 1640px) {
  .container{width: 1590px; max-width: 1590px;}
}
@media (min-width: 1680px) {
  .container{width: 1630px; max-width: 1630px;}
}


/* topback */
.toTop {
  position: fixed;
  z-index: 99999;
  width: 80px;
  height: 80px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  right: 20px;
  bottom: 40px;
  font-size: 24px;
}
.toTop img{ width: 100%; display: inline-block; }
.toTop:hover {
  
}
@media screen and (max-width: 767px){
  .toTop{width: 55px;
  height: 55px;}
}

/* 多行省略公用 */
@media screen and (min-width: 992px){
  .line-clamp-1{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .line-clamp-2{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
  .line-clamp-3{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
  .line-clamp-4{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;}
  .line-clamp-5{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;}
  .line-clamp-6{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;}
  .line-clamp-7{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;}
}

/*图片划过变大*/
.img_hovbig{
  display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* imgnone */
.image-item {
    position: relative;
    background-color: #f0f0f0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align: center;
    overflow: hidden;
    height: 225px;
    width: 100%;
    margin-bottom: 16px;
}
.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.image-item[data-img=""] span {
    display: block;
}
.image-item img:not([src]),
.image-item img[src=""] {
    display: none;
}
.imgnone[data-img=""]{ display: none; }

/*nav*/
.head_cent{ 
  position: relative;
  border-top: 6px solid #003F98; 
}
.nav-wrap {
  /* z-index: 1009;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient( #001026 0%, rgba(0,16,38,0) 100%); */
}
.cd_btn{ 
  color: #fff; cursor: pointer;
  background:url(icon06_zdkj2025.png) no-repeat right center;
  padding-right: 18px;
  margin-right: -3px;
  display: inline-block;
}
.line-a{ display: inline-block; vertical-align: middle;}
.line-right{ text-align: right; float: right; }
.header-line {
  padding-top: 11px;
  overflow: hidden;
}
.header-line a {
  font-size: 16px;
  color: #181818;
  margin-left:1px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
a.line-a{
  position: relative;
}
.header-line a.line-a span {
  display: inline-block;
  vertical-align: bottom;
}
.header-line a.line-a .icon-s {
  margin-right: 6px;
}
.header-line a.line-a .icon-s img {
  display: block;
  width: 28px;
}
.header-line a.line-search {
  width: 21px;
  height: 21px;
  margin-left: 22px;
  background: url('search01_en2025.png') no-repeat center center;
  background-size: 21px;
}
div.line-a{ position: relative; }
.topcd_nr{ 
  display: none; 
  position: absolute; 
  width: 134px;    
  background: rgba(0,52,125,0.8);
    margin-left: -40px;
    text-align: center;
    padding: 10px 0;
    z-index: 1001;
}
.topcd_nr a{ margin-left: 0; font-size:14px; padding: 5px 0;}

.page-other .nav-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.page-other nav.navbar.bootsnav .navbar-brand .nav-logo .logo-d {
  display: none;
}
.page-other nav.navbar.bootsnav .navbar-brand .nav-logo .logo-other {
  display: block;
}
.page-other nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
}
nav.navbar.bootsnav {
  min-height: 100px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  padding: 0 0 36px 0;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
  width: 520px;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding:0;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-brand .nav-logo .logo-other {
  display: none;
}
nav.navbar.bootsnav .navbar-brand a,
nav.navbar.bootsnav .navbar-brand span {
  float: left;
}
nav.navbar.bootsnav .navbar-brand span {
  width: 1px;
  height: 64px;
  background: #EAEAEA;
  margin-left: 20px;
  margin-right: 20px;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  width:307px;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}
nav.navbar.bootsnav ul.nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  margin-top: 15px;
  flex-direction: row;
}
.navbar .container{
  align-items:start;
}
/* nav.navbar.bootsnav ul.nav::before {
  content: '';
  position: absolute;
  width: 2000px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
} */
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
  position: static;
}
nav.navbar.bootsnav ul.nav > li:last-child{
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 50px;
  color: #333;
  position: relative;
  padding: 0;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Lato-Bold';
  display: block;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 6px;
  background: #1950D5;
  width: 0;
  transition: all 0.5s;
  transform: translate(-50%, 0);
}
nav.navbar.bootsnav ul.nav > li > a:after{
  content:'';
  position: absolute;
  bottom: -46px;
  left: 50%;
  height: 38px;
  background: #1950D5;
  width: 0;
  transition: all 0.5s;
  transform: translate(-50%, 0);
  display: block;
  margin:0;
  vertical-align:sub;
  border:0;
}
nav.navbar.bootsnav ul.nav > li:nth-child(3) > a:after{
display: none;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #004098 !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li > a:hover:after,
nav.navbar.bootsnav ul.nav > li > a:focus:after,
nav.navbar.bootsnav ul.nav > li.active > a:hover:after,
nav.navbar.bootsnav ul.nav > li.active > a:focus:after,
nav.navbar.bootsnav ul.nav > li.active > a:after,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a:after {
  width: 1px;
}

nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu{
  border: none;
  box-shadow: none;
  /* background: #1950D5; */
  min-width: 100%;
  width: 100%;
  left: auto;
  right: 0;
  padding:0;
  top: 100%;
  background: linear-gradient(to left, #1950D5 60%, transparent 0%);
  margin-top: 0;
}
.navdrop-down{ 
  display: flex;
  flex-wrap:wrap; 
  justify-content:center;
  width: 100%;
}
.navdrop-down li{ background: #1950D5; }
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li a{
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding:16px 32px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  display: block;
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li a:hover,
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li.act a{
  color: #fff;
  background:#009CEE;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 14px 0px rgba(85, 128, 193, 0.27);
  padding-bottom: 18px;
}
nav.navbar.bootsnav.scroll .navbar-brand {
  padding-top: 18px;
}
nav.navbar.bootsnav.scroll ul.nav{ padding-top: 16px; }
nav.navbar.bootsnav.scroll ul.nav > li > a:after{
 display: none; 
}

.phoe-menu-toggle {
  display: none;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(search03_en2025.png) no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  background: #fff;
  border-bottom: 4px solid #1950D5;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 15px;
}
.search-box .s-btn {
  height: 62px;
  line-height: 62px;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
.search-box .s-btn::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:url(search02_en2025.png) no-repeat;
}
.padnav{ display:none; }
@media (max-width: 1640px) {
  nav.navbar.bootsnav .navbar-header{width: 476px;}
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li a{ padding:14px 20px; }
}
@media (max-width: 1599px) {
 
}
@media (max-width: 1499px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li a{ padding:13px 17px; }
  nav.navbar.bootsnav ul.nav > li > a{ font-size: 19px; }
  nav.navbar.bootsnav .navbar-header{width: 440px;}
}
@media (max-width: 1399px) {
  nav.navbar.bootsnav .navbar-header{width: 400px;}
  nav.navbar.bootsnav .navbar-brand img{  }
}
@media (max-width: 1366px) {
  nav.navbar.bootsnav ul.nav > li > a{ font-size: 17px; }
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li a { font-size:16px; padding:13px 16px; }
}
@media (max-width: 1299px) {
  nav.navbar.bootsnav .navbar-header{width: 350px;}
}
@media (max-width: 1199px) {
  .nav-wrap{ position: relative; }
  .header-line{ position: absolute; top: 30px; right: 0; z-index:1000;}
  nav.navbar.bootsnav{ padding:25px 0; }
  #navbar-menu{ display: none; }
  .padnav {
    display: block;
    background: #3d55a7;
    height: 50px;
  }
  .padnav .active a {
    background: #1d3897!important;
  }
  .padnav .swiper-slide-active a {
    background: #1d3897!important;
  }
  .padnav li a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 0;
    white-space: nowrap;
  }
  .padnav .padnav-mask {
    background: url(icon09_en2025.png) no-repeat center #c13e37;
    width: 24px;
    height: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    background-size: 8px 14px;
  }
  .padnav .swiper-button-next:after{ display: none; }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    float: left !important;
  }
  .header-other {
    top: 23px;
  }
  .navbar .toggle {
    margin-top: 0;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .nav-wrap {  }
  .header-line{ top: 20px; }
  nav.navbar.bootsnav .navbar-brand img{ width: 100%;}
  nav.navbar.bootsnav {
    min-height: auto;
    padding: 20px 0 10px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 0;
    padding-bottom: 10px;
    width: 70%;
    text-align: left;
  }
  .navbar .toggle {
    top: 14px;
  }
  .header-line a{ width: 40px; height: 36px; line-height: 36px; }
  .header-line a.line-search{width: 40px; height: 36px;}
}

/* biaoti*/
.index_title{ margin-bottom: 32px;}
.index_title b{
  font-size: 44px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Lato-Heavy';
}
.index_title b a{
  display: block;
}
.index_title b a:hover{
  color: #1950D5;
}
/* .index_title b:after{
 content: '';
  position: absolute;
  background: #1950D5;
  width: 60px;
  height: 7px;
  top: 0;
  left:0;
} */
.index_title > a{
  margin-top: 35px;
  font-family: OpenSans-Bold;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 37px;
  float: right;
  background:url(icon14_en2025.png) no-repeat right center;
  display: inline-block;
  transition: all 0.5s;
}
.index_title > a:hover{ padding-right: 30px; }


@media screen and (min-width: 992px){

}
@media screen and (max-width: 1599px){

}
@media screen and (max-width: 1499px){
  
}
@media screen and (max-width: 1399px){
  
}
@media screen and (max-width: 1299px){
  
}
@media screen and (max-width: 1199px){
  
}
@media screen and (max-width: 991px){
  .index_title b{ font-size: 36px; }
}
@media screen and (max-width: 767px){
  .index_title b{ font-size: 30px; display: block; }
  .index_title > a{ margin-top: 8px; float: none; }
}

/* foot-nav */
.footer-nav{ 
  padding: 75px 0 65px;
}
.foot_list{     
  overflow: hidden;
    display: table;
    width: 100%; 
}
.foot_list_t{ 
  margin:0 0 20px;
  position: relative;
  z-index:2;
}
.foot_list_t a{
  font-family: Montserrat-Regular;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.2;
}
.foot_list_mag{ margin-top: 30px; }
.foot_list li{ 
    display: table-cell;
    padding: 0 16px;
}
.foot_list li a{ color: #fff; }
.foot_list li a:hover{ text-decoration: underline; }
.foot_li1{ }
.foot_li1 dl{ margin-bottom: 0; }
.foot_li1 dd{ 
  position: relative; 
  padding-left: 13px;
  margin-bottom:0;
  font-size: 18px;
  line-height: 2;
}
.foot_li1 dd:after{
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 6px;
      height: 1px;
      background: #fff;
      position: absolute;
      top: 19px;
      left: 0;
      z-index: 1;
} 
/* foot */
.footer{
  background:url(footbg_en2025.png) no-repeat left top; 
  color: #fff;
  background-size: cover;
  position: relative;
}
/* .footer:before{
  content: '';
    width: 100%;
      height: 100%;
      background:rgba(42,136,208,1); 
   mix-blend-mode: multiply; 
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
} */
.footer a,
.footer span {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.footer-banq{
  background:rgba(5,31,47,0.8); 
  overflow:hidden; 
  padding: 40px 0 50px;
  position: relative;
}
.footer .footer-info .info-logo{
  width: 40.5%;
  float: left;
}
.footer .footer-info .info-logo img {
  display: block;
  width: 287px;
}
.footer .footer-info .info-logo p{
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-top: 34px;
}
.footer .footer-info .info-txt {
  float: left;
  width: 36.4%
}
.footer .footer-info .info-txt a,
.footer .footer-info .info-txt span{
  margin-right: 20px;
}
.footer .footer-info .info-txt a img{
  display: inline-block;
  width: 18px;margin: 0 6px 0 0;vertical-align: text-bottom;
}
.footer .footer-info .info-txt > div {
  margin-bottom: 8px;
}
.footer .footer-info .info-txt > p{
  margin-bottom: 8px;
}
.footer .footer-info .info-txt > p img{ 
  width: 17px; 
  display: inline-block; 
  float: left;
  margin:6px 5px 0 0;
}
.rgt-jctb{ width:23.1%;  float: right;}
.follow_us{
  display: flex;
  justify-content:space-between;
  margin-top: 24px;
}
.follow_us a img{ width: 50px; }
.ft_title{ margin-bottom: 14px; }
.ft_title a{
  line-height: 1.5;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: normal;

}
.ft_title a{
  padding-top: 22px;
  display: block;
}
.ft_title a:hover{
  color: #009CEE;
}
.ft_title a:after{
 content: '';
  position: absolute;
  background: #009CEE;
  width: 40px;
  height: 5px;
  top: 0;
  left:0;
}
@media screen and (min-width: 992px){
  .footer .footer-info {
    line-height: 28px;
  }
}
@media screen and (min-width: 1600px){
  
}
@media screen and (max-width: 1599px){

}
@media screen and (max-width: 1499px){

}
@media screen and (max-width: 1399px){
  .foot_list_t a{ font-size: 18px; }
  .footer .footer-info .info-txt{ font-size: 16px; }
  .follow_us a img{ width: 40px; }
}
@media screen and (max-width: 1250px){
  .footer .footer-info .info-logo img{ width: 250px; }
}
@media screen and (max-width: 1199px){
  .footer .footer-info .info-logo{ width: 60%; margin-bottom: 30px; }
  .footer .footer-info .info-txt{ width: 40%; }
  .rgt-jctb{ width: 50%; float: left; }
  .follow_us a img{ width: 55px; }
  .footer .footer-info .info-logo img{ width: 280px; }
  .footer-nav{ display: none; }
}
@media screen and (max-width: 991px){
.footer .footer-info{ padding-left: 0; }
.footer .footer-info .info-txt{ float: none; margin-top: 20px; width: 100%; margin-bottom: 30px; }
.footer .footer-info .info-txt > p img{ margin-top: 2px; }
.footer .footer-info .info-logo{ float: none; width: 100%;}
.rgt-jctb{ float: none;width: 100%; }
}
@media screen and (max-width: 767px){
  .footer .info-logo{ margin-bottom: 15px; }
  .ft_title a{ font-size: 20px; }
}
@media screen and (max-width: 520px){
  .follow_us a img{ width: 50px; }
}
@media screen and (max-width: 420px){
  .follow_us a img{ width: 40px; }
}

/*Page*/
#pages {
    width:100%; font-size: 16px; text-align:center; 
  overflow: hidden; padding-top: 0px; margin: 50px 0 30px;
}
#pages span{
  padding:10.5px 21px; border: 1px solid #ECEAEA;margin:0 4px;
  border-radius: 6px;
  display: inline-block;
}
#pages a{
    display: inline-block; 
  padding:10.5px 21px; 
  border: 1px solid #ECEAEA;
  margin:0 4px;
  border-radius: 6px;
}
#pages .nolink{ padding:8px 22px; border: 1px solid #ECEAEA;}
#pages a:hover {
    color: #fff;
    background:#009CEE;
  font-weight:700;
}
#pages a.curr:visited {
    
}
#pages .curr{
 color: #fff;
 font-weight:700;
 background:#009CEE;
}
#pages #more{ display: none; }
#pages .pager ul{ display: inline-block; margin:0 auto; }
#pages .pager ul li{ font-size: 16px;padding:5px 10px; border-radius: 6px; }
#pages .pager ul li.text.quickPager{
display: none;
}
@media screen and (max-width: 767px){
  #pages{ margin-top: 30px; }
  #pages .pages{ display:none; }
  #pages #more{ 
    display: block; width: 220px; margin: 0 auto; 
    text-align: center;
    font-size: 18px;
    background:#009CEE;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
  }
}
@media screen and (max-width: 320px){
  
}

/* none-black */
.pc-none{ display: none; }
@media screen and (max-width: 991px){
  .mob-none{ display: none; }
  .pc-none{ display: block; }
}