*{
    padding: 0;
    margin: 0;
 }
body{
    background:url(../images/body_bg_header.jpg) top center repeat-x;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
.clear{
    clear: both;
}
.contain{
    background-color: #fff;
    max-width: 1000px;
    min-width: 270px;
    width: 92%;
    margin: 10px auto;
    padding: 2%;
    border-radius: 30px 30px 0 0;
}
.header{
    height: 90px;
}
.logo{
    float: left;
}
.logo img{
    height: 60px;
}
.intro{
    width: 40%;
    float: right;
}
.intro p{
    line-height: 15px;
    font-size: 12px;
    padding: 5px 0;
}
.nav{
    width: 100%;
    height: 38px;
}
.dropbtn{
    display:none;
}
.navkonga{
    width: 5%;
    height: 38px;
    float: left;
    background: url(../images/1app.jpg) left center no-repeat;
    display: block;
}
.navkongb{
    width: 5%;
    height: 38px;
    float: left;
    background: url(../images/2app.jpg) right center no-repeat;
    display: block;
}
.navshu{
    width: 1%;
    float: left;
    height: 38px;
    background: url(../images/3app.jpg);
    text-align: center;
    display: block;
    line-height: 30px;
    color: #bbb;
    font-size: 14px;
}
.navyou{
    width: 17%;
    height: 38px;
    float: left;
    background: url(../images/3app.jpg);
    text-align: center;
    display: block;
    line-height: 30px;
    color: #fff;
    
}
.navyoua{
    width: 17%;
    height: 38px;
    float: left;
    background: url(../images/4app.jpg);
    text-align: center;
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.navyou:hover{
    width: 17%;
    height: 38px;
    float: left;
    background: url(../images/4app.jpg);
    text-align: center;
}

.login{
    height: 30px;
    text-align: right;
}
.login p{
    line-height: 30px;
    font-size: 12px;
}
.login p a{
    text-decoration: underline;
}
.login p a:hover{
    text-decoration: none;
}

.footer{
    height: auto;
    background-color: black;
}
.foottop{
    height: 30px;
    background:url(../images/foot.jpg) center center repeat;
    max-width: 1000px;
    min-width: 270px;
    width: 92%;
    margin: 0 auto;
    border-radius:0 0 30px 30px ;
}
.footbom{
    text-align: center;
    padding: 10px 0;
}
.footbom p,.footbom p a{
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.footbom p a{
    text-decoration: underline;
}
.footbom p a:hover{
    text-decoration: none;
}

@media (min-width: 801px) and (max-width: 901px){
    .intro p{
        line-height: 15px;
        font-size: 12px;
    }
}    



/*This is my Mobile view*/
@media (max-width: 800px){
    .header{
        height: auto;
        padding: 0 0 10px 0;
    }
    .logo{
        float: none;
        text-align: center;
        height: 50px;
    }
    .logo img{
        height:45px;
    }
    .intro{
        width: 96%;
        float: none;
    }
    .intro p{
        line-height: 15px;
        font-size: 12px;
    }
    .nav{
        position: fixed;
        top: 20px;
        right: 6%;
        width: 40px;
        height: 40px;
    }
    .dropbtn{
        cursor: pointer;
        border: none;
        outline: none;
        background-color: inherit;
        display: block;
    }
    .hidden {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index:20;
        top: 30px;
        left: -120px;
        width: 160px;
    }
    .navyou ,.navyoua{
        float: none;
        color: black;
        text-decoration: none;
        display: block;
        text-align:center;
        width: 160px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        background: none;
    }
    .navyou:hover{
        width: 160px;
        height: 35px;
        float: none;
        background: none;
    }
    .navkonga,.navkongb{
        display: none;
        background: none;
    }
    .hidden a:hover {
        background-color: #ddd;
    }
    .show {
        display: block;
    }

    .footbom p,.footbom p a{
        line-height: 20px;
        font-size: 10px;
        color: #fff;
    }

    .foottop{
        height: 30px;
        background:url(../images/foot.jpg) center center repeat;
        max-width: 1000px;
        min-width: 270px;
        width: 100%;
        margin: 0 auto;
        border-radius:0 0 30px 30px ;
    }

}    