﻿/* CSS Document */
*{ margin:0; padding:0; color:#000; font-family:"微软雅黑";}
@media(max-width: 1080px){
    /*s3*/
    *{ font-size:28px;}
}
@media(max-width: 780px){
    /*s3*/
    *{ font-size:18px;}
}
@media(max-width: 640px){
    /*s3*/
    *{ font-size:12px;}
}


.container{width:100%; margin:0 auto; max-width:960px; min-width:360px;}
a{ text-decoration:none;}
img{ border:0;}
#hh1{ height:1.5em;}


#lable{margin:0 auto; list-style:none; text-align:center;}
#lable li{ display:inline-block; width:24%;}
#lable img{width:70%}
#lable li a{ display:block; line-height:1.5em; font-size:1.2em;}


#btm_bg{ background:#bebebe; height:10em; width:100%; z-index:10; text-align:center;}
#btm_bg p{ line-height:1.5em; color:#FFF;}


#btm{position:fixed; bottom:0; background:#4c4c4c;list-style:none; text-align:center; width:100%; z-index:100; max-width:960px; min-width:360px;}
#btm li{ margin:0.5em auto; float:left; width:24%;}
#btm img{ width:auto; height:3em;}

.about_left{list-style:none;}
.about_left li{display:inline-block; border:#999 1px solid;  width:6.6em;  margin:1%; float:left;}
.about_left li a{font-family:微软雅黑; font-weight:bold;padding:0.5em;  color:#000; display:inline-block;}
.float_rigth_cont{ font-family:微软雅黑; font-weight:bold;margin:10px 5px; height:28px; line-height:28px; color:#000; width:100%}

