﻿@charset "utf-8";
/*Css Document*/

/*二级banner*/
.device{
	width: 100%;
	height: 6rem;
}
.device .ej_pic{
	width: 100%;
	height: 100%;
}
.ej_pic .swiper-slide{
	width: 100%;
	height: 100%;
}
.ej_pic .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.ej_pic .swiper-slide .title {
	background: url(images/graybg.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	font-family: Microsoft YaHei;
	text-align: center;
	z-index: 2;
}

.ej_pic .swiper-slide .title a{
	color: #fff;	
}
.ej_pagination{
    position: absolute;
    text-align: center;
    bottom: 44px!important;
    width: 100%;
    z-index: 3;
}
.ej_pagination .swiper-pagination-bullet{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ccc;
	margin: 0 3px;
	cursor: pointer;
	opacity: 0.8;
	border-radius: 0;
}
.ej_pagination .swiper-pagination-bullet-active {
	background: #f00000;
	opacity: 1;
}

.dnnSortable{
min-height:0px!important;
}

/*新闻*/
.same_news{
	width: 9.4rem;
	margin: 0 auto;
}
.same_news .same_list{
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}
.same_list .same_news_img{
	width: 2.8rem;
	height: 1.9rem;
	background: #eee;
}
.same_news_img a,.same_news_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.same_list .same_text{
	width: 6.3rem;
	height: 1.9rem;
}
.same_text h3{
	width: 100%;
	line-height: 1.4;
	font-size: 0.43rem;
	display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    text-overflow: -o-ellipsis-lastline;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
}
.same_text h3 a{
	color: #333;
}

/*加载更多*/
.same_btn {
	text-align: center;
	padding: 0.3rem 0;
	font-size: 0.4rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.same_btn a{
	display: inline-block;
	color: #999;
}
.same_btn:after{
	content: '';
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(images/ico_more.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	vertical-align: middle;
	margin-left: 0.1rem;
}

/*返回首页与顶部*/
.go_hetp {
	width: 1.2rem;
	position: fixed;
	right: 0;
	bottom: 10%;
}
.go_hetp .go_home,
.go_hetp .go_top {
	width: 1.2rem;
	height: 1.13rem;
}
.go_hetp .go_home img,
.go_hetp .go_top img {
	display: block;
	width: 100%;
	height: 100%;
}
.go_hetp .go_home {
	margin-bottom: 0.3rem;
}

/*返回首页与顶部结束*/
