@charset "utf-8";
/*wt 20180910*/
* {
	margin: 0;
	padding: 0;
	font-size: 14px
}
a, a:hover {
	display: inline-block;
	text-decoration: none;
	color: #000
}
li {
	list-style-type: none
}
body, h1, h2, h3, h4, h5, h6, hr, i, em, b, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, th, td, img, a, tr, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-family: 微软雅黑, Microsoft Yahei;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
html, body {
	height: 100%;
	font-size: 62.5%;
	width: 100%;
	min-width: 320px;
	max-width: 720px;
	margin: 0 auto;
	background: #fff
}
input:focus {
	outline: none
}
.mt10 {
	margin-top: 10px
}
.mb10 {
	margin-bottom: 10px
}
.mt15 {
	margin-top: 15px
}
.mb15 {
	margin-bottom: 15px
}
.left {
	float: left
}
.right {
	float: right
}
.align-l {
	text-align: left
}
.align-c {
	text-align: center
}
.align-r {
	text-align: right
}
.mt-5 {
	margin-top: -5px;
}
.no-bor {
	border-bottom: none!important;
}
.pos-rl {
	position: relative;
	z-index: -10;
}
.bor {
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
}
.mt45 {
	margin-top: 45px;
}
.container {
	padding: 3%;
	background: #fff;
	border-bottom: 1px solid #eaeff0
}
.container-2 {
	padding: 3%;
	background: #fff;
}
/* 首页 start */


/* 标题 start */
.headline {
	width: 100%;
	overflow: hidden;
}
.headline h1 {
	overflow: hidden;
	padding: 1% 0;
}
.headline h1 a {
	font-size: 2.2rem;
	color: #333;
}
.bg-headline {
	overflow: hidden;
}
.headline nav {
	overflow: hidden;
	padding: 1% 0
}
.headline nav a{
	color: #afafaf;
}
.headline nav a:not(:last-child) {
	margin-right: 5px;
}
.mt130 {
	margin-top: 115px;
}
/* 标题 end */


