﻿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:#f30;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 14px;}

.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;
}

#widthGray{
    width:100%;
    height: auto;overflow: hidden;
    background-color: #f1f1f1;
    padding:50px 0;
}
.widthWhite{
    width:74%;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
    background-color: #fff;
    padding:20px 3%;
}

#left{
    width: 18%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 4%;
}

.zzLeft_Title {
    width: 90%;
    height: auto;
    overflow: hidden;
    background: #008dc9;
    padding: 20px 0 20px 10%;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

    .zzLeft_Title h2 {
        font-size: 18px;
        color: #fff;
    }

.zzLeft_List {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
    border-bottom: 5px solid #008dc9;
}

.class_list {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    .class_list li {
        width: 100%;
        height: 35px;
        overflow: hidden;
        line-height: 35px;
        border-bottom: 1px solid #e0e0e0;
        text-indent: 30px;
        transition:all 0.5s;
    }
    .class_list li:hover{
        background: #008dc9;
        color: #fff;
    }
    .class_list li:hover a{color:#fff;}

        .class_list li span {
            float: right;
            font-family: "宋体";
            font-size: 20px;
            color: #b1b1b1;
            margin-right: 20px;
        }

    .class_list .active {
        background: #008dc9;
        color: #fff;
    }
    .class_list .active:hover{
        background-color: #ea520b;
    }

        .class_list .active a {
            color: #fff;
        }
        .class_list .active span{
            color:#fff;
        }

        .zzLeft_Contact {
            width: 90%;
            height: auto;
            overflow: hidden;
            line-height: 28px;
            background: #f3f3f3;
            padding: 30px 0 40px 10%;
            border-bottom: 5px solid #008dc9;
        }

#right {
    width:78%;
    float: left;
}

.zzPosition {
    width: 100%;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    margin-top:20px;
    padding-bottom: 10px;
}

.zzContent_PicList {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*背景*/
.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:10px;
    }

        .bookForm li h2 {
            font-size: 36px;
            line-height: 50px;
        }

            .bookForm li h2 span {
                color: #bdc0d1;
                font-size: 20px;
                font-family: Arial;
            }

    .bookForm .input {
        width: 94%;
        height: 50px;
        line-height: 50px;
        background: transparent;
        border: 1px solid #cfcfcf;
        color: #666;
        padding:0 2%;
    }

    .bookForm .input_text {
        width: 94%;
        height: 100px;
        line-height: 50px;
        background: transparent;
        border: 1px solid #cfcfcf;
        color: #666;
        padding:0 2%;
    }

    .bookForm .btn {
        width: 140px;
        height: 35px;
        line-height: 35px;
        background-color: #003a5d;
        color: #fff;
        text-align: center;
        border: 0;
        margin-top: 10px;
    }

/*验证码*/
.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:720px) {
    .width {
        width: 94%;
        min-width:300px;
    }
    .width90 {
        min-width: 300px;
    }
    .width100 {
        min-width: 300px;
    }
    
    #widthGray{
        width:100%;
        height: auto;overflow: hidden;
        background-color: #f1f1f1;
        padding:30px 0;
    }
    .widthWhite{
        width:80%;
        margin-left: auto;
        margin-right:auto;
        overflow: hidden;
        background-color: #fff;
        padding:10px 5%;
    }










    #left{
        width: 100%;
        margin-right: 0;
    }
    
    .zzLeft_Title {display: none;}
    
    .zzLeft_List {
        margin-top:10px;
    }

        .class_list li {
            width: 50%;float: left;
        }
            .zzLeft_Contact {display: none;}
    
    #right {
        width:100%;
    }



    /*位置*/
    .pagePosition {
        height: auto;
        overflow: hidden;
        line-height: 30px;
        color: #666;
    }

        .pagePosition a {
            color: #666;
        }

    /*背景*/
    .grayBg {
        background-color: #faf9f9;
    }

    /*分页*/
    .list_page {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 40px auto;
        text-align: center;
    }

    
}