.banner_patent{
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
	background-color: #7989c4;
}

.banner_patent .banner_patent1{
	max-width: 1340px;
	width: 90%;
	background: url(../images/bannerPC_fuwu.jpg) no-repeat center right;
	height: 100%;
	margin: 0 auto;
	background-size: cover;
}

.banner_patent p{
	max-width: 1200px;
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	font-size: 67px;
	color: #fff;
	font-family: Regular;
	margin: 0 auto;
	margin-top: 10%;
	position: relative;
}

/* 1024 banner */
.banner_patent980 .banner_patent1{
	width: 100%;
	background: url(../images/banner1024_fuwu.jpg) no-repeat center;
	background-color: #7989c4;
	background-size: cover;
	overflow: inherit;
}

/* 鏈嶅姟鍙婁骇鍝� */
.fuwu .main ul{
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fuwu .main li{
	width: 238px;
	height: 238px;
	overflow: hidden;
}
.fuwu .main li:nth-child(n + 4){
	margin-top: -84px;
}
.fuwu .main li:nth-child(7),.fuwu .main li:nth-child(8),.fuwu .main li:nth-child(9){
	margin-top: 20px;
}
.fuwu .main li:nth-child(8){
	height: 0;
}
.fuwu .main li:nth-child(5){
	font-size: 28px;
	font-family: bold;
	color: #df0515;
	text-align: center;
	padding-top: 136px;
	box-sizing: border-box;
	position: relative;
	top: 60px;
	z-index: 9;
}
.main li:nth-child(2) .ele .geometry3{
	transform: rotate(36deg);
}
.main li:nth-child(2) .ele .geometry4{
	transform: rotate(-36deg);
}

.main li:nth-child(4) .ele .geometry1{
	transform: rotate(0deg);
}
.main li:nth-child(4) .ele .geometry2,.main li:nth-child(11) .ele .geometry2{
	transform: rotate(-18deg);
}
.main li:nth-child(4) .ele .geometry4,.main li:nth-child(11) .ele .geometry4{
	transform: rotate(54deg);
}
.main li:nth-child(6) .ele .geometry2{
	transform: rotate(72deg);
}
.main li:nth-child(7) .ele .geometry1{
	transform: rotate(-72deg);
}
.main li:nth-child(9) .ele .geometry1{
	transform: rotate(18deg);
}
.main li:nth-child(9) .ele .geometry3{
	transform: rotate(-54deg);
}


.main ul>li:nth-child(2) .ele .text{
	background-color: #5676ba;
}
.main ul>li:nth-child(4) .ele .text{
	background-color: #8cc8c5;
}
.main ul>li:nth-child(6) .ele .text{
	background-color: #75b5d4;
}
.main ul>li:nth-child(7) .ele .text{
	background-color: #ed7458;
}
.main ul>li:nth-child(9) .ele .text{
	background-color: #7888c3;
}
.main ul>li:nth-child(11) .ele .text{
	background-color: #75b5d4;
}
.main ul .ele{
	max-height: 218px;
	height: calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
}
.ele .text>p{
	line-height: 1.5;
	padding-top: 40%;
}
.main ul>li:nth-child(11) .ele .text>p{
	padding-top: 28%;
}
.main ul>li:nth-child(11) .ele .text .text_current p{
	line-height: 1.2;
}

/* 980 */
@media (max-width: 997px) {
	.fuwu{
		width: calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
	}
	.fuwu .main ul{
		margin-top: 120px;
	}
	.fuwu .main li{
		width: 33.33%;
	}
	.fuwu ul .ele{
		border: none;
		max-width: none;
		max-height: none;
	}
	.fuwu .ele .geometry1,.fuwu .ele .geometry2,.fuwu .ele .geometry3,.fuwu .ele .geometry4{
		display: none;
	}
	.ele .text>p{
		font-size: 36px;
	}
	.fuwu .main li:nth-child(5){
		font-size: 36px;
		top: 118px;
	}
}