* {
    padding: 0;
    margin: 0;
    /*border: 0;*/
    outline: none;
    list-style-type: none;
}
a {
    color: #1B242F;
    text-decoration: none;
}
body {
    /*color: #666;
    font-family: "Simsun", "宋体";*/
    overflow-x: hidden;
    height:100%;
}
.num-wrap {
    margin-bottom: 20px;
}

.num-wrap span.num {
    display: inline-block;
    width: 67px;
    height: 102px;
    background: url("/image/index/bg-number.png") no-repeat;
    line-height: 102px;
    font-size: 93px;
    font-family: "Myriad Pro Regular,Regular";
    color: white;
    text-align: center;
    position: relative;
}

.num-wrap span.num b {
    display: inline-block;
    width: 54px;
    height: 3px;
    background: url("/image/index/bg-number-border.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -28px;
}

.num-wrap span.text {
    font-size: 24px;
    color: #333;
    display: inline-block;
    padding-left: 20px;
}

.title {
    color: #333;
    margin-bottom: 15px;
    font-size: 40px;
}
.memo {
    font-size: 16px;
    color: #999;
}
/*

.index-part {
    background: url(../img/pic.jpg)  center center no-repeat;
    width:100%;
    height:638px;
    z-index: 1;
    text-align: center;
    position: absolute;
}

.title {
    font-weight: bold;
    font-size: 55px;
    font-family: 楷体;
    color:white;
    height: 47px;
    margin-top: 5%;
    position:relative;
}

.detail {
    font-size: 40px;
    font-family: "微软雅黑";
    color:white;
    height: 47px;
    margin-top: 10%;
    position:relative;
}
*/



.pageFooter {
    padding-top:20px;
    background-color: #333333;
    width: 100%;
    height: 70px;
}

.pageFooter a:hover{
    color:black !important;
}

/*-----进度条----*/
.step {
    counter-reset: flag;
}
.step li {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.step li a {
    cursor: pointer;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.step li a:before {
    content: counter(flag);
    counter-increment: flag;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.step li a:after {
    content: "";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.step-arrow {
    margin: 20px 0;
}
.step-arrow.unhover li a:hover,
.step-arrow.unhover li a:focus {
    background-color: #f6f6f6;
    color: #444444;
}
.step-arrow.unhover li a:hover:before,
.step-arrow.unhover li a:focus:before {
    background-color: #d2d2d2;
    color: #ffffff;
}
.step-arrow.unhover li:not(:last-child) a:hover:after,
.step-arrow.unhover li:not(:last-child) a:focus:after {
    background-color: #f6f6f6;
}
.step-arrow li {
    padding-right: 20px;
}
.step-arrow li:last-child {
    padding-right: 0;
}
.step-arrow li:nth-child(n+2) a {
    margin-left: -20px;
    border-radius: 0;
}
.step-arrow li:not(:last-child) a:after {
    position: absolute;
    top: -1px;
    right: -20px;
    width: 40px;
    height: 40px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background-color: #f6f6f6;
    border-radius: 0 5px 0 50px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    box-sizing: content-box;
}
.step-arrow li:not(:last-child) a:hover:after {
    background-color: #00b8f5;
}
.step-arrow li a {
    border-radius: 0;
    color: #444444;
    background-color: #f6f6f6;
}
.step-arrow li a:hover {
    background-color: #00b8f5;
    color: #ffffff;
}
.step-arrow li a:hover:before {
    background: #ffffff;
    color: #00b8f5;
}
.step-arrow li a:before {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    left: 3rem;
    font-weight: bold;
    font-size: 1rem;
    overflow: hidden;
    top: 10px;
    background: #d2d2d2;
    color: #ffffff;
}
.step-arrow li.active a:before {
    background: #ffffff;
    color: #00b8f5;
}
.step-arrow li.active a:after {
    background-color: #00b8f5;
}
.step-arrow li.active a,
.step-arrow li.active a:hover {
    background-color: #00b8f5;
    color: #ffffff;
}
.step-arrow li.active a:before,
.step-arrow li.active a:hover:before {
    background-color: #ffffff;
    color: #00b8f5;
}
.step-arrow li.active a:after,
.step-arrow li.active a:hover:after {
    background-color: #00b8f5 !important;
}

form label{
    margin-top:8px;
}