*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: 'Î¢ÈíÑÅºÚ' !important;
    color: #333333;
    
    background: url('../png/3bix20.png') no-repeat;
}

input {
    font-family: 'Î¢ÈíÑÅºÚ' !important;
}

html {
    font-size: 16px;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited,
a:active,
a:focus {
    text-decoration: none;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.hidden {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}



.main {
    width: 1200px;
    min-height: 771px;
    margin: 0 auto 20px;
    padding: 0 26px;
    background: #fff;
}

.current {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.specialBg {
    width: 100%;
    height: auto;
    float: left;
}

.specialBg li {
    margin-top: 10px;
}

.specialBg li:nth-child(odd){
    float: left;
}

.specialBg li:nth-child(even){
    float: right;
}

.specialBg p {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}