@charset "utf-8";
.main,#business{width:100%;min-width:320px;margin:0 auto;/*max-width:480px;*/font-size:14px}
.new-ct{background-color:#e5e5e5;position: relative;}
li{list-style:none;}
*{margin:0;padding:0;-webkit-box-sizing:border-box;}
body{font-family:'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;}
a{text-decoration:none;}





@media screen and (max-width: 800px){
#top{height:44px;line-height:44px;background:#c82027;font-size:16px;}
#top span.home{background:url(../images/home.png) 0px 0px no-repeat;background-size:auto 44px;width:44px;height:44px;position: absolute;left:10px;}
#top  span.title{color:#fff;display: block;height:44px;text-align: center;font-size: 16px;}

p.progress_bar{background:#e5e5e5;text-align: center;height:5px;}/*进度条*/

.content{}
.content p{font-size: 14px;color:#666;line-height: 30px;width:90%;margin:5px auto;background:#fff;border-radius:5px;padding:0 1em;}

.container_out{width:90%;height: 320px;margin:0 auto;background:#fff;border-radius: 10px;padding:10px;}
#container { height: 300px;margin:0px auto;font-size: 12px;}

}
@media screen and (min-width: 800px){
#top{height:88px;line-height:88px;background:#c82027;font-size:32px;}
#top span.home{background:url(../images/home.png) 0px 0px no-repeat;background-size:auto 88px;width:88px;height:88px;position: absolute;left:10px;}
#top  span.title{color:#fff;display: block;height:44px;text-align: center;font-size: 32px;}

p.progress_bar{background:#e5e5e5;text-align: center;height:5px;}/*进度条*/

.content{}
.content p{font-size: 28px;color:#666;line-height: 60px;width:90%;margin:20px auto;background:#fff;border-radius:10px;padding:0 1em;}

.container_out{width:90%;height: 640px;margin:0 auto;background:#fff;border-radius: 10px;padding:20px 10px;}
#container { height: 600px;margin:0px auto;font-size: 12px;}
	
}
.content img{
    width: 30%;
    margin-top: 2%;
}










