/* 图标路径 */

@font-face {
	font-family: FontAwesome;
	src: url(/static/amazeui/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url(/static/amazeui/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.5) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype');
	font-weight: 400;
	font-style: normal
}
/*通用CSS*/

html {
}
body {
	color: #333;
	font-size: 14px;
	background: #ffffff;
}
p {
	margin: 0;
	padding: 0;
}
* {
	list-style: none;
	box-shadow: none;

}
select {
	border: #dbdbdb solid 1px;
	padding: 0em 0.5em;
}
textarea {
	border: #dbdbdb solid 1px;
}
a {
	color: #333;
}
a:focus {
	outline: none;
	-moz-outline: none;
}
ul, ol, li {
	padding: 0px;
}
dt + dd {
	margin-top: 0;
}
.block {
	min-height: 150px;
}
.am-border {
	border-color: #dbdbdb;
}  /*边框颜色*/
.am-breadcrumb {
	margin: 0px;
	padding: 0px;
}
.am-breadcrumb > .am-active a {
	color: #da0000;
}  /*高亮红色*/
.circular {
	border-radius: 50%;
	overflow: hidden;
}  /*圆形*/
.text-gray {
	color: #8b8b8b;
}
.text-black {
	color: #333;
}
.text-primary {
	color: #00a0d8;
}
.text-warning {
	color: #db0000;
}
.wp {
	margin: 0 auto;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.w220 {
	width: 220px;
}
.w960 {
	width: 960px;
}
.w1200 {
	width: 1200px;
}
.border-left-none {
	border-left: 0px!important;
}
.my-placeholder {
	color: #aaa;
	font-size: 14px;
}

/*===================================================*/

.top_ad {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top_ad span {
	position: absolute;
	top: -19px;
	right: -23px;
	z-index: 9;
	background: #000;
	color: #fff;
	border-radius: 2rem;
	display: block;
	width: 4rem;
	height: 4rem;
	line-height: 4.5rem;
	text-align: left;
	text-indent: 1rem;
}
#blog-header {
	height: 100px;
}
#blog-logo {
	padding-top: 20px;
}
.ui-dialog-content, ui-widget-content {
	width: 100% !important;
}
a:hover, a:focus {
	color: #da0000;
}
.top_ad {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#top_ad ul {
	width: 1200px;
	margin: 0 auto;
}
#top_ad img {
	margin-left: -360px;
}
.top_ad span {
	position: absolute;
	top: -19px;
	right: -23px;
	z-index: 9;
	background: #000;
	color: #fff;
	border-radius: 2rem;
	display: block;
	width: 4rem;
	height: 4rem;
	line-height: 4.5rem;
	text-align: left;
	text-indent: 1rem;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.top_nav i {
	margin: 0 3px;
}
.top_city {
	float: right;
	position: relative;
}
.top_city span {
	cursor: pointer;
	margin-left: 1rem;
	border-left: 1px solid #dadada;
}
.top_city span i.on {
	display: none;
}
.top_city span i.on::before {
	content: "\f0d7";
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	font-size: 12px;
}
.top_city span i.off::before {
	content: "\f0d8";
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	font-size: 12px;
}
.city_list {
	display: none;
	position: absolute;
	width: 90px;
	right: 0;
	text-align: center;
}
.city_list li {
	background: #e7e6e6;
}
.city_list li:hover {
	border-left: 1px solid #888;
}
.top_nav .am-fr a {
	padding: 0 20px;
	border-right: 1px solid #dadada;
	margin: 0;
}
.top_nav .am-fr a:first-child, .top_nav .am-fr a:last-child {
	border-right: 0px solid #ccc;
	padding-right: 0;
}
.top_nav .am-fr span {
	color: red;
	padding-left: 0rem;
}
.top_nav span {
	padding-left: 1rem;
}
.head {
	font-size: 14px;
}
.head-search-bar {
	position: relative;
	width: 570px;
	float: right;
	padding: 22px 0px 0px 0px;
	overflow: hidden;
	margin-right: 0px;
	margin-top: 10px;
}
#search ul.tab {
	height: 1.5rem;
	display: block;
	position: absolute;
	z-index: 99;
	top: 4px;
	left: 0px;
	overflow: hidden;
}
#search ul.tab li {
	line-height: 1.5rem;
	color: #555;
	white-space: nowrap;
	float: left;
	height: .1.5rem;
	float: left;
	padding: 0 10px 3px 10px;
	margin-right: 8px;
	cursor: pointer;
}
#search ul.tab li.current:hover {
	background: #da0000;
}
#search ul.tab li.current {
	font-weight: bold;
	line-height: 1.5rem;
	color: #FFF;
	background: #da0000;
	height: 1.5rem;
	float: left;
	padding: 0 14px 3px 14px;
	margin: 0;
}
.head-search-bar .search-form {
	background-color: #da0000;
	height: 38px;
	padding: 2px;
}
.head-search-bar .input-text {
	line-height: 34px;
	color: #555;
	width: 82%;
	height: 34px;
	float: left;
	padding: 0 1rem;
	border: none 0;
}
.head-search-bar .input-submit, .head-search-bar .input-submit:hover {
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	background-color: transparent;
	width: 17%;
	height: 32px;
	float: right;
	border: none;
	cursor: pointer;
}
.head-search-bar .keyword {
	line-height: 20px;
	color: #999;
	white-space: nowrap;
	width: 500px;
	height: 20px;
	margin-top: -5px;
	overflow: hidden;
}
.head-search-bar .keyword ul {
	font-size: 0;
*word-spacing:-1px/*IE6¡¢7*/;
	vertical-align: top;
	display: inline-block;
*display:inline/*IE6¡¢7*/;
}
.head-search-bar .keyword ul li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline/*IE6¡¢7*/;
	margin-right: 12px;
}
.head-search-bar .keyword ul li span {
	background: transparent;
}
.head-search-bar .keyword ul li a {
	color: #777;
}
.head_ad {
	background-position: -5px -5px;
	width: 220px;
	height: 70px;
	float: left;
	margin: 24px 0px 24px 80px;
}
.head_nav.main {
	border-bottom: 2px solid #da0000;
	height: 40px;
}
.head_nav li.cur {
	background: #da0000;
}
.head_nav li.cur a {
	color: #fff;
}
.head_nav li {
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 998;
	font-size: 14px;
}
.head_nav > li:hover {
	background: #da0000;
	color: #fff;
}
.head_nav li:hover a {
	color: #fff;
}
li.has_son.nav_hot a::before {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	content: "";
	background: url(../images/ui.png) -23px -89px;
	top: 0;
	right: 0;
}
.head_nav>li>a {
	padding: 0 28px;
	font-size: 18px;
	color: #252525;
}
.head_nav>li:first-child {
	padding: 0px 18px;
}
.head_nav li a i::before {
	content: "\f0d7";
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	font-size: 12px;
	margin-left: 3px;
}
.head_nav li:hover a i::before {
	content: "\f0d8";
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	margin-left: 3px;
	font-size: 12px;
}
.head_nav2 {
	display: none;
	position: absolute;
	top: 40px;
	width: 100%;
}
.head_nav li:hover .head_nav2 {
	display: block;
}
.head_nav2 li {
	background: #c90000;
	text-align: center;
	width: 100%;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}
