* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #062d3c;
    font-size: 16px;
}

ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,i,em,b {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    color:  #062d3c;
}
table{
    border-collapse:collapse;
}
input,select,textarea,button {
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.mtop30{
	margin-top: 30px;
}
.mtop20{
	margin-top: 20px;
}





/* -----------------app-header -------------------*/
.app-header{
    display: none;
    height: 60px;
    background-color: #0069ae;
}

.app-logo{
    float: left;
    margin-left: 10px;
    line-height: 60px;
}
.app-logo img{
    vertical-align: middle;
}
.ah-r1{
    float: right;
    margin-top: 16px;
    margin-right: 10px;
}
.app-ss{
    float: left;
    width: 28px;
    margin-top: 1px;
    height: 28px;
    background: url(../images/ss1.svg) no-repeat center/100% 100%;
}
.app-ss.on{
    background: url(../images/cha.svg) no-repeat center/100% 100%;
}
.app-menus{
    float: left;
    width: 20px;
    position: relative;
    height: 14px;
    margin-left: 10px;
    margin-top: 7px;
}
.app-menus span{
    position: absolute;
    display: block;
    width: 100%;
    transition:.2s;
    background: #fff;
    height: 2px;
    -webkit-transition:.2s;
    -moz-transition:.2s;
    -ms-transition:.2s;
    -o-transition:.2s;
}
.app-menus span:nth-of-type(1){
    top: 0;
}
.app-menus span:nth-of-type(2){
    top: 50%;
}
.app-menus span:nth-of-type(3){
    top: 100%;
}

.app-menus.on span:nth-of-type(1){
    top: 0;
    transform: rotate(45deg);
    margin-top: 8px;
}
.app-menus.on span:nth-of-type(2){
    display: none;
}
.app-menus.on span:nth-of-type(3){
    top: 100%;
    transform: rotate(-45deg);
    margin-top: -6px;
}
.app-ssshow{
    position: absolute;
    top: 60px;
    width: 100%;
    background: rgba(58,67,82,0.9);
    left: 0;
    padding: 15px;
    z-index: 10;
    display: none;
}
.app-ssshow .i1{
    background-color: #fff;
    line-height: 30px;
    width: calc(100% - 50px);
    float: left;
    border: none;
    font-size: 14px;
    text-indent: 10px;
}
.app-ssshow .b1{
    width: 50px;
    height: 30px;
    color: #000;
    border: none;
    background-color: #fff;
    float: left;
    font-size: 14px;
}
.nav-show{
    position: absolute;
    top: 60px;
    width: 100%;
    background: rgba(58,67,82,0.9);
    z-index: 10;
    display: none;
}
.nav-show a{
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    border-left: 2px solid transparent;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.nav-show a:last-child{
    border-bottom: none;
}
.nav-show a.active{
    border-left-color: #fff;
}










