@import url("header.css");
@import url("footer.css");

header {
    width: 100%;
    border-bottom: 1px solid rgba(231, 234, 241, 1);
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
	height: 150px;
}
/* header {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(231, 234, 241, 1);
	position: fixed;
	z-index: 999;
	top: 0;
	background: #FFF;
}

.top_nav {
	margin: 30px auto;
	width: 1200px;
}

.headlogo {
	float: left;
}

.headlogo>img {
	width: 200px;
	object-fit: contain;
	object-position: center;
}

.headerRight {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.searchTap2 {
	display: inline-block;
	width: 360px;
	height: 40px;
	border-radius: 25px;
	position: relative;
	color: #333;
}

.searchTap2 input[type="text"] {
	width: 300px;
	height: 40px;
	border-radius: 8px 0px 0px 8px;
	border: 2px solid #0F74EB;
	padding: 0 45px 0 45px;
	box-sizing: border-box;
	font-size: 16px;
}

.searchTap2 input[type="submit"] {
	height: 40px;
	width: 85px;
	background: #3c80f4;
	cursor: pointer;
	position: absolute;
	right: -15px;
	top: 0;
	border-radius: 0px 8px 8px 0px;
	border: 1px solid #3c80f4;
	color: #FFFFFF;
	font-size: 16px;
}

.searchTap2 .Hui-iconfont-search1 {
	position: absolute;
	right: 53px;
	left: 5px;
	top: 10px;
	color: #0F74EB;
	border: none;
	background-color: transparent;
	font-size: 20px;
} */

.search_home {
	width: 1200px;
	margin: 180px auto 0px;
}

.headerNav {
	width: 100%;
	background: #3C80F4;
	height: 50px;
	position: absolute;
	top: 110px;
}

.list_nav {
	width: 1200px;
	margin: 0 auto;
}

.list_nav li {
	width: 190px;
	float: left;
	text-align: center;
	line-height: 47px;
	position: relative;
}

.list_nav li a {
	color: #FFF;
	font-size: 20px;
}

.list_nav li:hover {
	background: #F4973C;
}
.list_nav li:last-child{
	background: none;
}
.Navactive{
	background: #F4973C;
}
/* .list_nav li::after {
	content: '|';
	width: 1px;
	position: absolute;
	top: 0;
	right: 2px;
	color: #FFF;
	font-size: 18px;
} */


.last-nth {
	width: 190px;
	background: url(../images/last_nav.png)no-repeat;
	float: left;
	height: 65px;
	position: relative;
	top: -8px;
}


.last-nth a {
	text-align: center;
	display: block;
	line-height: 65px;
	font-size: 20px;
	color: #FFF;
}
.last-nth1 {
	width: 190px;
	float: left;
	height: 50px;
}
/* 第一部分内容 */
.search_home-first {
	overflow: hidden;
}

.search_home-first-left {
	float: left;
	width: 880px;
	border: 1px solid #EEE;
	margin-right: 10px;
}

.search_home-first-left_tit {
	border-bottom: 1px solid #EEE;
	height: 52px;
}

.search_home-first-left_tit p {
	font-size: 22px;
	padding: 8px 20px;
	color: #333;
	width: 200px;
	float: left;
}

.search_home-first-left_tit span {
	font-size: 16px;
	float: right;
	color: #3C80F4;
	padding: 12px 50px;
}

.search_home-first-left_tit span img {
	width: 18px;
	height: 23px;
	margin-right: 10px;
}

.search_home-first-left_cont ul {
	margin: 24px 20px;
	overflow: hidden;
}

.search_home-first-left_cont li {
	width: 200px;
	float: left;
	margin-right: 10px;
}
.search_home-first-left_cont li img{
	width: 200px;
	height: 135px;
}
.search_home-first-left_cont li a:hover .name {
	color: #F4973C;
}

.search_home-first-left_conts {
	margin: 6px auto;
}

.search_home-first-left_conts p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

.search_home-first-left_conts span {
	font-size: 14px;
	border: 1px solid #3C80F4;
	border-radius: 5px;
	padding: 0px 5px;
	margin-right: 8px;
	line-height: 35px;
	color: #3C80F4;
}

.search_home-first-right {
	width: 300px;
	border: 1px solid #EEE;
	float: left;
}

