ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
    margin:0;
    padding:0;
    list-style:none;
}
form{
    margin:0;
}
img{
    vertical-align: middle;
}
input{border:none;outline:none;margin:0;}
select{
    margin:0;
    position:Relative;
}
.container{
    width:90%;
    margin:0 auto;
    min-height:90px;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
/*h1, h2, h3 {*/
    /*font-size: 14px;*/
/*}*/
header{
    width:100%;
    min-height:50px;
}
.con{
    width:65%;
    margin:0 auto;
}
header>.con{
    border-bottom:2px solid #ddd;
}
header>.con>.container{
    line-height:90px;
}
header>.con>.container>img:nth-child(2){
    margin-left:20px;
}
header>.con>.container>span{
    margin-left:20px;
    margin-top:10px;
    font-size:1.3em;
    font-weight:bold;
    position:Relative;
    top:10px;
}
/*header>.con>.container>a{*/
    /*float:right;*/
    /*color:black;*/
    /*font-size:1.1em;*/
    /*/!*font-weight:bold;*!/*/
    /*margin-right:20px;*/
/*}*/
section{
    width:100%;
    min-height:550px;
    overflow:hidden;
}
.content{
    width:500px;
    min-height:200px;
    margin:0 auto;
}
.content>div{
    /*margin:0 auto;*/
    width:100%;
    min-height:50px;
    /*border:1px solid #ddd;*/
    /*line-height:50px;*/
    /*font-size:1.1em;*/
    /*font-weight:bold;*/
    margin-top:30px;
    /*position:absolute;*/
    /*text-align:Center;*/
}
.content>div>p{
    padding-left:30px;
    margin-top:10px;
}
.content>div>p>span>a{
    color:blue;
    float:right;
}
/*.content>div:last-child{*/
    /*text-align:Center;*/
/*}*/
/*.content>div>span{*/
    /*display:inline-block;*/
    /*width:150px;*/
    /*height:40px;*/
    /*border-right:1px solid #ddd;*/
    /*margin-top:5px;*/
    /*line-height:40px;*/
    /*text-align:Center;*/
/*}*/
/*.content>.auth>input{*/
    /*width:210px;*/
/*}*/
/*.content>.auth>span:nth-child(3){*/
    /*width:100px;*/
    /*border:0;*/
    /*background:#ddd;*/
    /*cursor:pointer;*/
/*}*/
/*.content>.auth>span:nth-child(3):hover{*/
    /*background:#009b42;*/
    /*color:white;*/
/*}*/
/*.content>div>input{*/
    /*margin:0;*/
    /*margin-left:10px;*/
    /*vertical-align: top;*/
    /*/!*margin-top:5px;*!/*/
    /*width:250px;*/
    /*height:50px;*/
    /*padding-top:0;*/
    /*padding-bottom:0;*/
    /*padding-right:0;*/
    /*outline:none;*/
    /*border:none;*/
    /*/!*font-size:1.1em;*!/*/

/*}*/
/*.content>div:last-child>a{*/
    /*display:inline-block;*/
    /*width:100%;*/
    /*background:#009b42;*/
    /*color:white;*/
    /*font-size:1.2em;*/
    /*cursor:pointer;*/
/*}*/
/*.content>div:last-child>a:hover{*/
    /*background:#19cd55;*/
/*}*/
/*.content>div>input:focus{*/
    /*outline:none;*/
    /*border:0;*/
/*}*/
/*.content>b{*/
    /*display:inline-block;*/
    /*width:110px;*/
    /*height:20px;*/
    /*float:right;*/
    /*position:relative;*/
    /*top:-42px;left:17px;*/
    /*font-weight:normal;*/
/*}*/

footer{
    margin-top:40px;
    width:100%;
    min-height:200px;
}
footer>.con{
    height:150px;
    /*background:#368395;*/
    border-top:2px solid #ddd;
    padding-top:20px;
}
.about{
    width:100%;
    min-height:120px;
    font-size:1.2em;
}
.about>h5{
    text-align:center;
    margin-top:10px;
}
.about>h5>a{
    color:black;
    padding:0 10px;
    font-size:1.1em;
    text-decoration:none;
}
.about>p{
    width:100%;
    height:100px;
    text-align:Center;
    padding-top:15px;
    font-size:0.6em;
}
@media(min-width:768px){
    .container{
        width:100%;
    }
    .container>img:first-child{
        width:50px
    }
    .container>img:nth-child(2){
        width:220px;
    }
}

@media(min-width:1024px){
    .container{
        width:90%;
    }
    .container>img:first-child{
        width:60px
    }
    .container>img:nth-child(2){
        width:250px;
    }
}