

/* 轮播图样式 */
.swiper-container {
	width: 100%;
}

.swiper-pagination-custom {
	bottom: 5%;
	left: 0;
	width: 100%;
	height: 20px;
	/* background-color: red; */
	text-align: center;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
	display: inline-block;
	opacity: .3;
	margin: 0 6px;
	width: 36px;
	height: 6px;
	background-color: #FFFFFF;
}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
	width: 36px;
	height: 6px;
	background-color: #FFFFFF;
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

/* 轮播图 */
.slider {position: relative;overflow: hidden;width: 100%;}
.slideBox .hd {height: 10px;z-index:1; overflow: hidden;position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);z-index: 1;}
.slideBox .hd ul{ text-align:center;  padding-top:5px;  }
.slideBox .hd ul li {cursor:pointer;float: left;margin-right: 5px;width: 30px;height: 10px;line-height: 14px;text-align: center;background: #fff;}
.slideBox .hd ul .on {background: #00a2ff;color: #fff;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li img{width:100%; vertical-align:top;  }



/* 成影咨询 */
.consult_box {
	width: 100%;
}

.consult_content {
	width: 100%;
}

.consult_header_box {
	padding-top: 4%;
	padding-bottom: 2.9%;
}

.consult_header_title {
	width: 50%;
	margin: 0 auto;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

.consult_header_title span.red {
	color: #DC191A;
}

.consult_header_news {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
	color: #E96364;
}

.consult_news_box {
	width: 100%;
}

.consult_news_nav {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	font-size: 1.6rem;
}

.consult_news_title {
	padding: 4px 6px;
	border: 1px solid rgba(227, 227, 227, 1);
	margin: 0 1%;
}

.consult_news_title.active {
	border: 0;
	background-color: #B12626;
	color: #FFFFFF;
}

.consult_news_title:hover {
	cursor: pointer;
}

.consult_news_content_box {
	margin-top: 3%;
}

.consult_news_content {
	display: flex;
	width: 80%;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
}

.consult_news {
	width: 50%;
}

.consult_news.left {
	width: 40%;
	margin-right: 1.25rem;
}


.consult_news_logo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.consult_news_logo img {
	display: block;
	/* max-width: 80%; */
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.consult_news_item_box {
	box-sizing: border-box;
	width: 100%;
	padding: 3.5% 5%;
}

.consult_news_item_box:hover {
	background-color: #EAEDF0;
}

.consult_news_item_box:hover .consult_news_item_title {
	color: #B12626;
}

.consult_news_item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.consult_news_item_title {
	font-size: 1.6rem;
	color: #333333;
}

.consult_news_item_time {
	font-size: 1.4rem;
	color: #999999;
}

.consult_news_item_content {
	margin-top: 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.4rem;
	color: #999999;
}

.consult_news.right {
	background-color: #FFFFFF;
}

.consult_boot {
	padding-top: 2%;
	padding-bottom: 4%;

}

.consult_boot_end {
	text-align: center;
}

.consult_boot_end span {
	padding: 4px 6px;
	border: 1px solid rgba(177, 38, 38, 1);
	color: rgba(177, 38, 38, 1);
	font-size: 1.4rem;
}

.cynews_box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cynews_item_box {
	box-sizing: border-box;
	width: 49%;
	background-color: #FFFFFF;
	margin-bottom: 2%;
	padding: 1.5%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.cynews_item_left {
	width: 45%;
}

.cynews_item_left img {
	display: block;
	width: 100%;
}

.cynews_item_right {
	width: 50%;
	/* display: flex; */
	align-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.cynews_item_title {
	width: 100%;
	font-size: 1.4rem;
	height: 40px;
	font-weight: 500;
	color: #333333;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 12px;
}

.cynews_item_right:hover .cynews_item_title{
	color: #B12626;
}

.cynews_item_content {
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #333333;
	font-weight: 400;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.cynews_item_timer{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 1.2rem;
	color: #999999;
	font-weight: 400;
	position: absolute;
	bottom: 0;
}

/* 影片推荐 */
.tuilb{position: relative;width: 80%;margin: 0 auto;}
.bai{color: #FFFFFF;}
.swiper-container {
    width: 88%;
}

 .tuilb .swiper-button-next:after, .tuilb .swiper-button-prev:after{font-size: 0;}
 .move_jian p{color: #FFFFFF;font-size: 1rem;font-weight:400;}

 /* 活动推荐 */
 .huodong_box{position: relative;width: 80%;margin: 0 auto;}
 .huodong_box .bai{color: #333333;}
 .swiper-container {
     width: 88%;
 }
  .huodong_box .swiper-button-next:after, .huodong_box .swiper-button-prev:after{font-size: 0;}

.huodong_box_item{
	position: relative;
}
.huodong_title{
	position: absolute;
	text-align: center;
	height: 56px;
	line-height: 56px;
	background-color: #ffffff;
	width: 100%;
	font-size: 2rem;
	bottom: 0;
}
.huodong_title_active{
	height: 100%;
	background-color: #AB1C1C;
	opacity: 0.8;
	color: #FFFFFF;
	line-height: 270px;
}


/* 手机端的 */
@media screen and (max-width: 1024px) and (min-width: 0px){
	.consult_news_content{width: 100%;}
	.consult_news_content .consult_news.left{display: none;}
	.consult_news.right{width: 100%;}
	.consult_news_item_box{width: 98%;margin: 0 auto;}
	.consult_boot{margin-top: 10px;}
	.cynews_box{width: 100%;}
	.cynews_item_box{width: 96%;margin: 0 auto;}
	.tuilb .swiper-button-next, .tuilb .swiper-button-prev{display: none;}
	.tuilb{position: relative;width: 96%;margin: 0 auto;}
	.huodong_box .swiper-button-next, .huodong_box .swiper-button-prev{display: none;}
	.huodong_box{position: relative;width: 90%;margin: 0 auto;}
	.consult_news_title{font-size: 1.4rem;}
}









