/*************************************************************
 * name:theme
 * img:/widgets/Themes/theme/face.jpg
 * label:风格样式三
*************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
    margin:0;
    padding:0;
}
address, caption, cite, code, dfn, em, th, var {
    font-style:normal;
}
ul, li {
    list-style-type:none;
}
img {
    border:none;
}
input, textarea, select {
    font-family:inherit;
    font-weight:inherit;
    vertical-align:middle;
}
input,select{
    vertical-align:middle;
    height:18px;
    line-height:18px;
} 
body {
    background: #fff;
    color: #000;
    font-size: 14px; 
    font-family: "Microsoft Yahei",Helvetica,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
a {
    color: #000;
    text-decoration:none;
    cursor: pointer;
}
a:hover {
    color: #3F5EFD;
    text-decoration:none;
}
a:visited {
    color: #000;
    text-decoration:none;
}

/************网站顶部定义**************/

.headerV27 {
    background: url("images/top.gif") repeat-x scroll left -29px transparent;
}
.wrapper {
    width:1200px;
    margin: 0px auto;
    padding:0px;
}
.wrapper_mob {
    width:100%;
    margin: 0px auto;
    padding:0px;
}
 @media screen and (min-width: 1201px) {  .wrapper_mob {width: 720px; margin:0 auto;}   }  /* 设置了浏览器宽度不小于1201px时 abc 显示720px宽度 */ 
.mtop10 {
    margin-top:10px;
}
.mtop160 {
    margin-top:160px;
}

.Tag_list {
    background: url("images/back.gif") no-repeat scroll left -736px transparent;
    height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    position: relative;
}
