@charset "utf-8";

/*公共头部*/
.head_content {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.head_top {
	width: 90%;
	margin: 0 auto;
}
.head_left {
	float: left;
	width: 64%;
	height: 5.625em;
	background: #fff;
	padding: 1.25em 1.875em 1.25em;
	position: relative;
	z-index: 1000;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	position: relative;
}
.head_logo {
	width: 13.125em;
	/*height: 2.8125em;*/
	margin-top: 0.5em;
	float: left;
}
.head_nav_box {
	float: right;
	width: calc(100% - 15em);
}
.head_nav {
	float: left;
	width: calc(100% - 15em);
	text-align: center;
	white-space: nowrap;
}
.head_nav_list {
	display: inline-block;
	min-width: 23%;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 2.8125em;
	color: #242424;
	white-space: nowrap;
	cursor: default;
}
.head_nav_list span{
	position: relative;
	font-size: 18px;
}
.head_nav_list .active::after{
	position: absolute;
	content: "";
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0062BE;
}
.head_infor {
	float: right;
	padding: 0.46875em 0;
}
.head_car,.head_user {
	float: left;
	font-size: 18px;
	position: relative;
}
.head_car_img,.head_user_img {
	width: 1.875em;
	height: 1.875em;
	float: left;
}
.head_car_tip {
	position: absolute;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
	font-size: 0.75em;
	color: #fff;
	padding: 0 0.25em;
	background: #DE1D30;
	border-radius: 0.583em;
	top: -0.25em;
	right: -0.8em;
}
.head_user {
	margin-left: 1.3125em;
	font-size: 1em;
}
.head_user_name {
	float: left;
	height: 1.67em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67em;
	color: #0062BE;
}

.head_user_more {
	float: left;
	width: 0.75em;
	height: 0.4375em;
	position: relative;
	top: 0.72em;
	left: 0.3125em;
	position: relative;
}

.hearder_right {
	width: calc(36% - 1.25em);
	float: right;
	margin-left: 1.25em;
	height: 5.625em;
	background-color: #0062BE;
	position: relative;
}
.hearder_search {
	width: calc(100% - 7.5em);
	/*height: 100%;*/
	float: left;
	padding: 0 1.25em;
	background-color: #5E9FDC;
	position: relative;
}
.search_input,.search_content {
	width: 100%;
	/*min-height: 4.38em;*/
	/*padding: 1.25em 0;*/
	/*line-height: 1.875em;*/
	min-height: 5em;
	padding: 1.11em 0;
	line-height: 1.66em;
	font-size: 1.125em;
	color: #fff;
	background-color: transparent;
	border: 0;
}
.search_show {
	display: none;
}
.search_input.show,.search_content.show {
	display: block;
}
/* 自定义input textarea的placeholder样式 */
input[class='search_show search_input']::-webkit-input-placeholder,
input[class='search_show search_input show']::-webkit-input-placeholder,
textarea[class='search_show search_content']::-webkit-input-placeholder,
textarea[class='search_show search_content show']::-webkit-input-placeholder
{ /* WebKit, Blink, Edge */
	font-size: 18px;
	color: #fff;
}
input[class='search_show search_input']:-moz-placeholder,
input[class='search_show search_input show']:-moz-placeholder,
textarea[class='search_show search_content']:-moz-placeholder,
textarea[class='search_show search_content show']:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
	font-size: 18px;
	color: #fff;
}
input[class='search_show search_input']::-moz-placeholder,
input[class='search_show search_input show']::-moz-placeholder,
textarea[class='search_show search_content']::-moz-placeholder,
textarea[class='search_show search_content show']::-moz-placeholder
{ /* Mozilla Firefox 19+ */
	font-size: 18px;
	color: #fff;
}
input[class='search_show search_input']:-ms-input-placeholder,
input[class='search_show search_input show']:-ms-input-placeholder,
textarea[class='search_show search_content']:-ms-input-placeholder,
textarea[class='search_show search_content show']:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
	font-size: 18px;
	color: #fff;
}
input[class='search_show search_input']::-ms-input-placeholder
input[class='search_show search_input show']::-ms-input-placeholder,
textarea[class='search_show search_content']::-ms-input-placeholder
textarea[class='search_show search_content show']::-ms-input-placeholder
{ /* Microsoft Edge */
	font-size: 18px;
	color: #fff;
}
/* 自定义textarea滚动轴样式 */
 /* 滚动条框设置 */
.search_content>textarea::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
}

