@charset "UTF-8";
/*认证服务*/
.trademark-design{
	width: 100%;
	padding-top: 30px;
	float: left;
}
.design,.design-service{
	width: 100%;
	float: left;
	background-color: #fff;
}
.design-ser2{
	width: 33.3%;
	background-color: #fff;
	float: left;
}
.ser2-top{
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	float: left;
}
.ser2-top:hover{
	border: 2px solid #f00;
	cursor: default;
}
.ser2-top-bottom{
	border-bottom: 0;
}
.ser2-top1 img{
	width: 40%;
	display: inline-block;
	padding: 28px 20px;
	float: left;
}
.ser2-top2{
	width: 60%;
	margin: 23px 0;
	display: inline-block;
	float: left;
}
.ser2-top2 h3{
	font-size: 18px;
	margin-bottom: 16px;
}
.ser2-top2 p{
	font-size: 14px;
	margin-bottom: 12px;
	color: #999;
}
.ser2-top2 button{
	width: 60%;
	height: 30px;
	background-color: #f00;
	border-radius: 10px;
	color: #fff;
	-o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ser2-top2 button:hover{
	background-color: #a00;
	color: #fff;
}
.design-ser3{
	width: 33.3%;
	padding: 15px;
	background-color: #ebebeb;
	float: left;
}
.ser3-img{
	width: 100%;
	float: left;
}
.ser3-img img{
	width: 100%;
	float: left;
}


/*公司注册流程*/
.design-partner{
	width: 100%;
	padding-top: 30px;
	float: left;
}
.partner{
	width: 100%;
	float: left;
}
.partner-con{
	width: 100%;
	float: left;
	margin-top: 20px;
	background-color: #fff;
}
.partner-con img{
	width: 100%;
	padding: 20px 44px;
}

/*增值服务*/
.design-creative{
	width: 100%;
	padding-top: 30px;
	float: left;
}
.creative-top img{
	width: 100%;
	float: left;
}
.creative-bottom{
	width: 100%;
	margin: 20px 0;
	float: left;
}
.creative-bottom li{
	width: 25%;
	padding: 0 50px;
	padding: 10px 0;
	text-align: center;
	float: left;
}
.creative-bottom li:hover{
	box-shadow: 0 0 10px rgba(255,0,0,.5);
	cursor: default;
}
.creative-bottom li:hover h3{
	color: #f00;
}
.creative-bottom img{
	margin-bottom: 20px;
}
.creative-bottom h3{
	font-size: 18px;
	margin-bottom: 16px;
}
.creative-bottom p{
	font-size: 14px;
	color: #666;
}


/*合作伙伴*/
.design-advantage{
	width: 100%;
	padding-top: 30px;
	float: left;
}
.advantage-con{
	margin-top: 20px;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.advantage-con ul{
	position: absolute;
	top: 0;
	left: 0;
}
.advantage-con li{
	width: 303px;
	height: 180px;
	float: left;
}
.advantage-con img{
	width: 291px;
	height: 180px;
	margin-right: 12px;
	float: left;
}

/*咨询师*/
.trademark-designer{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}
.designer{
	width: 100%;
	float: left;
}
.designer-con{
	margin-top: 20px;
}
.designer-con li{
	width: 32%;
	margin-right: 2%;
	float: left;
	background-color: #fff;
}
.designer-con li:last-child{
	margin-right: 0;
}
.designer-top{
	padding: 20px; 
	overflow: hidden;
}
.designer-l{
	width: 35%;
	text-align: center;
	padding-right: 20px;
	float: left;
}
.designer-l img{
	width: 100%;
	background-color: #666;
	border-radius: 100%;
	border: none;
	margin: 5px 0;
	float: left;

}
.designer-l p{
	width: 100%;
	margin-top: 17px;
	float: left;
	text-align: center;
	color: #999;
}
.designer-r{
	width: 65%;
	float: left;
}
.designer-r h3{
	font-size: 16px;
	margin-bottom: 16px;
}
.designer-r p{
	margin-bottom: 12px;
}
.designer-r button{
	width: 60%;
	height: 30px;
	color: #fff;
	background-color: #f00;
	border-radius: 10px;
	margin-bottom: 15px;
}
.designer-r button:hover{
	background-color: #a00;
	color: #fff;
}
.designer-info{
	width: 100%;
	color: #999;
	display: inline-block;
}
.designer-bottom ul{
	padding: 10px 20px;
	overflow: hidden;
}
.designer-bottom li{
	width: 23.5%;
	margin: 0 2% 10px 0;
	float: left;
}
.designer-bottom li img{
	width: 100%;
}
.designer-bottom li:hover img{
	width: 100%;
}
.designer-bottom li:hover{
	border: 1px solid #f00;
}