﻿body{background:#fff;}
body,form{margin:0;padding:0;font:14px/180% "Arial",'Times New Roman';color:#333;}
*{font-family:"Arial",'Times New Roman';margin:0;padding:0;}/*此地方不要加颜色属性*/
.ul,li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#f30;}

.width {
    width: 1400px;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
}

/*信息列表*/
.infoClassTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.infoClassTitle h1{
    width: 100%;
    height: 50px;line-height:50px;
    overflow: hidden;
    font-size:30px;
    font-weight:bold;
}
.infoClassTitle h3{
    width: 100%;
    height: 30px;line-height:30px;
    overflow: hidden;
    font-size:18px;
    color:#999;
    text-transform:uppercase;
}

.infoClassNavList{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
    .infoClassNavList li {
        display: inline-block;
        padding: 5px 20px;
        background-color: #153554;
        margin:10px 10px;
        transition: all 0.5s;
        color:#fff;
    }
        .infoClassNavList li a{color:#fff;}
        .infoClassNavList li:hover {
            background-color: #b99129;
        }
    .infoClassNavList .active {
        background-color: #bd2c3b;
    }

    .listText {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
.listText li{
    width:90%;
    height:auto;overflow:hidden;
    margin:10px auto 10px auto;
    border-bottom:1px solid #eee;
    transition:all 0.5s;
    padding-bottom:10px;
    padding:30px 0 40px 0;
}
    .listText li:hover {
        box-shadow: 0 0 10px #ccc;
        padding: 30px 3% 40px 3%;
    }
        .listText li:hover div span {
            background-color: #183b57;
            color:#fff;
        }
    .listText li h2 {
        width: 100%;
        height: 40px;overflow:hidden;
        line-height: 40px;
        font-size: 18px;
    }
    .listText li h2 span{
        float:right;
        color:#999;
        font-size:14px;
    }
    .listText li h3 {
        width: 100%;
        height: 30px;overflow:hidden;
        line-height: 30px;
        font-size: 14px;
        color:#999;
    }
    .listText li div{
        width:100%;
    }
    .listText li div span{
        display:inline-block;
        line-height:25px;
        padding:0 15px;
        border:1px solid #eee;
        margin-top:5px;
        font-size:12px;
        color:#999;
        transition:all 0.5s;
    }



.listPic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listPic li {
        width: 28%;
        display:inline-block;
        margin: 20px 1%;
        background-color: #fff;
        padding: 15px 1%;
        border:1px solid #eee;
        transition:all 0.5s;
        height:auto;overflow:hidden;
    }
        .listPic li:hover {
            box-shadow: 0 0 20px #ccc;
            margin: 10px 1% 30px 1%;
        }

        .listPic li div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .listPic li div img {
                width: 100%;
                max-height: 360px;
            }

        .listPic li h2 {
            width: 100%;
            height: 50px;overflow:hidden;
            line-height: 50px;
            overflow: hidden;
            font-size: 18px;
        }

        .listPic li h3 {
            width: 100%;
            height: 60px;
            line-height: 20px;
            overflow: hidden;
            font-size: 12px;
            color: #999;
        }

        .listPic li h4 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-align: right;
            color: #183b57;
            margin:5px 0;
        }
/*信息列表*/

/*团队*/
.listTeam {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listTeam li {
        width: 28%;
        display: inline-block;
        margin: 20px 1%;
        background-color: #fff;
        padding: 15px 1%;
        border: 1px solid #eee;
        transition: all 0.5s;
        height: auto;
        overflow: hidden;
    }

        .listTeam li:hover {
            box-shadow: 0 0 20px #ccc;
            margin: 10px 1% 30px 1%;
        }

        .listTeam li .pic {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .listTeam li .pic img {
            width: 100%;
            max-height: 460px;
        }

        .listTeam li h2 {
            width: 100%;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            font-size: 18px;
        }
            .listTeam li h2 span {
                float: right;
                font-size: 14px;
                color: #b99129;
            }

        .listTeam li h3 {
            width: 100%;
            height: 60px;
            line-height: 20px;
            overflow: hidden;
            font-size: 12px;
            color: #999;
        }

        .listTeam li h4 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-align: right;
            color: #183b57;
            margin: 5px 0;
        }

.listTeam .field {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
}

    .listTeam .field div {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        padding: 0 15px;
        border-radius: 20px;
        color: #153554;
        border: 1px solid #153554;
        margin: 0 5px;
        font-size: 12px;
    }

/*信息详情*/
.infoShowTitle{
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    font-size:36px;
    font-weight:bold;
}
.infoShowTitle span{
    font-size:16px;
    color:#b99129;
}
.infoShowDate {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height:30px;
    color:#999;
}
.infoShowDesc{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:16px;
    color:#666;
    margin:10px auto;
}
.infoButton{
    width:100%;
    height:auto;overflow:hidden;
    margin:10px auto 40px auto;
}
.infoButton a{
    display:inline-block;
    padding:5px 20px;
    background-color:#b99129;
    color:#fff;
}

.infoShowContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}
.infoShowContent img{
    max-width:100%;
    margin:5px 0;
}

.infoShowTag{
    width:100%;
    height:auto;overflow:hidden;
    margin:40px auto;
    text-align:center;
}
.infoShowTag img{
    max-width:100%;
}

.infoShowPage {
    width: 94%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee;
    padding:10px 2%;
}
.infoShowPage li{
    width:100%;
    height:auto;overflow:hidden;
    line-height:20px;
    margin-bottom:10px;
}

.infoShowLeft {
    width: 26%;
    float: left;
    padding: 20px 2%;
    box-shadow: 0 0 10px #eee;
    margin: 10px 4% 10px 1%;
    transition: all 0.5s;
}
    .infoShowLeft:hover {
        box-shadow: 0 0 10px #ccc;
    }
.infoShowPhoto{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.infoShowPhoto img{
    max-width:100%;
}
.infoShowContact{
    width:100%;
    margin-top:10px;
}
    .infoShowContact li{
        width:100%;
        height:30px;line-height:30px;
        font-size:15px;
        text-indent:40px;
    }

    .infoShowRight {
        width: 65%;
        float: left;
    }
.infoShowSubTitle{
    width:100%;
    height:40px;line-height:40px;
    font-size:18px;
    color:#b99129;
    font-weight:bold;
}

.infoShowField{
    width:100%;
    height:auto;overflow:hidden;
    margin-top:20px;
}

.infoShowField li {
    display: inline-block;
    height:30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0  20px;
    border-radius: 20px;
    color: #b99129;
    border: 1px solid #b99129;
    margin: 10px 10px;
    font-size: 12px;
    transition:all 0.5s;
}
.infoShowField li:hover{
    box-shadow:0 0 10px #ccc;
}

/*信息详情*/
/*分页*/
.list_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
}

/*单页部分*/
.pageList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pageList li {
    width: 30%;
    float: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin: 0 3% 30px 0;
    transition: all 0.5s;
}

.pageList li h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color:#000;
}

.pageList li s {
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #183b57;
    transition: all 0.5s;
}

.pageList li h3 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px;
    color: #999;
}

.pageList li:hover s {
    width: 100%;
}

.pageLeft{
    width:20%;float:left;
    margin-right:5%;
}
    .pageLeft li {
        width: 98%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        background-color: #999;
        margin: 10px auto;
        text-indent: 20px;
        transition: all 0.5s;
        color: #fff;
    }
.pageLeft li a{color:#fff;}
.pageLeft .active{
    background-color:#183b57;
}
    .pageLeft li:hover {
        background-color: #b99129;
    }

.pageRight{
    width:75%;float:left;
}
.pageTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 2px solid #183b57;
    padding-top:10px;
}
    .pageTitle h1 {
        line-height: 50px;
        font-weight: bold;
        font-size: 36px;
        font-family:'Times New Roman';
    }

.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}
    .pageContent img {
        max-width: 100%;
        margin:5px 0;
    }
.pageContent p::before {
    content: '• ';
    margin-right: 0.3em;
}

/*单页部分*/


/*验证码*/
.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%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    /*信息列表*/

    .listText li {
        width: 90%;
        padding: 30px 3% 30px 3%;
        box-shadow: 0 0 10px #eee;
        margin-bottom:30px;
    }

   
    .listPic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .listPic li {
            width: 90%;
            display: inline-block;
            margin: 20px 1%;
            background-color: #fff;
            padding: 15px 4%;
            border: 1px solid #eee;
            transition: all 0.5s;
            height: auto;
            overflow: hidden;
        }
    /*信息列表*/

    /*团队*/
    .listTeam {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .listTeam li {
            width: 90%;
            padding: 15px 4%;
        }

    /*信息详情*/
    .infoShowLeft {
        width: 90%;
        float: left;
        padding: 20px 2%;
        box-shadow: 0 0 10px #eee;
        margin: 10px 3% 30px 3%;
        transition: all 0.5s;
    }

    .infoShowRight {
        width: 96%;
        float: left;
        margin:20px 2%;
    }
    /*信息详情*/

    /*单页部分*/
    .pageList {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .pageList li {
            width: 96%;
            float: left;
            padding-bottom: 30px;
            border-bottom: 1px solid #eee;
            margin: 0 2% 30px 2%;
            transition: all 0.5s;
        }

            .pageList li h2 {
                width: 100%;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                font-size: 18px;
                color: #000;
            }

            .pageList li s {
                width: 40px;
                height: 2px;
                display: inline-block;
                background-color: #183b57;
                transition: all 0.5s;
            }

            .pageList li h3 {
                width: 100%;
                height: 40px;
                overflow: hidden;
                line-height: 20px;
                margin-top: 10px;
                color: #999;
            }

            .pageList li:hover s {
                width: 100%;
            }
    .pageLeft {
        width: 100%;
        margin-right: 0;
    }

        .pageLeft li {
            width: 48%;float:left;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            background-color: #999;
            margin: 10px 1%;
        }

    .pageRight {
        width: 100%;
        float: left;
    }

    /*单页部分*/
}