@charset "UTF-8";
/*格式化样式star*/
* { margin: 0; padding: 0;}
html{ color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table { border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal}
ol,ul { list-style:none}
caption,th { text-align:left}
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal}
q:before,q:after { content:''}
abbr,acronym { border:0}
a, i{ text-decoration: none;}
img{display: block}
a{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*格式化样式end*/
.mapBox{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.webTop{
    display: block;
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #d6dbe1;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.webTop .webTop_left{
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.webTop .webTop_right{
    float: right;
    font-size: 14px;
}
.webTop_right .dangqian{
    color: #333;
}
.webTop_right .breadcrumb a{
    color: #666;
}
.webTop_right .breadcrumb a:hover ,.chanTit:hover ,.secondTit:hover ,.thirdTit:hover{
    color: #00a049;
}
.breadcrumb a b{
    color: #ccc;
}
.breadcrumb a:first-child b{
    display: none;
}
.breadcrumb a:last-child{
    pointer-events: none;
    color: #999;
}

.webCont{
    display: block;
    width: 100%;
    margin-bottom: 80px;
}
.chanTit {
    font-size: 16;
    line-height: 30px;
    background-color: #f5f8fa;
    border: 1px solid #d6dbe1;
    text-indent: 20px;
    color: #666;
    border-bottom: 2px solid #ccc;
    margin: 20px 0;
}
.secondTit {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding-left: 26px;
}
.thirdTit {
    display: inline-block;
    width: 130px;
    color: #999;
    font-size: 14px;
    margin-left: 50px;
}
.t-hide1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block {
    display: block;
}



