.headerF{
	width: 100%;
	background: #0A4EA1;
	display: flex;
}
.headerF1{
	width: 1365px;
	height: 35px;
	margin: auto;
	display: inline-block;
}
.headerF1_1{
	float: left;
	font-size: 12px;
	color: white;
	line-height: 35px;
}
.headerF1_2{
	float: right;
	font-size: 12px;
	color: white;
	line-height: 35px;
	display: flex;
    align-items: center;
}
.headerF1_2 img{
	padding-right: 10px;
}
.headerF1_2 a{
	color: white;
}
.headerF1_2 span{
	margin-left: 10px;
	margin-right: 10px;
}
.headerT{
	width: 100%;
display: flex;
}
.headerT1{
	width: 1365px;
	height: 95px;
	margin: auto;
	display: inline-block;
	position: relative;
}
.logo{
	height: 75px;
	float: left;
	display: block;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.seaimg{
	float: right;
	height: 30px;
	display: block;
	margin-top: 32.5px;
	position: relative;
	z-index: 1;
}
.headerT11{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	    padding-left: 12%;
		    padding-right: 4%;
			text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.headerT11 li{
	height: 100%;
	margin-right: 65px;
	display: inline-block;
}
.headerT11 li:last-child{
	margin-right: 0;
}
.headerT11 a{
	height: 98%;
	line-height: 95px;
	display: block;
		font-size: 16px;
		color: #373737;
}
.headerT11 a.active{
	border-bottom: 2px solid #0A4EA1;
	box-sizing: border-box;
	font-family: "Microsofts";
	color: #0A4EA1;
}
.headerT11 a:hover{
	border-bottom: 2px solid #0A4EA1;
	box-sizing: border-box;
	font-family: "Microsofts";
	color: #0A4EA1;
}
.heaseach{
	width: 480px;
	height: 70px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: white;
	box-sizing: border-box;
	padding: 15px 20px;
	display: none;
	position: absolute;
	right: 0;
	top: 95px;
	z-index: 99;
}
.heasea{
	border: 1px solid #7D7D7D;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 70px;
	display: inline-block;
}
.heasea1{
	border: none;
	outline: none;
	width: 85%;
	height: 100%;
	border-radius: 70px;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 16px;
	color: #373737;
}
.heasea2{
	border: none;
	outline: none;
	width: 15%;
	height: 100%;
	border-radius: 70px;
	background: #0A4EA1;
	float: left;
	background-image: url(../img/img2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}
@media (max-width: 1365px) and (min-width: 1020px) {
	.headerF1{
		width: 96%;
	}
	.headerT1{
		width: 96%;
	}
	.headerT11 li {
	    margin-right: 2%;
	}

}
@media (max-width: 1020px) {
	.headerF1 {
	    width: 96%;
	    height: 0.5rem;
	    display: flex;
		justify-content: space-between;
	}
	.headerF1_1 {
	    font-size: 0.2rem;
	    line-height: 0.5rem;
	}
	.headerF1_2 {
	    font-size: 0.2rem;
	    line-height: 0.5rem;
	}
	.headerS{
		width: 100%;
		background: white;
		position: relative;
	}
	.headerS1{
		width: 96%;
		height: 0.95rem;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.logo{
		height: 0.75rem;
		    margin-top: 0;
	}
	.headerS11{
		display: flex;
		align-items: center;
	}
	.seaimg{
		    height: 0.4rem;
		    margin-top: 0;
			margin-right: 0.2rem;
	}
	.heaseach{
		width: 100%;
		height: 0.95rem;
		    box-shadow: 0 0 0.1rem rgba(0,0,0,0.5);
		    padding: 0.15rem 0.2rem;
		    top: 0.95rem;
			z-index: 2;
	}
	.heasea {
	    border-radius: 0.7rem;
	    display:flex;
		align-items: center;
	}
	.heasea1 {
	    border-radius: 0.7rem;
	    padding: 0 0.15rem;
	    font-size: 0.24rem;
	}
	.heasea2 {
	    border-radius: 0.7rem;
	    background-size: 0.28rem;
	}
	.menubtn i{ display:block; width:0.4rem; height:0.04rem; background-color:#333; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; border-radius: 0.02rem;}
		.menubtn i:nth-child(1){ -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
		.menubtn i:nth-child(2){ margin-top:0.08rem;}
		.menubtn i:nth-child(3){ margin-top:0.08rem; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
		.menubtn.on i:nth-child(1){ -webkit-transform:rotate(36deg); -moz-transform:rotate(36deg); -ms-transform:rotate(36deg); -o-transform:rotate(36deg); transform:rotate(36deg);}
		.menubtn.on i:nth-child(2){ opacity:0;}
		.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-36deg); -moz-transform:rotate(-36deg); -ms-transform:rotate(-36deg); -o-transform:rotate(-36deg); transform:rotate(-36deg);}
}