/*  */
.header {
	background: url(/uploads/image/piiheaderimg/headerbgimg.png) no-repeat;
	background-size: 100% 101%;
}
.header .header_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 150px;
}
/*  */
.header .header_box .header_box_right .header_box_right_top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header .header_box .header_box_right .header_box_right_top button {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.header .header_box .header_box_right .header_box_right_top .barrier-free {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.header .header_box .header_box_right .header_box_right_top .senilemodel {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header .header_box .header_box_right .header_box_right_top .select {
	color: #fff;
	background-color: #f09604;
	border: 1px solid #f09604;
}
.header .header_box .header_box_right .header_box_right_top .noselect {
	color: #eeb075;
	background-color: #fff;
	border: 1px solid #eee;
}
.header .header_box .header_box_right .header_box_right_top .noselect:hover {
	color: #fff;
	background-color: #f09604;
	border: 1px solid #f09604;
}
/*  */
.header .header_box .header_box_right .header_box_right_down {
	position: relative;
	margin-top: 25px;
}
.header .header_box .header_box_right .header_box_right_down .search {
	border: 1px solid #eee;
	border-radius: 5px;
	outline: none;
	width: 235px;
	height: 35px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 50px;
}
.header .header_box .header_box_right .header_box_right_down .searchicon {
	position: absolute;
	right: 20px;
	top: 8px;
	z-index: 100;
}
/*  */
.header .header_title_box .title_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #bd1a2d;
}
.header .header_title_box .title_box .box {
	width: calc(1300px / 6);
	text-align: center;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	transition: .5s;
	margin-bottom: 0 !important;
	
}
.header .header_title_box .title_box .box a {
	color: #fff;
	font-size: 20px;
}
.header .header_title_box .title_box .box:hover {
	background-color: #dd3645;
}



.header .header_title_box .title_box .boxtitle {
	position: relative;
}
.header .header_title_box .title_box .boxtitle .small_title_box {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 100;
	height: 0px;
	overflow: hidden;
	transition: .4s;
}

.header .header_title_box .title_box .boxtitle:hover .small_title_box_h150 {
	height: auto;
}

.header .header_title_box .title_box .boxtitle .small_title_box .small_box {
	height: 50px;
	line-height: 50px;
	transition: .4s;
}
.header .header_title_box .title_box .boxtitle .small_title_box .small_box:hover {
	background-color: #dd3645;
}

