@charset "utf-8";

/*
商标注册
tzp 2018.06.04
*/

.constitute_area{
	width: 100%;
	height: 840px;
	overflow:hidden;
	text-align: center;
}

.constitute_area h1{
	font-size: 30px;
	line-height: 70px;
	font-weight: bold;
	padding-top: 60px;
}
.constitute_area h2{
	font-size: 24px;
	line-height: 44px;
}
.constitute_list{
	width: 660px;
	margin: 30px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.constitute_item{
	width: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.constitute_info{
	width: 100%;
	text-align: center;
	margin-bottom: 26px;
}
.constitute_info span{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.constitute_info h3{
	font-size: 16px;
	line-height: 24px;
}
.constitute_info p{
	font-size: 12px;
	line-height: 20px;
}
.constitute_info em{
	width: 190px;
	height: 190px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background: #44a4f6;
	font-size: 36px;
	line-height: 190px;
	color: #fff;
	text-align: center;
}
.constitute_info .icon_c01{
	background: #44a4f6 url(../img/trademark/icon_c01.png) center center no-repeat;
	background-size: 50px 50px;
}
.constitute_info .icon_c02{
	background: #44a4f6 url(../img/trademark/icon_c02.png) center center no-repeat;
	background-size: 50px 50px;
}
.constitute_info .icon_c03{
	background: #44a4f6 url(../img/trademark/icon_c03.png) center center no-repeat;
	background-size: 50px 50px;
}
.constitute_info .icon_c04{
	background: #44a4f6 url(../img/trademark/icon_c04.png) center center no-repeat;
	background-size: 50px 50px;
}
.constitute_info .icon_c05{
	background: #44a4f6 url(../img/trademark/icon_c05.png) center center no-repeat;
	background-size: 50px 50px;
}
.constitute_info .icon_c06{
	background: #44a4f6 url(../img/trademark/icon_c06.png) center center no-repeat;
	background-size: 50px 50px;
}


.advantage_area{
	width: 100%;
	min-width: 1200px;
	height: 646px;
	background:  url(../img/trademark/bg01.jpg) center center no-repeat;
	background-size: auto 646px;
}
.advantage_area h1{
	font-size: 36px;
	line-height: 66px;
	font-weight: bold;
	text-align: center;
	padding: 75px 0 100px 0;
}
.advantage_item{
	font-size: 18px;
	line-height: 48px;
	height: 50px;
	border: 1px solid #e60012;
	margin-bottom: 60px;
	float: right;
	display: block;
	padding: 0 24px 0 56px;
	position: relative;	
	clear: both;
	text-align: center;
}
.advantage_item02{
	width: 210px;
	box-sizing: border-box;
}
.advantage_item span{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -40px;
	top: -15px;
}
.advantage_item i{
	font-size: 12px;
	line-height: 48px;
	margin-left: 20px;
}
.advantage_item .icon_a01{
	background: #e60012 url(../img/trademark/icon_a01.png) center center no-repeat;
	background-size: 50px 50px;
}
.advantage_item .icon_a02{
	background: #e60012 url(../img/trademark/icon_a02.png) center center no-repeat;
	background-size: 50px 50px;
}
.advantage_item .icon_a03{
	background: #e60012 url(../img/trademark/icon_a03.png) center center no-repeat;
	background-size: 50px 50px;
}


.services_area{
	width: 1200px;
	height: 532px;
	margin: 0 auto;
	overflow: hidden;
}
.services_area h1{
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
	padding: 70px 0 80px;
}

.services_item{
	width: 240px;
	text-align: center;
	float: left;

}
.services_item span{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.services_item .icon_s01{
	background: #44a4f6 url(../img/trademark/icon_s01.png) center center no-repeat;
	background-size: 52px 52px;
}
.services_item .icon_s02{
	background: #44a4f6 url(../img/trademark/icon_s02.png) center center no-repeat;
	background-size: 52px 52px;
}
.services_item .icon_s03{
	background: #44a4f6 url(../img/trademark/icon_s03.png) center center no-repeat;
	background-size: 52px 52px;
}
.services_item .icon_s04{
	background: #44a4f6 url(../img/trademark/icon_s04.png) center center no-repeat;
	background-size: 52px 52px;
}
.services_item .icon_s05{
	background: #44a4f6 url(../img/trademark/icon_s05.png) center center no-repeat;
	background-size: 52px 52px;
}
.services_item em{
	width: 240px;
	height: 12px;
	display: block;
	margin: 20px auto 14px;
	background: url(../img/trademark/line_s.png) center center no-repeat;
}
.services_item h2{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.services_item p{
	font-size: 12px;
	line-height: 18px;	
}
.services_item a{
	font-size: 12px;
	line-height: 46px;
	height: 46px;
	display: inline-block;
	padding: 0 10px;
	background: #44a4f6;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 12px;	
}


.need_area{
	width: 100%;
	min-width: 1200px;
	height: 450px;
	background: url(../img/trademark/bg02.jpg) center center no-repeat;
	background-size: auto 450px;
}
.need_wrap{
	width: 1080px;
	overflow: hidden;
	margin: 0 auto;
}
.need_area h1{
	font-size: 36px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	padding: 70px 0 90px;
}
.need_list{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.need_item{
	width: 540px;
}
.need_item span{
	width: 140px;
	height: 140px;
	display: block;
	margin-right: 52px;
	margin-left: 105px;
	float: left;
}
.need_item .icon_n01{
	background:  url(../img/trademark/icon_n01.png) center center no-repeat;
	background-size: 140px 140px;
}
.need_item .icon_n02{
	background:  url(../img/trademark/icon_n02.png) center center no-repeat;
	background-size: 140px 140px;
}
.need_info{
	float: left;
}
.need_item h2{
	font-size: 18px;
	line-height: 38px;
	color: #fff;
}
.need_item p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding-left: 30px;
	background:  url(../img/trademark/star.png) left center no-repeat;
	background-size: 20px 20px;
}
.left_h2{
	padding: 15px 0 16px;
}
.right_h2{
	padding: 6px 0 8px;
}


.trademark_get_area{
	width: 1200px;
	height: 610px;
	overflow: hidden;
	margin: 0 auto;
}
.trademark_get_area h1{
	font-size: 36px;
	line-height: 56px;
	padding: 80px 0 60px;
	text-align: center;
}
.trademark_get_img{
	width: 100%;
	height: 400px;
	overflow: hidden;
}