/*shouhou*/
#shouhoubg{background:#F6F6F6;padding:40px 0 60px;}
.shouhou{margin-top:40px;background:#FFF;}
.shouhou .sh_left{width:50%;float:left;}
.shouhou .sh_left .sh_img{width:100%;padding-bottom:550px;position:relative;}
.shouhou .sh_left .sh_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.shouhou .sh_right{width:50%;float:right;}
.shouhou .sh_right .sh_txt{width:750px;float:left;padding:40px 0 0 50px;}
.shouhou .sh_right p{font-size:16px;line-height:30px;padding-left:20px;margin-top:10px;position:relative;}
.shouhou .sh_right p:before{content:'';width:7px;height:7px;background:#e30713;position:absolute;left:0;top:12px;}
.shouhou .sh_right p:first-child{padding-left:0;margin-top:0;}
.shouhou .sh_right p:first-child:before{content:none;}
.shouhou .sh_right .aa{font-size:20px;color:#F00;height:30px;line-height:30px;margin-top:15px;}


/*1200浠ヤ笂灞忓箷*/
@media screen and (max-width:1599px){
	#shouhoubg{padding:30px 0 40px;}
	.shouhou{margin-top:30px;}
	.shouhou .sh_left .sh_img{padding-bottom:470px;}
	.shouhou .sh_right .sh_txt{width:600px;padding:20px 0 0 30px;}
	.shouhou .sh_right p{font-size:15px;line-height:26px;}
}
@media screen and (max-width:1399px){
	#shouhoubg{padding:26px 0 30px;}
	.shouhou{margin-top:20px;}
	.shouhou .sh_left .sh_img{padding-bottom:420px;}
	.shouhou .sh_right .sh_txt{width:497px;padding:15px 0 0 20px;}
	.shouhou .sh_right p{font-size:13px;line-height:23px;margin-top:6px;}
	.shouhou .sh_right p:before{top:8px}

}
@media screen and (max-width:1023px){
	#shouhoubg{padding:20px 0;}
	.shouhou .sh_left{width:100%;float:none;}
	.shouhou .sh_left .sh_img{padding-bottom:57.3%;}
	.shouhou .sh_right{width:100%;float:none;}
	.shouhou .sh_right .sh_txt{width:100%;padding:10px 10px 15px;}

}