.container-fluid {
	padding: 0px;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 5%;
	overflow: hidden;
}

/* 标题 开始*/
.sf_tit {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}

.sf_tit h4 {
	font-size: 36px;
	color: #282828;
	font-weight: 400;
}

.sf_tit p {
	font-size: 12px;
	color: #282828;
	opacity: 0.5;
	text-transform: uppercase;
}

/* 标题 结束*/

/* 新闻列表  开始 */

.news_two p {
	margin: 0
}

.news_two a {
	color: #ccc;
	text-decoration: none
}

.news_two {
	overflow: hidden;
}

.news_two em,
.news_two i {
	font-style: normal
}

.news_two img {
	display: block;
	border: 0
}


.news_two img {
	border: 0;
	vertical-align: top
}

.news_two {
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	width: 100%;
	min-width: 1100px;
}

.news_two_box {
	width: 100%;
	height: 169px;
	border: 1px solid transparent;
	position: relative;
	background: #f5f5f5;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news_two_ul {
	height: auto;
	overflow: hidden;
	/* padding: 20px; */
	width: 100%;
}

.news_two_nav {
	width: 100%;
	padding-left: 20px
}

.news_two_ul li {
	width: 100%;
	height: 169px;
	border: 1px solid transparent;
	margin-bottom: 20px
}

.news_two_txt span {
	font-size: 16px;
	color: #0040c4;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	transition: all .3s ease-out 0s;
	font-weight: bold;
}

.news_two_box:hover .news_two_txt span {
	color: #0040c4;
}

.news_two_txt i {
	height: 74px;
	color: #333;
	line-height: 24px;
	display: block;
	overflow: hidden;
	transition: all .3s ease-out 0s;
	font-style: normal;
}

.news_two_box:hover .news_two_txt i {
	color: #0040c4
}

.news_two_txt {
	width: 67%;
	float: left;
	margin: 36px 0 28px 16px;
	transition: all .3s ease-out 0s;
}

.news_two_box:hover .news_two_txt {
	margin: 36px 0 28px 50px;
}

.news_two_date {
	width: 180x;
	float: right;
	color: #a7a7a7;
	padding: 36px 80px 0 0;
	transition: all .3s ease-out 0s;
}

.news_two_box:hover .news_two_date {
	padding: 36px 43px 0 0
}

.news_two_date span {
	height: 26px;
	font-size: 18px;
}

.news_two_date i {
	font-size: 14px;
}

.news_two_but {
	position: absolute;
	top: 100px;
	right: 63px;
}

.ser_but i {
	width: 70px;
	height: 35px;
	line-height: 31px;
	transition: all 0.3s;
	font-size: 14px;
}

.ser_but {
	position: absolute;
	top: 102px;
	right: 72px;
	width: 8%;
	height: 35px;
	border-radius: 25px;
	text-align: center;
	border: 1px solid #dedfe1;
	/* transition: all .1s cubic-bezier(.215, .61, .355, 1) 0s; */
}

.news_two_box:hover {
	border: 1px solid #dedede;
	/* box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08); */
}

.news_two_box:hover .news_two_img {
	background: #ff8201;
	background: #ff8201;
}

.news_two_box:hover .ser_but {
	background: #ff8201;
	border: 1px solid #ff8201;
	margin: 0 -40px;
	color: #fff;
}

