﻿@charset "utf-8";
/* CSS Document */
/*公共样式*/
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wp {
    width: 1300px;
    margin: 0 auto;
}

.box {
    width: 1100px;
    margin: 0 auto;
}

body {
    font: 14px 'Microsoft YaHei', '宋体’.'"Helvetica Neue", Helvetica, Arial, sans-serif'';
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.cl {
    clear: both;
}

.tit {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
}
/*导航*/
.navbox {
    height: 78px;
    border-bottom: 1px solid #F3F3F3;
    background: #ffffff;
}

.logo {
    float: left;
}

.nav li {
    float: left;
    list-style: none;
    padding: 0 20px;
}

    .nav li:hover {
    }

        .nav li:hover .menu01 {
            display: block;
        }

        .nav li:hover .menu02 {
            display: block;
        }

        .nav li:hover .menu03 {
            display: block;
        }

        .nav li:hover .menu04 {
            display: block;
        }

        .nav li:hover .menu05 {
            display: block;
        }

    .nav li a:hover {
        color: #303f9f;
    }

.nav {
    line-height: 77px;
}

    .nav li a {
        font-size: 20px;
        color: #7B7979;
    }

    .nav .currentli .currentlia {
        color: #303f9f;
    }


.searchbox {
    padding: 4px;
    ;
    padding-right: 20px;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #A7A7A7;
    width: 200px;
    border-radius: 5px;
}

.navbox .wp p {
    line-height: 75px;
}

    .navbox .wp p a {
        color: #7B7979;
        font-size: 16px;
        padding: 0 5px;
    }

    .navbox .wp p input {
        margin-right: 10px;
        margin-left: 100px;
    }

.nav dd a {
    color: #7B7979;
    font-size: 16px;
}

.nav dd:hover {
    background-color: #A6A6A6;
}

    .nav dd:hover a {
        color: #ffffff;
    }

.menubox01 {
    position: relative;
    z-index: 19999;
}

.menu01 {
    position: absolute;
    left: 0px;
    top: 78px;
    background-color: #F9F9F9;
    width: 140px;
    display: none;
    text-align: center;
}

    .menu01 dd {
        padding: 0px 12px;
        height: 46px;
        line-height: 46px;
    }

.menubox02 {
    position: relative;
    z-index: 19999;
}

.menu02 {
    position: absolute;
    left: 0px;
    top: 78px;
    background-color: #F9F9F9;
    width: 140px;
    display: none;
    text-align: center;
}

    .menu02 dd {
        padding: 0px 12px;
        height: 46px;
        line-height: 46px;
    }

.menubox03 {
    position: relative;
    z-index: 19999;
}

.menu03 {
    position: absolute;
    left: 0px;
    top: 78px;
    background-color: #F9F9F9;
    width: 140px;
    display: none;
    text-align: center;
}

    .menu03 dd {
        padding: 0px 12px;
        height: 46px;
        line-height: 46px;
    }

.menubox04 {
    position: relative;
    z-index: 19999;
}

.menu04 {
    position: absolute;
    left: 0px;
    top: 78px;
    background-color: #F9F9F9;
    width: 140px;
    display: none;
    text-align: center;
}

    .menu04 dd {
        padding: 0px 12px;
        height: 46px;
        line-height: 46px;
    }

.menubox05 {
    position: relative;
    z-index: 19999;
}

.menu05 {
    position: absolute;
    left: 0px;
    top: 78px;
    background-color: #F9F9F9;
    width: 140px;
    display: none;
    text-align: center;
}

    .menu05 dd {
        padding: 0px 12px;
        height: 46px;
        line-height: 46px;
    }
/*section*/
section .banner {
    width: 100%;
    position: relative;
}

    section .banner img {
        width: 100%;
    }

section {
    background: #f6f6f6;
}

.banner button {
    position: absolute;
    right: 120px;
    bottom: 20px;
    width: 200px;
    height: 50px;
    background-color: #303f9f;
    border: none;
    font-size: 24px;
    color: #ffffff;
}
/*bigbox01*/
.bigbox .title {
    text-align: center;
    background-color: #ffffff;
    font-size: 24px;
    padding-top: 20px;
}

.bigbox .color {
    background-color: #ffffff;
    padding-top: 40px;
}

.bigbox .stepbox {
    margin: 0 auto;
    padding: 0 100px;
}

    .bigbox .stepbox select {
        height: 30px;
        width: 250px;
    }

    .bigbox .stepbox label {
        height: 30px;
        width: 150px;
        text-align: right;
        line-height: 30px;
        float: left;
    }

.bigbox .step01 {
    padding: 20px 0 30px 250px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox .step01 .save a {
        color: #ffffff;
        background-color: #303f9f;
        padding: 10px 10px;
    }

.bigbox .step02 {
    padding: 20px 0 30px 20px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox .step03 {
    padding: 20px 0 30px 132px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox .step03 span {
        font-size: 10px;
        color: #7F7F7F;
    }

.bigbox .step04 {
    padding: 30px 0 0 178px;
}

.bigbox .step05 {
    padding: 30px 0 30px 380px;
}

    .bigbox .step05 .save a {
        color: #ffffff;
        background-color: #303f9f;
        padding: 10px 10px;
    }

.bigbox label span {
    color: #303f9f;
}

.bigbox .step03 label span {
    color: #303f9f;
}

.bigbox .step label span {
    color: #303f9f;
}
/*bigbox02*/
.bigbox02 .title {
    text-align: center;
    background-color: #ffffff;
    font-size: 24px;
    padding-top: 20px;
}

.bigbox02 .color {
    background-color: #ffffff;
    padding-top: 40px;
}

.bigbox02 .stepbox {
    padding: 0 100px;
}

    .bigbox02 .stepbox input {
        height: 30px;
        width: 250px;
    }

    .bigbox02 .stepbox select {
        height: 30px;
        width: 250px;
    }

    .bigbox02 .stepbox label {
        height: 30px;
        width: 130px;
        text-align: right;
        line-height: 30px;
        float: left;
    }

.bigbox02 .step01 {
    padding: 20px 0 30px 200px;
    border-top: 1px solid #D0D0D0;
}

    .bigbox02 .step01 textarea {
        width: 250px;
        height: 200px;
    }

.bigbox02 .step02 {
    padding: 20px 0 30px 290px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step03 {
    padding: 20px 0 30px 294px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step04 {
    padding: 20px 0 30px 259px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step05 {
    padding: 20px 0 30px 259px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step06 {
    padding: 20px 0 30px 236px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step07 {
    padding: 20px 0 30px 264px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step08 {
    padding: 20px 0 30px 290px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step09 {
    padding: 20px 0 30px 255px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step10 {
    padding: 20px 0 30px 290px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step11 {
    padding: 20px 0 30px 250px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step12 {
    padding: 20px 0 30px 216px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox02 .step12 input {
        filter: alpha(opacity=0);
        position: absolute;
        height: 95px;
        width: 150px;
        opacity: 0;
    }

.bigbox02 .step12 {
    position: relative;
}

.bigbox02 .step13 {
    padding: 20px 0 30px 260px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox02 .step13 textarea {
        width: 250px;
        height: 200px;
    }

.bigbox02 .step14 {
    padding: 20px 0 30px 280px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox02 .step14 .small {
        color: #939393;
        font-size: 8px;
        padding-left: 40px;
    }

.bigbox02 .step15 {
    padding: 20px 0 30px 276px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step16 {
    padding: 20px 0 30px 246px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step17 {
    padding: 20px 0 30px 236px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox02 .step18 {
    padding: 20px 0 30px 380px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox02 .step18 img {
        width: 40px;
    }

    .bigbox02 .step18 p {
        margin-top: 10px;
    }

.bigbox02 .step17 a {
    color: #ffffff;
    background-color: #303f9f;
    padding: 10px 10px;
    margin: 0 70px;
}
/*bigbox03*/
.bigbox03 .title {
    text-align: center;
    background-color: #ffffff;
    font-size: 24px;
    padding-top: 20px;
}

.bigbox03 .color {
    background-color: #ffffff;
    padding-top: 40px;
}

.bigbox03 .stepbox {
    padding: 0 100px;
}

    .bigbox03 .stepbox input {
        height: 30px;
        width: 250px;
    }

    .bigbox03 .stepbox select {
        height: 40px;
        width: 250px;
    }

    .bigbox03 .stepbox label {
        height: 30px;
        width: 190px;
        text-align: right;
        line-height: 30px;
        float: left;
    }

.bigbox03 .step01 {
    padding: 20px 0 20px 250px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox03 .step04 {
    padding: 20px 0 30px 249px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox03 .step06 {
    padding: 20px 0 30px 226px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox03 .step07 {
    padding: 20px 0 30px 210px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox03 .step08 {
    padding: 20px 0 30px 195px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox03 .step09 {
    padding: 20px 0 30px 195px;
}

.bigbox03 .step12 {
    padding: 20px 0 30px 250px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox03 .step12 input {
        filter: alpha(opacity=0);
        position: absolute;
        height: 95px;
        width: 150px;
        opacity: 0;
    }

    .bigbox03 .step12 p {
        color: #AAAAAA;
        font-size: 8px;
        margin-top: 10px;
    }

.bigbox03 .step13 {
    padding: 20px 0 30px 250px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox03 .step13 textarea {
        width: 250px;
        height: 200px;
    }

.bigbox03 .step17 {
    padding: 20px 0 30px 236px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox03 .step17 a {
        color: #ffffff;
        background-color: #303f9f;
        padding: 10px 10px;
        margin: 0 70px;
    }
/*bigbox04*/
.bigbox04 .title {
    text-align: center;
    background-color: #ffffff;
    font-size: 24px;
    padding-top: 20px;
}

.bigbox04 .color {
    background-color: #ffffff;
    padding-top: 40px;
}

.bigbox04 .stepbox {
    padding: 0 100px;
}

    .bigbox04 .stepbox input {
        height: 30px;
        width: 250px;
    }

    .bigbox04 .stepbox select {
        height: 40px;
        width: 250px;
    }

    .bigbox04 .stepbox label {
        height: 30px;
        width: 150px;
        text-align: right;
        line-height: 30px;
        float: left;
    }

.bigbox04 .step12 {
    padding: 20px 0 30px 216px;
    border-bottom: 1px solid #D0D0D0;
}

.bigbox04 a {
    margin: 0px 280px 0px 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #303f9f;
    color: #303f9f;
}

.bigbox04 .step12 input {
    filter: alpha(opacity=0);
    position: absolute;
    height: 95px;
    width: 150px;
    opacity: 0;
}

.bigbox04 .step12 p {
    color: #AAAAAA;
    font-size: 8px;
    margin-top: 10px;
}

.bigbox04 .step17 {
    padding: 20px 0 30px 236px;
    border-bottom: 1px solid #D0D0D0;
}

    .bigbox04 .step17 a {
        color: #ffffff;
        background-color: #303f9f;
        padding: 10px 10px;
        margin: 0 70px;
    }
/*分页样式*/
