﻿html,body,div,ul,li,ol,dd,dl,dt,a,p,span,h1, h2, h3, h4, h5, h6,strong,b,i,em,input,form,textarea,select,option,img{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: top;
}
li{
    list-style: none;
}
.fl,.left,.cent{
    float: left;
}
.fr,.right{
    float: right;
}
.float_box>*,.float_list>*,.float_list02>*,
.float_list03>*,.float_list04>*,.float_list05>*,
.float_list06>*,.float_list07>*,.float_list08>*
{
    float: left;
}

.float_box>*:last-child{
    float: right!important;
    margin-right: 0!important;
    padding-right: 0!important;
}
.float_list>li:last-child{
    margin-right: 0!important;
    padding-right: 0!important;
}

.float_list02>*:nth-of-type(1),.float_list02>*:nth-of-type(2),
.float_list03>*:nth-of-type(1),.float_list03>*:nth-of-type(2),.float_list03>*:nth-of-type(3),
.float_list04>*:nth-of-type(1),.float_list04>*:nth-of-type(2),.float_list04>*:nth-of-type(3),.float_list04>*:nth-of-type(4),
.float_list05>*:nth-of-type(1),.float_list05>*:nth-of-type(2),.float_list05>*:nth-of-type(3),.float_list05>*:nth-of-type(4),.float_list05>*:nth-of-type(5),
.float_list05>*:nth-of-type(1),.float_list05>*:nth-of-type(2),.float_list05>*:nth-of-type(3),.float_list05>*:nth-of-type(4),.float_list05>*:nth-of-type(5),.float_list05>*:nth-of-type(6),
.float_list05>*:nth-of-type(1),.float_list05>*:nth-of-type(2),.float_list05>*:nth-of-type(3),.float_list05>*:nth-of-type(4),.float_list05>*:nth-of-type(5),.float_list05>*:nth-of-type(6),.float_list05>*:nth-of-type(7),
.float_list05>*:nth-of-type(1),.float_list05>*:nth-of-type(2),.float_list05>*:nth-of-type(3),.float_list05>*:nth-of-type(4),.float_list05>*:nth-of-type(5),.float_list05>*:nth-of-type(6),.float_list05>*:nth-of-type(7),.float_list05>*:nth-of-type(8)
{
    margin-top: 0 !important;
}

.float_list02>*:nth-of-type(2n),
.float_list03>*:nth-of-type(3n),
.float_list04>*:nth-of-type(4n),
.float_list05>*:nth-of-type(5n),
.float_list05>*:nth-of-type(6n),
.float_list05>*:nth-of-type(7n),
.float_list05>*:nth-of-type(8n)
{
    margin-right: 0!important;
}

.inline_list{
    font-size: 0;
}

.inline_list>*{
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1rem;
}
.inline_list>*:last-child{
    margin-right: 0!important;
    padding-right: 0!important;
}

.clearBox ,.float_box,.float_list, .float_list02,
.float_list03,.float_list04,.float_list05,
.float_list06,.float_list07,.float_list08
{
    zoom: 1;
}
.clearBox:after,.float_box:after,.float_list:after, .float_list02:after,
.float_list03:after,.float_list04:after,.float_list05:after,
.float_list06:after,.float_list07:after,.float_list08:after
{
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.clear{
    clear: both;
}

input,form,textarea,select,option{
    outline: none;
}
input[type="text"],input[type="password"]{
    text-indent: 5px;
}
input[type='checkbox']{
    vertical-align: top;
}
.pointer,input[type='image']{
    cursor: pointer;
}

.p_re{
    position: relative;
}
.p_ab{
    position: absolute;
}
.p_fx{
    position: fixed;
}

.disNone{
    display: none;
}
.overflowEll,.overflowEllUl li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.ful_box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.cover_bg{
    width: 100%;
    display: block;
}

/*all_set*/


html,body{
    position: relative;
    font-family:Microsoft YaHei,Arial,sans-serif;
    color: #333;
    font-size: 14px;
}
a{color: #333}

.ful_row{
    width: 100%;
    position: relative;
    min-width: 1200px;
}

.big_box{
    width: 1200px;
    /*height: 100%;*/
    margin: 0 auto!important;
    position: relative;
}

.big_box01{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.big_box02{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.equal_Box{
    position: relative;
    width: 100%;
    padding-bottom: 32%;
    overflow: hidden;
}
.equal_Box>*:first-child{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    z-index: 1;
}
.equal_Box>*:last-child{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 2;
}





















