body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000000;
}
p{
    margin: 0;
}
.img100{
    display: block;
    width: 100%;
}
.hide{
    display: none;
}
.header{
    width: 100%;
    background: url("../img/headerbg.jpg") no-repeat center/100% 100%;
    box-sizing: border-box;
    padding: 40px 0;
}
.headcontent{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.headcontent>img{
    width: 25%;
}
.head_menu{
    width:60%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.head_menu>a{
    width: 19%;
    background: url("../img/menubg.png") no-repeat center/100% 100%;
    text-align: center;
    box-sizing: border-box;
    color: #FFFFFF;
    padding:8px 0;
    font-size: 15px;
    letter-spacing: 2px;
}
.footer2{
    width: 100%;
    background: url("../img/footerbg.jpg") no-repeat center/100% 100%;
    box-sizing: border-box;
    padding: 50px 0;
    font-size: 15px;
}
.footercontent{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.gainfo{
    position: relative;
    padding-left: 1.5%;
}
.gainfo:before{
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    left:0%;
    top: 2px;
    background: url("../img/icon1.png") no-repeat center/100% 100%;
}