/*header*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
}

img {
	border: none;
}

.nav_logo {
	overflow: hidden;
	height: 80px;
}

.logo {
	float: left;
	padding-top: 28px;
}

.logo img {
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}


/*搜索框*/

.nav_logo .search {
	float: right;
	margin-top: 10px;
}

div.search {
	padding: 10px 0;
}

form {
	position: relative;
	width: 180px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

.search {
	float: right;
	margin-top: 30px;
}

#searchform {
	display: block;
	float: left;
}

.inp_srh {
	border: 1px solid #c1c1c1;
	float: left;
	display: inline;
	margin-top: 3px;
	height: 38px;
	width: 180px;
	font-size: 14px;
	padding-left: 10px;
}

.btn_srh {
	background: url(../img/search.jpg) no-repeat;
	width: 34px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 12px;
	position: absolute;
	right: 1px;
	background-size: 80%;
}

.w1280 {
	width: 1280px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}


/*=====*/

body {
	font: 16px "微软雅黑", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	display: inline-block;
	background: #FAF9F9;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.nav ul.cons {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.nav ul.cons li {
	float: left;
	padding: 0 73px;
}

.nav ul.cons li a {
	display: inline-block;
	position: relative;
	color: #000;
	text-align: center;
	position: relative;
	font-size: 16px;
	padding-bottom: 5px;
	margin: 15px 0 10px 0;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
	border-bottom: 2px solid transparent
}

.nav ul.cons li:hover a {
	color: #d0ae7a;
	border-bottom: 2px solid #d0ae7a;
}

.nav ul.cons li.active a {
	color: #d0ae7a;
	border-bottom: 2px solid #d0ae7a
}


/*.nav ul.cons li.active a:hover {
	background: #3d80cc;
	color: #fff !important;
	border-top: 2px solid #3d80cc;
}*/

.fl {
	float: left;
}

