@charset "utf-8";

.logo {
	position: relative;
	margin: 150px 0px 60px;
}

.logo>span {
	position: absolute;
	top: 6px;
	left: 540px;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
	background-color: #eee;
	font-size: 14px;
	color: #757575;
	padding: 12px 20px;
}

.search_box {
	height: 55px;
}

.search_box>input {
	border: 1px solid #dddddd;
	padding: 10px 15px;
	font-size: 16px;
	color: #000;
}

.search_box>span {
	width: 120px;
	font-size: 20px;
	color: #fff;
	background-color: #000000;
	cursor: pointer;
}

.link_view {
	margin: 5px 0 20px;
}

.link_view>a {
	font-size: 13px;
	color: #6ba6dc;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 25px;
}

.service_desc {
	font-size: 13px;
	color: #7d7d7d;
	padding-bottom: 30px;
	line-height: 20px;
}

.frd_link {
	width: 100%;
	background-color: #f9f9f9;
	height: 26px;
	line-height: 20px;
	overflow: hidden;
}

.frd_link,.frd_link a {
	font-style: normal;
	color: #c1c1c1;
	font-size: 11px;
	text-decoration: none;
}

.copyright {
	margin: 30px auto;
}

.copyright,.copyright>* {
	color: #aeaeae;
}

.copyright a {
	text-decoration: none;
	margin: 0px 5px;
}

/* 头条资讯样式 */
#popup_news {
	color: #ffffff;
	width: 480px;
	height: 44px;
	border-radius: 4px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	bottom: 50px;
	cursor: pointer;
	display: none;
}

#popup_news .popup-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	filter: progid:dximagetransform.microsoft.alpha(opacity=70);
}

#popup_news .popup-content {
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	height: 44px;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#popup_news .popup-label {
	width: 77px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff2f2f;
	line-height: 46px;
	padding-left: 8px;
	font-size: 18px;
}

#popup_news .popup-label:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0px;
	width: 0px;
	height: 0px;
	border-top: 22px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 12px solid #ff2f2f;
}

#popup_news .popup-close {
	height: 100%;
	width: 43px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 43px;
	opacity: .7;
	filter: alpha(opacity =   70);
}

#popup_news .popup-close:hover {
	opacity: 1;
	filter: alpha(opacity =   100);
}

#popup_news .popup-content .popup-content-item {
	color: #ffffff;
	display: block;
	height: 44px;
}

#popup_news .popup-content .popup-content-item:hover p {
	text-decoration: underline;
}

#popup_news .popup-content .popup-content-item-icon {
	width: 22px;
	display: inline-block;
	height: 13px;
	background: url(/uploads/image/hao1__qhimg__com/t01ce8161d4559d2ff4.png);
	background-repeat: no-repeat;
	margin-top: 16px;
	float: left;
}

#popup_news .popup-content .popup-content-item-title {
	width: 288px;
	margin: 0 15px;
	float: left;
	margin: 0 10px 0 107px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

#popup_news .popup-content .popup-content-item-title.wide {
	width: 320px;
}

#popup_news .popup-content .popup-content-ad {
	width: 436px;
	display: none;
}

#popup_news .popup-config {
	display: none;
}