@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 750px) {
    body{width:100%; min-width:100%;max-width: 100%;}
	body *{box-sizing: border-box;}
	.Warp{min-width: 100%;max-width: 100%;}
	.warp{max-width: 100%;}
	.wrap{min-width:100%;}
	.w1700{width: 100%;}
	.w1660{ width:100%;}
	.w1200{ width:100%;}
	.w1220{ width:100%;}

    .warp{min-width: 100%;background-size: cover;}

    .Top{height: auto !important;}
    .Top .logo{margin: 10px auto;width: 80%;}
    .Top .logo>div{height: auto;}
    .Top .logo img{width: 100% !important;height: 100% !important;object-fit: contain;}

    .LeftBox>h2.L_Top{height: 10px;}
    .LeftBox{width: 100%;border: 1px solid #FE523C;border-radius: 8px;background: #FEE6D9;min-height: inherit !important;margin: 10px 0;}
    .LeftBox>.LeftContent{min-height: inherit !important;}
    .LeftBox>h2.L_Top,
    .LeftBox>.LeftContent,
    .LeftBox>h2.L_Bot{background-size: cover;background: none;}


    .RightCon{width: 100%;margin-bottom: 10px;}
	/*底部样式*/
	.Footer{height: auto;}
	/*友情链接*/
	.Footer .Link{display:none;}

	.warp .Footer .w1700{width:100%;}
	.warp .Footer .foot .foot_l{float:none;margin: 0;padding: 20px 10px 0px;}
	.warp .Footer .foot .syqt{width:100%;margin: 0;height: auto;overflow: hidden;line-height: 25px;}
	.warp .Footer .foot .syqt a{font-size:14px;display: inline-block;}
	.warp .Footer .foot .syqt span{font-size:14px;padding: 0px 2px;}
	.warp .Footer .foot .foot_txt{width:100%;}
	.warp .Footer .foot .foot_txt p{font-size:14px;}
	.warp .Footer .foot .foot_txt p.browser{display:none;}
	.warp .Footer .foot .foot_txt p span{display:block;}
	.warp .Footer .foot .dzjg{margin-top:10px;}
	.warp .Footer .foot .foot_r{float:none;margin: 10px auto 0;}
	
	div.page{height:auto;padding: 10px 0px;}
    div.page span{line-height:31px;display: inline-block;}
    div.page a{margin:3px;display: inline-block;padding: 0px 7px;}

}