﻿/* font */
* {
    margin: 0 auto;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.guidePage {
    position: relative;
    top: 0;
    max-width: 414px;
    width: 100vw;
    height: auto;
    background: #f5f6f7;
    background-size: 100%;
    z-index: 2;
}

.guideBanner {
    position: relative;
    width: 100%;
    height: auto;
}

/* nav */
.nav{
    position: relative;
    width: 100%;
    height: 14vh;
    background: #fff;
}

.navBar{
    width: 98%;
    height: 6vh;
}

.navBar ul li{
    float: left;
    margin-top: 2vh;
    margin-right: 2%;
    display: block;
    width: 23%;
    height: 4vh;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.navBar ul li a{
    display: block;
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    font-size: 1.7vh;
    color: #000;
    text-align: center;
}

.p_col{
    position: relative;
    width: 100%;
    height: auto;
}

.tip{
    padding: 0 6vw;
    width: 100%;
    height: 4vh;
    box-sizing: border-box;
}

.tip li{
    float: left;
    display: block;
    height: 4vh;
    line-height: 4vh;
    box-sizing: border-box;
    overflow: hidden;
}

.tip li:nth-child(1){
    width: 10%;
    text-align: center;
    font-size: 2vh;
    font-weight: bolder;
}

.tip li:nth-child(2){
    padding-left: 2%;
    width: 60%;
    font-size: 2vh;
    font-weight: bolder;
}

.tip li:nth-child(3){
    width: 30%;
    text-align: right;
}

.tip li:nth-child(3) a{
    display: block;
    width: 100%;
    height: 100%;
    color: #003ca0;
    font-size: 1.6vh;
}
/* nav */

/* p1_con */
.p1_con{
    position: relative;
    margin:1vh auto;
    width: 96%;
    height: 14vh;
    background: #fff;
    border-radius: 5px;
}

.p1_l,.p1_r{
    padding: 2%;
    height: 14vh;
    box-sizing: border-box;
    overflow: auto;
}

.p1_l{
    position: relative;
    float: left;
    width: 60%;
}

.p1_l a{
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.p1_l a:nth-child(1){
    font-size: 2vh;
    line-height: 3vh;
    color: #000;
    text-align: justify;
}

.p1_l span{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
    color: #bbb;
}

.p1_r{
    float: right;
    width: 40%;
}
/* p1_con */

/* copy */
.copy p{
    position: relative;
    bottom: 0;
    float: left;
    max-width: 414px;
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    background: #093552;
    font-size: 1.5vh;
    color: #fff;
    text-align: center;
}
/* copy */

/* bk */
.bk{
    position: relative;
    width: 100%;
    height: 4vh;
    background: #093552;
}

.bk li{
    float: left;
    display: block;
    height: 4vh;
    line-height: 4vh;
    color: #fff;
    text-align: center;
}

.bk li:nth-child(1){
    width: 20%;
}

.bk li:nth-child(2){
    width: 70%;
    text-indent: -0.7rem;
}

.bk li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
/* bk */