.ad-1{
	display: flex;
	padding-top: 10px;
	justify-content: space-between;
}
.ad-1-item{
	width: 295px;
	height: 70px;
}

.ad-2{
	margin-top: 20px;
	background-size: cover;
	background-position: center;
}
.ad>img{
	width: 100%;
}

.app1{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.app1-left,.app1-right{
	width: 300px;
}
.app1-center{
	width: 545px;
}

.app1-center-title{
	padding-left: 28px;
	font-size: 20px;
	font-weight: 900;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	padding-top: 10px;
	line-height: 50px;
	background-image: url(/template/home/default/icon/hot.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.app1-center-item{
	font-size: 16px;
	color: #333;
	padding-left: 16px;
	position: relative;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.app1-center-item:after{
	content:"";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #AC1014;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.app1-center-ad{
	width: 100%;
	height: 60px;
	background-size: cover;
	background-position: center;
}

.app1-left-ad2{
	width: 100%;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.app1-left-con2{
	position: relative;
}
.app1-left-con2-item{
	margin-top: 20px;
	position: relative;
	padding-left: 44px;
}
.app1-left-con2-item::after{
	content:"";
	position: absolute;
	width:5px;
	height: 5px;
	border-radius: 50%;
	border:2px solid #DB1318;
	top:6px;
	left:12px;
}
.app1-left-con2-item-title{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.app1-left-con2-item-sub{
	color: #999;
	font-size: 14px;
	padding-top: 16px;
}
.app1-left-con2-item-sub-time{
	margin-right: 26px;
}
.app1-left-con2-wire{
	position: absolute;
	height: 100%;
	width: 2px;
	left: 16px;
	background-color: #ececec;
}
.app1-left-ad1{
	width: 100%;
	height: 280px;
	
}
.app1-left-ad1 .swiper-pagination.swiper-pagination-bullets{
	bottom: 40px;
}
.app1-left-ad1 .swiper-slide{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.app1-left-ad1 .swiper-pagination-bullet{
	background: transparent;
	border: 2px solid #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #fff !important;
}
.app1-left-ad1-txt{
	position: absolute;
	bottom: 0;
	left:0;
	line-height: 40px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}

.app1-right-ad{
	width: 100%;
	height: 238px;
	position: relative;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
	
}
.app1-right-ad-con{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url(/template/home/default/icon/play.png) no-repeat center;
}
.app1-right-ad-con-href{
	position: absolute;
	width: 100%;
	height: 100%;
}
.app1-right-ad-icon{
	position: absolute;
	right: 0px;
	top: 5px;
	background-color: rgba(255,255,255,0.6);
	color: #fff;
	line-height: 30px;
	width: 80px;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(/template/home/default/icon/live.png);
}
.app1-right-ad-sub{
	display: flex;
	color: #fff;
	line-height: 38px;
	font-size: 14px;
	position: absolute;
	bottom:0;
	z-index: 1;
}
.app1-right-ad-sub-txt{
	width: 220px;
	padding: 0 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: #db1318;
}
.app1-right-ad-sub-btn{
	width: 80px;
	padding: 0 6px;
	background-color: #AC1014;
	background-image: url(/template/home/default/icon/addx.png);
	background-repeat: no-repeat;
	background-position: 66px 18px;
	cursor: pointer;
	color: #fff;
}
.app1-right-ad-sub-btn:hover{
	color: #fff;
}
.app1-right-content{
	display: block;
	margin-top: 20px;
}
.app1-right-con{
	line-height: 52px;
	padding-left: 26px;
	display: flex;
	font-size: 14px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
}
.app1-right-con-txt{
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.app1-right-con-time{
	width: 80px;
	text-align: right;
	color: #999;
}
.app1-right-con-index{
	position: absolute;
	left:0px;
	top: 4px;
	font-size: 10px;
	display: block;
	width: 16px;
	color: #fff;
	text-align: center;
}

.app2{
	padding-top: 20px;
	display:flex;
	justify-content: space-between;
}
.app2-left,.app2-center,.app2-right{
	width: 374px;
}
.app2-center .app2con{
	padding-top: 10px;
}
.app2con-title{
	font-size: 16px;
	color: #333;
	font-weight: 900;
	line-height: 40px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.app2con-item{
	line-height: 36px;
	font-size: 14px;
	color: #333;
	padding-left: 26px;
	position: relative;
}
.app2con-item::after{
	position: absolute;
	content:"";
	left:4px;
	top: 16px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #999999;
}

.app2con-title-img{
	width: 150px;
	height: 90px;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
}
.app2con-title-txt{
	width: 190px;
}

/* 友情链接 */
.links{
	padding-top: 40px;
}
.lines-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px solid #ececec;
}
.lines-title-txt{
	width:156px;
	height: 60px;
	background-color: #DB1318;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
.lines-title-btn{
	padding-left: 30px;
	background-image: url(/template/home/default/icon/link.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
}
.links-list{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}
.links-item{
	width: 14.2%;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}

.company{
	display: flex;
	flex-wrap: wrap;
	margin-top: 22px;
}
.company-item{
	width: 160px;
	height: 90px;
	margin-left: 13px;
	border:1px solid #ebebeb;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.company-item:first-child{
	margin:0;
}

.case{
	display: flex;
	justify-content: space-between;
}
.case-left{
	width: 330px;
	height: 430px;
	background-position: center;
	background-size: cover;
}
.case-right{
	width: 840px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.case-right-item{
	width: 200px;
	height: 210px;
	border:1px solid #dcdcdc;
}
.case-right-item-img{
	width: 200px;
	height: 118px;
	margin-left: -1px;
	margin-top: -1px;
	background-size: cover;
	background-position: center;
}
.case-right-item-title{
	font-size: 14px;
	color: #333;
	padding: 16px 10px 4px 10px;
}
.case-right-item-txt{
	line-height: 20px;
	color: #999;
	font-size: 12px;
	padding: 0 10px;
}
.peoples-bottom{
	height: 250px;
	margin-top: 50px;
}
.peoples-bottom-img{
	width: 160px;
	margin-left: 50%;
	transform: translate(-50%);
	height: 200px;
	background-position: center;
	background-size: cover;
}
.peoples-bottom-txt{
	text-align: center;
	line-height: 40px;
	padding-top: 10px;
}

.peoples-top{
	display: flex;
	justify-content: space-between;
}
.peoples-top-left{
	height: 336px;
	width: 300px;
	border: 1px solid #e5e5e5;
}
.peoples-top-left-img{
	width: 300px;
	height: 252px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.peoples-top-left-img-txt{
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	line-height: 36px;
	text-align: center;
}
.peoples-top-left-txt{
	height: 84px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding: 6px;
}
.peoples-top-left-txt>a{
	color: #DB1318;
	display: inline;
}

.peoples-top-center{
	width: 488px;
}
.peoples-top-center-imgs{
	height: 162px;
	display: flex;
	justify-content: space-between;
}
.peoples-top-center-imgs-item{
	width: 230px;
	height: 162px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.peoples-top-center-imgs-item-txt{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0,0,0,0.4);
}

.peoples-top-center-list{
	padding-top: 20px;
	line-height: 30px;
	font-size: 14px;
}
.peoples-top-center-item{
	padding-left: 16px;
	position: relative;
}
.peoples-top-center-item::after{
	content:"";
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #DB1318;
}


.peoples-top-right{
	width: 360px;
	height: 336px;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-around;
}
.peoples-top-right-list{
	width: 140px;
}
.peoples-top-right-item{
	font-size: 14px;
	padding:6px 0 6px 16px;
	position: relative;
	line-height: 26px;
	border-top: 1px dashed #ececec;
}
.peoples-top-right-item:first-child{
	border:none;
}
.peoples-top-right-item::after{
	content:"";
	position: absolute;
	left:0;
	top:12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #DB1318;
}
.peoples-top-right-img{
	width: 140px;
	height: 156px;
	background-size:cover;
	background-position: center;
	margin-top: 14px;
	margin-bottom: 24px;
}

.right-nav{
	width: 60px;
	height: 340px;
	position: fixed;
	top:300px;
	right: calc(50% - 680px);
}
.right-nav-item{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	margin: 3px 0;
	background-color: #ed494e;
	cursor: pointer;
	background-size: 20px;
	background-position: center 10px;
	background-repeat: no-repeat;
	padding-top: 36px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.right-nav-item:hover{
	background-color: #db1318;
}
.right-nav-qr{
	width: 150px;
	height: 150px;
	position: absolute;
	left: 60px;
	top:50px;
	background-size: contain;
	background-image: url(/template/home/default/icon/wxqr.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}