body {
	background-color: #F6F6F6;
	margin: 0;
}

/* 中间内容引入 */
.main-warp {
	position: relative;
	overflow: hidden;
}

/* 顶部切换 */
.tabbar-active {
	/*color: #087DD9;*/
	font-weight: 600;
	/* background-color: aqua; */
}

.tabbar {
	color: #444;
	/* background-color: white; */
}

/* 头部 */
.home_top {
	width: 100%;
	height: 110px;
	padding-top: 5px;
	display: flex;
	justify-content: center;
}

.top_middle {
	width: 66%;
	max-width: 1200px;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.top_middle_left {
	display: flex;
	align-items: center;
}

.top_middle_left img {
	/*width: 66px;*/
	height: 66px;
}

.top_middle_left form {
	color: #000000;
	font-size: 26px;
	font-weight: 400;
	margin-left: 20px;
}

.center_content {
	font-size: 24px;
	font-weight: 600;
	color: #2a538c;
}

.top_input {
	width: 240px;
	height: 41px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 20px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

.top_input input {
	flex: 1;
	border: 0;
	height: 41px;
	background-color: transparent;
	box-sizing: border-box;
	padding-left: 20px;
}

.search:focus {
	border: 1px solid #fff;
}

.top_input .icon {
	width: 41px;
	height: 41px;
	box-sizing: border-box;
	border-left: 1px solid #E5E5E5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 5px;
	margin-left: -41px;
}

.top_input .icon img {
	width: 18px;
	height: 19px;
}

.top_middle_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #077CD9;
	font-weight: 600;
}

.top_middle_right img {
	width: 23px;
	height: 23px;
	margin-right: 5px;
}

.top_middle_right form {
	color: #F34F4F;
	font-size: 22px;
	font-weight: 400;
}

.home_navigation {
	width: 66%;
	max-width: 1200px;
	/* min-width: 585px; */
	height: 40px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
/*	margin-top: -5px;*/
}

.navigation_middle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 7.5px;
}

.navigation_middle div {
	width: 116px;
	height: 40px;
	/* background: url('../../img/kuai.png') 100% 100% no-repeat; */
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #2a538c;
	border-radius: 15px 15px 0px 0px;
}

/* 底部 */
.list {
	width: 66%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 30px;
}

.list div {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
}

.login {
	width: 100%;
	height: 42px;
	position: relative;
	top: 1px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F2F9FF;
}

.logincon {
	width: 66%;
	max-width: 1200px;
	height: 42px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.login-left div {
	font-size: 12px;
	color: #333;
	font-weight: 550;
}

.login-left div:last-child {
	flex: 1;
	margin-right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.login-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	height: 42px;
}

.label {
	font-size: 12px;
	color: #333333;
	margin-right: 14px;
}

.login-right input {
	width: 116px;
	height: 18px;
	margin-right: 45px;
}

.login-right .btn {
	width: 53px;
	height: 26px;
	border-radius: 4px;
	background-color: #2a538c;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	margin-right: 15px;
	cursor: pointer;
}

.login-right .btn1 {
	width: 53px;
	height: 26px;
	border-radius: 4px;
	background-color: #EA9542;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.leftguangao {
	width: 15%;
	max-width: 380px;
	position: absolute;
	left: 0;
	top: 10px;
}

.rightguangao {
	width: 15%;
	max-width: 380px;
	position: absolute;
	right: 0px;
	top: 10px;
}

.rightguangao div {
	display: flex;
	justify-content: end;
}

.rightguangao2 {
	position: absolute;
	right: 0px;
	top: 5%;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.baise {
	width: 100px;
	height: 120px;
	background: #FFFFFF;
}

.news_right_top_right p {
	line-height: 1.5;
}