@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, input, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, #footer, #header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, button, input, textarea, p, span, th, td, article, aside, nav, section, img, a {
    outline: none;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html, body {
    color: #444;
    background-color: #f6f6f6;
}

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #CCC;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-track-piece {
    display: none;
}

html::-webkit-scrollbar-thumb {
    background: #999;
}

html::-webkit-scrollbar-thumb:hover {
    background: #3399CC;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited,a:active,a:hover,a:link{
    text-decoration:none !important;
}
li {
    display: list-item;
    list-style: none;
    text-align: -webkit-match-parent;
}

/*li.active {*/
    /*background: #FFF;*/
    /*opacity: .9;*/
    /*filter: alpha(opacity=90);*/
/*}*/

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.user-select,.pageBody{
    min-width: 1200px;
    overflow: auto;
}
h1,h2,h3,h4,h5,h6{
    font-size: unset;
    font-weight: unset;
}
/*网站地图样式*/
.mainBottom {
    padding: 30px;
    box-sizing: border-box;
    height: 240px;
    background-color: #fff;
    margin-top: 10px;
}

.mainBottom > .b2title > img {
    width: 21px;
}

.b3_content {
    height: 100%;
     display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.content_item {
     display: flex;
    margin-top: 20px;
}

.item_left {
    width: 100px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(33, 32, 32, 1);
}

.item_right > a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(72, 72, 72, 1);
    margin-left: 20px;
}

.b2title {
     display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(33, 32, 32, 1);
}

.b2title > img {
    margin-right: 8px;
    width: 30px;
    height: 30px;
}
/*底部样式*/
.pageBottom{
    width:100%;
    height:150px;
    background:rgba(255,255,255,1);
    margin-top: 10px;
     display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
}
.pageBottom>p{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(33,32,32,1);
    margin-top: 6px;
}
.pageBottom>div>img{
    margin: 20px 15px;
}
.beian>a{
    color:rgba(33,32,32,1);
    margin: 10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.formBtn{
    cursor: pointer !important;
}