*{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Microsoft yahei","simhei", "simsun";
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
body{
    background-color: #fbf7ea;
    height: 2000px;
}
img{
    border: 0;
}

.wrap{
    background: url(banner_Xu200116.png) no-repeat top;
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 100%;
    overflow: hidden;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.top_news{
    margin-top: 25%;
    height: 100px;
    background-color: rgba(255,255,255,.8);
}
.news_pic img{
    margin-top: 21px;
    margin-left: 10px;
    width: 60%;
}
.news_text a{
    font-size: 26px;
    line-height: 100px;
    color: #df0024;
}
.contents{
    margin-top: 20px;
}
.slider_left{
    width: 730px;
    height: 100%;
}
.slider_left_ul li img{
    width: 100%;
}
.list{
    width: 450px;
}
.list_title{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    border-left: 10px solid #df0024;
}
.list_title .title_text{
    color: #df0024;
    font-size: 24px;
    padding-left: 10px;
}
.more a{
    color: #cac9c7;
    font-size: 16px;
}
.list_ul{
    margin-top: 20px;
}
.list_ul li{
    width: 100%;
    line-height: 30px;
}
.list_ul li a{
    font-size: 16px;
    padding-left: 5px;
    width: 95%;
    display: block;
    float: left;
}
.list_ul li:before{
    content: "•";
    color: #df0024;
    font-size: 16px;
    float: left;
    width: 2%;
}
.contents2{
    margin-top: 50px;
}
.list2{
    width: 49%;
}
.list2_ul{
    margin-top: 20px;
}
.list2_ul li{
    width: 100%;
    line-height: 30px;
}
.list2_ul li a{
    font-size: 16px;
    padding-left: 5px;
    width: 97%;
    display: block;
    float: left;
}
.list2_ul li:before{
    content: "•";
    color: #df0024;
    font-size: 16px;
    float: left;
    width: 2%;
}
.contents3{
    margin-top: 30px;
}
.list3{
    width: 100%;
}
.list3_ul{
    width: 100%;
    margin-top: 30px;
}
.list3_pic{
    width: 230px;
    height: 175px;
    text-align: center;
    margin: 0 auto;
}
.list3_ul li{
    width: 33%;
    text-align: center;
    margin: 0 auto;
    float: left;
}
.list3_pic img{
    width: 100%;
    height: 100%;
}
.pic_a{
    font-size: 16px;
    margin-top: 5px;
    display: block;
}
footer{
    background: url(footer_pic_Xu200116.png) no-repeat bottom;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-top: 450px;

}