/*初始化类*/
@charset "UTF-8";
/* html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */
html,
body {
	-webkit-touch-callout: none;
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	position: relative;
}
body {
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	outline: 0;
}
html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}
input,
button,
select,
textarea {
	outline: none;
	outline: none;
}
input[type=“text”],
input[type=“button”],
input[type=“submit”],
input[type=“reset”],
input[type=“search”],
botton,
bottom {
	-webkit-appearance: none;
}
ul,
li {
	list-style: none;
}
b,
strong {
	font-weight: 700;
}
pre {
	overflow: auto;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	text-decoration: none;
	background-color: transparent;
	display: inline-block;
	color: #000;
}
a:hover {
	outline: 0;
}
i {
	display: inline-block;
	content: '';
}
/*按钮*/
.more_a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.more_a:hover {
	color: #fff;
}
.more_a::before,
.more_a::after {
	position: absolute;
	content: '';
	display: block;
	height: 50%;
	width: 0;
	font-size: 0;
	overflow: hidden;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: none\9;
	background-color: #015595;
	z-index: -1;
}
.more_a::before {
	left: 0;
	top: 0;
}
.more_a::after {
	right: 0;
	bottom: 0;
}
.more_a:hover::before,
.more_a:hover::after {
	width: 100%;
}
textarea {
	overflow: hidden;
	resize: none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.cle {
	zoom: 1
}
.fl,
.fr {
	display: inline
}
.fl {
	float: left
}
.fr {
	float: right
}
.txtov {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
html {
	width: 100%;
	margin: 0px auto;
	min-width: 1200px;
	overflow-x: hidden;
}
body {
	margin: 0px auto;
}
.h_normal {
	font-weight: normal;
}
.w {
	max-width: 1200px;
	width: 95%;
	margin: 0px auto;
	clear: both;
}
.en {
	font-family: arial;
}
input {
	outline: medium;
}
/* .hover {-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}.hover:hover {transform: translate3d(0, -20px, 0);-webkit-transform: translate3d(0, -20px, 0);} */
.hover_x {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hover_x:hover {
	transform: translate3d(-20px, 0, 0);
	-webkit-transform: translate3d(-20px, 0, 0);
}
.hover_xz {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hover_xz:hover {
	transform: translate3d(20px, 0, 0);
	-webkit-transform: translate3d(20px, 0, 0);
}
/*左右摇摆*/
.hover_arrow .box:hover .icon_public {
	animation: landr 0.8s ease-in-out;
	-ms-animation: landr 0.8s ease-in-out;
	-moz-animation: landr 0.8s ease-in-out;
	-webkit-animation: landr 0.8s ease-in-out;
	-o- animation: landr 0.8s ease-in-out;
}
/*定义动画效果_css3*/
@keyframes landr {
	0% {
		transform: rotate(0deg);
		transform-origin: right bottom 0;
	}
	39% {
		transform: rotate(5deg);
		transform-origin: right bottom 0;
	}
	40% {
		transform: rotate(5deg);
		transform-origin: left bottom 0;
	}
	75% {
		transform: rotate(-10deg);
		transform-origin: left bottom 0;
	}
	100% {
		transform: rotate(0deg);
		transform-origin: left bottom 0;
	}
}
@-webkit-keyframes landr {
	0% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: right bottom 0;
	}
	39% {
		-webkit-transform: rotate(5deg);
		webkit-transform-origin: right bottom 0;
	}
	40% {
		-webkit-transform: rotate(5deg);
		-webkit-transform-origin: left bottom 0;
	}
	75% {
		-webkit-transform: rotate(-10deg);
		-webkit-transform-origin: left bottom 0;
	}
	100% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: left bottom 0;
	}
}
/*自定义动画*/
/*end左右摇摆*/
/*图片亮度划过*/
.hover_pic {
	position: relative;
	overflow: hidden;
	display: block;
}
.hover_pic:before {
	position: absolute;
	top: 0px;
	left: -80%;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover_pic:hover:before {
	-moz-transition: left 1s ease 0s;
	-webkit-transition: left 1s ease 0s;
	transition: left 1s ease 0s;
	left: 140%;
}
/*缓慢上升*/
ul .ss {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
ul .ss:hover {
	/*background-color: #b62d31;*/
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
/*图片放大*/
.enlarge {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.enlarge:hover {
	transform: scale(1.05);
}
/*导航*/
.header_fixed {
	position: fixed;
	padding: 0;
	top: 0;
	left: 0;
	height: 50px;
	_position: absolute;
	animation: hdnav2-show .3s;
	-moz-animation: hdnav2-show .3s;
	-webkit-animation: hdnav2-show .3s;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	width: 100%;
	z-index: 999999999;
}
@-webkit-keyframes hdnav2-show {
	0% {
		top: -42px
	}
	100% {
		top: 0
	}
}
@keyframes hdnav2-show {
	0% {
		top: -42px
	}
	100% {
		top: 0
	}
}
/*end 导航*/
/*ftool*/
.ftool {
	position: fixed;
	z-index: 16;
	bottom: 2%;
	right: 10px;
	/*left: 50%; margin-left: 620px;*/
	z-index: 25;
	_position: absolute;
	_bottom: auto;
	_top: 200px;
}
.ftool_item {
	position: relative;
	display: block;
	margin: 5px 0;
	width: 60px;
	height: 60px;
}
.ftoolab {
	position: relative;
	z-index: 20;
	display: block;
	text-align: center;
	padding: 10px;
	width: 40px;
	height: 40px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #ff6b00;
	box-shadow: 0 10px 20px rgba(255, 107, 0, .4);
	border-radius: 50%;
}
.ftool_top .ftoolab {
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
/*end ftool*/

/* a导航 */
.item-li{
	position: relative;
}

.item-li::before {
	content: "";
	position: absolute;
	width: 0%;
	left: 50%;
	top: 0;
	height: 100%;
	background-color: #066cc4;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
.item-li::after {
	content: "";
	position: absolute;
	width: 0%;
	right: 50%;
	top: 0;
	height: 100%;
	background-color: #066cc4;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.item-li.on::before,
.item-li.on::after {
	width: 50%;
}

.item-li:hover::before,
.item-li:hover::after {
	width: 50%;
}
/* end a导航 */

/*display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;*/
/*-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out; */



.pag {
	display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #eee;
    text-indent: -9999px;
    outline: 0;
    /* box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333; */
	border: 1px solid #eee;
    cursor: pointer;
	transition: all .3s;
}
.pag:hover {
	border: 1px  solid #fff;
	background: #0470bf;
}
.pag-active {
	border: 1px  solid #fff;
	background: #0470bf;
}
.swiper-pagination {
	text-align: center !important;
}

/* 分页 */
.pagination {
    text-align: right;
    margin-top: 30px;

}
.pagination a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #000;
    transition: all .3s;
	font-size: 14px;
}

.pagination span {
    padding:0 10px;
	font-size: 14px;
}

.pagination a:hover {
    background: #1060ac;
    color: #fff;
}

.pagination a:hover .san{
	border-left: 5px solid #fff;
}
.pagination a:hover .san2{
	border-right: 5px solid #fff;
}

.pagination input {
    padding: 3px 5px;
    text-align: center;
    width: 30px;
    border: 1px solid #ccc;
}


/* 轮播按钮 */
.navigation {
	width: 1340px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	z-index: 9;
	display: flex;
	justify-content: space-between;
}
.prev , .next{
	width: 70px;
	height: 70px;
	background:rgba(0,0,0,.3);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s;
}
.navigation div:hover {
	background: rgba(0, 0, 0, .6);
}
.navigation div i {
	width: 16px;
	height: 29px;
	background: url(../img/rscn_arr.png) center no-repeat;
}
.prev i {
	transform: rotate(180deg);
}

/* 文章页面 */
.comtent {
	margin-top: 20px;
}
.comtent h2 {
	text-align: center;
	font-size: 24px;
	border-bottom: 1px dashed #ccc;
	line-height: 80px;
}

.comtent .date {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 13px;
	color: #666;
}
.comtent .date em {
	margin-left: 15px;
}

#searchForm  button{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(../img/rscn_search.png) center no-repeat;
}

#searchForm  button::after {
	border: none;
}
.isearch {
	width: 20px;
	height: 20px;
	background: url(../img/rscn_search.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.textover {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  .p-over {
	overflow: hidden;
	box-orient: vertical;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }


/* 三角形 */

.san , .san2{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.san {
	border-left: 5px solid #1060ac;
	margin-left: 5px;
}
.san2 {
	border-right: 5px solid #1060ac;
	margin-right: 5px;
}


.footer_fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
}
