body,html {
    margin: 0;
    padding: 0
}

blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,pre,textarea,ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

em {
    font-style: normal
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

textarea {
    overflow: auto!important
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #cecece;
    font-size: 14px
}

:-moz-placeholder {
    color: #cecece;
    font-size: 14px
}

::-moz-placeholder {
    color: #cecece;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #cecece;
    font-size: 14px
}

img {
    vertical-align: middle;
    border: 0
}

a {
    color: #707070;
    text-decoration: none
}

a:active,a:hover {
    color: #60a9d7;
    text-decoration: none
}

.show {
    display: inline-block
}

.hide {
    display: none!important
}

.scroll {
    overflow-y: auto;
    display: block!important
}

hr {
    border: 0;
    border-bottom: 1px solid #cfd2d9
}

.w_hline,.w_vline {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_img {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_btn,.w_btna,.w_btnb,.w_btnc {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_iconbtn,.w_iconbtna,.w_iconbtnb,.w_iconbtnc {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_imgbtn {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_icon {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_iframe {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_html {
    display: table;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_hline,.w_hline_bg,.w_vline,.w_vline_bg {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_swf {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_movie {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_rbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.w_wbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.w_bbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.w_relationbtnbar,.w_relationbtntab {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_inons {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_listall {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_tuwen {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pagebox {
    position: relative
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden!important;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

input::-ms-clear {
    display: none
}

.reset_style {
    line-height: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px
}

.reset_style h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 0
}

.reset_style h2 {
    font-weight: 700;
    font-size: 18px;
    margin: 0
}

.reset_style h3 {
    font-weight: 700;
    font-size: 19px;
    margin: 0
}

.reset_style h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 0
}

.reset_style h5 {
    font-weight: 700;
    font-size: 14px;
    margin: 0
}

.reset_style h6 {
    font-weight: 700;
    font-size: 12px;
    margin: 0
}

.reset_style p {
    margin: 0;
    font-size: 14px
}


.dialog {
    background: #fff
}
