/* 轮播图 */
/*
.banner_ul  .banner_item {
	background-image: url(../images/o2o.jpg);
}
*/

.banner_ul .banner_item .content-wrapper {
	position: absolute;
	width: 1100px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
}

.banner_ul .banner_item .content-wrapper h3 {
	margin: 75px 0 16px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: rgba(243,248,253,1);
}

.banner_ul .banner_item .content-wrapper .sub-title {
	width: 638px;
	height: 72px;
	font-size: 20px;
	color: rgba(243,248,253,1);
	line-height: 36px;
}

.banner_ul .banner_item .content-wrapper .btn {
	margin-top: 50px;
}

.banner_ul .banner_item .content-wrapper .btn a {
	display: inline-block;
	width: 151px;
	height: 42px;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	background: rgba(243,248,253,1);
	border-radius: 21px;
	color: #000;
}

.banner_ul .banner_item .content-wrapper .btn a.on {
	color: #fff;
	border: 1px solid rgba(243,248,253,1);
	background: transparent;
	margin-left: 10px;
}

.banner_ul .banner_item .content-wrapper .btn a.on:hover {
	color: #222;
	background: #fff;
}


/* 支持多端共同开发 */
.mobile-content {
	width: 1200px;
}

.top-describe {
	margin-bottom: 20px;
}
.top-describe .list{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}

.top-describe .list .item {
	/*display: flex;*/
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	width:30.3%;
	/* height: 350px; */
	padding: 20px 10px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(238,238,238,1);
	box-sizing: border-box;
}

.top-describe .list .item > img {
	margin-top: 30px;
}

.top-describe .list .item .title {
	font-size:18px;
	margin: 20px 0;
	color:rgba(51,51,51,1);
}

.top-describe .list .item .sub {
	font-size:14px;
	color:rgba(102,102,102,1);
	line-height: 25px;
}


.bottom-describe .list{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.bottom-describe .list .item {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	width:278px;
	height:150px;
	border:1px solid rgba(238,238,238,1);
	cursor: pointer;

	box-sizing: border-box;
}

.bottom-describe .list .item > img {
	display: inline-block;
	width: 124px;
	height: 124px;
	vertical-align: top;
}

.bottom-describe .list .item .app-txt {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	height: 124px;
	line-height: 23px;
}



.bottom-describe .list .item  .app-txt h4 {
	font-size: 18px;
	color: #333;
	padding: 15px 0 8px 15px;
}

.bottom-describe .list .item  .app-txt  p {
	padding-left: 15px;
	font-size: 14px;
	color: #666;
}




/* 支持多端共同开发 */
.ui-content {
	position: relative;
}
.ui-content .more {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -93px;
}

.ui .ui-img {
	width: 100%;
	height: 560px;
}


.app-content {
	width: 1200px;
}


.app-content .app-con-nav {
	height: 50px;
	width: 460px;
	margin: 50px auto 0;
	background: #fff;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}

.app-content .app-con-nav > a {
	display: block;
	width:200px;
	height:50px;
	border-radius:23px;
	float: left;
	font-size: 18px;
	background:rgba(242,242,242,1);
	margin-left: 20px;
}

.app-content .app-con-nav > a.action {
	background:rgba(63,176,236,1);
	color: #fff;
}

.content {
	position: relative;
	width: 100%;
	height: 550px;
}

.app-content .app-con-list {
	position: absolute;
	top: 0;
	left: 0;
	padding: 55px 0 55px;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}
.app-content .app-con-list.action {
	display: block;
}
.app-content .app-con-list .group {
	float: left;
	padding: 33px;
	background-color: #f8f8f8;
	width: 48%;
	box-sizing: border-box;
}
.app-content .app-con-list dl {
	float: left;
	width: 50%;
}
.app-content .app-con-list dl dd b {
	font-size: 18px;
	color: #333;;
}
.app-content .app-con-list dl dt {
	margin: 40px 0 30px;
	font-size: 0;
}
.app-content .app-con-list dl dt img {
	width: 160px;
	height: 160px;
}
.app-content .app-con-list dl dd a {
	display: block;
	width: 75%;
	height: 62px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	line-height: 64px;
	text-align: center;
	margin: auto;
	font-size: 14px;
	color: #666;
}
.app-content .app-con-list dl dd a:hover {
	background: rgba(63,176,236,1);
	border: 1px solid rgba(63,176,236,1);
	color: #fff;
}
.app-content .app-con-list dl dd span {
	display: block;
	width: 75%;
	height: 62px;
	margin: auto;
	line-height: 64px;
	text-align: center;
	margin: auto;
	font-size: 14px;
	color: #666;
}

/* 新加app样式 */
.img-wrap {
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
/* 新加app样式 */
@media screen and (max-width:1450px){

	.banner_ul .banner_item .content-wrapper h3,.banner_ul .banner_item .content-wrapper .sub-title,.banner_ul .banner_item .content-wrapper .btn {
		margin-left: 20%;
	}
	.top-describe .list {
		justify-content: space-evenly;
	}
	.top-describe .list .item {
		width: 25%;
		padding: 20px;
		height: auto;
	}
	.top-describe .list .item .sub {
		font-size: 12px;
	}

	.mobile-content {
		width: 85%;
	}

	.bottom-describe .list .item {
		width: 282px;
		height: auto;
		margin-right: 20px;
		justify-content: flex-end;
	}
	.bottom-describe .list .item > img {
		display: inline-block;
		width: 80px;
		height: 80px;
		vertical-align: top;
	}
	.bottom-describe .list .item .app-txt h4 {
		font-size: 16px;
		padding: 12px 0 4px 10px;
	}

	.bottom-describe .list .item .app-txt p {
		padding-left: 10px;
	}

	.app-content {
		width: 80%;
	}

}