﻿body{
    margin:0px;
    padding:0px;
    min-width:1200px;
}
#header{
    width:1200px;
    height:100px;
    background-color:#fff;
    overflow:hidden;
    margin: 0 auto;
}
#header .header-left{
    float:left;
}
#header .header-right{
    float:right;

}
#header .header-right div,.link{
    float:left;
    width:100px;
    line-height:100px;
    color:#515151;
    text-align:center;
}
#header .header-right div span:hover {
    /*font-weight:bold;*/
    font-size:18px;
    border-bottom:1px solid green;
}

ul,li {list-style: none;}
a {text-decoration: none;color: black;}
.box{width: 100%;margin: 0px auto;overflow: hidden;position: relative;}
.box-1 ul{margin:0px;padding:0px;}
.box-1 ul li{width: 100%;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;float:left;width:100%}

#footer{
    /*background-color:#13BA84;*/
    text-align:center;
    width:100%;
    height:50px;
    position:fixed;
    bottom:0px;
    border-top:1px solid #f0f0f0;
}
#footer div,.miit {
    line-height:25px;
    color:gray;
    font-size:12px;
}
#footer div:nth-child(1){
    font-size:14px;
}
#about img{
    width:100%;
}