@import url('https://fonts.font.im/css?family=Oswald:700');

* {
  margin: 0;
  padding: 0;
}

body {
  font-weight: 300;
}

::-webkit-scrollbar {
  width: 5px;
  /* 设置滚动条宽度 */

}

::-webkit-scrollbar-button {
  display: none;
  /* 隐藏滚动条两侧的按钮 */
}

::-webkit-scrollbar-thumb {
  background-color: #0071af;
  /* 设置滑块颜色 */
}

::-webkit-scrollbar-track {
  background-color: #f0f3f8;
  /* 设置滚动条背景颜色 */
}

input {
  outline: none;
}

.click {
  cursor: pointer;
}

li {
  list-style: none;
}

@keyframes slideanim {
  100% {
    transform: scale(1.1);
  }
}

.w {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 4%;
}

.navbar-default {
  background-color: #ffffffc0 !important;
  box-shadow: 5px 5px 20px 0 rgba(51, 51, 51, .15);
  border: none;
}

.nav_w {
  position: relative;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2%;
}

.nav_w .container-fluid {
  padding-right: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  float: left;
}

.right_icon {
  float: right;
  line-height: 40px;
  margin-right: 3%;
}

.right_icon ul {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.right_icon ul li {
  float: left;
}

.right_icon ul li span {
  float: left;
  font-size: 22px;
  color: #0071af;
  margin-right: 9px;
  margin-top: 2px;
}

.right_icon ul li:nth-child(1) {
  margin-right: 20px;
}

.right_icon ul li:nth-child(4) {
  margin-left: 20px;
}

.right_icon ul li a {
  color: #0071af;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.6s;
}

.right_icon ul li a:hover {
  color: #0071af;
  transition: all 0.6s;
}

.right_icon ul li a img {
  height: 17px;
  margin-bottom: 2px;
  margin-right: 8px;
}


header .rightnav .navbar-right li .zyflg .add_more {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 15px;
}

header .navbar-header {
  margin: 0 !important;
}

header .navbar-header .navbar-brand {
  padding: 0;
}

header .rightnav {
  position: relative;
  width: 80%;
  float: right;
}

header .rightnav .dropdownlist:hover {
  display: block;
}

header .rightnav a {
  color: #000;
  font-size: 16px;
}

header .rightnav .navbar-right {
  width: 52%;
  line-height: 36px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .rightnav .navbar-right .active {
  color: #000;
}

header .rightnav .navbar-right li {
  line-height: 40px;
  cursor: pointer;
}

header .rightnav .navbar-right li .icodp {
  font-weight: bold;
  color: #000;
}

header .rightnav .navbar-right li:hover {
  color: #000;
}

.navbar {
  margin: 0 !important;
  padding: 0px 0px 5px;
}

.xmban {
  width: 100%;
  overflow: hidden;
}

.xmban .w {
  padding: 0px 10px;
  max-width: 1440px;
}

.mainnav {
  padding: 54px 0 54PX 0;
  color: #fff;
}

.mainnav a {
  color: #fff;
}

.mainnavr {
  font-size: 16px;
  width: 100%;
}

.mainnavl {
  /* text-transform: uppercase; */
}

.mainnavl h3 {
  font-size: 40px;
}

.banner_nav {
  position: relative;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: -30px auto;
  padding: 0px 10px;
}

.banner_nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0 3px 25px rgba(0, 89, 157, .2);
}

.banner_nav li {
  flex-grow: 1;
  border-right: 1px solid #d7d7d7;
}

.banner_nav li:last-child {
  border-right: none;
}

.banner_nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
  color: #000000;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}

.banner_nav li a:hover {
  color: #fff;
  background-color: #0071af;
  transition: all 0.5s;
}

.banner_nav li.active a {
  color: #fff;
  background-color: #0071af;
  transition: all 0.5s;
}

.log {
  margin-top: -22px;
  width: 170px;
  float: left;
  margin-left: 3%;
}

.log img {
  width: 100%;
}

.zyflg .nav_t:hover {
  color: #0071af;
  font-weight: bold;
}

.active .zyflg .nav_t {
  color: #0071af;
  font-weight: bold;
}

.breadcrumb>li a {
  color: #0071af;
}


/* 搜索开始 */
#search_box {
  top: 40px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  margin: 0px auto;
  box-shadow: 0 32px 44px -39px rgba(0, 0, 0, .12);
  border-bottom: 1px solid #eef7ff;
  padding: 30px 0;
  background: #fff;
  border-top: 1px solid #e7e7e7;
}

#search_box form {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
}

#search_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 22px;
  color: #666;
}

#search_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 22px;
  color: #666;
}

#search_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 22px;
  color: #666;
}

