/*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: 90px;
}

.logo {
	float: left;
	width: 640px;
	padding: 25px 0px 0px 5px;
}

.logo img {
	width: 190px;
}

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


/*搜索框*/

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

div.search {
	padding: 10px 0;
}

form {
	position: relative;
	width: 310px;
	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;
	border-radius: 0;
	height: 36px;
	width: 274px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.btn_srh {
	background: url(../img/search.jpg) no-repeat;
	width: 34px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

.w1200 {
	width: 1200px;
	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;
	border-bottom: 1px solid #eeeeee;
}

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

.nav ul.cons li {
	float: left;
}

.nav ul.cons li a {
	display: inline-block;
	padding: 17px 39px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 15px;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.nav ul.cons li:hover a {
	background: #1669ab;
	color: #fff !important;
	font-weight: bold;
}

.nav ul.cons li.active a {
	background: #3d80cc;
	color: #fff;
	box-sizing: border-box;
}

.nav ul.cons li a:hover {
	text-decoration: underline;
}

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

em,
i {
	font-style: normal;
}

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

a:hover {
	text-decoration: underline;
}

.guangao {
	width: 1200px;
	height: 90px;
	position: relative;
	margin: 15px auto;
}

.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;
}


/* ==轮播图= */

.v1_left {
	width: 810px;
	float: left;
}

.v_list {
	margin: 20px 0 30px 0;
}

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

.v_list .swiper-container img {
	width: 100%;
	height: 380px;
}

.swiper-container .swiper-pagination {
	width: 300px !important;
	right: 0 !important;
	left: initial !important;
	text-align: right;
	padding: 0 20px;
	line-height: 40px;
	bottom: 0 !important;
}

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

.swiper-container .swiper-pagination-bullet-active {
	background: #1A75AA;
}

.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;
	width: 100%;
	color: #fff;
	text-align: center;
}

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

.swiper-container p:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.v1_right {
	width: 360px;
}

.v1_right>div {
	background: #fafafa;
}

.index_kil {
	font-size: 0;
	margin: 15px 0px 0px;
}

.index_kil a {
	display: inline-block;
	width: 260px;
	height: 147px;
	position: relative;
}

.index_kil a img {
	width: 260px;
	height: 147px;
}

.index_kil a:nth-of-type(2n) {
	margin: 0px 15px;
}

.index_kil a p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 260px;
	padding: 0px 20px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}

img {
	border: none;
	vertical-align: middle;
}

.index_recom {
	background: #fafafa;
	border-top: 2px solid #1a75ab;
	/*margin-top: 20px;*/
}

.index_tbac {
	padding: 15px 20px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}

.recom_tit {
	font-size: 18px;
	border-left: 4px solid #ff9900;
	line-height: 22px;
	padding-left: 20px;
}

.recom_tobb {
	padding: 26px 20px;
	border-bottom: 1px solid #eee;
}

.recom_ifl {
	float: left;
	margin: 10px 10px 0px 0px;
}

.recom_lia {
	overflow: hidden;
}

.recom_lia a {
	display: block;
	height: 84px;
	overflow: hidden;
}

.recom_lia a:nth-of-type(1) {
	margin-top: 0px;
}

.recom_ait {
	font-size: 16px;
}

.recom_ail {
	color: #999;
	font-size: 14px;
	padding-top: 5px;
}


/*首页列表*/

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

.content-ajax article {
	padding: 20px 0 30px 0;
	border-top: solid 1px #eee;
	overflow: hidden;
	clear: both;
}

.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;
}

.entry-content {
	overflow: hidden;
}

.entry-title {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	font-size: 21px;
}

