html,
body {
    height: 100%;
}
* {
    font-family: '微软雅黑';
}
.wrap {
    
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    width: 100%;
    background: white;
}

.main {
    
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.header {
    
    width: 100%;
    min-width: 1200px;
}
.tophead {
    width: 100%;
    background: #292929;
}
.containe {

}

.footer {
    height: 150px;
    background: #292929;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

    blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul{
        margin: 0;
        padding: 0;
    }
    li{
        list-style: none;
    }
.main-left {
    padding:15px;
}
.main-right {
    padding:15px;
}
.post {
    height: 50px;
    margin-top: 5px;
    background: yellow;

}
.head {
    width: 1200px;
    margin: 0 auto;
    background: #292929;
    height: 50px;
    margin: 0 auto;
}
.logo {
    width: 300px;
    height: 85px;
    float: left;
}
.logo img {
    /*height: 85px;*/
}

.navigation {
    height: 50px;
    background: #292929;
    
}
.navigation ul {
    /*float: right;*/
}
.navigation ul .navlist {
    list-style: none;
    float: left;
    line-height: 50px;
    
    height: 50px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}
.navigation ul li .nav {
    text-decoration: none;
    color: white;
    height: 100%;
    width: 119px;
    
    display: block;
    font-size: 14px;
}
.navigation ul .navlist:hover .nav{
    /*background: #696969;*/
    color: #D3D3D3;
}
.item {
    position: absolute;
    top: 100%;
    width: 100%;
}
.item ul li a {
    color: white;
    text-decoration: none;
    height: 25px;
    width: 55px;
    overflow: hidden;
    margin: auto;
    display: block;
}
.navigation ul .navlist:hover .item ul li {
    display: block;
}
.navigation ul .navlist:hover .down{
    -webkit-transition:0.4s linear;transition:0.4s ease-in;
    -webkit-transform:rotate(180deg);transform:rotate(180deg);
}
.item ul {
    float: left;
    background: #333;
    width: 100%;

}
.item ul li {
    display: none;
    height: 25px;
    line-height: 25px;
    list-style: none;
    
    text-align: center;
    font-size: 13px;
    overflow: hidden;
}
.item ul li:hover {
    background: #696969;
}
.item ul li a:hover .navigation ul li{
    background: red;
}
.search_head {
    width: 1200px;
    /*background: pink;*/
    height: 85px;
    margin: 0 auto;
}
.search {
    float: right;
    
    height: 85px;
    /*padding-right: 20px;*/
    width: 370px;
}
.search input {
    margin-top:30px; 
}
.search input[type="text"] {
    width: 300px;
    outline: none;
    border-radius: 0px;
    border: 1px solid #DFDFDF;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px;
    float: left;
    background: white;
}
.search input[type="submit"]{
    height: 32px;
    line-height: 32px;
    width: 70px;
    text-align: center;
    background: #292929;
    border: 0px;
    color: white;
    float: right;
}
.down {
    position: absolute;
    bottom: 5px;
    left: 40%;
}
.down:hover {
    
}
.banner {
    height: 500px;
    width: 1200px;
    margin:0 auto;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.site-index {
    width: 1200px;
    margin: 0 auto;
    height: 2450px;
}
.banner ul {
    
}
.banner .list li {
    position: absolute;
    z-index: 100;
}
.banner img {
    width: 1200px;
    height: 500px;
}
.point{
    position: absolute;
    z-index: 101;
    bottom: 0px;
    width: 100%;
}
.point ul {
    text-align: center;
}
.point ul li {
    display: inline;
    
    font-size: 30px;
    cursor:pointer;
}
.on {
    color: #e92829;
}
.off {
    color: #ff7976;
}


.footer-desc {
    /*height: 80px;*/
    padding: 25px 0px;
}
.footer-desc ul {
    text-align:center;
}
.footer-desc ul li {
    
    padding: 0px 15px;
    border-right: 1px solid white;
    height: 25px;
    line-height: 25px;
    display:inline;

}
.footer-desc ul li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.footer-con {
    text-align: center;
}.footer-con p {
    color: white;
    line-height: 25px;
    font-size: 14px;
}
.message {
    width: 250px;
    height: 310px;
    background: #ededed;
    position: fixed;
    right: 2px;
    bottom: 0px;
    border-radius: 5px;
    z-index: 999;
}
.msg-head {
    width: 100%;
    height: 30px;
    background: #292929;
    position: relative;
    line-height: 30px;
    color: white;
}

.msg-head div {
    position: absolute;
    right: 8px;
    
    width: 18px;
    padding: 14px 0px;
    cursor: pointer;
}
.msg-head p {
    border-bottom: 2px solid white;
}
.msg-content {
    height: 235px;
    padding: 10px;
}
.user-content {
    height: 130px;
    padding: 0px 5px;
    resize:none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    width: 100%;
}
.name {
    width: 100%;
    padding: 5px 0px 5px 25px;
    margin-top: 5px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    height: 35px;
    background: white;
}
.mobile {
    width: 100%;
    padding: 5px 0px 5px 25px;
    margin-top: 5px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    height: 35px;
    background: white;
}
.message span {
    width: 90px;
    display: block;
    cursor: pointer;
    margin-left: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #292929;
    border: 0px;
    color: white;
}
.msg-content dl {
    position: relative;
}
.msg-content .people {
    position: absolute;
    left: 3px;
    height: 20px;
    width: 18px;
    top:13px;
    background: url(../image/imgs.png) no-repeat;
    /*background-size: auto 300px;*/
    background-position:-11px -132px;
}  
.msg-content .phone {
    position: absolute;
    left: 3px;
    height: 24px;
    width: 20px;
    top:13px;
    background: url(../image/imgs.png) no-repeat;
    /*background-size: auto 300px;*/
    background-position:-300px -380px;
}  
.actived {
    color: #fe2a29;
}
.big-left {
    font:800 17px/23px consolas;
    padding: 0px 3px;
}
.footer-con a {
    color: white;
}
.footer-con a:hover {
    color: white;
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}