﻿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;}

.width {
    width: 80%;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
    min-width:1200px;
}
.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;
}

/*布局*/
.layoutLeft{
    width:23%;float:left;
    margin-right:2%;
}
.layoutRight{
    width:75%;float:left;
}

.leftLawer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #dfdfdf;
    padding-bottom:30px;
}

.leftLawerTitle {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-image: url(../Images/lawerTitleBg.png);
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #9a2020;
    margin:10px auto 20px auto;
    text-indent:15px;
}
    .leftLawerTitle span {
        color: #767676;
        font-family: "Arial";
        font-weight: normal;
        font-size:16px;
    }
.leftLawerList{
    width:100%;
    height:auto;overflow:hidden;
}
    .leftLawerList li {
        width: 94%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #c5c5c5;
        border-top: 1px solid #f0f0f0;
        padding:10px 0;
        margin:0 auto;
        transition:all 0.5s;
    }
        .leftLawerList li:hover{
            background-color:#f8f8f8;
        }
        .leftLawerList li:first-child {
            border-top: 0;
        }
    .leftLawerList li .left{
        width:37%;float:left;
        margin-right:3%;
    }
        .leftLawerList li .left img{
            width: 100%;
        }
        .leftLawerList li .right {
            width: 60%;
            float: left;
        }
            .leftLawerList li .right h3 {
                color: #901515;
                font-size: 16px;
                line-height:40px;
            }
        .leftLawerList li .right h4{
            height:80px;overflow:hidden;
            line-height:20px;
            font-size:13px;
            color:#666;
        }

/*位置*/
.layoutPosition {
    width:100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    margin-bottom:30px;
}
.layoutPosition a{color:#666;}

/*背景*/
.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: 90%;
        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;
    }

    /*布局*/
    .layoutLeft{display: none;}
    .layoutRight{
        width:100%;
    }

    /*分页*/
    .list_page {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 40px auto;
        text-align: center;
    }

    
}