body{background:#fff;}
body,form{margin:0;padding:0;font:14px/180% "MicroSoft Yahei","宋体";color:#333;}
*{font-family:"MicroSoft Yahei","宋体";margin:0;padding:0;}/*此地方不要加颜色属性*/
.ul,li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#018ad4;}

.width {
    width: 1400px;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
}
.width90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-width: 1200px;
}
.width100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-width: 1200px;
}
.widthGray{
    width:100%;
    height: auto;overflow: hidden;
    background-color: #f1f1f1;
}
.widthWhite{
    width: 1100px;
    height: auto;overflow: hidden;
    padding:40px 50px;
    background-color: #fff;
    margin:40px auto;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
}

/*位置*/
.pagePosition{
    height:auto;overflow:hidden;
    padding:10px 0 0 0;
    border-bottom: 1px solid #eee;
}
.pagePositionLeft{
    width:40%;float: left;
    margin-right: 5%;;
    line-height: 50px;
    color:#666;
}
.pagePositionLeft a{color:#666;}
.pagePositionLeft a:hover{color:#018ad4;}
.pagePositionLeft span{
    color:#018ad4;
}

.productNav{
    width:55%;float: left;
}
.productNav li{
    float: right;
    line-height: 30px;
    padding:10px 0 20px 0;
    margin:0 0;
    position: relative;
    font-size: 15px;
    color:#555;
}
.productNav .active{
    color:#018ad4;
}
.productNav li a{
    display: inline-block;
    height: 30px;line-height: 30px;
    border-right: 1px solid #eee;
    padding:0 30px;
    color:#555;
}
.productNav li s{
    width:0;
    height: 2px;
    background-color: #018ad4;
    transition: all 0.5s;
    position: absolute;
    bottom:0;
    left: 0;
}
.productNav li:hover s{
    width:100%;
}
.productNav .active s{
    width:100%;
}


/*背景*/
.grayBg {
    background-color: #faf9f9;
}

/*分页*/
.list_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
}

/*表单*/
.bookForm {
    width: 90%;
    height:auto;overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}

    .bookForm li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom:20px;
    }

        .bookForm li h2 {
            line-height: 30px;
            font-size: 18px;
            font-weight: 300;
            color:#666; 
            margin-bottom: 20px;
        }

            .bookForm li h2 span {
                color: #bdc0d1;
                font-size: 20px;
                font-family: Arial;
            }

    .bookForm .input {
        width: 94%;
        height: 40px;
        line-height: 40px;
        background: transparent;
        border: 1px solid #eee;
        color: #666;
        padding:0 2%;
        border-radius: 5px;
        transition: all 0.5s;
    }
    .bookForm .input:focus{
        border: 1px solid #018ad4;
    }

    .bookForm .input_text {
        width: 94%;
        height: 100px;
        line-height: 50px;
        background: transparent;
        border: 1px solid #eee;
        color: #666;
        padding:0 2%;
        border-radius: 5px;
        transition: all 0.5s;
    }
    .bookForm .input_text:focus{
        border: 1px solid #018ad4;
    }

    .bookForm .btn {
        width: 140px;
        height: 35px;
        line-height: 35px;
        background-color: #018ad4;
        color: #fff;
        text-align: center;
        border: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: all 0.5s;
        border-radius: 5px;
    }
    .bookForm .btn:hover{
        box-shadow: 0 0 10px #ccc;
    }

/*验证码*/
.bookYzm {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .bookYzm li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .bookYzm li input {
            width: 50%;
            height: 40px;
            line-height: 40px;
            border: 1px solid #eee;
            text-indent: 10px;
        }

        .bookYzm li img {
            height: 40px;
        }

        .bookYzm li button {
            width: 150px;
            height: 40px;
            line-height: 40px;
            background-color: #b99129;
            color: #fff;
            text-align: center;
            border: 0;
        }



@media(max-width:768px) {
    .width {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        min-width:300px;
    }

    .width90 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        min-width: 300px;
    }

    .width100 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        min-width: 300px;
    }
    .widthWhite{
        width: 80%;
        padding:30px 5%;
    }

    /*位置*/
    .pagePosition{
        height:auto;overflow:hidden;
        padding:10px 0 0 0;
        border-bottom: 1px solid #eee;
    }
    .pagePositionLeft{
        width:100%;
        margin-right: 0;
    }
    .productNav{
        width:100%;
    }
    .productNav li{
        float: left;
        line-height: 30px;
        padding:10px 0 20px 0;
        margin:0 0;
        position: relative;
        font-size: 15px;
        color:#555;
    }
    .productNav .active{
        color:#018ad4;
    }
    .productNav li a{
        display: inline-block;
        height: 30px;line-height: 30px;
        border-right: 1px solid #eee;
        padding:0 30px;
        color:#555;
    }


    /*背景*/
    .grayBg {
        background-color: #faf9f9;
    }

    /*分页*/
    .list_page {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 40px auto;
        text-align: center;
    }

    
}<!--0.00018906593322754-->