.entry-content:hover h2 {
	color: #3291F9 !important;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}

.entry-img img {
	width: 240px;
	height: 147px;
}

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

.entry-content .time {
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.index_video {
	margin-top: 20px;
	border-top: 2px solid #1a75ab;
}

.img_vide {
	position: relative;
}

.img_vide img {
	width: 100%;
	height: 200px;
}

.img_vide p {
	line-height: 35px;
	font-size: 14px;
}

.video_list {
	padding: 5px 0 10px 0;
}

.video_list li {
	line-height: 30px;
	background: url(../img/dian.png) no-repeat 0;
	padding-left: 20px;
}

.hot_list {
	padding: 20px 20px 0px 20px;
}

.hot_list li {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.hot_list li:last-child {
	margin-bottom: 0;
}

.hot_list li img {
	width: 100%;
	height: 180px;
}

.hot_list li p {
	font-size: 16px;
	padding-top: 10px;
}

.hot_lbt {
	padding: 15px 20px;
	box-sizing: border-box;
}

.hot_lbt a {
	display: block;
	padding: 10px 0 20px 0;
}

.hot_bit {
	float: left;
	width: 20px;
	height: 20px;
	background: #1a75ab;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
}

.hot_bil {
	line-height: 20px;
	width: 290px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: unset;
}


/*推荐*/

.nb_comment {
	border-top: 2px solid #1a75ab;
	padding: 15px 20px;
	background: #fafafa;
	margin-top: 20px;
	font-size: 18px;
	border-bottom: 1px solid #eee;
}

.nb_comment p {
	padding-left: 20px;
	border-left: 4px solid #ff9900;
	line-height: 20px;
}

.xgxw_pic {
	font-size: 0;
	width: 750px;
	margin: 15px auto;
}

.xgxw_pic a {
	display: inline-block;
	width: 225px;
	height: 170px;
	position: relative;
	overflow: hidden;
}

.xgxw_pic img {
	width: 100%;
	height: 120px;
}

/* .xgxw_pic a:nth-of-type(2n) {
	margin: 0px 35px;
} */

.xgxw_pic a p {
	padding-top: 10px;
	width: 225px;
	line-height: 1.5;
	color: #333;
	font-size: 15px;
	text-align: left;
	height: 50px;
}


/*详情*/

.left_xq {
	border: 1px solid #eee;
	padding: 30px;
	margin: 20px 0;
}

.nco_til {
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 35px;
	color: #979696;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nco_tit {
	font-size: 26px;
	line-height: 1.4em;
}

.content_tex p {
	text-indent: 2em;
	line-height: 30px;
	color: #333;
}

.content_tex img {
	display: block;
	margin: 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: #1A75AA;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #BCC8FA;
	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: #BCC8FA;
	font-size: 56px;
	line-height: 22px;
}

.nb_tou {
	border: 4px solid #eee;
	padding: 0px 0px 30px;
}

.nb_oit {
	font-size: 18px;
	margin: 15px 0px;
}

.nb_oil {
	font-size: 14px;
	color: #999;
}

.nb_ois {
	color: #666;
	font-size: 14px;
	margin: 30px 0px 0px;
}

.nb_oia a {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	background: url(../img/dian.png) no-repeat 0;
	padding-left: 20px;
}

.nb_oia a span {
	margin-right: 10px;
}

.nb_bqlst {
	font-size: 0;
	padding: 5px 20px 20px;
}

.nb_bqlst a.active {
	background: #1a75ab;
	color: #fff;
	border: 1px solid #1a75ab;
}
.tac{
	position: relative;
}
.tac p{
	line-height: 35px;
	font-size: 14px;
}
.tac img {
	width: 100%;
	max-height: 200px;
}

.nb_bqlst a {
	display: inline-block;
	font-size: 14px;
	/*width: 90px;*/
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	line-height: 32px;
	height: 32px;
	margin: 15px 7px 0px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 20px;
}


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

.beiying p,
.index_kil a p,
.video_list li,
.hot_list li p,
.nb_oia a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-title,
.entry-site,
.post-navigation div a,
.xgxw_pic a p,
.recom_ait {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*{
	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;
}*/


/*详情*/

.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;
}

.info {
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin: 10px 66px;
	color: #7e7e7e;
	font-size: 14px;
	overflow: hidden;
}

.top_tit {
	margin-bottom: 40px;
}

.top_tit .info {
	text-align: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 12px;
}

.addr_xq {
	margin-bottom: 30px;
}

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


/*底部*/

.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;
}

.morejigou {
	background: #fff;
	width: 1350px;
	margin: 10px auto;
	padding: 20px;
	box-sizing: border-box;
}

.morejigou .link {
	padding: 5px 0;
}

.morejigou .link span {
	float: right;
	width: 60px;
}

.morejigou .link a:hover {
	color: #337ab7;
}

.morejigou em {
	font-style: normal;
	font-weight: 400;
}

.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: #1A75AA;
	padding: 8px 15px;
	color: #fff;
}
.beian{
	text-align: center;
	font-size: 14px;
}
