/*header start*/
ul,li{margin:0px;padding:0px;}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.home_main{
  margin-top: -20px;
}
.header-wrap {
  background: url(tib2024_icon02.png) top center no-repeat;
  background-size: cover;
}
.header-wrap .header-tool {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.header-wrap .header-tools {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: flex-end;
  align-self: end;
  padding: 10px 15px;
  background: rgba(40, 147, 232, 0.3);
}
.header-wrap .header-tools li {
  margin: 0 10px;
}
.header-wrap .header-tools li:first-child {
  margin-left: 0;
}
.header-wrap .header-tools li a {
  color: #fff;
  font-size: 14px;
}
.header-wrap .header-tools .search-trigger {
  cursor: pointer;
  margin-right: 0;
}
.header-wrap .header-tools .search-trigger img {
  max-width: 16px;
}
.header-wrap .header-logo {
  padding: 13px 0 25px 0;
}
@media (max-width: 767px) {
  .header-wrap .header-tools li {
    margin: 0 5px;
  }
  .header-wrap .header-tools .toggle {
    margin-left: 10px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-tools li a {
    font-size: 12px;
  }
  .header-wrap .header-tools li.lxwm {
    display: none;
  }
}
.db {
  display: block;
}
.db img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
.tib-list-box li {
  padding-left: 20px;
  position: relative;
  margin-top: 20px;
}
.tib-list-box li a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.tib-list-box li a:hover {
  color: #2946ac !important;
}
.tib-list-box li:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #59abe6;
  border-radius: 50%;
}
.tib-lists-box a.img-box {
  display: block;
  margin-top: 15px;
}
.tib-lists-box a.img-box img {
  width: 100%;
}
.tib-lists-box a.img-box span {
  background-image: linear-gradient(0deg, #030000 0%, transparent 100%);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
}

/*search*/
.top-search {
  position: fixed;
  z-index: 9999;
  display: none;
  top: 40px;
  width: 100%;
  left: 0;
}
.top-search .search-cont {
  margin-left: auto;
  padding: 40px 30px 48px 30px;
  margin-right: auto;
  position: relative;
  background: rgba(33, 133, 199, 0.9);
}

.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  color: #fff;
  font-size:18px;
  background: none;
}

.top-search .s-inp:hover,
.top-search .s-inp:link,
.top-search .s-inp:visited,
.top-search .s-inp:active,
.top-search .s-inp:focus{
    border-bottom: 1px solid #D2D2D2!important;
}
.top-search .s-btn {
  background: url("tib2024_icon01.png") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.top-search input::-webkit-input-placeholder {
  color: #fff;
}
.top-search input:-ms-input-placeholder {
  color: #fff;
}
.top-search input:-moz-placeholder {
  color: #fff;
}
.top-search input::-moz-placeholder {
  color: #fff;
}
/*header start*/
/*nav start*/
nav.navbar.bootsnav {
  min-height: 52px;
  border: none;
  background: #2946ac;
  z-index: 1000;
  border-radius: 0;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  width: auto;
  flex: auto;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 14px 10px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li.active a {
  background: #2688e0;
}
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 {
  color: #fff;
}
nav.navbar.bootsnav ul.nav li.dropdown a:hover,
nav.navbar.bootsnav ul.nav li.dropdown a:focus,
nav.navbar.bootsnav ul.nav li.dropdown.active a:focus {
  background-color: transparent;
}
nav.navbar.bootsnav ul.nav li.dropdown:hover > a {
  background: #2688e0 !important;
  color: #fff;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #004694 !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover::after {
    content: '';
    border-top: 6px solid #2688e0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    width: 0;
    bottom: -6px;
    z-index: 999999999;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  .ph-nav {
    display: none;
  }
  .nav.navbar-nav {
    position: relative;
  }
  .nav.navbar-nav .dropdown.pc-menu {
    position: static;
  }
  nav.navbar.bootsnav li.dropdown .dropdown-menu.special-nav {
    width: 100%;
    padding: 0;
    max-width: 100%;
    border: none;
    background: transparent;
  }
  .special-wrap {
    padding: 20px 20px;
    background: rgba(241, 247, 252, 0.95);
    background-size: cover;
    position: relative;
  }
  .special-wrap:after {
    content: '';
    display: block;
    width: 24px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(tib2024_icon05.png) center center no-repeat;
    background-size: cover;
  }
  .special-wrap-jgjj {
    width: 100%;
    display: flex;
  }
  .special-wrap-jgjj .img-boxs {
    display: block;
  }
  .special-wrap-jgjj > div {
    flex: 0.333;
    padding: 0 20px;
  }
  .special-wrap-jgjj > div:nth-child(1) {
    padding-left: 0;
  }
  .special-wrap-jgjj > div:nth-child(3) {
    padding-right: 0;
  }
  .special-wrap-jgjj > div:nth-child(2) {
    border-left: 1px solid rgba(111, 149, 188, 0.2);
    border-right: 1px solid rgba(111, 149, 188, 0.2);
  }
  .special-wrap-jgjj .dsts {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 32px;
  }
  .b{font-weight: bold;}
  .nav-title a{
    font-size: 18px;
    font-weight: 700;
    padding-left: 26px;
  }
  .nav-title.blue-color a {
    color: #2946ac;
    background: url(tib2024_icon06.png) left center no-repeat;
  }
  .nav-title.chen-color a {
    color: #ac5a29;
    background: url(tib2024_icon08.png) left center no-repeat;
  }
  .nav-title.green-color a {
    color: #1f8b64;
    background: url(tib2024_icon09.png) left center no-repeat;
  }
  .nav-title.he-color a {
    color: #921407;
    background: url(tib2024_icon10.png) left center no-repeat;
  }
  .special-wrap-jgjj .nav-content {
    font-size: 16px;
  }
  .special-wrap-jgjj .zc-box img {
    max-width: 96px;
  }

  .special-wrap-jgjj .gk-other a {
    background: url(tib2024_icon07.png) center center no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    min-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  .special-wrap-jgjj .gk-other a span {
    position: absolute;
    left: 50%;
    display: block;
    padding: 10px 35px;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .special-wrap-jgjj .other-yjs {
    display: flex;
    width: 100%;
    margin-left: -6px;
  }
  .special-wrap-jgjj .other-yjs a {
    width: 50%;
    padding: 0 6px;
    display: block;
  }
  .special-wrap-jgjj .other-yjs a img {
    max-width: 100%;
  }
  .special-wrap-jgjj .gjlg-box a {
    display: block;
    margin-top: 20px;
  }
  .special-wrap-jgjj .gjlg-box a img {
    width: 100%;
  }
  .special-wrap-jgsz .jgsz-list {
    margin: 0 -15px;
  }
  .special-wrap-jgsz .jgsz-list li {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .special-wrap-jgsz .jgsz-list li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: block;
    padding: 5px 10px 5px 25px;
    position: relative;
    border-radius: 3px;
    margin-top: 15px;
  }
  .special-wrap-jgsz .jgsz-list li a:hover {
    background: #2688e0 !important;
    color: #fff !important;
  }
  .special-wrap-jgsz .jgsz-list li a:hover::after {
    background: #fff !important;
  }
  .special-wrap-jgsz .jgsz-list li a::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .special-wrap-jgsz .jgsz-list.chen li a {
    background: #fff1e9;
  }
  .special-wrap-jgsz .jgsz-list.chen li a::after {
    background: #ac5a29;
  }
  .special-wrap-jgsz .jgsz-list.blue li {
    width: 100%;
  }
  .special-wrap-jgsz .jgsz-list.blue li a {
    background: #e9f2ff;
  }
  .special-wrap-jgsz .jgsz-list.blue li a::after {
    background: #2946ac;
  }
  .special-wrap-jgsz .jgsz-list.green li {
    width: 100%;
  }
  .special-wrap-jgsz .jgsz-list.green li a {
    background: #e9fdff;
  }
  .special-wrap-jgsz .jgsz-list.green li a::after {
    background: #1f8b64;
  }
  .special-wrap-jgsz .jgsz-list.he li {
    width: 50%;
  }
  .special-wrap-jgsz .jgsz-list.he li a {
    background: #fff1e9;
  }
  .special-wrap-jgsz .jgsz-list.he li a::after {
    background: #ac5a29;
  }
  .special-wrap-kxyj .kxyj-box {
    display: flex;
    background: #e7edf9;
  }
  .special-wrap-kxyj .kxyj-box .img-boxs {
    width: 60%;
  }
  .special-wrap-kxyj .kxyj-box .img-boxs img {
    width: 100%;
  }
  .special-wrap-kxyj .kxyj-box a.db {
    flex: 1;
    padding: 15px;
    overflow: hidden;
  }
  .special-wrap-kxyj .kxyj-box a.db span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }
  .special-wrap-kxyj .kxyj-top-box {
    display: flex;
    width: 100%;
  }
  .special-wrap-kxyj .kxyj-top-box p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    flex: 1;
    text-indent: 32px;
  }
  .special-wrap-kxyj .kxyj-top-box .img-boxs {
    margin-left: 20px;
    width: 230px;
  }
  .special-wrap-kxyj .kxyj-top-box .img-boxs img {
    width: 100%;
  }
  .special-wrap-kxyj > .row > .col-md-4 {
    border-left: 1px solid rgba(111, 149, 188, 0.2);
  }
  .special-wrap-kxyj > .row > .col-md-8 .col-md-8 {
    border-left: 1px solid rgba(111, 149, 188, 0.2);
  }
  .special-wrap-kxyj .gk-other a {
    background: url(tib2024_icon07.png) center center no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    min-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    border-radius: 3px;
  }
  .special-wrap-kxyj .gk-other a span {
    position: absolute;
    left: 50%;
    display: block;
    padding: 10px 15px;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .special-wrap-kjpt .kjpt-box {
    width: 100%;
    display: flex;
  }
  .special-wrap-kjpt .kjpt-box a.img-box {
    width: 60%;
    height: 160px;
    overflow: hidden;
    border-radius: 3px;
  }
  .special-wrap-kjpt .kjpt-box a.img-box img {
    width: 100%;
    object-fit: cover;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list {
    flex: 1;
    margin-left: 20px;
    background: #e9f1ff;
    padding: 18px 15px;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list li a {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list li a:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #2946ac;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list li a:hover {
    color: #2688e0 !important;
  }
  .special-wrap-kjpt .border-s {
    border-left: 1px solid #e2eaf2;
    border-right: 1px solid #e2eaf2;
  }
  .special-wrap-xxgk .kjpt-box .klpt-list {
    margin-left: 0;
    padding: 0;
    background: transparent;
  }
  .special-wrap-xxgk .xxgk-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .special-wrap-xxgk .xxgk-box > div {
    width: 20%;
  }
  .special-wrap-rcdw .zj {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .special-wrap-rcdw .zj a {
    max-width: 130px;
  }
  .special-wrap-rcdw .zj a img {
    max-width: 100%;
  }
  .special-wrap-rcdw .special-wrap-kxyj .gk-other {
    width: 100%;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: space-between;
  }
  .special-wrap-rcdw .special-wrap-kxyj .gk-other li {
    width: 25%;
    padding: 0 5px;
  }
  .special-wrap-rcdw .special-wrap-kxyj .gk-other li a span {
    white-space: nowrap;
    text-align: left;
  }
  .special-wrap-rcdw .rczp-box-tit a {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
  }
  .special-wrap-rcdw .rczp-box-tit a:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 13px;
    background: #2946ac;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .special-wrap-rcdw .rczp-box .tib-list-box li {
    margin-top: 15px;
  }
  .special-wrap-cgzh .kjpt-box .klpt-list {
    margin-left: 0;
  }
  .special-wrap-cgzh .klpt-list .img-box {
    margin-bottom: 20px;
  }
  .special-wrap-cgzh .klpt-list .img-box img {
    width: 100%;
    max-height: 345px;
  }
  .special-wrap-cgzh .special-wrap-jgsz .jgsz-list li {
    width: 100%;
  }
  .special-wrap-djkx .gk-other {
    float:left;
    width:100%;
  }
  .special-wrap-djkx .gk-other a {
    background: url(tib2024_icon11.png) center center no-repeat;
  }
  .special-wrap-djkx .tib-list-box li:after {
    background: #e69159;
  }
  .special-wrap-kxcb .kxcb-box-1 a {
    display: block;
    margin-top: 20px;
  }
  .special-wrap-kxcb .kxcb-box-1 a img {
    width: 100%;
  }
  .special-wrap-kxcb .tib-list-box li {
    margin-top: 18px;
  }
}

@media (max-width:1199px) {
  #main-nav {
    display: none
  }
  .toggle {
    min-height: 24px;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 12px;
    display: block;
    margin-left: 20px;
  }
  .toggle span {
    width: 22px;
    height: 3px;
    display: inline-block;
    position: relative;
    background: #fff;
  }
  .toggle span::before,
  .toggle span::after {
    position: absolute;
    left: 0;
    height: 3px;
    background: #fff;
    transition: all 0.1s ease;
  }
  .toggle span::before,
  .toggle span::after {
    content: '';
    width: 100%;
  }
  .toggle span::before {
    top: -7px;
  }
  .toggle span::after {
    bottom: -7px;
  }
  .toggle.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg);
  }
  .toggle.toggle-open span::before {
    transform: translate3d(0, 7px, 0);
  }
  .toggle.toggle-open span::after {
    transform: rotate(-90deg) translate3d(7px, 0, 0);
  }
  /* 点击后颜色 */
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #ffffff;
  }
  .toggle div {
    display: inline-block;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    display: none;
  }
  .index-video-box .img-box {
    max-height: 630px;
  }
  .index-news {
    display: block;
  }
  .index-news .col-md-7,
  .index-news .col-md-5 {
    width: 100%;
  }
  .index-news .col-md-7 .img-boxs,
  .index-news .col-md-5 .img-boxs {
    display: block;
  }
  .index-news .col-md-7 .img-boxs img,
  .index-news .col-md-5 .img-boxs img {
    width: 100%;
  }
  .index-news .focus-news {
    margin-top: 30px;
  }
  .index-news .focus-news li {
    padding: 15px 0;
  }
  .main .public-box .col-md-8,
  .main .public-box .col-md-4 {
    width: 100%;
  }
  .main .public-box .col-md-4 .common-title,
  .main .public-box .col-md-5 .common-title {
    margin-top: 30px;
  }
  .main .switch-bar .img-box {
    height: auto;
  }
  .main .switch-bar .tib-list-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index-video-box .img-box {
    max-height: 410px;
  }
}
@media (max-width: 991px) {
  .index-links .list-wrap {
    margin-bottom: 20px;
  }
}


.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-mobile-nav .nav-wrapper {
  background: #4b619f;
}
.hc-mobile-nav.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-mobile-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #FFF;
}
.hc-mobile-nav a {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.hc-mobile-nav:not(.touch-device) a:hover {
  background: #FED8A1;
  color: #B92610;
}
.hc-mobile-nav li {
  text-align: left;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  /* background: #2c5d8f;
    border-top: 1px solid #295887;
    border-bottom: 1px solid #295887 */
  background: #FED8A1;
  border-top: 1px solid #FED8A1;
  border-bottom: 1px solid #FED8A1;
  color: #B92610;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  /* background: #2b71d3; */
  background: #FED8A1;
  color: #B92610;
}
.hc-mobile-nav li.nav-parent a {
  padding-right: 58px;
}
.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #ffffff;
}
.hc-mobile-nav li.nav-close span::before {
  margin-left: -7px;
  transform: rotate(135deg);
}
.hc-mobile-nav li.nav-close span::after {
  transform: rotate(-45deg);
}
.hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid transparent;
}
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
}
.hc-mobile-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-mobile-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-mobile-nav.side-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-mobile-nav.side-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.hc-mobile-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.hc-mobile-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px;
}
.hc-mobile-nav.nav-levels-expand .nav-container li,
.hc-mobile-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
  background: #2e6296;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #295887;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #2f649a;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open > a .nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open > a .nav-next::before {
  margin-top: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(225deg);
}
.hc-mobile-nav h2 {
  font-weight: 400;
}
.hc-mobile-nav h2 img {
  max-width: 90%;
}
.hc-mobile-nav a {
  font-size: 16px;
}
.hc-mobile-nav.is-ios * {
  cursor: pointer !important;
}
.hc-mobile-nav .nav-container {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.hc-mobile-nav .nav-wrapper {
  width: 65%;
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
  position: static;
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}
.hc-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-mobile-nav li {
  position: relative;
  display: block;
}
.hc-mobile-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-mobile-nav input[type="checkbox"] {
  display: none;
}
.hc-mobile-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-mobile-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.hc-mobile-nav a,
.hc-mobile-nav a:hover {
  text-decoration: none;
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
  pointer-events: none;
}
.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-mobile-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-mobile-nav.nav-levels-overlap ul ul {
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transition: transform 0.4s ease;
}
.hc-mobile-nav.side-left {
  left: 0;
}
.hc-mobile-nav.side-left .nav-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(-40px, 0, 0);
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-mobile-nav.side-right {
  right: 0;
}
.hc-mobile-nav.side-right .nav-container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(40px, 0, 0);
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-mobile-nav.nav-open .nav-container {
  transform: translate3d(0, 0, 0);
}
/*nav end */

/*--------------foot-------------------*/
.foot{
    border-top: 1px solid #bfbfbf;
}
.foot {overflow: hidden;background: #1c4093;display:inline-block;width:100%;}
.index-font{ margin-top:0;}
.foot .tophalf {padding: 14px 0;}
.copyright{font-size:12px; line-height:20px;color:#f7f7f7;display:block; overflow:hidden;}
.copyright .cas{ 
  width: 326px; 
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 0;
  text-align:center;
  padding: 30px 0 0;
}
.copyright .cas img{}
.copyright .left { 
  width:62%;
  font-size:14px; 
  line-height:1.8;
  color:#f3f8ff;
  display:block; 
  padding: 10px 0 10px 30px;
  border-left: #77a1e5 solid 1px;
  overflow:hidden; float:left; margin: 0 0 0;}
.copyright .left a {color:#f3f8ff;}
.copyright .left a:hover {color:#aebfff;}
.copyright .left a, .copyright .left span {display: inline-block;}
.copyright .left img {display: inline-block;margin-left: 5px;}
.copyright .rightbz {display:block; overflow:hidden; float:right;margin:20px 0 0;}
.copyright .rightbz img{ display:inline-block; margin-left:5px;}
.copyright .rightbz .picmr {margin-right: 12px;}
.copyright .rightjb { width:65px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}
.copyright .rightwx { width:80px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}
@media (max-width: 1199px){
.foot {background-size: cover;}
.copyright .cas{ width: 260px; margin-right: 10px; }
.foot .tophalf {padding: 26px 0 30px;}
}
@media (max-width: 991px){
.foot {background-size: 100% 100%;}
.copyright .left { width:100%;border:0px; text-align: center; margin-top: 12px;}
.copyright .cas { width: 100%; margin: 0;}
.copyright .cas img {display: block;margin-right: auto;margin-left: auto;}
.copyright .rightbz {padding:0;width: 100%;text-align: center;margin: 20px 0 0;}
}
