@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,i,dl,dt,dd,span,li,ul,p,a,img,input,hr{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
    font-size: 12px;
}
html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body{font-size: 14px; font-family:'微软雅黑'}
i{
    font-style: normal;
}
img{
    border: none;
    vertical-align: bottom;
}
a{text-decoration: none;}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.clear{zoom:1;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrapper{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.between{
    height: 15px;
    background: #efefef;
}
.between_1{
    height: 15px;
    background: #efefef;
    border-top: 1px solid #d6d6d6;
}
.between_2{
    height: 15px;
    background: #efefef;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.between_3{
    height: 15px;
    background: #efefef;
    border-bottom: 1px solid #d6d6d6;
}
.background{
    background: #efefef;
}

#boduy{
    background: #efefef;
}
.hr{
    color: #ebebeb;
    height: 1px;
    background: #ebebeb;
    border:none;
}
.tit-wrap{
    padding:.5rem;
    text-align: center;
}
.main-tit {
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
}
.txt-zb {
    color:#CC3300;
    font-size: 18px;
    font-weight: bold;
}
.imgbox { width:98%; margin:0 auto;}
.imgbox img{ width:100%;}
.xiangmu { margin:5%;}
.xiangmu dl{ height:80px; width:100%}
.xiangmu dl dt{ float:left; width:15%;}
.xiangmu dl dt img{ width:100%}
.xiangmu dl dd{ width:84%; padding:5px 0; float:right;}
.xiangmu dl dd h1{ font-size:130%; line-height:28px;}
.xiangmu dl dd p{ color:#999999;}
