/* top S */
.header {
  width: 100%;
  background: rgba(10,51,117,0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition:all 0.5s ease;
}
.header:hover{
  background: rgba(10,51,117,0.8);
}
.header.fixed{
  background: rgba(10,51,117,0.8);
}
.out_header {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.out_header a {
  color: #fff;
}

.logo_header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.logo_header .img img {
  width: 226px;
}
.logo_header .hover{
  position:
  absolute;
  width: 110px;
  height:
  auto;
  top: 65px;
  left: 50%;
  transform: translate(-50%,0%);
  display: none;
  border-top: 2px solid #0a3375;
  margin-top: 11px;
}
.logo_header .hover img{
  width:100%;
}
.logo_header .rightF .wechat:hover .hover{
  display:block;
}
.search-box {
  width: 343px;
  height: 56px;
  border-radius: 58px;
  border: 1px solid #031659;
  overflow: hidden;
}
.logo_header .hover:before{
  content:
  "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #0a3375;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%,-0);
}
.search_box{
      position: fixed;
      top: 110px;
      left: 0;
      width: 100%;
      height: 100px;
      background: rgba(0,0,0,0.5);
      text-align: center;
      padding: 32px 0;
      z-index: 999;
      display: none;
}
.search_box > div{
  width:405px;
  margin: auto;
}
.search-text {
  border: 0;
  width: 322px;
  height: 36px;
  vertical-align: top;
  padding-left: 14px;
  display: inline-block;
  margin: 0;
}

.search_text {
  display: inline-block;
  width: 83px;
  line-height: 36px;
  background: #337ab7;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}

.navBox {
}

.navbar ul {
  width: 100%;
}

.navbar ul li {
  float: left;
  width: auto;
  position: relative;
  padding: 0 15px;
}

.navbar ul li a {
  line-height: 110px;
  font-size: 18px;
  color: #fefefe;
  display: block;
  padding: 0;
}

.navbar>ul>li:hover {
}

.navbar ul.dropdown-menu {
  width: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: 1000;
  display: none;
  float: left;
  font-size: 14px;
  list-style: none;
  background: #fff;
  background-image: url(../images/dropdown-menu.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom -10px right 0px;
  border: 0;
  padding: 0;
  border-top: 2px solid #0a3375;
  padding-bottom: 65px;
}
.dropdown-menu:before{
      content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #0a3375;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%,-0);
}
.navbar ul li:hover .dropdown-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.navbar ul li:hover .dropdown-menu.xxgk_top{
  flex-wrap:wrap;
  width:1000px;
  left: -210%;
}
.navbar ul li:hover .dropdown-menu.xxgk_top:before{
  left: 77%;
}
.navbar ul li:hover .dropdown-menu.cxqx_top{
  left: -60%;
}
.navbar ul li:hover .dropdown-menu.cxqx_top:before{
  left: 85%;
}
.navbar ul.dropdown-menu li {
  width: 100%;
  padding: 0;
}

.navbar ul.dropdown-menu li a {
  font-size: 13px;
  text-align: center;
  padding: 0;
  color: #000000;
  line-height: 55px;
  padding: 0 22px;
}
.navbar ul.dropdown-menu li:hover a{
  color: #0a3375;
}
.navBox {
  padding: 0;
  margin: 0;
  width: 884px;
  float: left;
}
.logo_header .rightF{
  width:90px;
  text-align: center;
}
.logo_header .rightF .wechat{
    width:22px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.logo_header .rightF .search{
  width:22px;
  display: inline-block;
  cursor: pointer;
}
.navBox .navbar-collapse,
.navBox .container-fluid,
.navBox .navbar-header {
  padding: 0;
  margin: 0
}

.navBox .navbar-nav {
  margin: 10px 0;
}

.navBox .navbar-toggle {
  border: solid #FFF 1px;
}

.navBox .icon-bar {
  background-color: #FFF;
}

.navBox .nav.navbar-nav {
  margin: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}
/* top E */



/* footer Start */
.footWidth {
  width: 100%;
  background-color: #0a3375;
  padding: 3% 0;
}
.footlogo{
  display:
  block;
  margin:
  auto;
  max-width: 300px;
}

.footWidthBox {
  width: 1200px;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  margin: 50px auto 0;
}

.footBs {
  float: left;

  width: 80px;
  display:
    block;
}


.footWidthBoxLeft {
  float: left;
  width: 1120px;
  display: block;
  padding: 0px;
  padding-left: 15px;
  margin-top: 16px;
}

.footWidthBoxRight {
  width: 235px;
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
}

.footWidthBoxRightWeibo {
  display: block;
  /* width: 152px; */
  /* margin-right: auto; */
  /* margin-left: auto; */
  /* padding-top: 20px; */
  /* padding-bottom: 10px; */
  overflow: hidden;
}

.footWidthBoxRightWeiboSINA {
  width: 70px;
  display: block;
  background-image: url(../images/WeiboSINA.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
}

.footWidthBoxRightWeiboSINA a {
  width: 70px;
  display: block;
  float: left;
  height: 30px;
}

.footWidthBoxRightWeiboSINA a:hover {
  width: 70px;
  display: block;
  float: left;
  height: 30px;
  background-image: url(../images/WeiboSINA-over.jpg);
}

.footWidthBoxRightWeiboTENCENT {
  width: 70px;
  display: block;
  background-image: url(../images/WeiboTENCENT.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  float: left;
  margin-right: 2px;
  margin-left: 2px;
}

.footWidthBoxRightWeiboTENCENT a {
  width: 70px;
  display: block;
  height: 30px;
  float: left;
}

.footWidthBoxRightWeiboTENCENT a:hover {
  width: 70px;
  display: block;
  height: 30px;
  float: left;
  background-image: url(../images/WeiboTENCENT-over.jpg);
}

.FootTable {
  color: #FFF;
}




.footAddress {

  display: block;

  float: left;

  text-align: center;

  padding-top: 5px;

  color: #FFF;

  width: 100%;
}

.footVister {
  display: block;
  float: left;
  width: 200px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFF;
}


.designed {
  display: block;
  float: left;
  width: 200px;
  text-align: center;
  color: #FFF;
}

.designed a {
  color: #FFF;
  font-size: 14px;
}

/* footer End*/

@media only screen and (max-width: 1366px){
  .navbar ul li {padding: 0 10px;}
  .navbar ul li a{
    font-size: 16px;
  }
}