*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,  tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{word-break: break-word; word-break: break-all;}
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}
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: 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)
{
    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){
    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{
    zoom: 1;
}
.clearBox:after,.float_box:after,.float_list:after,
.float_list02:after,.float_list03:after,.float_list04:after,.float_list05:after
{
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.clear{
    clear: both;
}

input,form,textarea,select,option{
    outline: none;
}

.pointer,input[type='image']{
    cursor: pointer;
}

.ful_box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.disNone{
    display: none;
}
.overflowEll{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ful_row{
    width: 100%;
    position: relative;
}
html,body{
    position: relative;
    font-family:Microsoft YaHei,Arial,sans-serif;
}

/*all_set*/
html {
    font-size: calc(87.5% + 4 / 680 * (100vw - 320px));
}
body{
    max-width: 1000px;
    margin: 0 auto;
    color: #333;
    overflow-x: hidden;
}
.pd_box{
    padding: 0 3vw;
    width: 100vw;
}
a{color: #333}

input[type="text"],input[type="password"]{
    text-indent: 5px;
}
input::-webkit-input-placeholder{
    color: #C1C1C1;
}
.auto_box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #eee;
    padding: 0.8vw;
    width: 83px;
    height:85px;
}
.auto_box img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}



.com_tit01{
    background: #0464AD url(../images/brief01.png) no-repeat 4vw 1.5vw;
    background-size: 8vw auto;
    color: #0464AD;
    font-size: 1.3rem;
    padding: 3.2vw 3vw;
    border-top: solid 1px #0464AD;
    position: relative;
}
.com_tit01 span{
    padding-left: 17vw;
    display: block;
    color: white;
    font-size: 1.2rem;
}
.com_tit01 i{
    background: url(../images/brief02.png) no-repeat left top;
    background-size: 3vw auto;
    position: absolute;
    left: 6.3vw;
    bottom: -2.8vw;
    display: block;
    width: 3vw;
    height: 3vw;
}
.com_tit01 b{
    background: url(../images/brief03.png) no-repeat left top;
    background-size: 4vw auto;
    position: absolute;
    right: 4vw;
    top: calc(3.2vw + 0.5rem);
    display: block;
    width: 4vw;
    height: 4vw;
}
.com_tit02 {
   
    background-size: 8vw;
    /*padding-left: 13.5vw;*/
    /* height: 12vw; */
    border-top: solid 2px #0464AD;
    /* line-height: 12vw; */
    font-size: 1.23rem;
    color: #0464AD;
    margin-top: 4vw;
    padding: 3.2vw 0 3.2vw 4.5vw;
}



