.footer {
  background: #1966A7;
  padding: 30px 0px;
}

.footer_main {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.footer_main .gov_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_main .biaoshi {
  width: 648px;
  color: #ffffff;

}

.footer_main .biaoshi ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 800px;
  grid-gap: 10px;
}

.footer_main .biaoshi .bb {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.nav_box {
  width: 100%;
  /* position: absolute;
  bottom: 0; */
  background-color: #1966A7;
  padding: 20px 0;
}

.nav {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}

.nav li {
  font-size: 18px;
}

.nav li span.on {
  color: #1966A7;
}


.nav li span {
  font-size: 18px;
  margin-left: 10px;
}

.nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

li.hx {
  height: 22px;
  width: 1px;
  background-color: #fff;
}

.nav .li01 {
  background-image: none
}

bbg-box {
  width: 1140px;
  margin: 0 auto;
  padding-top: 47px;
}

.bbg .search {
  /* float: right; */
  /* margin: 47px 0 0 0; */
  /* border: 2px solid #4d9cd8; */
  height: 54px;
  /* width: 530px; */
  display: flex;
}

#searchtype {
  width: 100px;
  text-indent: 1.6em;
  height: 56px;
  margin-top: -1px;
  border-radius: 50px 0 0 50px;
  border-color: #fff;
}

#searchform {
  height: 54px;
}

#searchform input {
  height: 56px;
  margin-top: -1px;
}

.search_text {
  width: 420px !important;
  /* border-radius: 50px 0 0 50px; */
}

.search_sub {
  width: 110px !important;
  border-radius: 0px 50px 50px 0px;
}

.search span.dropselect_box {
  position: relative;
  width: 89px;
  border-right: 1px solid #4d9cd8;
  display: inline-block;
  float: left;
  height: 34px;
  z-index: 99;
}

.hotapp_phone {
  color: #A4D5FF;
  margin-top: 17px;
  font-size: 16px;
  display: none;
}

.hotsearch a {
  color: #A4D5FF;
  font-size: 16px;
}

.hotapp {
  color: #ffffff;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.hotapp a {
  color: #1966A7;
  display: flex;
  text-decoration: none;
  font-size: 14px;
  margin-right: 10.4px;
}

.fdc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hot1 {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
}

.dropselect_SimpleSelect {
  width: 100%;
  height: 54px;
  display: block;
  overflow: hidden;
  background: url(../img/2016_search_jt.png) no-repeat 72px 23px #ffffff;
  line-height: 54px;
  text-indent: 10px;
  position: relative;
  left: 0px;
  top: 0px;
  padding: 0;
  border-radius: 50px 0 0 50px;
}


.dropselect_SimpleSelect ul {
  border: none;
}

.dropselect_SimpleSelect li {
  width: 100%;
  height: 54px;
  line-height: 54px;
}

.dropselect_SimpleSelect li a {
  height: auto;
  width: 85%;
  color: #959595;
}

.dropselect_SimpleSelect li.hover a {
  color: #959595;
  width: 100%;
  display: block;
}

.dropselect_SimpleSelect li a:hover,
.dropselect_SimpleSelect li a:focus,
.dropselect_SimpleSelect li:hover,
.dropselect_SimpleSelect li:focus {
  background: none;
}

.search_text {
  float: left;
  border: none;
  width: 173px;
  height: 34px;
  line-height: 34px;
  color: #cecece;
  text-indent: 10px;
}

.search_sub {
  float: left;
  width: 61px;
  height: 34px;
  background: #4d9cd8;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

.hidden {
  display: none;
}

.header {
  width: 1140px;
  /* height: 180px; */
  margin: 0 auto;
}

/* .header li a span{
  font-weight: 700;
} */

.header .logo {
  /* float: left; */
  /* padding: 41px 0 42px; */
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}


.bbg {
  width: 100%;
  height: 365px;
  background-image: url('../img/i-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* transition: background-image 1s ease-in-out; */
  /* animation: switchBackground 10s infinite; */
  /* margin-top: -17px; */
  padding-top: 83px;
  /* position: relative; */
}

/* 顶部导航 */
.top {
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.top_cont {
  width: 1140px;
  margin: 0 auto;
}

.top_cont a {
  color: #ffffff;
}

.top_cont a:hover {
  text-decoration: underline;
}

.top_cont em {
  font-style: normal;
  color: #9dbfe1;
  margin: 0 8px;
}

.phone_nav {
  display: none;
  z-index: 999;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  width: 55vw;
  height: 100vh;
  transition: display 2s ease-in-out;
  ;
}

.phone_nav li {
  margin-top: 18px;
}

.phone_nav li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #1966A7;
  font-size: 17px;
  margin: 9px 18px 0 18px;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
  padding-bottom: 12px;
  padding-right: 30px;
  font-weight: 600;
}

.phone_nav li a span:last-child {
  color: #ececec;
}

.phone_nav div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 20px;
  margin-bottom: 22px; */
  margin: 20px 5px 60px 5px;
}

.phone_nav div img:first-child {
  width: 80%;
}

.phone_nav div img:last-child {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.footer_main .gov_icon{
  width: auto!important;
  padding:0!important
}

.footer,
.footer_main{
  height: auto!important;
}