.news_two_img {
	width: 176px;
	height: 168px;
	float: left;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news_two_img img {
	width: 145px;
	height: 140px;
	margin: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.news_thr_ico a:hover {
	color: #1bb2e8;
}


/* 新闻列表  结束 */



/* 应用市场 开始 */

.tile {
width: 31.1%;
height: 280px;
margin: 13px;
background-color: #333;
display: inline-block;
background-size: cover;
position: relative;
cursor: pointer;
transition: all 0.2s ease-out;
/* box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44); */
overflow: hidden;
color: white;
}

.tile img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.2s ease-out;
}

.tile .text {
	z-index: 99;
	position: absolute;
	padding: 30px;
	height: calc(100% - 0px);
	width: 100%;
}

.tile h1 {
font-weight: 600;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
font-size: 36px;
margin: 30px;
color: #fff;
}

.tile h2 {
font-weight: 100;
margin: 100px 30px;
font-style: italic;
transform: translateX(160px);
font-size: 16px;
border: 2px solid #ffffff;
width: 44%;
line-height: 36px;
border-radius: 25px;
background: #ff8201;
text-align: center;
}

.tile p {
	font-weight: 300;
	margin-top: 20px;
	line-height: 25px;
	transform: translateX(-200px);
	transition-delay: 0.2s;
}

.tile h2 a {
	color: #fff;
}

.animate-text {
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.tile:hover {
	/* box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64); */
	transform: scale(1.02);
}

.tile:hover img {
	opacity: 0.1;
}

.tile:hover .animate-text {
	transform: translateX(0);
	opacity: 1;
}

.dots {
	position: absolute;
	bottom: 20px;
	right: 30px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	color: currentColor;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.dots span {
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	display: block;
	opacity: 0;
	transition: transform 0.2s ease-out, opacity 0.5s ease;
	transform: translateY(30px);
}

.tile:hover span {
	opacity: 1;
	transform: translateY(0px);
}

.dots span:nth-child(1) {
	transition-delay: 0.05s;
}

.dots span:nth-child(2) {
	transition-delay: 0.1s;
}

.dots span:nth-child(3) {
	transition-delay: 0.15s;
}

/* 应用市场 结束 */


.qylb_pic_box {
	width: 100%;
}

.qylb_pic_box ul .click {
	cursor: pointer;
}

.qylb_pic_box ul li {
	overflow: hidden;
	width: 33.333333333%;
	margin: 20px 0px;
}

.qylb_pic_box ul li .qylb_tit {
	height: 20%;
	text-align: center;
	position: relative;
}

.qylb_pic_box ul li .qylb_tit .cp_pica {
	border: 1px solid #ccc;
	overflow: hidden;
	height: 230px;
	border-radius: 0px;
}

.qylb_pic_box ul li a {
	display: block;
}

.qylb_pic_box ul li .qylb_tit .cp_pica img {
	width: 100%;
	transition: all .5s;
	height: 230px;
}

.qylb_pic_box ul li:hover img {
	transform: scale(1.4);
}

.qylb_pic_box ul li .qylb_tit p {
	width: 100%;
	margin: 15px 0;
	font-size: 15px;
}

.qylb_pic_box ul li a {
	display: block;
}


@media (max-width:768px) {
	.qylb_pic_box ul li {
		overflow: hidden;
		width: 100%;
		margin: 20px 0px;
	}

	.sf_tit {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		float: left;
		width: 100%;
	}

	.news_two_box {
		width: 100%;
		height: 490px;
		border: 1px solid transparent;
		position: relative;
		background: #f5f5f5;
		transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
		overflow: HIDDEN;
	}

	.news_two_ul li {
		width: 100%;
		height: 490px;
		border: 1px solid transparent;
		margin-bottom: 20px;
		OVERFLOW: HIDDEN;
	}

	.news_two_date span {
		height: 26px;
		font-size: 15px;
	}

	.news_two_date {
		width: 180x;
		float: left;
		color: #a7a7a7;
		padding: 2px 80px 0 8px;
		transition: all .3s ease-out 0s;
		font-size: 14px;
	}

	.news_two_img {
		width: 100%;
		height: 261px;
		float: left;
		transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}

	.news_two_img img {
		width: 92%;
		height: 230px;
		margin: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	}

	.news_two_txt {
		width: 96%;
		float: left;
		margin: 6px 7px;
		transition: all .3s ease-out 0s;
	}

	.news_two_box:hover .news_two_txt {
		margin: 13px 6px;
	}

	.news_two_box:hover .news_two_date {
		padding: 0px 0px 0 12px;
	}

	.ser_but i {
		width: 67px;
		height: 29px;
		line-height: 30px;
		/* transition: all 0.3s; */
	}

	.ser_but {
		top: 433px;
		width: 33%;
		height: 31px;
		border-radius: 25px;
		text-align: center;
		border: 1px solid #dedfe1;
		font-size: 14px;
		float: left;
		left: 9px;
	}

	.news_two_box:hover .ser_but {
		background: #ff8201;
		border: 1px solid #ff8201;
		margin: 0px 0px;
		color: #fff;
		font-size: 14px;
	}

	.tile {
		width: 96%;
		height: 296px;
		margin: 8px;
		background-color: #333;
		display: inline-block;
		background-size: cover;
		position: relative;
		cursor: pointer;
		transition: all 0.2s ease-out;
		/* box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44); */
		overflow: hidden;
		color: white;
	}

	.tile h1 {
		font-weight: 300;
		text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
		font-size: 26px;
		margin: 34px 14px;
	}

	.tile h2 {
		font-weight: 100;
		margin: 81px 8px;
		font-style: italic;
		transform: translateX(160px);
		font-size: 15px;
		border: 2px solid #ffffff;
		width: 55%;
		line-height: 35px;
		border-radius: 25px;
		background: #ff8201;
		text-align: center;
	}

}