/* 龙江 start */
.lj-lin {
	width: 100%;
}
.lj-lin img {
	max-width: 100%;
}
.con-lst-1 {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.con-lst-1:not(:last-child) {
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px solid #eaeff0
}
.con-l-1 {
	width: 62%;
	height: 90px
}
.con-r-1 {
	width: 33.8%
}
.con-r-1 img {
	width: 100%;
	border-radius: 3px
}
.con-lst-2 {
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
.con-lst-2:not(:last-child) {
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px solid #eaeff0
}
.news {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.news h2 {
	align-self: flex-start;
}
.news .lst-about-1 {
	align-self: flex-end;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}
.news span {
	color: #a7a7a7;
	font-size: 14px
}
.news a {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: left;
	color: #333;
}
.news .from {
	font-size: 12px
}
.con-l-2 {
	width: 100%;
}
.con-l-2 h2 {
	margin-bottom: 20px;
}
.tit {
	width: 94%;
	overflow: hidden;
	padding: 3%;
	background: #fff;
}
.tit img {
	width: 50%;
	float: left;
}
.tit p a {
	float: right;
	color: #4974a1;
}
/* 龙江 end */



/* 专题 start */
.swiper-container {
	width: 100%;
	padding-bottom: 10px;
	position: relative
}
.swiper-wrap {
	width: 90%;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-ms-perspective: 500px;
	-webkit-perspective: 500px;
	perspective: 500px;
	display: -webkit-flex;
	display: flex;
	-ms-display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-align-items: center;
	z-index: 4;
	position: relative
}
.swiper-wrap li {
	position: absolute;
	left: 0;
	height: auto;
	box-shadow: 0 0 11px rgba(0,0,0,.5);
	/*	border-radius: 6%;*/
	width: auto;
	top: 0
}
.swiper-wrap li:first-child {
	position: relative
}
.swiper-wrap.transition li {
	transition: .5s
}
.swiper-wrap img {
	width: 100%;
	display: block;
	height: 20rem;
}

@media screen and (min-width:425px) {
.swiper-navigator, .swiper-wrap {
	width: 80%
}
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
/* Callback example */
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	    display: block;
	    position: relative;
	    z-index: 1;
	    height: 580px;
	    width: 80%;
	    border: 0;
	    border-radius: 3px;
	    top: 0;
	    left: 10%;
	    
}
.callbacks .caption {
	display: block;
	font-size: 1.8rem;
	text-shadow: none;
	left: 0;
	right: 0;
	margin: 0;
	max-width: none;
	line-height: 45px;
	color: #222;
}
.callbacks .caption a {
	font-size: 1.8rem;
	color: #222;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

@media screen and (max-width: 600px) {
.callbacks_nav {
	top: 43%;
}
}
.swiper-wrap p {
	background: #FFF;
	line-height: 35px;
	font-size: 1.8rem;
	color: #222
}
/* 专题 end */




.header-bg{
	width: 100%;
}
.lh-tit{
	width: 100%;
	position: relative
}
.lh-tit span{
	position: absolute;
	padding:0 2%;
	line-height: 55px;
	text-align: center;
	background: #FFF;
	top: 0;
    right:2%;
}
.lh-tit span a{
	color:#f11f2f;
	font-size: 1.4rem;
}
.header-bg img,.lh-tit img{
	max-width: 100%;
}

.lhjj-tit{
	width: 96%;
	overflow: hidden;
	margin: 2%;
}
.lhjj-tit a{
	width: 100%;
	font-size: 2.6rem;
	padding:1% 0;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	color: #f11f2f;
}
.lb-tu {
	width: 100%!important;
	height: 250px!important;
}
.swiper-slide p a {
	position: absolute;
	bottom: 2%;
	line-height: 40px;
	background: #db0a0e9e;
	color: #FFF;
	width: 100%;
	padding: 0 2%
}
.lhjj-list{
	width: 96%;
	overflow: hidden;
	margin: 2% 2% 5%;
	
}
.lhjj-list li{
	width: 100%;
	padding:1% 0;
	overflow: hidden;
}
.lhjj-list li img{
	float: left;
	width: 2.5%;
	height: 2.5%;
	margin-top: 2.5%;
}
.lhjj-list li p a{
	width: 94%;
	float: right;
	line-height: 30px;
	font-size: 1.6rem;
}
.lhjj-list li p a:hover{
	color:#f11f2f;
}


.zbch-list{
	width: 94%;
	overflow: hidden;
	padding:3%;
	background: #fe1d2d;
	margin-top: 3%;
	margin-bottom: 5%;
}
.zbch-list li{
	width:85%;
	overflow: hidden;
	margin:2% auto 4%;
	padding:2%;
	position: relative;
}
.zbch-list li p{
	    position: absolute;
	    height: 40px;
		line-height: 40px;
	    width: 85%;
	    bottom: 21px;
	    left: 18px;
	background: #db0a0e9e;
	padding:0 2%
}
.zbch-list li p a{
	color: #FFF;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}
.zbch-list li img{
		position: relative;
	width: 100%;
	border:10px solid #FFF;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 0 13px #ada0a0;
}
.footer-con {
	width: 100%;
	overflow: hidden;
	margin: 4% auto;
	background: #d81f26;
	padding:3% 0

}
.footer-con p {
	text-align: center;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	font-size: 1.4rem;
		color: #FFF;
}
.footer-con p img {
	float: left;
	margin-top: 2.5%;
	
}
.footer-con p a{
	
		color: #FFF;
}
.callbacks li h2{
	display: block;
	clear: both;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin:auto;
	width: 76%;
	padding:3% 2% 2%;
	background: #f3f3f3;
}
.callbacks li p{
	display: block;
	clear: both;
	font-size: 1.6rem;
	line-height: 28px;
	height: 120px;
	text-indent: 2em;
	width: 76%;
	margin:auto;
	padding: 2%;
	background: #f3f3f3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}