@charset "utf-8";

/* ====================
     公共样式
==================== */

body {
	font-size: 16px;
	font-family: "微软雅黑", Georgia, 'Times New Roman', Times, serif;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
	/*url(../images/body_bg.gif) repeat-x*/
	;
}

@font-face {
	font-family: myFirstFont;
	src: url('../fonts/tit.ttf'), url('../images/images/tit.eot');
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
input,
img,
p {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.more {
	font-size: 12px;
	font-weight: normal;
}

.dis {
	display: block;
}

.inline {
	display: inline;
}

.none {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}


/*英文强制换行*/

.word {
	word-break: break-all;
}


/*页面留白*/

.blank {
	height: 30px;
	line-height: 30px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}


/*************************
		布局
*********************/

.block {
	width: 1300px;
	margin: 0 auto;
}

.pics li .img {
	border-radius: 3px;
	overflow: hidden;
}

.pics li:hover .img img {
	transform: scale(1.1, 1.1);
}

.pics li .img img {
	width: 100%;
	vertical-align: top;
	transition: 1s;
	height: 200px;
}

.pics li h3 {
	padding: 0;
	margin: 10px 0;
}

.pics li .img {
	height: 140px;
	overflow: hidden;
	position: relative;
}

.pics_cai li {
	float: left;
	margin-right: 30px;
}

.pics_cai li:nth-child(4n) {
	margin-right: 0;
}

.guidelist .pics_cai {
	width: 100%;
}

.pics_cai .box {
	width: 100%;
	overflow: hidden;
}

.pics_cai li .img {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.pics_cai li h3 {
	font-size: 18px;
	font-weight: bold;
	height: auto !important;
}

.pics_cai li span {
	color: #3a70a7;
}


/* ====================
     head
==================== */

.head {
	width: 100%;
	position: relative;
	z-index: 10000;
}

.head .box {
	padding: 0;
	border: 0;
	overflow: hidden;
}

.head .top {
	width: 1300px;
	margin: 0 auto;
	margin-top: 2px;
}

.head .top a {
	font-size: 14px;
	width: 40px;
	text-align: center;
	display: block;
	float: right;
	background: #F2F2F2;
	margin-left: 5PX;
}


/*横向栏目---------------------*/

.menu {
	width: 1300px;
	margin: 0 auto;
	font-size: 24px;
	padding-top: 20px;
}

.mainNav {
	width: 1300px;
	height: 80px;
	line-height: 80px;
	color: #293d72;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
}

.mainNav .logo {
	color: #FFF;
	font-size: 24px;
	float: left;
	padding-top: 10px;
}

.mainNav .logo img {
	vertical-align: top;
}

.mainNav ul {
	/*padding-top: 5px;*/
	overflow: hidden;
}

.mainNav li {
	width: 108px;
	float: left;
	display: block;
}

.mainNav li .line1 {
	width: 1px;
	overflow: hidden;
	height: 30px;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 28px;
	background: #ccc;
}

.mainNav a {
	width: 100%;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 20px;
}

.mainNav a:link {
	color: #293d72;
}

.mainNav li:hover .line {
	width: 20px;
	height: 5px;
	position: absolute;
	z-index: 10;
	left: 35px;
	bottom: 15px;
	background: #293d72;
	border-radius: 45px;
}

.mainNav .cur .line {
	width: 20px;
	height: 5px;
	position: absolute;
	z-index: 10;
	left: 35px;
	bottom: 15px;
	background: #293d72;
	border-radius: 45px;
}

.mainNav .Nav2 {
	width: 1000px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	z-index: 100000;
	top: 78px;
	left: 260px;
	padding-bottom: 20px;
	cursor: pointer;
	display: none;
}

.mainNav .Nav2 a {
	width: 90px;
	text-align: center;
	float: left;
	color: #2b4576;
}

.mainNav .Nav2 span {
	width: 10px;
	text-align: center;
	float: left;
	color: #2b4576;
}


/*所在位置-ur-here-----------------------*/

.Position {
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 2px solid #cadae9;
	position: relative;
	color: #606060;
}

.Position .catname {
	width: auto;
	display: block;
	padding: 0 30px;
	height: 44px;
	text-align: center;
	color: #293d72;
	font-size: 24px;
	font-weight: bold;
	float: left;
	position: relative;
}

.Position .catname .line {
	width: 100%;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #293d72;
}

.Position .left {
	width: 500px;
	float: left;
	padding-left: 30px;
}

.Position .right {
	width: 350px;
	text-align: right;
	padding-right: 10PX;
	float: right;
}

.Position a:link,
.Position a:visited {
	color: #606060;
}

.Position a:hover {
	color: #1950a3;
}

.Position .cur {
	color: #0087E1;
}


/*************************
		布局
*********************/


/*pagination*/

.pagination {
	text-align: center;
	margin-top: 50px;
	height: 60px;
	overflow: hidden;
	padding: 0;
}

.pagination li {
	display: inline-block;
	width: 50px;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px solid #ddd;
	background: #FAFAFA;
	padding: 0;
	margin: 0;
}

.pagination li:hover {
	background: #F1F6FA;
}

.pagination li span {
	background: #F1F6FA;
	display: block;
	border-right: 1px solid #E3E6F5;
}

.pagination .active {
	background: #F1F6FA;
}

.pagination li a {
	display: inline-block;
	width: 50px;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin: 0;
	color: #333;
}


/* 列表分页 */

#pages {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 14px;
}

#pages a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #E3E5E7;
	border: 0px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 12px;
}

#pages a.a1 {
	width: 56px;
	padding: 0;
	cursor: pointer;
}

