@charset "utf-8";
/* box */
.box-hyyx .box-cnt {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.box-hyyx .box-cnt video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* box */

/* list */
.list-hygk {
	padding-top: 1.3rem;
	line-height: 4.4rem;
}
.list-hygk .list-item {
	float: left;
	width: 40%;
}
.list-hygk .list-item:nth-child(odd) { width: 60%;}
.list-hygk .list-item-cnt { font-size: 1.8rem;}
.list-hygk .list-item-cnt:before {
	content: '>';
	padding-left: 1rem;
	padding-right: .2rem;
	color: #355e92;
}
.box-csfm .list .list-item:before {
	content: '鈻�;
	line-height: 3.4rem;
	text-align: center;
	color: #999;
	background: none;
}
/* list */

/* swiper */
.swiper-hysc {
	position: relative;
	width: 100%;
	padding-top: 46%;
	padding-right: 1rem;
	box-sizing: content-box;
	overflow: hidden;
}
.swiper-hysc .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-hysc .swiper-pic {
	position: relative;
	margin-right: 1rem;
	padding-top: 70.286%;
	border: .05rem solid #ddd;
}
.swiper-hysc .swiper-pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: .05rem;
	padding-left: .05rem;
}
.swiper-hysc .swiper-title {
	height: 3rem;
	margin-right: 1rem;
	line-height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	background-color: #eee;
}
.swiper-hysc  .swiper-btn {
	position: absolute;
	top: 30%;
	font-size: 4rem;
	color: #fff;
	z-index: 999;
}
.swiper-hysc  .swiper-btn:before { content: "锕�;}
.swiper-hysc  .swiper-btn-prev {
	left: -1.5rem; 
	transform: rotate(90deg);
}
.swiper-hysc  .swiper-btn-next {
	right: -.5rem; 
	transform: rotate(-90deg);
}
.swiper-hysc  .swiper-btn:active { color: #348c08;}
/* swiper */

/* title */
.box-hyyx .title .title-cnt { color: #c54141;}
.box-hyyx .title .title-cnt:active { color: #355e92;}
.box-hyyx .title-link {
	float: right;
	margin-right: 2.2rem;
	font-size: 1.2rem;
	text-decoration: underline;
	color: #333;
}
.box-hyyx .title-link:after {
	content: '';
	display: inline-block;
	width: 1rem;
	height: .6rem;
	margin-left: .5rem;
	background: url(/mimages/icon_arrow_r_b.png) no-repeat right center;
	background-size: 100% 100%;	
}
.box-csfm .title {
	padding-left: 1.5rem;
	background: url(/mimages/icon_line_b.png) no-repeat .3rem 1.4rem;
	background-size: 0.4rem 1.2rem;
}
/* title */