﻿* {
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

form{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: block;
}

p img {
    width: 100%;
    height: auto;
}

html {
    overflow-x: hidden;
}

body, menu, ul, figure, figcaption {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style: none;
}

body {
    top: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    border: 0;
    background-size: 100% auto;
    background-position: center;
    background: #f6f6f6;
}

html {
    height: 100%;
}

li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

.box {
    /*弹性盒子定义*/ display: -webkit-box;
    display: box;
}

.box_vertical {
    /*垂直放置*/ -webkit-box-orient: vertical;
    box-orient: vertical;
}

.box_horizontal {
    /*横向放置*/ -webkit-box-orient: horizontal;
    box-orient: horizontal;
}

.box_f1 {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.box_f2 {
    position: relative;
    -webkit-box-flex: 2;
    box-flex: 2;
}

.box_f3 {
    position: relative;
    -webkit-box-flex: 3;
    box-flex: 3;
}

.radius5 {
    -moz-border-radius: .5em; /* Gecko browsers */
    -webkit-border-radius: .5em; /* Webkit browsers */
    border-radius: .5em; /* W3C syntax */
}

.radius3 {
    -moz-border-radius: .3em; /* Gecko browsers */
    -webkit-border-radius: .3em; /* Webkit browsers */
    border-radius: .3em; /* W3C syntax */
}

.head{
    background:#085996;
    height:2.5em;
    border-bottom:1px solid #0e4671;
}
.head h2{
    text-align:center;
    color:#fff;
    font-size:1em;
    line-height:2.5em;
}