.banner {
	width: 100%;
	height: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .pos {
	position: absolute;

}

.banner .pos .table-cell {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 40px;
	color: #fff;
}

.banner .pos .table-cell p {
	padding: 0;
}

.nymenulist {
	height: 94px;
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}

.menulist {
	max-width: 1300px !important;
	padding: 0;
	margin: 0 auto;
}

.menulist ul li {
	float: left;
	position: relative;
	width: 20%;
}

.menulist ul li a {
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	padding: 0px 15px;
	display: block;
	height: 94px;
	text-decoration: none;
}

.menulist ul li a span {
	display: block;
	text-align: center;
}

.menulist ul li a .name {
	padding-top: 26px;
}

.menulist ul li a .english {
	font-size: 10px;
}

.menulist ul li:hover a {
	color: #008f1e;
	text-decoration: none;
}

.menulist ul li::before {
	height: 2px;
	background: #008f1e;
	width: 0%;
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all .5s;
}

.menulist ul li:hover::before {
	width: 100%;
}

.menulist .acitve::before {
	width: 100%;
}

.menulist .acitve a {
	color: #008f1e;
}

.ab1 {
	padding: 70px 0 90px;
	color: #d4d4d4;
	overflow: hidden;
}

.fbd {
	/* font-weight: bold; */
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Impact"
}

.ab1 .tt {
	color: #008f1e;
	margin: 0 0 30px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.ab1 .tt_b {
    margin: 0 auto;
    width: 57%;
    height: 65px;
}

.ab1 .tt_a {
	line-height: 46px;
	font-size: 15px;
	width: 166px;
	float: left;
	text-align: center;
	height: 46px;
	background: #008f1e;
	margin: 8px;
	border-radius: 7px;
	color: #fff;
	margin-bottom: 10px;
}

.ab1 .tt_a a {
	line-height: 46px;
	font-size: 15px;
	width: 166px;
	float: left;
	text-align: center;
	color: #fff;
}



/* 新闻列表  开始 */


.news_two_ul li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 30px 10px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.news_two_ul li a {
	display: block;
}

.news_two_ul li .img {
	float: left;
}

.news_two_ul li .img,
.news_two_ul li .img img {
	display: block;
	width: 320px;
	overflow: hidden;
	position: relative;
}

.news_two_ul li .img img {
	height: 225px;
}

.news_two_ul li .img s {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0);
	background-size: 60px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.news_two_ul li .txt {
	width: calc(100% - 350px);
	float: right;
}

.news_two_ul li .txt .ltt {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0;
}

.news_two_ul li .txt p {
	line-height: 28px;
	margin-bottom: 16px;
}


.news_two_ul li:hover {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, 0px, -2px);
	transform: translate3d(0, 1px, -2px);
}

.f_24 {
	font-size: 24px;
}

.news_two_ul li a:hover {
	color: #008f1e;
}

.i_buttontext {
	float: left;
	line-height: 31px;
	border: 1px solid #008f1e;
	margin-top: 2%;
	margin-right: 2%;
	width: 14%;
	text-align: center;
	color: #008f1e;
}


/* 新闻列表  结束 */



/* 应用市场 开始 */

.tile {
	width: 31%;
	height: 316px;
	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: 300;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	font-size: 28px;
	margin: 30px;
}

.tile h2 {
	font-weight: 100;
	margin: 100px 30px;
	font-style: italic;
	transform: translateX(160px);
	font-size: 14px;
	border: 1px solid #ffffff;
	width: 41%;
	line-height: 31px;
	border-radius: 25px;
	background: #008f1e;
	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;
}



/* 应用市场 结束 */


.qylb_pic_box {
	width: 100%;
	float: left;
}

.qylb_pic_box ul .click {
	cursor: pointer;
	padding: 5px;
	WIDTH: 23%;
	background-color: #fff;
}

.qylb_pic_box ul .cp_lia {
    background-color: #fff;
    width: 45%;
    margin: 0 30px;
}

.qylb_pic_box ul .cp_li {
	    background-color: #fff;
}


.qylb_pic_box ul li {
	overflow: hidden;
	width: 31.1%;
	margin: 30px 10px 12px;
	padding-top: 14px;
	background-color: #8dad941f;
}

.qylb_pic_box ul li:hover {
	transform: translateY(-15px);
	transition: all 0.5s linear;
	box-shadow: 0px 0px 15px 1.05px #ccc;
	background: -moz-linear-gradient(left, #008f1e, #00b09b);

	background: -ms-linear-gradient(left, #008f1e, #00b09b);

	background: -o-linear-gradient(left, #008f1e, #00b09b);

	background: -webkit-linear-gradient(left, #008f1e, #00b09b);
}

.qylb_pic_box ul li:hover a {
	color: #fff;
}

.qylb_pic_box ul li .qylb_tit {
	height: 20%;
	text-align: center;
	position: relative;
}

.qylb_pic_box ul li .qylb_tit .cp_pica {
	/* border: 4px solid #ccc; */
	overflow: hidden;
	height: 230px;
	transition: all .5s;
}



.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;
	border: 4px solid #e0e0e0;
}

.qylb_pic_box ul li .qylb_tit .cp_picb {
	border: 4px solid #ccc;
	overflow: hidden;
	height: 122px;
}

.qylb_pic_box ul li .qylb_tit .cp_picb img {
	width: 100%;
	transition: all .5s;
	height: 114px;
}

.qylb_pic_box ul li .qylb_tit .cp_picc {
    overflow: hidden;
    height: 664px;
    margin-top: 13px;
}

.qylb_pic_box ul li .qylb_tit .cp_picc img {
    width: 100%;
    transition: all .5s;
    height: 612px;
    border: 5px solid #ccc;
}


.qylb_pic_box ul li:hover img {
	transform: scale(1.1);
}

.qylb_pic_box ul li .qylb_tit p {
	width: 100%;
	margin: 10px 0;
	font-size: 15px;
	line-height: 30px;
}

.qylb_pic_box ul li a {
	display: block;
}

@media (max-width:980px) {
	.fbd {
		font-weight: bold;
		font-size: 30px;
		text-transform: uppercase;
	}

	.ny_nav .an a {
		display: block;
		float: left;
		position: relative;
		width: 31.66%;
		color: #333;
		font-weight: bold;
	}

	.qylb_pic_box ul li {
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}

	.qylb_pic_box ul .click {
		cursor: pointer;
		padding: 5px;
		WIDTH: 100%;
	}
	.qylb_pic_box ul .cp_lia {
	    background-color: #fff;
	    width: 100%;
	    margin: 0px;
	}
	
	.qylb_pic_box ul li .qylb_tit .cp_picc img {
	    width: 100%;
	    transition: all .5s;
	    height: 390px;
	    border: 5px solid #ccc;
	}
	.qylb_pic_box ul li .qylb_tit .cp_picc {
	    overflow: hidden;
	    height: 430px;
	    margin-top: 13px;
	}

	.news_two_ul li .txt {
		width: calc(100%);
		float: right;
	}

	.news_two_ul li .img,
	.news_two_ul li .img img {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.i_buttontext {
		float: left;
		line-height: 31px;
		border: 1px solid #ccc;
		margin-top: 4%;
		margin-right: 2%;
		width: 33%;
		text-align: center;
	}

	.f_24 {
		font-size: 20px;
	}

	.banner {
		width: 100%;
		height: 200px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.banner .pos .table-cell {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		font-size: 18px;
		color: #fff;
	}

	.ab1 {
		padding: 30px 10px;
		color: #d4d4d4;
		overflow: hidden;
		width: 100%;
	}

	.nymenulist {
		height: 94px;
		padding: 0;
		background: #ffffff;
		border-bottom: 1px solid #fff;
		width: 100%;
	}

	.menulist ul li {
		float: left;
		position: relative;
		width: 33%;
	}

	.news_two_ul li {
		position: relative;
		top: 0;
		border-bottom: 1px solid #eee;
		padding: 31px 0px;
		transition: all .4s cubic-bezier(.4, 0, .2, 1);
	}

	.news_two_ul li .txt p {
		line-height: 24px;
		margin-bottom: 16px;
	}
	
	.ab1 .tt_b {
	    margin: 0 auto;
	    width: 100%;
	    height: 65px;
	}
	
	.ab1 .tt_a {
	    line-height: 46px;
	    font-size: 15px;
	    width: 158px;
	    float: left;
	    text-align: center;
	    height: 46px;
	    background: #008f1e;
	    margin: 8px;
	    border-radius: 7px;
	    color: #fff;
	    margin-bottom: 10px;
	}


}
