@charset "utf-8";

/****清除初始样式****/

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;
    box-sizing: border-box;
}

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;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0；
}

.clearfix {
    zoom: 1；
}


/****通用样式****/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.conBox {
    height: auto;
    background: #fff;
    padding: 0 26px 30px;
}

.current-position {
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    line-height: 66px;
    font-size: 16px;
    color: #666666;
}

.current-position a {
    color: #666666 !important;
    font-size: 16px;
}

.webMapTitle {
    background: url(webMapTitle.png) no-repeat bottom center;
    width: 100%;
    margin: 0 auto;
    height: 103px;
    text-align: center;
    font-size: 23px;
    color: #bb2335;
    line-height: 109px;
}

.webMapContent {
    width: 100%;
    margin: 0 auto;
    padding: 27px 0 20px 0;
}

.webMapContent h1 {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    background: #f8f8f8 url(redPic.png) no-repeat left 10px;
    padding-left: 26px;
}

.webMapContent h1 a {
    color: #355e92;
}

.webMapContent ul {
    padding: 20px 0 20px 28px;
}

.webMapContent ul li {
    min-width: 280px;
    background: url(subColumnPic.png) no-repeat left center;
    font-size: 16px;
    line-height: 36px;
    padding: 0 12px;
    float: left;
}

.webMapContent ul li a,
.webMapContent ul li a:visited {
    color: #333;
}