.index{
	width: 550px;
	margin: 0;
	
}

/* 4个按钮 */
.index_title{
	width: 100%;
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
}
.index_title .title_items{
	width: 90%;
	height: 140px;
	margin:  0 auto;
	margin-top: 30px;
	display: flex;
}
.title_items .title_item{
	width: 25%;
	text-align: center;
	font-size: 20px;
}
.title_item a{
	height: 140px;
	display: block;
}
.title_items .title_item img{
	/* width: 80%; */
	width: 85px;
}

/*小圆图部分标题*/

.index_insets {
    width: 100%;
    height: 87px;
    background-color: #f0f0f0;
    overflow: hidden;
}
.index_insets .insets_text{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	margin-top: 6px;
	overflow: hidden;
	text-align: center;
}
.insets_text p:nth-of-type(1){
	height: 36px;
	line-height: 36px;
	font-size: 30px;
	font-weight: 900;
	font-family: pf;
	color: #000000;
	margin-top: 12px;
}
.insets_text p:nth-of-type(2){
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #7c7c7c;
	letter-spacing:1px
}
/* 图标内容 */
.insets_icon{
	width: 100%;
}
.insets_icon .icon_items{
	width: 470px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.icon_items .icon_item{
	width: 104px;
	height: 150px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	margin-right: 64px;
}
.icon_item a{
	display: block;
	height: 150px;
	width: 104px;
}
.icon_items .icon_item:nth-of-type(3n){
	margin-right: 0;
}
.icon_item p{
	height: 42px;
	line-height: 42px;
}

/* 矩形图部分 */
.figure{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.figure_items{
	width: 470px;
	height: 340px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.figure_items .figure_item{
	width: 206px;
	height: 140px;
	margin-bottom: 30px;
}
.figure_items .figure_item p{
	width: 206px;
	height: 140px;
	font-size: 30px;
	text-align: center;
	line-height: 140px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,.5);
}
.figure_item p:hover{
	background-color: rgba(0,0,0,0);
}

/*7个圆*/
.process{
	width: 100%;
	height: 285px;
	margin: 0 auto;
}
.process .process_items{
	width: 480px;
	height: 285px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.process_items .process_top,.process_items .process_bottom{
	width: 346px;
	height: 86px;
	margin: 0 auto;
	margin-top: 22px;
	margin-bottom: 27px;
	display: flex;
	justify-content: space-between;
	line-height: 97px;
}
.process_top .process_item,.process_bottom .process_item{
	width: 86px;
	height: 86px;
}
.process_item p{
	height: 43px;
}
.process_item p:nth-of-type(1){
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.process_item p:nth-of-type(2){
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.process_items .process_bottom{
	width: 480px;
	margin-bottom: 64px;
}
/*定位的图片*/
.rotat_img{
	width: 21px;
	height: 21px;
	position: absolute;
	right: 12%;
	top: 35%;
}