.head_nav2 li:hover {
	background: #950303;
}
/*index_top*/

.index_top.main {
	margin-top: 20px;
	height: 500px;
}
.index_form {
	float: left;
	width: 330px;
	border: 1px solid #dadada;
	height: 500px;
	padding: 2rem;
	background: #f0f0f0;
}
.am-form.index_form .am-form-field {
	font-size: 1.15rem;
	margin: 1rem 0;
	line-height: 2rem;
}
.index_form p input {
	height: 35px;
}
.select_group {
	width: 100%;
	text-align: center;
	margin: 1rem 0;
	overflow: hidden;
}
.am-form.index_form select {
	padding-right: 1.2rem;
	width: 88px;
	display: inline-block;
	font-size: 1.15rem;
	float: left;
	margin-right: 4px;
	line-height: 20px;
	height: 38px;
}
.am-form.index_form select:last-child {
	margin-right: 0px;
}
.am-form.index_form button[type="submit"] {
	background: #da0000;
	color: #fff;
	width: 100%;
	font-size: 22px;
	height: 45px;
	font-weight: 900;
	line-height: 23px;
}
.form_title {
	text-align: center;
	color: #da0000;
	margin-bottom: 20px;
}
.form_title p {
	font-size: 22px;
	font-weight: 300;
}
.list_lh {
	height: 55px;
	overflow: hidden;
	padding: 0 5px;
	margin-bottom: 5px;
	position: relative;
}
.form-bottom-ad li::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #666;
	border-radius: 3px;
	margin: 0 10px 3px;
	vertical-align: middle;
}
.list_lh > p {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 55px;
	font-size: 16px;/*! border-bottom: 1px dashed #ccc; */

}
.list_lh > p > span {
	color: #da0000;
}
.list_lh li p {
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 1px;
}
.list_lh li span {
	margin: 0 1.5rem;
}
.news .index_new {
	width: 660px;
}
.index_slide, .index_new {
	float: left;
	width: 850px;
	margin-left: 17px;
}
.index_slide .am-slider {
	position: relative;
	box-shadow: 0 0 rgba(0, 0, 0, 0.0);
}
.cat_find {
	width: 100%;
	display: inline-block;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	height: 55px;
	margin-top: 20px;
}
.cat_find a {
	width: 32.9%;
	display: inline-block;
	border-right: 1px solid #ddd;
	height: 55px;
	background-image: url(../images/ui.png);
}
.cat_find a:nth-child(1) {
	background-position: 12px -280px;
}
.cat_find a:nth-child(2) {
	background-position: 12px -155px;
}
.cat_find a:nth-child(3) {
	background-position: 12px -405px;
	border: none;
}
.index_mainr {
	float: left;
	width: 240px;
	height: 450px;
}
.index_mainr [data-am-widget="tabs"] {
	margin: 0px;
}
.tabs_new li {
	width: 100%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tabs_new li span {
	display: inline-block;
	width: 60px;
}
.index_mainr .am-tab-panel {
	height: 276px;
	line-height: 23px;
}
.tabs_bottom {
	border-color: #ccc;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}
.tabs_bottom a {
	width: 100%;
	height: 65px;
	display: block;
	background: url(../images/ui.png) -230px 4px;
}
.tabs_bottom a:last-child {
	background: url(../images/ui.png) -230px -52px;
}
.mb_top {
	margin-top: 3rem;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #333;
}
.designer div.am-tabs-bd .am-tab-panel {
	padding: 1rem 1rem 1rem 0px;
}
.mp_title {
	display: inline-block;
	float: left;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	padding-left: 0;
}
.mb_top p {
	text-align: right;
	font-size: 14px;
}
.mb_top.xg-zxal-title p {
	text-align: right;
	font-size: 14px;
	width: 880px;
	float: right;
	font-size: 18px;
}
.mb_top.xg-zxal-title p span {
	float: left;
}
.mb_top.xg-zxal-title p a {
	color: #555;
	border-right: 2px solid #555;
}
.mb_top.xg-zxal-title p span a {
	color: #da0000;
}
.am-icon-map {
	float: left;
	display: block;
	width: 19px;
	height: 30px;
	margin: 10px 0;
	border-radius: 15px;
	line-height: 30px;
	color: #da0000;
	font-size: 18px;
}
.mb_top p a {
	padding: 0 0.8rem;
	border-right: 2px solid #da0000;
	color: #da0000;
}
.mb_top p a:last-child {
	padding-left: 5px;
	border-right: 0px solid #da0000;
}
.more {
	float: right;
	font-size: 14px;
	line-height: 50px;
}
.more > a {
	color: #555;
	margin: 0 0.5rem;
}
.more > a:hover {
	color: #da0000;
}
.action {
	overflow: hidden;
}
.action .am-tabs-bd {
	border: 0px;
}
.action div.am-tabs-bd .am-tab-panel {
	padding: 1px 0;
}
.action .am-tabs-nav li {
	font-size: 16px;
	background: #dbdbdb;
}
.action [data-am-widget="tabs"], .designer [data-am-widget="tabs"] {
	margin: 0px;
	border-top: 2px solid #da0000;
}
.act_list {
	overflow: hidden;
	padding: 10px;
}
.act_list li {
	float: left;
	width: 50%;
	padding: 0 1rem;
	background: url(../images/ui.png) no-repeat -666px -50px;
	transition: all 0.3s ease-in-out 0s;
	height: 2rem;
	line-height: 2rem;
}
.act_list li span:first-child {
	color: #da0000;
}
.act_list li span:last-child {
	float: right;
	padding-right: 2rem;
	color: #888;
}
.act_list li:hover {
	background: url(../images/ui.png) no-repeat -666px -79px;
}
.act_list_img {
	display: flex;
	clear: both;
	margin-top: 5px;
}
.act_list_img li {
	text-align: left;
	flex: 1;
}
.act_list_img li:nth-child(2) {
	text-align: center;
}
.act_list_img li:nth-child(3) {
	text-align: right;
}
.act_list_mb {
	width: 390px;
	display: inline-block;
	border: 1px solid #dadada;
	text-align: left;
	padding: 0.2rem 1rem;
}
.act_list_mb a {
	float: right;
}
.act_list_mb i:before {
	content: "\f0da";
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	margin-left: 3px;
	font-size: 12px;
}
.ad.main {
	margin: 2rem auto 0;
}
.am-slider-a2 {
	box-shadow: none;
}
.am-slider-a2 .am-control-nav {
	text-align: right;
	padding-right: 2rem;
}
.am-slider-a2 .am-control-nav li a {
	width: 1.5rem;
	height: 1.5rem;
	background-color: rgba(0, 0, 0, 0.5);
	text-indent: 0;
	text-align: center;
	line-height: 1.5rem;
	color: #fff;
}
.am-slider-a2 .am-control-nav li a.am-active {
	background: #fff;
	cursor: default;
	color: #333;
}
.am-slider-a2 .am-control-nav li {
	margin: 0 3px;
}
/*==============================*/

footer {
	/*height: 90px;*/
	background: #252323;
	/*text-align: center;*/
	overflow: hidden;
}
.fc_end {
	margin: 15px auto;
}
.fc_end a {
	color: rgb(255, 255, 255);
	font-size: 16px;
	position: relative;
	padding: 15px;
}
.fc_end p {
	color: #c8c8c8;
	font-size: 12px;
	line-height: 26px;
}
footer {
	margin-top: 20px;
}
/*分页样式*/

.page {
	text-align: center;
	padding: 8px 10px;
	margin: 5px auto;/*height:26px;*/
	line-height: 26px;
	margin-left: 20px;
}
.page a, .page em {
	display: inline-block;
	width: auto;
	height: 26px;
	margin: 0 3px;
	padding: 0 10px;
	line-height: 26px;
	border: 1px solid #DDD;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	color: #666;
}
.page a:hover {
	background: #E22F33;
	color: #FFF;
	text-decoration: none;
}
.page strong {
	display: inline-block;
	width: auto;
	height: 26px;
	margin: 0 3px;
	padding: 0 10px;
	line-height: 26px;
	background: #E22F33;
	border: 1px solid #FFF;
	cursor: pointer;
	vertical-align: middle;
	color: #FFF;
}
.page a.nolbor {
	border-left: 0px;
}
.page a.teshu {
	color: #808080;
}
.page a.dqpage {
	background: #E6E6E6;
}
