@charset "UTF-8";
/*flex style*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*animation*/
.animate-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.animate-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
/*header style*************************/
header {
  position: relative;
}

header  .navbar > .container {
    position: relative;
}
header .search-btn {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background: #005591;
    color: #fff;
    text-align: center;
    line-height: 34px;
}
header .search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: -40px;
    width: 240px;
    padding-right: 40px;
    height: 40px;
    background: #005591;
}
header .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    color: #696969;
    background: #dbdbdb;
}
header .search-form input {
    padding: 10px 40px;
    width: 100%;
    height: 40px;
    border: none;
    background: #dbdbdb;
    color: #696969;
}
header .search-form input:focus {
    outline: none;
}
header .hide-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  background: #fff;
  z-index: 999;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(-94px);
  -moz-transform: translateY(-94px);
  -ms-transform: translateY(-94px);
  -o-transform: translateY(-94px);
  transform: translateY(-94px);
}
.showNavbar .hide-bar {
  border-bottom: 1px solid #EFEFEF;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.navbar-nav > li > a {
  position: relative;
  display: block;
  padding: 15px 0;
  /*width: 100px;*/
  width: 90px;
  line-height: 64px;
  text-align: center;
  color: #636464;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;

  overflow: hidden;
}
.navbar-nav > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #005591;
  z-index: -1;
}
.navbar-nav > li > a.active,
.navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-nav > li > a.active::after,
.navbar-nav > li > a:hover::after {
  top: 0;
}
.navbar-nav > li + li {
  border-left: 1px solid #EFEFEF;
}
.navbar-brand {
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.check-carousel {
  position: absolute;
  bottom: 28%;
  left: 50%;
  z-index: 15;
  width: 1200px;
  padding-left: 0;
  margin-left: -600px;
  text-align: center;
  list-style: none;
}
.check-carousel .carousel-indicators {
  position: static;
  left: 0;
  bottom: 0;
  margin-left: 0;
  width: 30px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.check-carousel .carousel-indicators > li {
  display: block;
  margin: 6px auto;
}
/*footer style *************************/
footer {
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer-top {
  padding-top: 22px;
  padding-bottom: 6px;
  background: #005591;
}
footer .nav-list-outer > li {
  padding-left: 55px;
}
footer .nav-list-outer > li .nav-title {
  font-size: 16px;
  margin-bottom: 15px;
}
footer .nav-list-outer > li {
  border-left: 1px solid #0D65A3;
}
footer .nav-list-outer > li:last-child {
  border-right: 1px solid #0D65A3;
}
footer .nav-list-two > li {
  padding: 7px 0;
  line-height: 20px;
  font-size: 12px;
}
footer .copy-right {
  padding: 15px 0;
  background: #0E1E29;
  line-height: 26px;
}
footer .copy-right .link-list a {
  display: inline-block;
  margin-left: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
}
footer .copy-right .link-list a:hover,
footer .copy-right .link-list a:focus {
  color: #fff;
}
footer .copy-right .weixin {
  background: #379258;
}
footer .copy-right .weibo {
  background: #D88248;
}
footer .copy-right .qq {
  background: #60AEEB;
}
/*inner-public style*/
.title-box {
  margin: 40px 0;
  text-align: center;
  font-size: 25px;
  color: #505F6C;
}
.title-box .title {
  display: inline-block;
}
.title-box .title::after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: 50px;
  height: 4px;
  background: #6B7883;
}
.inner-banner {
  height: 280px;
  background: center no-repeat;
  background-size: cover;
}
.inner-nav {
  background: #EBEBEB;
}
.inner-nav li {
  float: left;
}
.inner-nav a {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #393939;
}
.inner-nav a:hover,
.inner-nav .active {
  background: #1276BC;
  color: #fff;
}
.column-title {
  text-align: center;
  font-size: 35px;
  color: #505F6C;
}
.column-title:after {
  content: '';
  width: 50px;
  height: 4px;
  background: #6B7883;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.page-bottom {
  padding-top: 36px;
  padding-bottom: 66px;
}
.page-bottom a {
  font-size: 16px;
  color: #383838;
  position: relative;
  padding-right: 80px;
  line-height: 40px;
}
.page-bottom a .bottom-sign {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 70px;
  background-color: #0985DC;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.page-box {
  margin-top: 85px;
  background: #EEEEEE;
  padding-top: 15px;
  padding-bottom: 11px;
  font-size: 0;
}
.page-box a {
  display: inline-block;
  font-family: Arial;
  color: #5A5A5A;
  font-size: 16px;
  padding: 4px 14px;
  border: 1px solid #D5D5D5;
}
.page-box .selected {
  background: #005591;
  color: #fff;
}
.page-box a + a {
  border-left: none;
}
.inner-center-banner {
  height: 170px;
  background: center fixed no-repeat;
}
/*底部 可能感兴趣*/
.news-favor {
  padding-bottom: 100px;
}
.news-favor .favor-top {
  margin-bottom: 30px;
  line-height: 40px;
  padding: 0 20px;
  color: #4c4c4c;
  background: #ebebeb;
}
.news-favor .favor-top .fa {
  padding: 0 10px;
}
.news-favor .favor-item {
  padding: 10px;
}
.news-favor .favor-item a {
  display: block;
  color: #4c4c4c;
  line-height: 40px;
  max-width: 270px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-favor .favor-item a::before {
  content: '>';
  padding-right: 5px;
}
