/* 带返回箭头的头部S*/
#header_cont {
    width: 100%;
    background-color: #fff;
}
#header_cont .popover {
    -webkit-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
}

#header_cont #header_back {
    height: 0.81rem;
    width: 100%;
    background-color: #2B3D63 !important;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 0.81rem;
    font-size: 0.31rem;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
}
#header_back h1{
	display: contents;
    font-size: .31rem;
}
#header_cont #header_back .left_back,
#header_cont #header_back .right_menu {
    width: 0.81rem;
    height: 0.81rem;
    position: absolute;
    vertical-align: middle;
    top: 0;
}
#header_cont #header_back .left_back img,
#header_cont #header_back .right_menu img {
    vertical-align: middle;
    height: 37.5%;
}
#header_cont #header_back .left_back {
    left: 0;
}
#header_cont #header_back .right_menu {
    right: 0;
}
#header_cont #header_back .dropdown_menu {
    list-style: none;
}
#header_cont #header_back .dropdown_menu li {
    text-align: center;
}
#header_cont #header_back .dropdown_menu li a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
}
#header_cont #header_back .dropdown_menu li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/* 带返回箭头的头部E*/
#header_cont #header_logo {
  height: .94rem;
  line-height: .94rem;
  position: relative;
  background-color: #002174;
  padding: 0 .22rem;
  border-bottom: .01rem solid rgba(255, 255, 255, .2);
}

#header_cont #header_logo a:first-child {
  position: relative;
}

#header_cont #header_logo a:first-child::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.33rem;
  background: rgba(255, 255, 255, .5);
  right: -.09rem;
  top: 0;
}

#header_cont #header_logo .com-name {
  font-size: 0.31rem;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  margin-left: .65rem;
}

#header_cont #header_logo img {
  width: 1.27rem;
  height: .49rem;
  position: relative;
}

#header_cont #header_logo .fbw-logo {
  top: -.07rem;
}

#header_cont #header_logo .zys-logo2 {
  width: .42rem;
  height: .42rem;
  top: -.02rem;
}

#header_cont #header_logo .zys-logo1 {
  width: .78rem;
  height: .31rem;
}
#header_logo .right_menu{
  width: 0.81rem;
  height: 0.81rem;
    position: absolute;
    vertical-align: middle;
    text-align:center;
    top: 0;
    right:0;
}
#header_logo .right_menu img{
  width:auto !important;
  height: 37.5% !important;
  vertical-align: middle;
}
#header_logo .dropdown_menu li{
  text-align: center;
}
#header_logo .dropdown_menu li a {
  display: block;
  padding: 3px 0px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
}
#header_logo .dropdown_menu li.divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#header_about {
  height: 1rem !important;
  line-height: 1rem;
}
#header_about.on_fixed{
  width: 100%;
  position: fixed !important;
  top: 0;
  z-index: 20;
}
#header_about ul {
  display: flex;
  display: -webkit-flex;
  overflow-x: auto;
  padding: 0 .55rem;
  margin-right: .55rem;
}
#header_about ul li {
  margin-right: .55rem;
  white-space: nowrap;
}
#header_about ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: .28rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(114, 114, 114, 1);
}
#header_about ul li:last-child {
  margin-right: 0;
}
#header_about ul li a.active {
  color: #DA0000;
}

#footer_menu {
  width: 100%;
  height:1.17rem;
  background-color:#fff;
  position: fixed;
  z-index: 900;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 -1px 14px 0px #ddd;
}
#footer_menu ul {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

#footer_menu ul li{
  text-align: center;
  width:20%;
}
#footer_menu ul li a{
  display:block;
  width: 100%;
  height: 100%;
}
#footer_menu ul li.active p{
  color:rgba(254,73,0,1);
}
#footer_menu ul li a img {
  height: .5rem;
  margin-top: .06rem;
}
#footer_menu ul li a p {
  font-size:0.25rem;
  font-family:MicrosoftYaHei;
  color:rgba(42,42,42,1);
  margin-top: .05rem;
}

#foot .zys-info{
  height: 1.23rem;
  text-align: center;
  padding-bottom: 1.17rem;
  background-color: #fff;
}
#foot .zys-info .zys-logo{
  width: 1.81rem;
  height: .61rem;
  margin-top: .37rem;
}
#foot .zys-info p{
  font-size:0.24rem;
  font-family:MicrosoftYaHei;
  color:rgba(174,174,174,1);
  padding-top: .28rem;
}
#foot .zys-info p span:first-child{
  margin-right: .3rem;
}
#foot .zys-info p span a{
  color:rgba(174,174,174,1);
}