

body {
    margin:0px;
    padding:0px;
}

.headcontent{
    width:100%;
}

.headtop{
    display:flex;
    flex-direction:row;
    width:1720px;
    height:110px;
    margin:0 auto;
}

.headtopleft{
    width:40%;
    text-align:left;

}

.headtopright {
    width: 60%;
}

.headtopleft img{
    width:139px;
    height:42px;
}

.logo{
    margin:0 auto;
}

.bg-image{
    background-image:url(/images/home/bghome.png);
    background-size:cover;
    background-repeat:no-repeat;
}

.navactive {
    color: #7070d5;
}

img {
    max-width: 100%;
}