#pages a:hover {
	background: #D9E6F1;
	text-decoration: none
}

#pages span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #D9E6F1;
	border: 0px solid #4889F3;
	text-align: center;
	padding: 0 12px;
	cursor: pointer;
}

.ttBox {
	text-align: center;
	border: 1px solid #EEE;
	background: #F6F6F6;
	padding: 10PX 0;
	position: relative;
}

.ttBox h1 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}

.ttBox li {
	width: auto;
	display: inline-block;
	padding-left: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #000;
}

.ttBox h1 a {
	color: #000;
}

.ttBox span {
	width: 74px;
	height: 74px;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}


/*链接样式*/

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

a:hover {
	color: #1950a3;
	text-decoration: none;
}

.link {
	background: #CCC;
	width: 100%;
	height: 35PX;
	line-height: 35PX;
}

.foot {
	width: 100%;
	min-width: 1300px;
	text-align: center;
	overflow: hidden;
	line-height: 30PX;
	padding: 20PX 0;
	font-size: 12px;
	color: #5C5C5C;
}

.foot .block {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
}

.foot .txt {
	width: auto;
	margin-right: 30px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	margin-top: 10px;
}


/*comment*/


/*搜索框*/

div.search {
	float: right;
}

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

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

#searchform {
	display: block;
	height: 40px;
	border-radius: 5px;
}

.inp_srh {
	border: 1px solid #e3e3e3;
	float: left;
	display: inline;
	height: 40px;
	width: 215px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 63px;
	border-radius: 5px;
}

.btn_srh {
	/*background: url(../img/sears.png) no-repeat 13px;*/
	width: 60px;
	height: 41px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	background-size: 22%;
	background-color: #194FA5;
	font-size: 15px;
	color: #fff;
	padding-bottom: 3px;
	border-radius: 0 5px 5px 0;
}

.w1200 {
	width: 1300px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}

input::-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-ms-input-placeholder {
	color: #666;
	font-size: 12px;
}


/*=====*/

img {
	border: none;
}

.logo {
	float: left;
	width: 200px;
}

.logo img {
	width: 190px;
	max-height: 42px;
}

.nav_logo .header {
	/*height: 60px;*/
	/*border-top: 2px solid #194FA5;*/
	/*border-bottom: 1px solid #ddd;*/
}

.header_list {
	background: #1E2736;
}

.nav_logo .logo_width {
	padding-top: 15px;
}

.nav ul.cons {
	list-style: none;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.nav ul.cons li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}

.nav ul.cons li a {
	font-size: 24px;
	color: #333;
	padding-bottom: 13px;
}

.nav ul.cons li.active a {
	font-weight: bold;
	color: #194FA5;
	border-bottom: 3px solid #194FA5;
}

.nav ul.cons li a:hover {
	color: #194FA5;
	border-bottom: 3px solid #194FA5;
}

.header .search {
	float: right;
}

