/*
* @description: 产品中心样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */
header{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index: 1111;
}
.banner {
	width: 100%;
	height: 430px;
	background: url(../images/bg_banner.png) no-repeat center;
	color: #fff;
}

.banner-title {
	padding: 126px 0 31px 0;
	font-size: 30px;
	line-height: 14px;
}

.banner-text {
	font-size: 16px;
	line-height: 30px;
}

.publictitle {
	padding: 49px 0 60px 0;
	text-align: center;
	height: 30px;
	color: #333;
}

.solution-con {
	width: 372px;
	height: 260px;
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.34);
	border-radius: 10px;
	text-align: center;
	margin: 78px 0 0 42px;
}

.solution-con:hover {
	box-shadow: 0px 2px 16px 0px rgba(34, 173, 255, 0.34);
}

.solution-con:first-child,
.solution-con:nth-child(5) {
	margin-left: 0;
}

.solution-img {
	position: absolute;
	z-index: 99;
	top: -68px;
	left: 118px;
}

.solution-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	padding: 86px 0 20px 0;
}

.solution-text {
	height: 30px;
	font-size: 14px;
	color: #777;
	line-height: 24px;
	padding: 0 30px;
	box-sizing: border-box;
}

.pro-btn {
	width: 105px;
	height: 32px;
	line-height: 32px;
	background: linear-gradient(108deg, rgba(124, 247, 255, 1), rgba(37, 187, 255, 1));
	border-radius: 16px;
	margin: 29px 0 0 57px;
	color: #fff;
	cursor: pointer;
}

.pro-btn:hover {
	background: linear-gradient(108deg, rgba(34, 172, 254, 1), rgba(108, 139, 255, 1));
}


/*推广工具*/

.tool {
	width: 100%;
	height: auto;
	margin-top: 78px;
	overflow: hidden;
	background: #F5F8FF;
	padding-bottom: 67px;
}

.tool-con {
	width: 267px;
	height: 334px;
	background: #fff;
	
	border-radius: 20px;
	text-align: center;
	color: #333;
	margin-left: 43px;
}
.tool-con:first-child{
	margin-left: 0;
}
.tool-con:hover{
	box-shadow:0px 2px 16px 0px rgba(0, 0, 0, 0.34);
	
}
.tool-img{
	padding-top: 30px;
}
.tool-title{
	line-height: 30px;
	margin: 0 auto 6px;
}
.tool-text{
	line-height:24px;
}
.tool-con .pro-btn{
	width: 96px;
	height: 29px;
	line-height: 29px;
	margin: 23px 0 0 32px;
}
.tool-con .pro-btn:last-child{
	margin: 23px 0 0 10px;
}
/*合作流程*/
.cooperation{
	width: 918px;
	margin: 0 auto 187px;
}
.cooperation-con{
	width: 117px;
	margin-left: 83px;
	text-align: center;
	
}
.cooperation-con:first-child{
	margin-left: 0;
}
.cooperation-text {
    margin-left: 20px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
/*团队*/

.team {
	width: 100%;
	background: #f5f8ff;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 90px;
}

.team-con {
	width: 320px;
	text-align: left;
	margin-top: 40px;
}

.team-img {
	float: left;
}

.team-text {
	display: block;
	color: #4b5270;
	font-size: 20px;
	line-height: 45px;
	margin-left: 20px;
	float: left;
}

.team .btn-more {
	margin: 20px 0 0 150px;
}
.btn-more:hover{
	background: url(../images/index/btn_s.png) no-repeat center;
}
.wap-con {
	display: none;
}

.wapsolution-con {
	width: 49.5%;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	padding-top: 62px;
	padding: 62px 0 44px;
	margin-bottom: 12px;
	height: 622px;
	box-sizing: border-box;
}

.wapsolution-title {
	font-size: 40px;
	color: #222;
	line-height: 60px;
}

.wapsolution-text {
	color: #666;
	font-size: 26px;
	line-height: 48px;
}
.wapcooperation{
	width: 100%;
	background: #fff;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	margin-top: 22px;
}
.wapcooperation-text{
	font-size: 30px;
	color: #666;
	line-height: 33px;
	margin-top: 32px;
	
}

@media screen and (max-width: 1274px) {
	body {
		background: #ECECEC;
	}
	.pc-con {
		display: none;
	}
	.wap-con {
		display: block;
	}
	.publictitle{
		font-size: 45px;
		padding: 45px 0 90px 0;
	}
	.wapcooperation-con{
		width: 20%;
		text-align: center;
	}
	.team{
		margin-top: 0;
	}
	.wapsolution-text{
		margin-bottom:40px;
	}
	.pro-btn{
		width: 145px;
        height: 52px;
        line-height: 52px;
		margin: 0 0 0 100px;
		font-size:24px;
	}
}