@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
tfoot,
thead,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    font-family: Microsoft YaHei!important;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

html {
    font-size: 14px;
    font-family: "Microsoft YaHei"
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-size: 12px;
    font-family: "Microsoft YaHei","SimHei";
    background-color: #fff
}

li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

.cb {
    clear: both
}
input,
a,
select,
textarea {
    border: none;
    outline: none;
    list-style: none;
    padding: 0;
    margin: 0;
    resize: none
}

button,
input[type="button"],
input[type="submit"] {
    cursor: pointer;
    resize: none;
    outline: 0;
}
a:link{ text-decoration: none;}
a{transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;}
a:hover {
    text-decoration: none;
    transition:all 0.4s linear 0.01s
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

#wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.rel {
    width: 100%;
    height: 100%;
    position: relative;
}

.pic {
    width: 100%;
}

.pic img {
    width: 100%;
}

.wrap {
    width: 100%;
    max-width: 750px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex_center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

img {
    max-width: 100%;
}


/******* ״̬ ******/


}
.fl {
    float:left;
}
.fr {
    float: right;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.none {
    display: none;
}
.hidden {
    overflow: hidden
}
.vertical_middle {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.vertical_top {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.b-r10 {
    border-radius: 10px;
}
.inx_body {
    position: relative
}
.container{max-width:1200px;padding-left:0;padding-right:0;margin:0 auto;width:100%;}
.container a {color: #fff;}
.container a:link {text-decoration: none;}