body{
	background: #FFFFFF;
}
@media (min-width:1400px) {
	.headerBox{
		margin: 0 auto;
		width: 1400px;
		height: 180px;
	}
	.headerTop{
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 120px;
		line-height: 120px;
	}
	.companyTitle{
		float: left;
		width: 182px;
		height: 44px;
		line-height: 20px;
		padding-top: 4px;
		text-align: center;
		margin-top: 37px;
		margin-left: 10px;
		background-color: #fc6c36;
		color: #FFFFFF;
		font-size: 14px;
		font-family: "microsoft yahei";
	}
	.headerMenu{
		width: 100%;
		height: 60px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
	}
	.headerTop >img{
		float: left;
		width: 200px;
		height: 52px;
		margin-top: 34px;
		border-radius: 0;
	}
	.headerSearchBox{
		float: left;
		margin-left: 80px;
		width: 660px;
		height: 42px;
		margin-top: 39px;
		border: 2px solid #0073E6;
		border-radius: 20px;
	}
	.headerSearchBox >div{
		float: left;
		height: 100%;
		line-height: 42px;
	}
	.selection{
		width: 98px;
		border-right: 2px solid #cccccc;
		text-align: center;
	}
	.selection >div{
		width: 65px;
		float: left;
		text-align: right;
	}
	.selection img{
		float: left;
		margin-left: 5px;
		margin-top: 13px;
		width: 15px;
		height: 15px;
		cursor: pointer;
	}
	.searchInput{
		width: 520px;
		margin-left: 10px;
	}
	.searchInput input{
		width: 100%;
		height: 100%;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #000;
	}
	.seaarchBtn{
		width: 120px;
		margin-left: 10px;
		background: #0073E6;
		border-radius: 0px 16px 16px 0px;
		text-align: center;
		cursor: pointer;
		color: #ffffff;
	}
	.seaarchBtn img{
		margin-top: -2px;
		width: 20px;
		height: 20px;
	}
	.headerLogin{
		width: 180px;
		height: 20px;
		line-height: 20px;
		float: right;
		margin-top: 50px;
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #222222;
	}
	.headerLogin img{
		width: 20px;
		height: 20px;
		margin: 0;
	}
	.headerLogin >div{
		float: left;
		width: 70%;
		text-align: right;
		cursor: pointer;
	}
	.headerMenu >div{
		padding: 0 15px;
		line-height: 60px;
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #222222;
		cursor: pointer;
	}
	.headerMenu >div:hover{
		color: 		rgba(48, 98, 169, 1) !important;
	}
	.moreSelection{
		position: relative;
		top: 5px;
		left: 0;
		background: #99CCFF;
		width: 100px;
		height: 0;
		border-radius: 10px;
		overflow: hidden;
	}
	.moreSelection div{
		text-align: center;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #FFFFFF;
		cursor: pointer;
	}

}
@media ( min-width:1000px) and (max-width:1399px) {
	.headerBox{
		margin: 0 auto;
		width: 1000px;
		height: 180px;
	}
	.headerTop{
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 120px;
	}
	.headerMenu{
		width: 100%;
		height: 60px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
	}
	.companyTitle{
		float: left;
		width: 173px;
		height: 40px;
		line-height: 18px;
		padding-top: 4px;
		text-align: center;
		margin-top: 37px;
		margin-left: 10px;
		background-color: #fc6c36;
		color: #FFFFFF;
		font-size: 14px;
		font-family: "microsoft yahei";
	}
	.headerTop >img{
		float: left;
		width: 130px;
		height: 35px;
		border-radius: 0;
		margin-top: 41px;
	}
	.headerSearchBox{
		float: left;
		margin-left: 30px;
		width: 480px;
		height: 42px;
		margin-top: 39px;
		border: 2px solid #0073E6;
		border-radius: 20px;
	}
	.headerSearchBox >div{
		float: left;
		height: 100%;
		line-height: 42px;
	}
	.selection{
		width: 98px;
		border-right: 2px solid #cccccc;
		text-align: center;
	}
	.selection >div{
		width: 65px;
		float: left;
		text-align: right;
	}
	.selection img{
		float: left;
		margin-left: 5px;
		margin-top: 13px;
		width: 15px;
		height: 15px;
		cursor: pointer;
	}
	.searchInput{
		width: 340px;
		margin-left: 10px;
	}
	.searchInput input{
		width: 100%;
		height: 100%;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #000;
	}
	.seaarchBtn{
		width: 120px;
		margin-left: 10px;
		background: #0073E6;
		border-radius: 0px 16px 16px 0px;
		text-align: center;
		cursor: pointer;
		color: #ffffff;
	}
	.seaarchBtn img{
		margin-top: -2px;
		width: 20px;
		height: 20px;
	}
	.headerLogin{
		width: 100px;
		height: 20px;
		line-height: 20px;
		float: right;
		margin-top: 50px;
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #222222;
	}
	.headerLogin img{
		width: 20px;
		height: 20px;
		margin: 0;
	}
	.headerLogin >div{
		float: left;
		width: 100%;
		text-align: right;
		cursor: pointer;
	}
	.headerMenu >div{
		padding: 0 10px;
		line-height: 60px;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #222222;
		cursor: pointer;
	}
	.headerMenu >div:hover{
		color: 		rgba(48, 98, 169, 1) !important;
	}
	.moreSelection{
		position: relative;
		top: 5px;
		left: 0;
		background: #99CCFF;
		width: 100px;
		height: 0;
		border-radius: 10px;
		overflow: hidden;
	}
	.moreSelection div{
		text-align: center;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #FFFFFF;
		cursor: pointer;
	}
}
@media (max-width:999px) {
	.headerBox{
		margin: 0 auto;
		width: 1400px;
		height: 180px;
	}
	.headerTop{
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 120px;
		line-height: 120px;
	}
	.headerMenu{
		width: 100%;
		height: 60px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
	}
	.headerTop >img{
		float: left;
		width: 200px;
		height: 52px;
		margin-top: 34px;
		border-radius: 0;
	}
	.headerSearchBox{
		float: left;
		margin-left: 130px;
		width: 660px;
		height: 42px;
		margin-top: 39px;
		border: 2px solid #0073E6;
		border-radius: 20px;
	}
	.headerSearchBox >div{
		float: left;
		height: 100%;
		line-height: 42px;
	}
	.selection{
		width: 98px;
		border-right: 2px solid #cccccc;
		text-align: center;
	}
	.selection >div{
		width: 65px;
		float: left;
		text-align: right;
	}
	.selection img{
		float: left;
		margin-left: 5px;
		margin-top: 13px;
		width: 15px;
		height: 15px;
		cursor: pointer;
	}
	.searchInput{
		width: 520px;
		margin-left: 10px;
	}
	.searchInput input{
		width: 100%;
		height: 100%;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #000;
	}
	.seaarchBtn{
		width: 120px;
		margin-left: 10px;
		background: #0073E6;
		border-radius: 0px 16px 16px 0px;
		text-align: center;
		cursor: pointer;
		color: #ffffff;
	}
	.seaarchBtn img{
		margin-top: -2px;
		width: 20px;
		height: 20px;
	}
	.headerLogin{
		width: 230px;
		height: 20px;
		line-height: 20px;
		float: right;
		margin-top: 50px;
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #222222;
	}
	.headerLogin img{
		width: 20px;
		height: 20px;
		margin: 0;
	}
	.headerLogin >div{
		float: left;
		width: 50%;
		text-align: right;
		cursor: pointer;
	}
	.headerMenu >div{
		padding: 0 15px;
		line-height: 60px;
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #222222;
		cursor: pointer;
	}
	.headerMenu >div:hover{
		color: 		rgba(48, 98, 169, 1) !important;
	}
	.moreSelection{
		position: relative;
		top: 5px;
		left: 0;
		background: #99CCFF;
		width: 100px;
		height: 0;
		border-radius: 10px;
		overflow: hidden;
	}
	.moreSelection div{
		text-align: center;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #FFFFFF;
		cursor: pointer;
	}
}