#search_box form input {
  width: 96%;
  height: 75px;
  padding: 0 20px;
  border: 0;
  outline: none;
  border-bottom: 1px solid #b2b2b2;
  font-size: 30px;
}

#search_box form button {
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  top: 12px;
}

#search_box form button span {
  font-size: 36px;
  color: #0071af;
}

/* 搜索结束 */

/* footer开始 */
.footer {
  width: 100%;
  overflow: hidden;
  padding: 60px 4% 10px;
  background: #ebf3fc;
  float: left;
}

.footer .fhtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.footer .fhtop .left {
  background-color: #0071af;
  color: #fff;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.footer .fhtop .left .boxl {
  width: 40%;
}

.footer .fhtop .left .boxl h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  line-height: 34px;
}

.footer .fhtop .left .boxr {
  width: 60%;
}

.footer .fhtop .left .boxr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.footer .fhtop .left .boxr ul li {
  width: 20%;
  text-align: center;
}

.footer .fhtop .left .boxr ul li a span {
  font-size: 45px;
  color: #fff;
  transition: all 0.6s;
}

.footer .fhtop .left .boxr ul li a:hover span {
  color: #002b4b;
  transition: all 0.6s;
}

.footer .fhtop .right {
  background-color: #0071af;
  color: #fff;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.footer .fhtop .right .boxl {
  width: 60%;
}

.footer .fhtop .right .boxl h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  line-height: 34px;
}

.footer .fhtop .right .boxr {
  width: 40%;
}

.footer .fhtop .right .boxr a {
  color: #0071af;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 180px;
  justify-content: space-around;
  line-height: 50px;
  transition: all 0.6s;
  margin: 10px auto;
  float: right;
}

.footer .fhtop .right .boxr a:hover {
  background: #002b4b;
  transition: all 0.6s;
  color: #fff;
}

.footer .w {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 30px 0px;
  padding: 0;
}

.footer .w ul {
  color: #0071af;
}

.footer .w ul:first-child img {
  width: 65%;
  margin-bottom: 15px;
}

.footer .w ul p {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}

.footer .w ul h3 {
  font-size: 16px;
  margin: 0 0 15px;
  color: #000;
  font-weight: bold;
}

.footer .w ul li {
  line-height: 25px;
}

.footer .w ul li a {
  color: #666;
  transition: all 0.6s;
}

.footer .w ul li a:hover {
  color: #0071af
}

.foot_box {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px;
  border-top: 1px solid #0071af;
  align-items: center;
}

.footcent h3 {
  font-size: 16px;
  font-weight: bold;
}

.footcent p {
  color: #666;
  line-height: 25px;
  margin: 0;
}

.foot_box .footcent {
  width: 50%;
}

.foot_box .ewm {
  width: 20%;
  display: flex;
  justify-content: space-between;
}

.foot_box .ewm>div {
  width: 120px;
  text-align: center;
  color: #666;
  line-height: 30px;
}

.foot_box .ewm>div img {
  width: 100%;
}

.copyright {
  padding: 15px 0;
  background: #ebf3fc;
  color: #666;
  width: 100%;
  float: left;
  border-top: 1px solid #0071af;
  font-weight: bold;
}

.bounceInRight {
  cursor: pointer;
  float: right;
}

.foot_top {
  cursor: pointer;
  float: right;
}

.foot_top span {
  font-size: 16px;
  background-color: #0071af;
  color: #fff;
  padding: 6px 11px;
  font-weight: normal;
  float: right;
}

.copyright .wa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.copyright>div {
  width: 50%;
}

.copyright>div span {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
}

.copyright>div span img {
  width: 59px;
  margin-right: 5px;
}

.copyright span a {
  color: #666;
  font-size: 15px;
}

/* foote结束 */
@media (min-width: 768px) {
  .tk_banner {
    position: absolute;
    width: 250px;
    height: auto;
    z-index: 9;
    left: -86px;
    display: none;
  }

  .tk_banner .row {
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 3px 25px rgba(0, 89, 157, .2);
    margin: 0;
    padding: 0;
  }

  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    height: auto;
  }

  .tk_banner .zyfwq ul .tk {
    padding: 2px 5px;
    margin: 11px;
    transition: all 0.6s !important;
    background: #e4f2ff;
  }

  .tk_banner .zyfwq ul .tk a {
    font-size: 15px;
    display: block;
    line-height: 36px;
    transition: all 0.6s !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tk_banner .zyfwq ul .tk a span {
    float: right;
  }

  .tk_banner .zyfwq ul .tk:hover {
    transition: all 0.6s !important;
    background: #0071af;
    padding: 2px 10px;
  }

  .tk_banner .zyfwq ul .tk:hover a {
    color: #fff;
    transition: all 0.6s !important;
  }
}

