body {
	padding-top: 89px;
}

.b-img {
	width: 100%;
}

.b-img img {
	width: 100%;
}

.active4 {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.content2 {
	display: none;
	margin-bottom: 100px;
}

.contents1 .content1 {
	display: block;
}

.tab-news {
	width: 100%;
	background: #C5A158;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: -30px;
}

.tab-news li {
	display: inline-block;
	cursor: pointer;
}

.sx {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	font-size: 24px;
}

.ad {
	padding-bottom: 10px;
	color: #fff;
}

.ad:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.news1-1 {
	width: 20%;
	margin: 40px auto;
}

.news1-1 img {
	width: 100%;
}

.news1-2 {
	text-align: center;
}

.news1-2 img {
	width: 78%;
}

.news1-3 {
	width: 100%;
	margin: 10px auto;
}

.news1-3-1 {
	width: 22%;
	margin-left: 2.3%;
}

.news1-3-1 p.news1-3-1-1-1 {
	text-align: center;
}

.news1-3-1-1 {
	padding: 10px 15px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.news1-3-1-1 img {
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
	width: 100%;
}

.news1-3-1-1 img:hover {
	transform: scale(.8);
}

.news1-3-1-1:hover {
	border-color: #C5A158;
	cursor: pointer;
}

.nw {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}

.wqzx {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.wqzx1 {
	position: relative;
	width: 48%;
	margin-bottom: 40px;
}

.media {
	margin-top: 0;
}

.media-left,
.media>.pull-left {
	padding-right: 30px;
	width: 41%;
}

img.media-object {
	width: 100%;
}

.wqzx1-1 {
	border-bottom: 1px solid #C5A158;
}

.wqzx1 h5 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

.wqzx1-2 {
	margin-top: 10px;
	text-align: justify;
}

a.wqzx1-3 {
	background: #fff;
	font-size: 12px;
	color: #C5A158;
	border: 1px solid #C5A158;
	padding: 2px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: background-color 2s;
	transition: background-color 2s;
}

a.wqzx1-3:hover {
	background: #C5A158;
	color: #fff;
}

.jn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jn>div {
	width: 33.3%;
	height: 100%;
}

.jn>div img {
	width: 100%;
}

.jn-1 {
	position: relative;
	top: -80px;
}

.jn-2 {
	position: relative;
	top: -41px;
}

.jn-3 {
	z-index: 1;
	position: relative;
}

.jn-3 h5 {
	position: absolute;
	top: 27%;
	left: 9%;
	font-size: 16px;
	font-weight: 700;
}

.jn-3 span {
	position: absolute;
	top: 36%;
	left: 9%;
}

.jn-3 p {
	position: absolute;
	top: 52%;
	left: 9%;
	padding-right: 9%;
	text-align: justify;
}

.jn-1 h5 {
	top: 38%;
}

.jn-1 span {
	top: 47%;
}

.jn-1 p {
	top: 63%;
}

.jn-4 {
	overflow: hidden;
}

.jn-4>img {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.jn-4:hover img {
	/*opacity: 1;*/
	-webkit-transform: scale3d(1.2, 1.2, 1.2);
	transform: scale3d(1.2, 1.2, 1.2);
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.jn-3 p {
		height: 30%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.jn-3 span {
		top: 38%;
	}
	.jn-2 {
		top: -48px;
	}
	.jn-1 span {
		top: 49%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	img.media-object {
		width: 100%;
		padding-top: 46%;
	}
	.jn-1 h5 {
		top: 63%;
		padding-right: 15px;
	}
	h5.h-1 {
		top: 54%;
		padding-right: 15px;
	}
	.jn-2 {
		top: -25px;
	}
	.jn-1 {
		top: -50px;
	}
}


/*手机768*/


/*手机768*/

@media only screen and (max-width: 767px) {
	.navbar-default {
		background: #fff;
	}
	.navbar-default .navbar-toggle {
		color: #333333;
	}
	a.a-top {
		color: #333333;
	}
	a.search span {
		color: #333333;
	}
	.b-img {
		margin-top: -29px;
	}
	.news1-1 {
		width: 50%;
		margin: 40px auto;
		margin-top: 110px;
	}
	.tab-news {
		width: 90%;
		background: #C5A158;
		height: 50px;
		line-height: 40px;
		font-size: 16px;
		text-align: left;
		position: relative;
		top: -30px;
		left: 5%;
	}
	.contents1 {
		margin-top: -100px;
		padding: 0 15px;
	}
	.swiper-container1 {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0;
	}
	.swiper-wrapper {
		width: 100%;
	}
	.wqzx1 {
		width: 100% !important;
		padding: 0 20px;
	}
	.limg {
		padding-left: 10px;
		width: 48%;
	}
	.limg img {
		width: 100%;
		height: 190px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		top: 40%;
		right: 0;
		width: 7%;
		height: 20%;
		margin-top: -22px;
		z-index: 999;
		cursor: pointer;
		/* background-size: 27px 44px; */
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-button-prev {
		left: 0;
	}
	.rcon {
		width: 50%;
		padding-left: 10px;
	}
	a.wqzx1-3 {
		right: 8%;
	}
	.news1-12 {
		margin-top: 20px;
	}
	.media-left, .media>.pull-left {
    padding-right: 10px;
    width: 41%;
}
	.m-lf{
	float: right;
    padding-right: 0;
    padding-left: 10px;
	}
	.m-lf1 a.wqzx1-3{
		right: 43%;
	}
	
	.jn>div {
    width: 50%;
}
.jn-1 {
    position: relative;
    top: -35px;
}
.jn-2 {
    position: relative;
    top: -20px;
}
.jn-1 h5 {
    top: 65%;
}
.jn-3 h5 {
    position: absolute;
    /*top: 27%;*/
    left: 9%;
    font-size: 16px;
    font-weight: 700;
}
.jn-3 h5.m-h-1{
	top: 55%;
}

.jn-3 span {
    position: absolute;
    top: 30%;
    left: 9%;
}
	.jn-1 span {
    top: 43%;
}
.wq-tm{
	margin-top: 20px;
}
	.content2{
		margin-bottom: 0;
	}
}