header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.1);
	background: #fff;
}
.header_logo,
.serach,
.header_logoRight{
	display: flex;
	align-items: center;
}

.header_logo{
	padding-top: 0.23rem;
	padding-bottom: 0.19rem;
	justify-content: space-between;
	
}
.header_logo .header_logoImg{
	width: 3.82rem;
	height: 0.58rem;
}
.header_logo .header_logoImg img{
	width: 100%;
	height: 100%;
}
.header_logo .serach .serachserach{
	width: 3.38rem;
	height: 0.36rem;
}
.header_logo .serach .serachserach input{
	width: 3.38rem;
	height: 0.36rem;
	padding: 0.08rem 0.35rem;
	background: #FFFFFF;
	border: 0.01rem solid #CBCBCB;
	border-right: none;
}
.header_logo .serach .serachserach input::placeholder{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #A7A7A7;
}
.header_logo .serach .serach_button button{
	width: 0.94rem;
	height: 0.36rem;
	background: #1182DF;
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.01rem solid #1182DF;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.36rem;
	text-align: left;
	text-align: center;
	cursor: pointer;
}
.header_logo .exit{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: rgba(51, 51, 51, 1);
	margin-left: 0.45rem;
}
.header_logo .exit a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #1182DF;
	margin-left: 0.08rem;
}
.header_nav{
	height: 0.5rem;
	background: linear-gradient( 90deg, #3385CC 0%, #0C69B5 100%);
}
.header_nav .header_topBox{
	display: flex;
	justify-content: space-between;
	padding: 0 0.37rem;
}
.header_nav .header_topBox a{
	padding: 0 0.25rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	transition: all 0.3s;
}
.header_nav .header_topBox a.active{
	background-color: rgba(21, 90, 149, 1);
}
.header_nav .header_topBox a:hover{
	background-color: rgba(21, 90, 149, 1);
}


@media only screen and (max-width: 1024px) {
	.header_nav{
		display: none;
	}
	.header_top{
		display: none;
	}
}
.common-phone-header,
.side-wrap {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .header-wrap {
    display: none;
  }

  .common-phone-header {
    display: block !important;
  }

  .side-wrap {
    display: block !important;
  }

  .common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
  }

  .header-menu-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-logo-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-box-phone {
    display: none;
  }

  .header-search-input-phone {
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
  }

  .side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
  }

  .side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
    animation: ani_side 1s;
  }

  .side-container.shown {
    display: block;
  }

  @keyframes ani_side {
    from {
      display: none;
      width: 3rem;
    }

    to {
      display: block;
      width: 100%;
    }
  }

  .side-wrap {
    width: 100%;
  }

  .side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .side-logo {
    height: 30px;
    width: auto;
  }

  .side-close {
    width: .48rem;
  }

  .side-bottom {
    padding: 0 .48rem 0 .72rem;
  }

  .nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
  }

  .nav-item-inner span {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .nav-item-inner img {
    width: .4rem;
  }

  .side-nav-list .nav-item a {
    color: #000;
    font-size: .26rem;
    width: 100%;
    /*display: inline-block !important;*/
  }

  .side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }

  .side-nav-list-sub {
    display: none;
  }

  .side-nav-list-sub .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }
  
}