.header {
			width: 100%;
		}

		.header1 {
			width: 1200px;
			margin: 0 auto;
			font-size: 12px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #575757;
			height: 55px;
			line-height: 55px;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.header1>div:nth-child(2) {
			display: flex;
			align-items: center;
		}

		.header1 a:hover {
			color: #BF0C08;
		}

		iframe {
			margin-top: 23px;
		}

		.header2 {
			width: 100%;
			height: 75px;
			background: #BF0C08;
		}

		.header2>div {
			width: 1200px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
		}

		.header3 {
			display: flex;
			justify-content: space-around;
			width: 80%;
		}
		.header3>div:hover{
			color: #f49816;
		}
		.header3>div:hover .header3Children{
			display: block;
		}
		
		
		

		.header3>div {
			width: 130px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 75px;

			font-size: 18px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			color: #F1F1F1;
			cursor: pointer;
			position: relative;
		}
		.header3Children{
			position: absolute;
			top: 75px;
			width: 100%;
			background: #BF0C08;
			left: -30px;
			display: none;
			z-index: 1000;
		}
		.header3Children div{
			text-align: center;
			line-height: 40px;
			color: white;
			font-weight: 100;
			
		}
		.activeas{
			color: #f49816 !important;
		}
		
		.header3Children>div:hover{
			color: #f49816;
		}

		.header3>div:hover {}

		.header3>div:last-child img {
			display: none;
		}

		.header4 input {
			width: 228px;
			height: 38px;
			background: #AC0801;
			border-radius: 19px;
			border: none;
			outline: none;
			padding-left: 20px;
			color: white;
		}

		.header4 {
			display: flex;
			align-items: center;
			position: relative;
			left: 50px;
		}


		input::-webkit-input-placeholder {
			color: #EA7B86;
			font-size: 12px;
		}
		
		textarea::-webkit-input-placeholder {
			color: #EA7B86;
			font-size: 12px;
		}
		
		.topNav{
			width: 100%;
			box-shadow: 0px 9px 27px 0px rgba(0,0,0,0.06);
			
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #3F3F3F;
		}
		.topNav>div{
			width: 1200px;
			margin: 0 auto;
			height: 60px;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.topNav>div>div:nth-child(1){
			height: 60px;
			line-height: 60px;
			border-bottom: 3px solid #D40001;
		}
		.topNav>div>div:nth-child(2){
			display: flex;
			align-items: center;
		}
		.topNav img{
			margin-right: 5px;
		}
		
/* 		.header3>div:nth-child(6) .header3Children{
			left: -3px;
		} */