.content_inner {
	padding: 3.65rem 0 0 0;
	overflow: hidden;
}
.staff_menu{
	overflow: hidden;
	position: fixed;
	top:2.05rem;
	left: 6%;
	width: 94%;
	z-index: 1;
	background: #fff;
}
.staff_menu.active{
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
}
.staff_menu_inner{
	padding:0 0.6rem;
	overflow: hidden;
}
.staff_menu .staff_nav{
	padding-right: 0.3rem;
	line-height: 1.6rem;
	cursor: pointer;
	color:#666;
	float: left;
	display: block;
	font-size: 0.3rem;
}
.staff_menu .staff_nav:last-child{
	padding-right: 0;
}
.staff_menu .staff_nav:hover{
	color: #1810df;
}
.staff_menu .staff_nav.active{
	color: #1810df;
}
.probox3>.probox1_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: .5rem .7rem;
}

.probox3>.probox1_left>img {
    margin-top: 0;
}

.probox3con {
    padding: 0 .7rem 0 .6rem;
}

.pro3con {
    width: calc((100% - 1.4rem) / 3);
    display: inline-block;
    float: left;
    margin-right: 0.7rem;
    border-radius: .1rem;
    overflow: hidden;
    margin-bottom: .4rem;
}

.pro3con:nth-child(3n) {
    margin-right: 0;
}

.pro3img {
    position: relative;
    height: 3rem;
    overflow: hidden;
}

.pro3img>img {
    display: list-item;
    width: 100%;
    margin: 0 auto;
}
.pro3con .pro3con_title{
	font-size: 0.24rem;
	line-height: 0.34rem;
	padding-top: 0.4rem;
	color:#111;
}
.pro3con .pro3con_txt{
	padding-top: 0.1rem;
}
.pro3con .pro3con_txt .pro3con_txt_left{
	font-size: 0.18rem;
	line-height: 0.3rem;
	color:#999;
}
.pro3con .pro3con_txt .nright{
	width: 0.25rem;
	height: 0.16rem;
	opacity: 0;
	left: -30px;
	-webkit-transition: 0.6s all;
	transition: 1s all;
	position: relative;
}
.pro3con:hover .pro3con_title{
	color: #1810df;
}
.pro3con:hover .pro3con_txt .pro3con_txt_left{
	color: #1810df;
}
.pro3con:hover .pro3con_txt .nright{
	left: 0;
	opacity: 1;
}
div.center {
    text-align: center;
    margin: .4rem 0 .8rem;
}
@media (max-width: 992px) {
	.content_inner {
		padding-top: 142px;
	}
	.staff_menu{
		top:50px;
		width: 100%;
		left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 16px;
	}
	.staff_menu .staff_nav{
		line-height: 26px;
	}
	.pro3con {
	    width: calc((100% - 20px) / 2);
	    margin-right: 20px;
	    margin-bottom: 20px;
	}
	.pro3img{
		height: 5rem;
		border-radius: 5px;
	}
	.pro3con:nth-child(3n){
	    margin-right: 20px;
	}
	.pro3con:nth-child(2n){
	    margin-right: 0;
	}
	.pro3con .pro3con_txt .nright{
		opacity: 1;
		position: initial;
		width: 12px;
		height: 8px;
	}
	.pro3con .pro3con_title{
		font-size: 15px;
		line-height: 24px;
		padding-top: 10px;
	}
	.pro3con .pro3con_txt{
		padding-top: 0px;
	}
	.pro3con .pro3con_txt .pro3con_txt_left{
		font-size: 12px;
		line-height: 20px;
	}
}