@charset "utf-8";

*:focus, button, input, textarea, select {
    outline: none;
}

html,body{
    margin: 0;
    padding: 0;
}

body {
    word-break: break-all;
    word-wrap: break-word;
    min-width: 1200px;overflow-x: auto;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}

ol, ul {
    list-style: none;
}

li {
    list-style: none;
}

button, select, label, a {
    cursor: pointer;
}

a {
    color: #444444;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

a:hover {
    text-decoration: none;
}

a.default {
    cursor: default;
}

a.hot {

}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

h1, h2, h3, h4, h5, strong, b, th {
    font-weight: normal;
}

em, i {
    font-style: normal;
}

textarea {
    resize: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.clear {
    *zoom: 1;
}

.center_topleft {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.center_top {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.center_left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*footer*/
.bottom {
    height: 115px;
    width: 100%;
    background-color: #3F4044;
}

.section-main-1 {
    background-size: 100% 100%;
    height: 0px;
    width: 97px;
    margin-bottom: 16px;
}
.section-main-text-2 {
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color:#CCCCCC;
    line-height: 30px;
}



