﻿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: 1200px;
    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;
}

#left{
    float:left;
    width:18%;margin-right:2%;
    background:#eeeeee;
}
.leftTitle{
	width:100%;
	height:auto;line-height:30px;
	background-image:url(../Images/left_title.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	margin:10px auto 10px auto;
	font-size:20px;
	text-align:center;
	padding:0px 0 10px 0;
}
.leftTitle span{
    color:#999;
}
.leftList{
	width:100%;
	height:auto;overflow: hidden;
	margin:5px 0;
}
.leftList li{
    width:100%;
	height:35px;overflow: hidden;
	line-height:35px;
	background: linear-gradient(180deg,#a2a1a1,#8a8989);
	margin:5px 0;
	color:#fff;
	text-indent:40px;
    transition: all 0.5s; 
}
.leftList li:hover{background:linear-gradient(180deg,#007f2f,#006224);text-indent: 50px;}
.leftList a{color:#fff;}
.leftList .active{
    background:#f00;
    text-indent: 50px;
}

#right{
    float:left;
    width:80%;
}

/*位置*/
.pagePosition{
    width:98%;
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
    border:1px dotted #ccc;background:#f2f2f2;
    padding:5px 1%;
    font-size: 12px;
}
.pagePosition a{color:#666;}
.pagePosition a:hover{
    color:#f00;
}

/*背景*/
.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: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;
    }

    /*位置*/
    .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;
    }


    #left{
        width:100%;margin-right:0;
        margin-bottom: 40px;
        border-radius: 30px;
        padding-bottom: 10px;
    }

    
    #right{
        width:100%;
    }
    
}