.search_home-first-right_tit {
	height: 52px;
	border-bottom: 1px solid #eee;
}

.search_home-first-right_tit p {
	font-size: 22px;
	padding: 8px 20px;
	color: #333;
	float: left;
}

.search_home-first-right_tit span {
	float: right;
	font-size: 16px;
	padding: 12px 10px;
}

.search_home-first-right_tit span a {
	color: #3C80F4;
}

.search_home-first-right_cont li {
	border-bottom: 1px dotted #D9D9D9;
	height: 46px;
	font-size: 16px;
	line-height: 45px;
}

.search_home-first-right_cont li:last-child {
	border: none;
}

.search_home-first-right_cont li label {
	padding: 0px 5px 0px 20px;
	color: #3C80F4;
	float: left;
}

.search_home-first-right_cont li a {
	color: #333;
	width: 215px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	float: left;
}

.search_home-first-right_cont li:hover a {
	color: #F4973C;
}

/* 第二部分内容 */
.search_home-second {
	width: 1200px;
	margin: 15px auto;
	border: 1px solid #EEE;
}

.search_home-second-tit {
	height: 52px;
	border-bottom: 1px solid #EEE;
}

.search_home-second-tit p {
	font-size: 22px;
	color: #333333;
	padding: 8px 20px;
}
.search_home-second-cont{
	margin: 8px auto;
}
#fourth-cont_tab{
	margin: 8px auto;
}
.tabBar span {
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 16px;
	height: 35px;
	line-height: 30px;
	padding: 0 15px;
	padding: 0px 22px;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #EEE;
}
.tabBar a{
	font-size: 16px;
	color: #3C80F4;
	line-height: 35px;
	height: 35px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #EEE;
	width: 133px;
	float: right;
}
.tabBar .third-cont_taba{
	font-size: 16px;
	color: #3C80F4;
	line-height: 35px;
	height: 35px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #EEE;
	width: 202px;
	float: right;
}
.tabBar .fourth-cont_taba{
	font-size: 16px;
	color: #3C80F4;
	line-height: 35px;
	height: 35px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #EEE;
	width: 60px;
	float: right;
}
.tabBar span.current {
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #FFF;
	color:#3C80F4;
}