.cons li.active a i {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

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

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

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

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

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

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


/* ==轮播图= */

.slider_one {
	width: 720px;
}

.news_center {
	width: 460px;
	height: 765px;
}

.Banner .swiper-container {
	height: 350px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.Banner .swiper-container img {
	width: 100%;
	height: 350px;
}

.Banner .pagination1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgb(130, 138, 143);
	border-radius: 0;
}

.Banner .pagination1 .swiper-pagination-bullet-active {
	background: rgb(255, 126, 0);
}

.posi_p p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	padding: 10px;
	color: #fff;
	width: 100%;
}

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

.pages a {
	background: #f0f0f0;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 50%;
}


/*.pages a:first-child {
	border-radius: 5px 0 0 5px;
}

.pages a:last-child {
	border-radius: 0 5px 5px 0;
}*/

.pages span {
	background: #194FA5;
	padding: 8px 15px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}

.detail_top {
	width: 100%;
	margin: 20px 0;
}

.title_xq h2 {
	font-size: 30px;
	color: #000;
	line-height: 50px;
}

.userCreateTime {
	padding: 10px 0;
	font-size: 14px;
}

.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}

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

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

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

.content-ajax {
	/*margin: 20px 0;*/
}

.content-ajax article {
	padding: 30px 0;
	border-bottom: 1px solid #f0f0f0;
}

.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;
	box-sizing: border-box;
}

.entry-title {
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
	height: 38px;
	margin-bottom: 14px;
}

.entry-title:hover {
	color: #194FA5;
}

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

.entry-img img {
	width: 220px;
	height: 150px;
	border-radius: 6px;
}

.entry-site {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 60px;
}

.mainList {
	margin-bottom: 20px;
}

.entry-content .time {
	color: #999;
	font-size: 13PX;
	line-height: 25PX;
	margin-right: 18px;
	padding-top: 10px;
}

.post-navigation {
	overflow: hidden;
	margin-bottom: 40px;
}

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

.post-navigation div:hover a {
	text-decoration: underline;
	color: #194FA5;
}

.post-navigation div:hover span {
	color: #194FA5;
}

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

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

.post-navigation div span {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 10px;
}

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


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

.focus-news-list li,
.main .defList li,
.side-mod .defList li,
.entry-title,
.about ul li a,
.sider .pics p,
.focuNews li a,
.videoBox .bd .img1 p,
.IndexNews li,
.post-navigation div,
.tuijian .newslist ul li h2 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.spotnews .item h2,
.silder-box-3 li p,
.entry-site,
.pics li h3,
.dfnews li a,
.pics_cai li h3,
.txt,
.videoBox .bd .img2 p,
.sider .pics li h2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .imgBox p,
.side-mod .imgList .item p,
.side-mod .rankList 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;
}


/*{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}*/


/*底部*/

.footbgs {
	padding: 20px 0;
	background: #fff;
	width: 100%;
	border-top: 1px solid #ddd;
}

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

.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: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/arrs.png) no-repeat center center #fff;
	transform: rotate(270deg);
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #F21800;
	background-size: 60%;
	opacity: 0.7;
	border-radius: 50%;
}

.goTop:hover {
	opacity: 1;
}

.beian {
	font-size: 14px;
	text-align: center;
}

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

.page .pagination {
	list-style: none;
	display: block;
	padding: 0;
	margin: 30px auto;
	width: 510px !important;
}

.page .pagination li {
	display: inline;
	text-align: center;
}

.page .pagination a {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 15px;
	color: #fff;
	margin-left: -1px;
	border: 1px solid transparent;
	line-height: 1.5;
}

.page .pagination a.active {
	cursor: default;
}

.page .pagination a:active {
	outline: none;
}

.page .modal-1 li:first-child a {
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 0 0 6px;
}

.page .modal-1 li:last-child a {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0;
	border-radius: 0 6px 6px 0;
}

.page .modal-1 a {
	border-color: #d9d9d9;
	color: #444;
	background: #fff;
	margin: 0 3px;
	border-radius: 5px;
}

.page .modal-1 a:hover {
	background: #eee;
}

.page .modal-1 a.active,
.page .modal-1 a:active {
	border-color: #cc0210;
	background: #cc0210;
	color: #fff;
}

.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}

.show_content li a {
	width: 700px;
}

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