.product_intro{
	/*height: 5.2rem;*/
}
.intro_06{
    height: 5.2rem;
}
.intro_01{
	padding: 0.9rem 3.6rem;
}
.intro_01 .title{
	text-align: center;
	font-size: 0.36rem;
	margin-bottom: 0.9rem;
}
.productbox{
	display: flex;
	    width: 100%;
    /*justify-content: space-between;*/
    justify-content: center;
}
.productbox a{
    width: 2.31rem;
    margin-right: 0.92rem;
}
.productbox a:last-child{
    margin-right: 0;
}
.flex_box{
	/*flex:1;*/
	/*margin: 0 0.46rem;*/
	height: auto;
	/*width: 1.81rem;*/
	    width: 2.32rem;
}
.intro_02,.intro_04{
	background: linear-gradient( 90deg, #FFFFFF 30%, #EBF7FF 100%);
}
.intro_03,.intro_05{
	background: linear-gradient( 90deg, #EBF7FF 0%, #FFFFFF 70%);
}
.intro_06{
	position: relative;
	background: url(../img/product/intro_06.png) center no-repeat;
	background-size: cover;
}
.intro_06 .more_box{
	position: absolute;
	top: 40%;
	left:3.61rem;
	color: #fff;
}
.intro_06 .more_box p:nth-child(1){
	font-size: 0.54rem;
}
.intro_06 .more_box p:nth-child(2){
	font-size: 0.24rem;
}
.intro_06 .more_box img{
	width: 0.18rem;
	display: inline-block;
}

@media only screen and (max-width: 1024px) {
.intro_01 {
  padding:0.9rem .3rem;
}
.productbox{
    display: block;
    height: auto;
    overflow: hidden;
}
.productbox a{
    width: 50%;
  float: left;
  margin-bottom: .3rem;
  margin-right: 0;
}
.flex_box{
    width: 80%;
    margin: 0 auto;
}
.intro_06 .more_box{
  left: 10%;
  width: 50%;
  height: 3rem;
}
.intro_06 .more_box p:nth-child(1) {
  font-size: 0.34rem;
  line-height: .6rem;
}
}