/* 顶部导航栏 */
.topbar {
	width: 67%;
	height: 88px;
	line-height: 88px;
	background: #fff;
	border-radius: 44px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	text-align: center;
	/* margin-top: 20px; */
	position: fixed;
	top: 20px;
	left: 16.5%;
	z-index: 100;
}

.topbar img {
	vertical-align: middle; 
}

.topbar a {
	text-decoration: none;
	color: #000000;
}

#menu .active {
	color: #2072ED;
}
#menu ul{
	list-style-type: none;
}
/* .firstmenu li{
	display: inline-block;
	position: relative;
} */
/* .secondmenu{
	display: none;
	background: #fff;
	padding: 20px 20px 0px 20px;
	position: absolute;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.secondmenu li{
	display: block;
	padding-bottom: 20px;
} */
/* ---底部版本号---- */
.versions {
	height: 100px;
	width: 100%;
	background-color: #F0F0F0;
	font-size: 14px;
	color: #808080;
	text-align: center;
}

.versions p {
	padding-bottom: 8px;
}

/* -------------主体内容-------------------- */
/* --------part1---------- */
.bgwhite {
	background: #fff;
	box-shadow: 0px 6px 17px 0px rgba(0,0,0,.18);  
	width: 100%;
	height: 360px;
	margin-top: 158px;
	border-radius: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}

#content_part1 p{
	font-size: 16px;
	color: #217FD6;
	
}
.bgwhite .p2 img{
	display: inline-block;
	vertical-align: text-top;
	margin-left: 5px;
}
.bgwhite .p1 {
	padding-top: 15px;
	padding-bottom: 16px;
}

.bgwhite .p2 {
	text-align: right;
	padding-bottom: 14px;
	cursor: pointer;
	color: #217FD6;
}
/* 更多地区 */

#box{
	display: inline-block;
	position: relative;
}
#box:hover .moveregion{
	display: block;
}
.moveregion{
	width: 420px;
	height: 230px;
	margin: 0;
	padding: 40px 50px;
	text-align:left;
	position: absolute;
	top: 30px;
	z-index: 99;
	display: none;
}
.moveregion:before{
	content: "";
	display: block;
	clear: both;
}
.moveregion a{
	width: 33%;
	text-decoration: none;
	color: #7D7D7D;
	float: left;
	margin-bottom: 10px;
}
/* 搜索 */
.regions{
	width: 250px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	border-radius: 25px;
	padding: 15px 20px;
	position: absolute;
}
.regions a{
	display: block;
	text-decoration: none;
	color: #7d7d7d;
	margin-bottom: 10px;
}
.regions a:hover{
	background: #91C1EE;
}

/*  */
.bgwhite button {
	width: 100%;
	border: 1px dashed #E0E0E0;
	font-size: 14px;
	color: #545454;
	padding: 5px 6px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 15px;
}
@media screen and (min-width: 1400px) {

	.bgwhite button {
		margin-bottom: 20px;
	}
	.bgwhite .p2 {
		/* padding-bottom: 25px; */
	}
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
	#content_part1 p{
		font-size: 14px;
	}
	#searchbox{
		margin-top: 20px;
	}
	.bgwhite .p2{
		padding-top: 10px;
	}
}
.bgwhite .price{
	font-size: 12px;
	color: red;
}
.bgwhite .units{
	font-size: 12px;
	color: #808080;
}
.bgwhite input{
	border: none;
	outline: none;
	color: #fff;
	border-radius: 40px;
	padding: 8px;
	font-size: 20px;
}
.bgwhite #region {
	background-color: transparent;
	border: 1px dashed #E0E0E0;
	border-radius: 40px;
	padding-left: 20px;
	text-align: center;
	height: 15px;
	width: 50%;
	color: #BCBCBC;
	font-size: 16px;
}

.bgwhite input::-webkit-input-placeholder {
	color: #BCBCBC;
	
}
.bgwhite input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #BCBCBC;
}
.bgwhite input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #BCBCBC;
}
.bgwhite input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #BCBCBC;
}
.bgwhite #search {
	width: 30%;
	background-color: #2180D7;
	font-size: 16px;
	float: right;
}
/* 第二部分 */
.flow_path{
	box-sizing: border-box;
	width: 100%;
	height: 360px;
	border: 1px solid #6AC7F2;
	border-radius: 20px;
	padding: 26px;
}
/* .flow_path p{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
} */

.flow_path p span{
	display: inline-block;
	font-size: 16px;
	float: right;
}
.flow_path p span img{
	display: inline-block;
	vertical-align: middle;
}
.flow_path .flowbtn{
	border: none;
	background: linear-gradient(110deg, #0DBBFF, #2F8CFF);
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius:20px;
}
.flow_path .path{
	margin-left: 40px;
	margin-top: 20px;
}
.flow_path .pathyuan{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	padding: 0;
}
.flow_path h3{
	
}
.path p{
	font-size: 12px;
	color: #CFCFCF;
}

.channel{
	width: 100%;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 36px;
	overflow: hidden;
}
.channel img{
	width: 100%;
}
.channel_path p{
	padding-bottom: 15px;
}
.channel_path p span{
	float: right;
}
.channel_path span{
	display: inline-block;
	padding-bottom: 26px;
}
.channel_path span img{
	display: inline-block;
	vertical-align: middle;
}