

/*专利*/
.zhuan{
	position: relative;
}
.zhuan_bg_all{
	position: absolute;
	width: 10%;
}
.zhuan_bg_top{
	right: 10%;
	top:-3%;
}
.zhuan_bg_bottom{
	left: 4%;
	bottom:36%;
}



/*双证*/
.zheng_img{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 65%;
	margin: 0px auto;
	
}
.zheng_img img{
	width: 45%;
	box-shadow: 0px 0px 15px 2px #e4e4e2;
}




/*使用方法*/
.method_detail{
	display: flex;
	display: -webkit-flex;
	width: 75%;
	margin: 100px auto 0px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.method_detail_img{
	width: 48%;
}
.method_detail_item{
	width: 51%;
	text-align: center;
	display: flex;
    /* display: -webkit-box; */
    flex-direction: column;
    justify-content: center;
}
.method_detail_item h6>span{
	font-size: 44px;
    background: #1b3a3d;
    display: inline-block;
    border-radius: 18px;
    color: #FFFFFF;
    padding: 3px 25px 6px;
}
.method_detail_header_min{
	font-size: 30px;
	color: #1b3a3d;
	line-height: 105px;
	text-align: center;
	padding-bottom: 10px;
}
.method_detail_content{
	overflow: hidden;
}
.method_detail_content_left{
	color: #FFFFFF;
    font-size: 37px;
    width: 24%;
    float: left;
    background: url(../imgs/jiang/1.png) no-repeat top center;
    padding-bottom: 27px;
    background-size: 100%;
    line-height: 1.8;
	
}
.method_detail_content_right{
	font-size: 30px;
	float: right;
	width: 74%;
	line-height: 45px;
	text-align: left;
	padding-bottom: 35px;
}
.method_detail_item .method_detail_content:nth-of-type(2) .method_detail_content_right{
	padding-bottom: 0px;
}


/*产品展示*/
.shop_list{
	width: 70%;
	margin: 0px auto;
}
.shop_list img{
	padding-top: 90px;
	width: 100%;
}
.shop_list div{
	position: relative;
}
.shop_list .right{
	position: absolute;
    width: 11%;
    top: 32%;
    right: -5%;
}
.shop_list .left{
	position: absolute;
    width: 11%;
    top: 28%;
    left: -5%;
}



/*标题*/
.header_1{
	padding: 70px 0px 0px;
}
.icon_1{
	margin: 128px auto 80px;
}
.icon_2{
	margin: 60px auto;
}
.icon_3{
	margin: 100px auto 60px;
}
.icon_4{
	margin: 160px auto 60px;
}

.ti_img{
	margin: 45px auto;
}
.main_text_min_1{
	width: 55%;
}
.main_text_min_2{
	width: 61%;margin-bottom: 70px;
}
.main_text_min_3{
	line-height: 58px;
}
.main_text_min_4{
	width: 60%;padding: 20px 0px 100px;
}
.jiang_product_detail_text_right_name{
	font-size: 24px;
}
.jiang_product_detail_text_right_name>font{
	padding-bottom: 15px;font-size:30px;
}



/*移动端*/
@media only screen and (min-width: 300px) and (max-width: 450px) {
	.ti_img{
		width: 70%;
		margin: 20px auto;
	}
	.header_1{
		padding: 30px 0px 0px;
	}
	.icon_1{
		margin: 54px auto 35px;
	}
	.icon_2{
		margin: 24px auto;
	}
	.icon_3{
		margin: 45px auto 26px;
	}
	.icon_4{
		margin: 68px auto 26px;
	}
	#product_detail{
		flex-wrap: wrap;
	}
	#product_detail>img{
		width: 75%;
		margin: 0px auto;
	}
	.product_detail_text{
		width: 100%;
	}
	.product_detail_text>p{
		font-size: 14px;
		line-height: 32px;
		overflow: hidden;
	}
	
	
	.main_text_min{
		width: 85%;
		font-size: 14px;
		line-height: 30px;
	}
	.jiang_product_detail_text_right_name{
		width: 100%;
		text-align: center;
	}
	.main_text_min_4{
		padding: 10px 0px 45px;
	}
	.zheng_img{
		width: 90%;
	}
	.zheng_img img{
		height: 100%;
	}
	.method_detail{
		width: 90%;
		margin-top: 44px;
	}
	.method_detail{
		flex-wrap: wrap;
	}
	.method_detail_img{
		width: 100%;
		height: 100%;
	}
	.method_detail_item{
		width: 100%;
	}
	.method_detail_item h6>span{font-size: 16px;margin-top: 20px;padding-top: 6px;border-radius: 10px;}
	.method_detail_content_right{
		font-size: 12px;
		line-height: 24px;
		padding-bottom:13px;
	}
	.method_detail_header_min{
		font-size: 14px;
		line-height:54px;
	}
	.method_detail_content_left{
		font-size: 18px;
	}
	.shop_list{
		width: 86%;
	}
	.shop_list img{
		padding-top: 40px;
	}
	#main{
		background-size: 100%;
	}
	.jiang_product_detail_text_right_name>font{
		font-size: 14px;
	}
}