*{margin:0px;padding:0px;}
body{width:1200px;min-width:1200px;font:14px arial;margin:0 auto;background-color:F6F6F6;}
ul,li{list-style:none}
a{color:#048;text-decoration:none;font-family:"Microsoft YaHei","Times New Roman",Georgia,Serif;}
a:hover{color:#FF0000;}

/*首页*/
.max-body{width:100%;height:auto;}
.introduction{width:100%;height:300px;background:#fff;margin:10px auto;}
.introduction p{display:block;width:96%;height:96%;margin:2% 2%;line-height:35px;font-size:20px;}
.act-box{width:100%;height:300px;background-color:#fff;margin:10px auto;overflow:hidden;}
.act-box .imgbox{width:30%;height:100%;float:left;text-align:center;display:flex;justify-content:center;align-items:center;}
.act-box .imgbox img{width:300px;height:280px;border-radius:10px;margin:auto;}
.act-box ul{width:50%;height:100%;float:left;}
.act-box ul li{width:100%;max-height:25%;min-height:15%;overflow:hidden;float:left;display:flex;align-items:center;}
.act-box ul li h5{width:100%;height:100%;overflow:hidden;}
.act-box ul li h5 b{display:block;width:auto;height:75px;line-height:75px;float:left;font-size:25px;}
.act-box ul li h5 span{display:block;width:30px;height:21px;line-height:21px;border-radius:5px;text-align:center;margin:27px;background:#99D1FF;float:left;}
.mprice{width:19%;height:100%;float:right;}
.mprice i{display:block;width:100%;height:100%;text-align:center;line-height:300px;font-size:14px;}
.mprice span{font-size:30px;color:red;}