.fr {
	float: right;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

.guangao {
	width: 1200px;
	height: 90px;
	position: relative;
	margin: auto;
	margin-top: 30px;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	margin: 20px 0;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.adverte {
	text-align: center;
	padding: 10px 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.v1_content {
	overflow: hidden;
}

.v1_left {
	width: 650px;
}


/* ==轮播图= */

.v1_right {
	width: 630px;
}

.v1_list {
	padding-top: 30px;
}

.v_list .swiper-container {
	height: 376px;
	width: 650px;
	overflow: hidden;
	position: relative;
}

.conteners img {
	width: 100%;
	height: 376px;
}

.pagination {
	position: absolute;
	width: 25% !important;
	right: 0 !important;
	left: initial !important;
	text-align: right;
	padding: 0 20px;
	line-height: 50px;
	bottom: 0 !important;
	z-index: 99;
}

.v1_content img,
.entry-img img,
.div_img .image {
	transition: transform 0.5s ease-in-out;
}

.v1_content img:hover,
.entry-img img:hover,
.tuijian .div_img .image:hover {
	transform: scale(1.1);
}

.pagination .swiper-pagination-bullet {
	width: 25px;
	height: 4px;
	display: inline-block;
	border-radius: 0;
	background: #888;
	opacity: 1 !important;
}

.pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 98px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background: url(../img/l.png) no-repeat 100% 100%;
}

.swiper-button-next {
	background: url(../img/r.png) no-repeat 100% 100%;
}

.conteners .swiper-slide {
	position: relative;
}

.beiying p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.conteners .swiper-slide p {
	font-size: 18px;
	padding-right: 25%;
}

.w_full {
	width: 272px;
	margin-left: 20px;
}

.v1_right ul li img {
	width: 100%;
	height: 180px;
	border-radius: 5px;
}

.v1_right ul li {
	height: 180px;
	position: relative;
	overflow: hidden;
}

.v1_right ul li p {
	text-align: left;
	border-radius: 0 0 5px 5px;
	line-height: 23px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 15px;
}

.v1_right ul li:nth-of-type(1) {
	margin-bottom: 16px;
}

.s_full {
	width: 320px;
}

.v2_content {
	/*margin-bottom: 50px;*/
}

.v2_content ul.con_list li {
	width: 462px;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	background-color: #F8FEFF;
	padding: 15px 20px;
	transition: all 0.3s;
	margin-right: 15px;
}

.v2_content ul li:nth-child(2n) {
	margin-right: 0;
}

.v2_content ul.con_list li:hover {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.v2_content ul li:nth-of-type(2) {
	background-color: #FAF9F9;
}

.v2_content ul li:nth-of-type(3) {
	background-color: #FAF9F9;
}

.v2_content ul li:nth-child(2n) {
	margin-right: 0;
}

.v2_content ul li h2 {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	margin: 15px 0;
}

.v2_content ul li p {
	text-align: right;
	color: #999;
	font-size: 13px;
}

.v2_content ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
}

.con_list {
	margin: 20px 0;
}

.v2_left {
	width: 940px;
}

.v2_right {
	width: 320px;
}

.content-ajax {
	margin-top: 20px;
}

.content-ajax article {
	padding: 20px 0 30px 10px;
	overflow: hidden;
	box-sizing: border-box;
	clear: both;
}

.content-ajax article:hover {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.no_img .entry-img {
	display: none;
}

.entry-content {
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-title {
	font-size: 18px;
	font-weight: 500;
	color: #222226;
}

.entry-title:hover {
	color: #d0ae7a;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
}

.entry-img img {
	width: 224px;
	height: 128px;
}

.entry-site {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
}

.entry-content .time {
	font-size: 13px;
	color: #999;
	margin-top: 15px;
	text-align: right;
}

.v2_right>div {
	background: #FAF9F9;
}

.title_v2 {
	padding: 15px 0 10px 0;
}

.title_v2 a {
	border-left: 3px solid #d0ae7a;
	padding-left: 5px;
}

.v2_listone {
	margin: 20px 0;
	padding: 20px 0;
}

.v2_listone ul {
	padding: 0 20px;
	box-sizing: border-box;
}

.v2_listone ul li {
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #F5F5F5;
}

.v2_listone ul li span.time {
	color: #d0ae7a;
	padding-right: 10px;
}

.v2_listone ul li a {
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

.v2_listone ul li a:hover {
	color: #d0ae7a !important;
}

.v2_litwo ul li {
	padding: 5px 20px;
	box-sizing: border-box;
}

.v2_litwo ul li p {
	text-align: left;
	color: #333;
	line-height: 23px;
	font-size: 14px;
}

.v2_litwo ul li p.times {
	color: #999;
	font-size: 12px;
}

.v2_litwo ul li :hover p {
	color: #d0ae7a;
}

.v2_litwo {
	width: 320px;
}

.fixed {
	position: fixed;
	top: 0;
	right: 50%;
	margin-right: -640px;
	background: #FFFFFF;
}

.v2_content ul li img {
	position: absolute;
}

.clear {
	clear: both;
}


/*推荐*/

.tuijian .hop_title {
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
}

.tuijian .hop_title a {
	border-left: 5px solid #d0ae7a;
	padding-left: 8px;
	display: inline-block;
	line-height: 18px;
}

.tui_ul {
	overflow: hidden;
}

.tuijian .box ul li {
	height: auto;
	line-height: 25px;
	background: url(../img/yuan.png) no-repeat 5px;
	padding-left: 25px;
}

.tuijian .box ul li a {
	font-weight: 500;
	font-size: 15px;
}

.tuijian {
	width: 100%;
}

.tuijian .tit {
	border-top: 5px solid #eee;
	padding: 15px 0 10px 0;
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

.tuijian ul li {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}

.tui_ul .tui_list {
	width: 300px;
	height: 105px;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.tui_ul .tui_list:nth-child(3n) {
	float: right;
}

.tuijian .div_img {
	overflow: hidden;
}

.tuijian .div_img .image {
	display: block;
	float: left;
	width: 100px;
	height: 79px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tuijian .list .item .link .multi-text {
	display: inline-block;
	float: right;
	width: 200px;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 0;
}

.tuijian .div_img .multi-text {
	float: right;
	line-height: 25px;
	font-size: 15px;
	color: #222;
	width: 170px;
	padding-top: 12px;
}

.tuijian .div_img .multi-text:hover {
	color: #d0ae7a;
}


/*详情*/

.breadcrumb a {
	color: #888;
}

.breadcrumb {
	padding: 20px 0;
	color: #888;
	font-size: 15px;
}
.breadcrumb a:hover{
	color: #d0ae7a;
}
.edi_xq {
	margin-top: 20px;
}

#left_cont_tit {
	width: 100%;
	line-height: 36px;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 10px;
	font-weight: normal;
}

.top_tit {
	margin-bottom: 40px;
}

.top_tit .info {
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 12px;
	
}

.addr_xq {
	/*margin-bottom: 30px;*/
}

.left {
	width: 870px;
	float: left;
}

.content_tex {
	font-size: 16px;
	line-height: 33px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}

.post-navigation {
	overflow: hidden;
	margin: 10px 0 0;
	padding: 20px 0;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 42%;
	color: #999;
	font-size: 14px;
}

.post-previous {
	float: left;
	padding-left: 40px;
	text-align: left;
}

.post-next {
	float: right;
	padding-right: 40px;
	text-align: right;
}

.post-navigation div span {
	display: block;
	color: #888;
	font-size: 90%;
}

.post-navigation div:hover a {
	color: #d0ae7a;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #d0ae7a;
	font-size: 56px;
	line-height: 22px;
}

.post-previous a::after {
	left: 0;
	content: '«';
	font-family: "Microsoft Yahei";
}

.post-next a::after {
	right: 0;
	content: '»';
	font-family: "Microsoft Yahei";
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #d0ae7a;
	font-size: 56px;
	line-height: 22px;
}


/*========*/

.v2_content ul li h2,
.entry-title,
.post-navigation div a,.beiying p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.v1_right ul li p,
.entry-site,
.v2_litwo ul li p,
.tuijian .div_img .multi-text {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.v2_listone ul li a {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*底部*/

.footbgs {
	background: #717277;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: white;
	overflow: hidden;
	width: 1350px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 60px;
	height: 0px;
	overflow: hidden;
	border-radius: 100%;
	background: url(../img/top.jpg) 0 0 no-repeat;
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
}

.goTop:hover {
	background-position: -60px 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #d0ae7a;
	padding: 8px 15px;
	color: #fff;
}
.beian{
	text-align: center;
	font-size: 14px;
}
.show_content li a {
	width: 700px;
}

.show_content li span {
	display: inline-block;
	width: 150px;
	text-align: right;
}