/* 头部样式 */
.header{
	width: 100%;
	height: 0.8rem;
	background: #fff;
	line-height: 0.8rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	font-size: 0.16rem;
	font-family: AliRegular;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.header_hed {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.header_left {
	width: 2.04rem;
	margin: 0 2.1rem 0 2rem;
}
.header_left img{
	width: 100%;
	display: block;
}
.header_right {
	display: flex;
	align-items: center;
	/* margin-right: 0.5rem; */
    /* margin-right: 100px;
	padding-right: 150px; */
}
.header_right01 {
	color: #000;
	width: 1.16rem;
	text-align: center;
	margin-right: 0.55rem;
	cursor: pointer;
	position: relative;
	font-size: 0.16rem;
}
.header_right01 span{
	display: block;
}
.navon i{
	width: 100%;
	height: 0.04rem;
	display: block;
	background: #e9913a;
	position: absolute;
	left: 0;
	bottom: -0.02rem;
}
.nav02,.menu,#menu{
	display: none;
}
.subnav{
	width: 100%;
	position: absolute;
	top: 0.8rem;
	left: 0;
	z-index: 9;
	display: none;
}
.subnav li{
	color: #fff;
	font-size: 0.14rem;
	line-height: 0.36rem;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.2);
	background: rgba(239, 144, 7, 0.6);
}
.subnav li:last-child{
	border: none;
}
.header_right01:hover .subnav{
	display: block;
}
.header_right01:nth-child(3) .subnav li{
	text-align: left;
	padding: 0 0.05rem;
}

.serch  {
	position: relative;
	width: 3.9rem;
	height: 0.8rem;
	right: 0;
	background-color: #e9913a;
}
.serch span:nth-of-type(1){
	padding-left: 0.23rem;
	font-size: 0.3rem;
	color: #ffff;
	cursor: pointer;
}
.serch span:nth-of-type(2){
	padding-left: 0.23rem;
	font-size: 0.3rem;
	color: #ffff;
}

@media screen and (max-width: 1680px) {
	.header_left{
    margin: 0 1.64rem 0 2rem;
  }
	.serch  {
		width: 3.1rem;
	}
}

/* 底部 */
.footer {
	width: 100%;
	padding-top: 0.61rem;
	/* height: 612px; */
	background-color: #363636;
}
.footer01 {
	width: 15.8rem;
	margin: 0 auto;
	display: flex;
	padding-bottom: 0.5rem;
	border-bottom: 0.01rem solid #757575;
	justify-content: space-between;
}
.fonnter03s {
	display: flex;
	align-items: center;
}
.footer02_right p{
	color: #ffff;
	font-size: 0.16rem;
	font-weight: bold;
}
.footer02_right p:nth-of-type(1){
	font-size: 0.26rem;
}
.footer02s {
	margin-top: 0.15rem;
	font-size: 0.16rem;
	color: #b6b6b6;
}
.footer_btn {
	width: 1.45rem;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-top: 0.5rem;
	color: #b6b6b6;
	text-align: center;
	border-radius: 0.5rem;
	border: 0.01rem solid #b6b6b6;
	font-size: 0.16rem;
}
.footer03 {
	width: 6.96rem;
	display: flex;
	text-align: center;
	cursor: pointer;
	justify-content: space-between;
	position: relative;
	top: -0.5rem;
}
.footer03s b{
	font-size: 0.16rem;
	color: #afafaf;
}
.footer03s p{
	margin-top: 0.24rem;
	font-size: 0.14rem;
	color: #757575;
}
.footer03s p:hover{
	color: #e9913a;
}
.footer03s:nth-child(3) p{
	text-align: left;
}
.footer04 {
	text-align: right;
	margin-top: 0.3rem;
}
.footer04 .footer04s {
	font-size: 0.37rem;
	color: #ffffff;
	font-weight: bold;
}
.footer04 .footer05s {
	font-size: 0.16rem;
	color: #979797;
	line-height: 0.5rem;
}
.footer_ttr {
	width: 15.8rem;
	margin: 0 auto;
	display: flex;
	height: 0.56rem;
	line-height: 0.56rem;
	justify-content: space-between;
	
}
.footerttr_left {
	font-size: 0.14rem;
	color: #787878;
}
.footerttr_right{
	padding-top: 0.12rem;
}
.footerttr_right a{
	float: left;
	padding: 0 0.05rem;
}
.footerttr_right img{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
}
.footer06s{
	width: 1.4rem;
	float: right;
}
.footer06s img{
	width: 100%;
}



@media screen and (max-width: 1023px) {
	.menu {
    position: absolute;
    top: 0.45rem;
    right: 0.3rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    width: 0.5rem;
    height: 0.35rem;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
  }
  .menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #b3b3b3;
    border-radius: 10px;
    transition: transform 250ms ease;
    z-index: 200;
  }
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
	.menu span:nth-of-type(2){
		width: 50%;
	}
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
		width: 80%;
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
  .nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #ffa600;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: 500ms ease;
    z-index: 9;
    display: none;
  }
  .nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 0.28rem;
    line-height: 0.9rem;
    padding-left: 5%;
    color: #fff;
    cursor: pointer;
  }
  .nav03 {
    width: 100%;
		padding-bottom: 0.2rem;
		margin-top: -0.2rem;
  }
  .nav03 li {
    border: none;
    font-weight: normal !important;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
  }
}