*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

}

ul,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{

    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;
}
input[type="text"],input[type="password"]{
    text-indent: 5px;
}
input[type='checkbox']{
    vertical-align: top;
}
.pointer,input[type='image']{
    cursor: pointer;
}


.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;
}
.auto_box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #eee;
    /*padding: 0.8vw;*/
    width: inherit;
    height: inherit;
}
.auto_box img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}




/*all_set*/

html,body{
    position: relative;
    font-family:Microsoft YaHei,Arial,sans-serif;
    color: #333;
}

html {
    font-size: calc(87.5% + 4 / 680 * (100vw - 320px));
}

a{color: #333}

.ful_row{
    width: 100vw;
    position: relative;
}

.pd_box{
    padding: 0 4vw;
    width: 100%;
    position: relative;
}
.pd_box ul li a{
    word-break: break-word;
    word-break: break-all;
}
.mg_box{
    margin: 0 auto;
    width: 92vw;
    position: relative;
}
.mg_box li{}
.mg_box02{
    margin: 0 auto;
    width: 84vw;
    position: relative;
}



/*com_set*/

input::-webkit-input-placeholder{
    color: #C1C1C1;
}

.com_tit01{
      background:#fff no-repeat left top;
      min-height: 10vw;
      background-size: 100% 10vw !important;
      line-height: 10vw;
      padding-left: 5vw;
      font-size: 1.2rem;
      color: #3B94D6;
}
.com_tit01 .icon{
    display: block;
    width: 4vw;
    height: 4vw;
    background-size: 4vw auto!important;
    margin-right: 3vw;
    margin-top: 4vw;
}

.com_tit01 .add{
    background: url(../images/com_tit03.png) no-repeat left center;
}
.com_tit01 .mun{
    background: url(../images/com_tit02.png) no-repeat left center!important;
}



.bg_icons{
    background: #fff no-repeat right 6vw bottom 5vw !important;
    background-size: 20vw auto !important;
}

.com_more {
    text-align: center;
    padding-bottom: 10vw;
}
.com_more a{
    display: inline-block;
    vertical-align: top;
    min-width: 20vw;
    height: 6vw;
    text-align: center;
    line-height: 5.8vw;
    border: solid 1px #3B95D7;
    border-radius: 3px;
    color: #3B95D7;
}

.com_list01 li{
    line-height:1.8rem;
    padding: 3vw 0 3vw 2vw;
    border-top:solid 1px #eee;
    background:url(../images/list01.png) no-repeat left 5.5vw;
    background-size:2vw
}
.com_list01 li.float_box img{display:block;}
.com_list01 li a{
    color: #444;
    font-size: 1.1rem;
}
.com_list01 li .times{
    font-size: 0.85rem;
    color: #999;
    vertical-align: top;
}

.com_line01{
    background: url("../images/line01.png") no-repeat top center;
    background-size: 92vw 1px;
}
.com_line02{
    background:url(../images/lines02.jpg) repeat-x left top;
    background-size: 100vw 9vw;
    width: 100vw;
    border-top: solid 1px #ededed;
    height: 6vw;
}