@charset "gb2312";
/* CSS Document */

/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"Î¢ÈíÑÅºÚ"; font-size:14px; cursor:default; color:#000;}
table{border-collapse:collapse;border-spacing:0; border:1px solid #ededec;}
tr,td{border:1px solid #ededec;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none; vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#4c4c4c;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
i{font-style:normal}

.clear{ clear:both;}
.fl{ float: left;}
.fr{ float: right;}
.pr{position:relative;}

.container{ width: 100%; overflow: hidden; }


.pic{
    position: absolute;
    bottom: 9.259%;
    left: 0;
    right: 0;
}
.pic ul{
    width: 57.291%;
    margin: 0 auto;
}
.pic ul li{
    width: 20%;
    height: auto;
    text-align: center;
    margin: 0 2.5%;
    display: block;
    float: left;
}
.pic ul li img{
    max-width: 100%;;
}
.pic ul li p{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 30px;
}
.pic ul li:hover p{
    color: #e90000;
}
@media only screen and ( max-width: 1000px ) {
    body,html{ width: 100%; }
    .backstretch{ width: 100%!important; }
    .pic{
        position: absolute;
        bottom: 9.259%;
        left: 0;
        right: 0;
        top: 420px;
    }
    .pic ul{
        width: 100%;
        margin: 0 auto;
    }
    .pic ul li{
        width: 45%;
        height: auto;
        text-align: center;
        margin: 0 2.5% 20px;
        display: block;
        float: left;
    }
    .pic ul li p{
        font-size: 16px;
        padding-top: 20px;
    }
}
