*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
body {
    background-image: url(images/w.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
#box{
    width: 1200px;
    margin:0  auto;
    margin-top:580px;
}
#header{
    height: 180px;
    border-bottom:1px rgba(147, 160, 162, 0.5) dotted ;
    margin: 0 20px;
    /*font-weight: bolder;*/
}
#header p{
    font: 16px/36px "Microsoft YaHei";
    /*line-height: 30px;*/
    text-indent: 2em;
    /*font-weight: 600;*/
}
#header p a{
    color: #e70012;
}
#header p a:hover{
    text-decoration: underline;
}
#header img li{
    /*margin-top: 30px;*/
    /*margin-bottom: 5px;*/
    margin: 30px 0;
}
.center{
    margin-top: 40px;
    height: 370px;
}
.center .left{
    width: 608px;
    float: left;
    margin-bottom: 30px;
}
.center .right{
    width: 550px;
    float: right;

}
.list li{
    padding-left: 18px;
    background-image: url("images/c.jpg");
    background-repeat: no-repeat;
    background-position: left;
    font: 16px/36px "Microsoft YaHei";
    /*line-height: 40px;*/
}
.title1{
    /*margin: 30px 0;*/
    margin-bottom: 30px;
}
.title1:nth-child(2){
    margin-top: 20px;
}
.img li{
    float: left;
    height: 250px;
   margin-left: 5px;
    /*margin-bottom: 30px;*/
}
.img li img{
    width: 294px;
    height: 210px;
}
.img li:first-child{
    margin-left: 0;
}
.img1 li{
    float: left;
    margin-left: 6px;
    margin-bottom: 40px;
}
.img1 li img{
    width: 293px;
    height: 203px;
}
.img1 li:first-child,.img1 li:nth-child(5){
    margin-left: 0;
}
.timu h1{
    padding-left: 17px;
    font-size: 22px;
    font-weight: 500;
    color: red;
    height: 50px;
    line-height:50px;
}


.timu p{
    height: 150px;
    margin-top: 10px;
    text-indent: 18px;
    line-height: 30px;
    /*border:1px rgba(147, 160, 162, 0.5) dotted ;*/
}

.list1 li{
    cursor:pointer ;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e70012;
}
.list1 li a{
    color: white;
}
.list1 li.select{
    background-color: #ffa530;
}
.timu{
    height: 330px;
    /*border: 1px solid silver;*/
}
.timu li{
    display: none;
}
.timu li.show{
    display: block;
}
.xiangqing{
    color: #fa6e6d;
}

#footer{

    clear: both;
    border-top: 1px solid white;
    /*margin-top: 80px;*/
    height: 100px;
    background-color: red;
}
img{
    border: 1px solid silver;
    box-sizing: border-box;
}
.title1 img{
    border: none;
}
.list_img{
    width: 400px;
    height: 110px;
    /*border: 1px solid silver;*/
    /*margin:70px auto 0;*/
    margin:0 auto;
}
.list_img img{
    margin-left: 30px;
    width: 150px;
    height: 107px;
}