@media(max-width:1024px) {
  header .rightnav {
    position: relative;
    margin-left: 0% !important;
    width: 71%;
    float: left;
  }

  header .rightnav .navbar-right {
    width: 93%;
    line-height: 36px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media(max-width:1065px) {
  header .rightnav {
    position: relative;
    margin-left: 0% !important;
    width: 68%;
    float: left;
  }
}

@media (max-width: 768px) {

  /* 头部 */
  .nav_w {
    position: relative;
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .navbar-toggle {
    margin-right: 5px !important;
  }

  .navbar {
    margin: 0 !important;
    padding: 3px 0;
    height: 117px;
  }

  .rightnav {
    width: 100% !important;
    position: absolute !important;
    right: 0px;
    top: 98px;
    background: #fff;
    border: 0;
    z-index: 100005 !important;
    margin: 0 !important;
  }

  .navbar-collapse {
    max-height: 750px !important;
  }

  header .rightnav a {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  header .rightnav .navbar-right {
    width: 100% !important;
    line-height: 34px !important;
    margin: 0;
    overflow: hidden;
    display: block;
  }

  .log {
    margin: 0;
  }

  .log img {
    width: 90%;
    margin-top: 2px;
  }

  .m_language {
    display: block;
  }

  .m_language img {
    width: 32px;
    position: relative;
    top: 10px;
    left: -20px;
  }

  .m_language .m_cn {
    display: none;
  }

  #navb li {
    line-height: 44px !important;
    cursor: pointer;
    width: 100% !important;
    text-align: center;
    margin: 0px 0px 1px;
  }

  .zyflg {
    z-index: 101;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding: 0px;
    margin: 0 !important;
  }

  .tk_banner {
    z-index: 9999;
    top: 0;
    right: 0;
    display: none;
    position: relative;
    text-align: center;
    overflow: hidden;
  }

  .tk_banner .row {
    display: block;
    overflow: hidden;
    top: 0 !important;
    right: 4px !important;
  }

  .tk_banner .w {
    position: relative;
    width: 99%;
    right: -8px;
    top: 0;
    overflow: hidden;
    text-align: left;
  }

  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
  }

  .tk_banner .zyfwq ul {
    overflow: hidden;
  }

  .tk_banner .zyfwq ul .tk {
    margin: 8px 0px;
    transition: all 0.6s !important;
    background: #e4f2ff;
    float: left;
  }

  .xmban img {
    width: auto !important;
    height: 180px;
    transform: translateX(-50%);
    margin-left: 50%;
  }

  .mainnav {
    padding: 73px 0 64PX 0;
    color: #fff;
  }

  .banner_nav {
    display: none;
  }

  #search_box {
    width: 100%;
    top: 41px;
    padding: 17px 10px;
  }

  #search_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    color: #666;
  }

  #search_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #666;
  }

  #search_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    color: #666;
  }

  #search_box form input {
    width: 81%;
    height: 46px;
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal
  }

  #search_box form button {
    width: 19%;
    background: #086fa7;
    color: #fff;
    border: none;
    outline: none;
    height: 46px;
    margin-left: -5px;
    border-radius: 0;
    top: 0;
  }

  #search_box form button span {
    font-size: 36px;
    color: #ffffff;
  }

  /* footer */
  .footer .fhtop .left {
    background-color: #0071af;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .footer .fhtop .left .boxl {
    width: 46%;
  }

  .footer .fhtop .left .boxl h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 28px;
  }

  .footer .fhtop .right .boxl h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
  }

  .footer .fhtop .right {
    background-color: #0071af;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }


  .footer .fhtop .left .boxr {
    width: 52%;
  }

  .footer .fhtop .left .boxr ul li a span {
    font-size: 24px;
    color: #fff;
    transition: all 0.6s;
  }

  .footer .fhtop .right .boxr a {
    color: #0071af;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    line-height: 42px;
    transition: all 0.6s;
    margin: 10px auto;
    float: left;
  }

  .bounceInRight span {
    font-size: 16px;
    background-color: #0071af;
    color: #fff;
    padding: 10px;
    font-weight: normal;
    margin-top: 20px;
    float: right;
  }

  .footer {
    width: 100%;
    overflow: hidden;
    padding: 60px 2% 20px;
    background: #ebf3fc;
    float: left;
  }

  .footer .w {
    display: block;
    padding: 0 10px;
  }

  .footer .w ul:first-child img {
    width: 60%;
    margin-bottom: 10px;
  }

  .footer .w ul p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }

  .footer .w ul {
    width: 100%;
    color: #fff;
    float: left;
    margin-bottom: 20px;
  }

  .footer .w ul li {
    line-height: 25px;
    width: 50%;
    float: left;
  }

  .footer .w ul h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
  }

  .foot_box .footcent {
    width: 100%;
  }

  .foot_box .ewm {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }


}