﻿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:var(--primary-color);}

.dis{display: none;}

/*全局样式*/
:root{
    --primary-color:#187ec0;
    --primary-dark-color:#086ba9;
    --primary-light-color:#50a5da;
    --secondary-color:#9dc64f;
    --secondary-light-color:#bfde83;

    --bgColor-gray:#faf9f9;
    --bgColor-white:#fff;

    --border-white:#fff;

    --font-color:#333;
    --font-gray-color:#666;
    --font-gray-light-color:#999;
    --font-white-color:#fff;

    --font-boldTitle:80px;
    --font-bigTitle:40px;
    --font-title:30px;
    --font-middleTitle:22px;
    --font-subTitle:18px;
    --font-desc:14px;
}
/*全局样式*/

.width {
    width: 80%;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
    min-width:1200px;
}
.width90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px;
}
.width100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-width: 1200px;
}
.widthInfo{
    width: 74%;
    overflow: hidden;
    background-color: var(--font-white-color);
    padding:40px 3%;
    margin:40px auto;
    box-shadow: 0 0 10px #eee;
    border-radius: 10px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/*公用部分*/
.pagePosition{
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.pagePosition a{color:#666;}
.pagePosition a:hover{
    color:var(--secondary-color);
}

.pageTitle{
    text-align: center;
    padding:60px 0 30px 0;
    position: relative;
    z-index: 1;
}
.pageTitle h4{
    width:100%;
    line-height:100px;
    position: absolute;
    top: 40px;
    left: 0;
    color:#f1f1f1;
    font-size: 80px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    z-index: -1;
    font-style: italic;
}
.pageTitle h2{
    line-height: 80px;
    font-size: 60px;
    color:var(--font-color);
    font-weight: bold;
    margin:30px auto 0 auto;
}
.pageDesc{
    width:70%;
    height: auto;overflow: hidden;
    line-height: 40px;
    color:var(--font-gray-color);
    font-size: var(--font-middleTitle);
    font-weight: 300;
    text-align: center;
    margin:0 auto 50px auto;
}

.pageTopTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
    .pageTopTitle h2 {
        line-height: 50px;
        font-weight: bold;
        font-size: var(--font-bigTitle);
        color:var(--font-white-color);
    }
    .pageTopTitle s {
        display: inline-block;
        width: 50px;
        height: 2px;
        background-color: var(--secondary-color);
        margin-bottom: 30px;
        margin-top: 10px;
    }

.pageTopDesc{
    width: 80%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: var(--font-desc);
    color:var(--font-white-color);
    font-weight: 300;
    line-height: 30px;
    margin:20px auto;
}

.bookBg{
    background-image: url(../Images/bookBg.jpg);
    padding:50px 5%;
}

/*没有数据*/
.noData{
    width:100%;
    text-align: center;
}
.noData img{
    width:100px;
}
.noData h5{
    line-height: 30px;
    color:var(--font-gray-color);
}

/*背景*/
.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;
    margin-bottom: 50px;
}

    .bookForm li {
        width: 48%;float: left;
        height: auto;
        overflow: hidden;
        margin:10px 1%;
    }
    .bookForm .one{
        width:100%;
    }

        .bookForm li h3 {
            font-size: 16px;
            line-height: 50px;
            color:var(--font-white-color);
        }

            .bookForm li h3 span {
                color: #f00;
            }

    .bookForm .input {
        width: 98%;
        height: 50px;
        line-height: 50px;
        background: transparent;
        border: 0;
        border-bottom: 1px solid var(--border-white);
        color: var(--font-white-color);
        padding:0 1%;
    }

    .bookForm .input_text {
        width: 98%;
        height: 100px;
        line-height: 50px;
        background: transparent;
        border: 0;
        border-bottom: 1px solid var(--border-white);
        color: var(--font-white-color);
        padding:0 1%;
    }

    .bookForm .btn {
        width: 140px;
        height: 45px;
        line-height: 45px;
        background-color: var(--secondary-color);
        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: var(--secondary-color);
            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;
    }

    
}