.achiever_indro{
	width: 100%;
	background: url(../../../img/front/images/vdts.png);
	padding-top:10%;
	padding-bottom:60px;
	box-sizing: border-box;
}
.achiever_indro_title{
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #080808;
	text-align: center;
}
.achiever_indro_info{
	display: flex;
	flex-direction: row;
	width: 64%;
	margin: auto;
}
.achiever_indro_info_pic{
    width:50%;
    max-height:553px;
}
.achiever_indro_info_pic img{
    width:100%;
    height:100%;
}
.achiever_indro_info_detail{
	width: 46%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.achiever_indro_info_detail_title{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #080808;
	margin-bottom: 41px;
}
.achiever_indro_info_detail_content{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #080808;
}
.achiever_advantage{
	width: 63%;
	margin: auto;
}
.achiever_advantage_title{
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #080808;
	text-align: center;
	margin:60px 0 36px 0;
}
.achiever_advantage_content{
	display: flex;
	flex-wrap: wrap;
}
.achiever_advantage_content_one{
	width: 49%;
	height: 230px;
	background: url(../../../img/front/images/advantage.png);
	margin-right:2%;
	padding:26px 46px 0 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	margin-bottom:18px;
}
.achiever_advantage_content_one:nth-child(2n){
	margin-right:0;
	padding:26px 40px 0 24px;
}
.achiever_advantage_content_one_l_title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #080808;
}
.achiever_advantage_content_one_l_line{
	margin-top:20px;
	margin-bottom:37px;
	width: 107px;
	height: 5px;
	background: url(../../../img/front/images/line.png);
}
.achiever_advantage_content_one_l_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #080808;
}
.achiever_advantage_content_one_r{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.achiever_advantage_content_one_r_pic{
	margin-top:16px;
	margin-left: auto;
	transition: transform 0.5s ease-in-out;
	max-height: 148px;
}
.achiever_advantage_content_one_r_pic img{
    width:100%;
    height:100%;
}
.goods_show{
	width: 100%;
	margin-top:20px;
}
.goods_show_top{
	width: 100%;
	height: 350px;
	background: url(../../../img/front/images/show.png);
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 350px;
}
.goods_show_content{
	width:100%;
	position: relative;
	top: -58px;
}
.goods_show_content_block{
	width: 67%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.goods_show_content_block_one{
    width:32%;
	margin-right:1%;
	display: flex;
	flex-direction: column;
}
.goods_show_content_block_one:nth-child{
	margin-right: 0;
}
.goods_show_content_block_one_text{
	width: 88%;
	height: 61px;
	background: url(../../../img/front/images/p.png);
	background-size: 100% 100%;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 61px;
	margin: 0 auto 0;
}
.achiever_advantage_content_one:hover{
	box-shadow: 0 2px 21px 0 #2BD5D5;
	cursor: default;
}
.achiever_advantage_content_one:hover .achiever_advantage_content_one_r_pic{
	transform: scale(1.2);
}
.goods_show_content_block_one_pic{
    width:100%;
    max-height:471px;
	transition: transform 0.3s ease-in-out;
}
.white_block_no{
    width:100%;
    height:24px;
    flex:1;
}
.goods_show_content_block_one_pic img{
    width:100%;
    height:100%;
}
.goods_show_content_block_one:hover .goods_show_content_block_one_pic{
	box-shadow: 0 2px 21px 0 #ccc;
}
.goods_show_content_block_one:hover .goods_show_content_block_one_pic{
	transform: scale(1.2);
}