@charset "utf-8";


/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
}
*{
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none; /*火狐*/
    -ms-user-select:none;  /*IE10*/
    user-select:none;
  }
  input{
    -webkit-user-select: auto;
  }
body {
    font-size: 12px;
    color: #393939;
    _overflow: hidden;
    overflow-x: hidden;
    background: #fff;
    width: 100%;
    *cursor: default;

}

body,
ol,
table,
tr,
td,
ul,
li,
dt,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

li {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
}

/*-------this-a-list---------*/
a,
time {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:active,
a:hover {
    text-decoration: none
}

a,
area,
a:active {
    blr: expression(this.onFocus=this.blur());
}

:focus {
    -moz-outline-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/*------- input--outline--middle---------*/

/* 取消ios渲染 */
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea,button {
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}
input,
select,
textarea,
button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*----- tabless///-----*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption {
    display: none;
}

/*----- clearfix///-----*/
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*----- dis///-----*/
.clear {
    clear: both;
}

.disno {
    display: none;
}

.disbk {
    display: block;
}

.distb {
    display: table;
}

/*----- 文字两侧对齐///-----*/
.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .justify:after {
        position: absolute;
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0;
    }
}

/*----- 超出省略号///-----*/
.toe {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
    width: 100%;
    margin: 0 auto 6vh;
    overflow: hidden;
}

.wrapper img {
    display: block;
    width: 100%;
}

.wl_blank {
    width: 100%;
    height:10px;
    background-color: #efeff9;
}
.wl_blank1 {
    width: 100%;
    height: 10px;
    background-color: #f5f5f5;
}
.mark,.mark1{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 8;
}
.mark1.on{
    display: block;
    z-index: 9;
    top: 120px;
}
/******************************************************************common/////**********************************************************************/
.tihui{
    position: fixed;
    width: 60px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #e8391c;
    right: 1vw;
    bottom: 10vh;
    z-index: 1;
    color: #fff;
    padding: 10px 0;
}
.footer {
    width: 100%;
    height: 6vh;
    line-height: 6vh;
    color: #fff;
    background-color: #17254c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0%;
}
.footer em{
    display: block;
    width: 30px;
    margin-right: 1vw;
}


#sitenum{
    display: block;
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    color: #999999;
    background-color: #e5e5e5;
    text-align: center;

    margin-top: 2vh;
}