/* 滚动条的设置 */
.search_content>textarea::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px transparent;
	background-color: transparent;
}
.search_nav_btn {
	text-align: right;
	padding: 0 1.25em;
	background: #5E9FDC;
}
.search_nav_btn_list {
	font-size: 18px;
	font-weight: 300;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 1.0625em;
	opacity: 0.5;
	cursor: pointer;
}
.search_nav_btn_list.active {
	opacity: 1;
}
.search_btn {
	float: left;
	width: 6.66em;
	height: 5em;
	line-height: 5em;
	text-align: center;
	font-size: 1.125em;
	color: #fff;
	cursor: pointer;
}
.search_btn_img {
	width: 1.25em;
	height: 1.25em;
	margin-right: 0.625em;
}
.searchBox{
	width: 100%;
	/*padding-bottom: 75px;*/
	padding-bottom: 100px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.searchBox .content{
	width: 1204px;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
}
.searchBox .content .title{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #1E1E1E;
	margin-top: 40px;
}
.title img{
	float: right;
}
.searchBox .ipt{
	width: 822px;
	height: 460px;
}
.search-con{
	margin-top: 42px;
}
.search-left{
	width: 822px;
	float: left;
}
.search-right{
	float: right;
	width: 308px;
}
.search-right .imgItem{
	width: 308px;
	border: 1px dashed #b4b4b4;
	box-sizing: border-box;
}
.search-right .imgItem:nth-child(2){
	margin-top: 20px;
}
.searchBtn{
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	color: #1E1E1E;
	padding-bottom: 50px;
}
.txt{
	float: left;
	color: #1E1E1E;
	vertical-align: middle;
}
.choice{
    position: relative;
    float: left;
    margin-left: 48px;
}
.choice .radio{
    position: relative;
    display: inline-block;
    font-weight: 400;
	color: #1D1D1D;
    padding-left: 40px;
    cursor: pointer;
}
.choice .radio input{
    position: absolute;
    left: -9999px;
}
.choice .radio i{
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 0;
    width: 15px;
    height: 15px;
    outline: 0;
    border: 1px solid #E1E1E6;
    background: #ffffff;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.choice .radio input:checked+i{
    border-color: #E1E1E6;
}
.choice .radio input+i:after{
    position: absolute;
    content: '';
    top: -1px;
    left:-1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 4px solid #0062BE;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.choice .radio input:checked+i:after{
    opacity: 1;
}
.btn{
	float: right;
	color: #ffffff;
}
.btn .searBtn,.btn .clearBtn{
	width: 100px;
	height: 40px;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	vertical-align: middle;
}
.btn .searBtn{
	background-color: #0062BE;
}
.btn .clearBtn{
	background-color: #B4B4B4;
	margin-left: 10px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.userOption{
	width: 152px;
	height: 172px;
	position: absolute;
	left: 0;
	top: 30px;
	display: none;
	z-index: 9;
	font-size: 14px;
	background-image: url("../image/userOptionBg.png");
	overflow: hidden;
}
.userOption > ul{
	margin-top: 15px;
	padding: 10px;
}
.userOption > ul a{
	color: #1e1e1e;
}
.userOption > ul >li{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	line-height: 28px;
	margin: 10px 20px;
}
.userOption > ul >li:nth-child(1){
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 6px;
}

.secondMenu{
	width: calc(100% + 3.75em);
	padding: 80px 13em 10px 13.125em;
	background: #ffffff;
	position: relative;
	left: -1.875em;
	z-index: -1;
}
.secondMenu>div{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.secondMenu span{
	margin-top: 0.8em;
	display: block;
	font-weight: normal;
	text-align: right;
}
.secondMenu span a{
	color: #000000;
	font-size: 16px;
}
.secondMenu span a:hover{
	color: #0062BE;
	text-decoration: underline;
}
/*@media  screen and (max-device-width: 1920px) {*/
/*	body {*/
/*		font-size: 16px;*/
/*	}*/
/*}*/

/*@media  screen and (max-device-width: 1680px) {*/
/*	body {*/
/*		font-size: 14px;*/
/*	}*/
/*	*/
/*	.head_user_name {*/
/*		float: left;*/
/*		height: 1.67em;*/
/*		font-weight: 500;*/
/*		line-height: 1.67em;*/
/*		color: #0062BE;*/
/*	}*/
/*}*/

/*@media  screen and (max-device-width: 1640px) {*/
/*	body {*/
/*		font-size: 16px;*/
/*	}*/
/*}*/

/*@media  screen and (max-device-width: 1400px) {*/
/*	body {*/
/*		font-size: 12px;*/
/*	}*/
/*}*/


/*@media  screen and (max-device-width: 1280px) {*/
/*	body {*/
/*		font-size: 8px;*/
/*	}*/
/*	*/
/*	.head_user_name {*/
/*		float: left;*/
/*		height: 1.67em;*/
/*		font-size: 0.914rem;*/
/*		font-weight: 500;*/
/*		line-height: 1.67em;*/
/*		color: #0062BE;*/
/*	}*/
/*}*/

.searchKeyWord{
	width: 100%;
	height: auto;
	position: absolute;
	top: 8.125em;
	left: 0;
	font-weight: normal;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	z-index: 999;
	display: none;
}
.searchKeyWord li{
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	color: #484848;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.searchKeyWord li:hover{
	color: #0062BE;
	background: rgb(249,249,249);
}