*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 国际商标注册头部 */
.head {
  width: 100%;
  height: 460px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: 50%;
}
.head .headImg {
  width: 318px;
  padding-top: 220px;
}
.head .btn1{
	width: 311px;
	height: 46px;
  margin-top: 30px;
}


.title{
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: #333;
}
.btn{
	width: 416px;
	height: 50px;
	margin: 50px auto 0;
}



.plate1{
	
}
.content1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content1 .cont1-item{
	border-radius: 10px;
	margin-bottom: 20px;
}
.content1 .cont1-item:hover{
	box-shadow: 1px 7px 10px 0px rgba(23, 1, 2, 0.43);
}
.content1 .cont1-item .top{
	width: 235px;
	height: 148px;
	background: #F2F2F2;
	border-radius: 10px 10px 0 0;
}
.content1 .cont1-item .top img{
	width: 235px;
	height: 148px;
	object-fit: scale-down;
}
.content1 .cont1-item .top .txt{
	font-size: 21px;
	font-weight: bold;
	position: relative;
	left: 32%;
	top: -50px;
}
.content1 .cont1-item .down{
	width: 235px;
	height: 127px;
	background: #0574E4;
	border-radius: 5px 5px 10px 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content1 .cont1-item .down .remark{
	font-size: 18px;
	color: #FFFFFF;
}
.content1 .cont1-item .down img{
	display: none;
	width: 115px;
	height: 28px;
	margin: 10px auto 0;
}
.content1 .cont1-item .down .cont1-item-hover{
	display: block;
}



.plate2 {

}
.content2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content2 .cont2-item{
	border-radius: 10px;
	margin-bottom: 28px;
}
.content2 .cont2-item:hover{
	box-shadow: 1px 7px 10px 0px rgba(23, 1, 2, 0.43);
}
.content2 .cont2-item .top{
	width: 315px;
	height: 154px;
	background: #F2F2F2;
	border-radius: 10px 10px 0 0;
}
.content2 .cont2-item .top img{
	position: relative;
	left: 220px;
	top: 20px;
	width: 75px;
	height: 63px;
}
.content2 .cont2-item .top .txt{
	font-size: 21px;
	font-weight: bold;
	margin-left: 26px;
	margin-top: -10px;
}
.content2 .cont2-item .top .remark{
	font-size: 18px;
	margin-left: 26px;
	margin-top: 10px;
}
.content2 .cont2-item .down{
	width: 315px;
	height: 10px;
	background: linear-gradient(0deg, #0072FF 0%, #00C6FF 100%);
	border-radius: 10px;
}



.plate3 {
	width: 100%;
	height: 500px;
  background: url(../img/bg2.jpg) no-repeat;
	background-size: cover;
}
.content3{
	display: flex;
	justify-content: space-between;
}
.content3 .cont3-item{
	width: 321px;
	height: 271px;
	background: url(../img/bg1.png);
}
.content3 .cont3-item:hover{
	transform: scale(1.02);
}
.content3 .cont3-item img{
	position: relative;
	left: 150px;
	top: 22px;
	width: 150px;
	height: 150px;
}
.content3 .cont3-item .txt{
	position: relative;
	margin-left: 40px;
	font-size: 23px;
	font-weight: bold;
	margin-top: -25px;
}
.content3 .cont3-item .remark{
	font-size: 20px;
	margin-left: 40px;
	margin-top: 25px;
}



.plate4{

}
.content4{
	display: flex;
	justify-content: space-between;
}
.content4 .cont4-item{
	
}
.content4 .cont4-item img{
	width: 162px;
	height: 142px;
}
.content4 .cont4-item img:hover{
	transform: scale(1.02);
}
.content4 .cont4-item .txt{
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #021B79;
}
.content4 .cont4-item .remark{
	margin-left: 10px;
	width: 110px;
	height: 80px;
	font-size: 18px;
	color: #021B79;
}



.plate5{
	background-color: #F4F5F6;
	height: 800px;
}
.content5{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content5 img{
	width: 190px;
	height: 271px;
	margin-right: 80px;
	margin-bottom: 47px;
}
.content5 img:nth-child(4n){
	margin-right: 0;
}



.plate6{
	
}
.content6{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content6 .cont6-item{
	width: 173px;
	text-align: center;
	margin: 0 38px 78px;
}
.content6 .cont6-item .up{
	width: 173px;
	height: 173px;
	background: #F4F5F6;
	border-radius: 50%;
	margin-bottom: 26px;
}
.content6 .cont6-item .up:hover{
	box-shadow: 0px 2px 13px 0px rgba(28, 0, 75, 0.2);
}
.content6 .cont6-item .up img{
	object-fit: scale-down;
	width: 173px;
	height: 173px;
}
.content6 .cont6-item .down .tit{
	font-weight: bold;
	color: #0C0C0C;
	font-size: 21px;
}