.tabCon {
	display: none
}
.search_home-second-conts{
	width: 97%;
	margin: 20px auto;
	overflow: hidden;
}
.search_home-second-conts li{
	width: 385px;
	float: left;
	height: 120px;
}
.search_home-second-conts li:hover .dl_name{
	color: #F4973C;
}
.search_home-second-conts_dl dt{
	width: 155px;
	height: 100px;
	float: left;
	margin-right: 18px;
}
.search_home-second-conts_dl dt img{
	width: 154px;
	height: 100px;
}
.search_home-second-conts_dl dd{
	font-size: 14px;
	float: left;
	width: 210px;
}
.search_home-second-conts_dl dd p{
	color: #333;
	line-height: 30px;
}
.search_home-second-conts_dl dd .dl_name{
	color: #3C80F4;
	width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
.search_home-second-conts_zx{
	width: 98%;
	text-align: right;
}
.search_home-second-conts_zx a{
	color: #F4973C;
	font-size: 14px;
}
.search_home-second_more-regions{
	margin: 20px auto;
	border-top: 2px solid #EEE;
	width: 97%;
	overflow: hidden;
}
.search_home-second_more-regions ul{
	overflow: hidden;
}
.search_home-second_more-regions li{
	width: 555px;
	height: 45px;
	float: left;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
.search_home-second_more-regions li a{
	color: #333;
	padding: 0 5px;
}
.hot-more-regions{
	margin: 10px auto;
	font-size: 14px;
}
.hot-more-regions label{
	color: #3C80F4;
}
.hot-more-regions a{
	background: #ECECEC;
	padding: 1px 8px;
	margin-right: 3px;
	font-size: 14px;
	color: #333;
}

/* 第三部分内容 */
.search_home-third {
	width: 1200px;
	margin: 15px auto;
	border: 1px solid #EEE;
}

.search_home-third-tit {
	height: 52px;
	border-bottom: 1px solid #EEE;
}

.search_home-third-tit p {
	font-size: 22px;
	color: #333333;
	padding: 8px 20px;
}
.search_home-third-cont{
	margin: 8px auto;
	overflow: hidden;
}
.search_home-third-conts {
	margin: 20px auto;
	width: 97%;
	overflow: hidden;
}
.search_home-third-conts li{
	width: 260px;
	margin-right: 30px;
	float: left;
	
}
.search_home-third-conts li a img{
	width: 260px;
	height: 170px;
}
.search_home-third-conts li:hover .name_third{
	color:#F4973C ;
}
.search_home-third-conts-tit{
	margin: 8px auto;
}
.search_home-third-conts-tit  p{
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.search_home-third-conts-tit  span {
    font-size: 14px;
    border: 1px solid #3C80F4;
    border-radius: 5px;
    padding: 0px 5px;
    margin-right: 8px;
    line-height: 35px;
    color: #3C80F4;
}
.search_home-third-contson{
	overflow: hidden;
	border-top: 1px solid #EEE;
}
.search_home-third-contson table{
	margin-top: 20px;
}
.search_home-third-contson td{
	width: 171px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.search_home-third-contson td a{
	color: #333;
	width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
.table-tit{
	width: 65px;
	height: 50px;
	background-color: #308CF4;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 14px;
	color: #FFF;
	word-wrap: break-word;
	text-align: center;
}
.table-tit p{
	width: 40px;
	margin: 0 auto;
}
.search_home-third-contson_more{
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.search_home-third-contson_more a{
	color: #F4973C;
	font-size: 14px;
}
/* 第四部分内容 */
.search_home-fourth {
	width: 1200px;
	margin: 15px auto;
	border: 1px solid #EEE;
}

.search_home-fourth-tit {
	height: 52px;
	border-bottom: 1px solid #EEE;
}

.search_home-fourth-tit p {
	font-size: 22px;
	color: #333333;
	padding: 8px 20px;
}
.tabBar-tab{
	background: #308CF4;
	height: 35px;
	float: left;
}
.tabBar-tab p{
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	padding: 2px 15px;
}
.search_home-fourth-conts {
	border-top: 1px solid #EEE;
	overflow: hidden;
}
.search_home-fourth-conts li{
	width: 50%;
	float: left;
	height: 80px;
}
.search_home-fourth-conts li table{
	width: 100%;
	font-size: 14px;
}
.search_home-fourth-conts li table td{
	line-height: 30px;
}
.search_home-fourth-conts li table td a{
	color: #333;
}
.table-td{
	width: 120px;
}
.table-tits{
	width: 65px;
	height: 50px;
	background-color: #308CF4;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 14px;
	color: #FFF;
	word-wrap: break-word;
	text-align: center;
}
.table-tits p{
	width: 40px;
	margin: 0 auto;
	line-height: 25px;
}
/* 第五部分内容 */
.search_home-fifth {
	width: 1200px;
	margin: 15px auto;
	border: 1px solid #EEE;
}

.search_home-fifth_tit {
	height: 52px;
	border-bottom: 1px solid #EEE;
}

.search_home-fifth_tit p {
	font-size: 22px;
	color: #333333;
	padding: 8px 20px;
	float: left;
}
.search_home-fifth_tit span{
	float: right;
	font-size: 14px;
	padding: 15px 50px;
}
.search_home-fifth_tit span a{
	color: #F4973C;
}
/* 第六部分内容 */
.search_home-sixth {
	width: 1200px;
	margin: 15px auto;
	border: 1px solid #EEE;
}

.search_home-sixth_tit {
	height: 52px;
	border-bottom: 1px solid #EEE;
}

.search_home-sixth_tit p {
	font-size: 22px;
	color: #333333;
	padding: 8px 20px;
}
.search_home-sixth_cont{
	overflow: hidden;
}
.search_home-sixth_cont li{
	width: 49%;
	float: left;
}
.search_home-sixth_conts{
	width: 85%;
	margin: 0 auto;
}
.search_home-sixth_conts li{
	width: 100%;
	font-size: 16px;
	color: #333;
	height: 45px;
	line-height: 45px;
}
.search_home-sixth_conts li:hover a{
	color: #F4973C;
}
.search_home-sixth_conts li a{
	color: #333;
}
.home_publicize{
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}