﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Microsoft YaHei';
    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.hq
{
    border-radius:6px;
    border:1px solid gray;
}
.right-10{
    position:absolute;
    right:10px;
}
.right-30 {
    position: absolute;
    right: 30px;
}
.space10{
    padding:5px;
}
.left-50{
    margin-left:50px;
}
.left-100 {
    margin-left:100px;
}
.new-foot {
    background-color: #1e1e1e;
    color: #707072;
    float:left;
    width:100%;
}

.home-ad img{
    width:100%;
}
.footer-space
{
    height:120px;
    line-height:120px;
    text-align:center;
}

.footer-12
{
    font-size:12px;
}
.footer-line
{
    height:30px;
    line-height:30px;
}

.kj-data {
    width: 100%;
    
    height: 50px;
    color:#707072;
}

.kj-data ul
{
    width:100%;
    padding:0;
    margin:0;
    float:left;
    height:50px;
}
    .kj-data ul li {
        float: left;
        width: 25%;
        height: 50px;
        font-size: 14px;
        border-right: 1px solid #707072;
        text-align: center;
        list-style: none;
    }
    .w100
    {
        width:100%;
        float:left;
    }
    .font-max
    {
        font-size:30px;
    }
.font-g {
    color: #707072;
}
.space-line
{
    width:100%;
    height:10px;
    float:left;
}
.space-line-max {
    width: 100%;
    height: 30px;
    float: left;
    background-color:#ffffff;
}

.zyyw {
    background-image: url(/Images/zyyybg.jpg);
    height: 150px;
    line-height: 150px;
    text-align:center;
    width:100%;
    float:left;
   margin-top:22px;
}
.news
{
    width:100%;
    text-align:center;
    float:left;
}
    .news ul {
        margin: 0;
        padding: 10px;
        width: 100%;
    }
        .news ul li {
            width: 30%;
            float: left;
            list-style: none;
            border-radius: 12px;
            background-color: #ffffff;
            height: 450px;
            margin-left: 30px;
        }
            .news ul li p {
                text-align: left;
                padding: 15px;
                font-size: 15px;
            }

                .news ul li img
                {
                    width:100%;
                }
                .zyyw-c {
                    background-image: url(/Images/zyyybg.jpg);
                    text-align: center;
                    width: 100%;
                    float: left;
                }
    .zyyw-c ul {
        margin: 0;
        padding: 10px;
        width: 100%; 
    }
        
        .zyyw-c ul li {
            width: 30%;
            float: left;
            list-style: none;
            border-radius: 12px;
            background-color: #ffffff;
            height: 450px;
            margin-left: 30px;
        }
        .zyyw-c ul li p{
            text-align:left;
            padding:15px;
            font-size:15px;
        }
        .zyyw-c ul li img {
            vertical-align: bottom;
        }

.news-title
{
    width:100%;
    background-color:#ffffff;
    height:50px;
    line-height:50px;
    font-size:20px;
    font-weight:bold;
    float:left;
    text-align:center;
}

.about-us
{
    font-size:16px;
    min-height:500px;
    line-height:28px;
    padding:20px;
}
.about-us p img
{
  
    width:500px;
     

}
    .about-us p {
        text-align: center;
    }


.news-list
{
  width:100%;
  float:left;
}

.news-list ul{
  padding:20px;
  margin:auto;

}

    .news-list ul li {
        width: 45%;
        margin-left: 25px;
        font-size: 14px;
        color: dimgrey;
        float: left;
        list-style: none;
        margin-top: 50px;
    }


/*#slider {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

    #slider ul {
        width: 2400px;*/ /* 4张图片的宽度之和 */
        /*height: 400px;
        position: absolute;
        left: 0;
    }

        #slider ul li {
            float: left;
        }*/