/* 样式初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

body,
html {
    height: 100% !important;
    font-family: 'Microsoft YaHei' !important;
    max-width: 1920px;
    min-width: 1280px;
    overflow-x: hidden;
    margin: 0 auto;
    
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}
h6,p{
    letter-spacing: 2px;
    line-height: 20px;
}
p{
    font-size: 16px;
   
    
}

select,
input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    max-width: 1900px;
    min-width: 1200px;
    overflow-x: hidden;
    margin: 0 auto;
    line-height: 1;
}

a {
    text-decoration: none !important;
    color: #000 !important;
}

a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none;
}

.clearfloat:after {
    content: "";
    clear: both;
    display: block;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
}

.clearfloat {
    zoom: 1;
}

::-webkit-scrollbar {
    display: none;
}


/* 版心 */

.ccg-bx {
    width: 1226px;
    margin: 0 auto;
}

