/* 基础重置样式（页面必需） */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
a,
area {
    outline: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #015293;
}
img {
    -ms-interpolation-mode: bicubic;
}
i {
    font-style: normal;
}
html,
body {
    font-family: Microsoft YaHei,Simsun,SimHei,Arial;
    min-width: 1220px;
}
html {
    height: 100%;
    position: relative
}
body {
    background: #fff;
    font-size: 16px;
}
input {
    border-radius: 0;
}
input[type=submit],input[type=button] {cursor: pointer;-webkit-appearance: none;appearance: none;}
button {
    -webkit-appearance: none;
    border-radius: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
    list-style: none;
}
* {
    -webkit-text-size-adjust: none;
}

/* 通用布局类（HTML引用） */
.container {
    width: 1100px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pchide {
    display: none;
}
.hide {
    display: none;
}
.container,.content {width:1220px; margin:0 auto; background:#fff;}

/* footer相关样式（HTML核心引用） */
.footer{padding-top: 22px; height: 140px; font-size: 14px;}
.footer_dzjg{padding: 10px 20px 0 12px;display:block;}
.footer_nav{margin-bottom: 7px;}
.footer_nav .split{margin: 0 15px;}
.footer_bg_gray{background: #e0e0e0; height: 25px; line-height: 25px; margin-bottom: 7px;}
.zbd{width:485px;}
.bqs{width:325px;}
.footer_r{margin-right: 24px;}
.footer_ewm{margin-right: 20px;}
.footer_ewm img{display: block; width: 90px; height: 90px; margin: 0 auto 8px;}
.footer_ewm span{display: block; font-size: 12px; color: #646464; text-align: center;}
.footer_wxwb p{width: 90px; padding-top: 5px; line-height: 30px; color: #646464; text-align: center; font-size: 18px; margin: 0 auto;}
.footer_wxwb p a{color: #646464;}
.footer_ewm_gkhd{*width: 90px;}
.footer_ewm_xcx{*width: 108px;}
.footer_wxwb{*width: 102px;}

/* newfooter移动端底部样式（HTML引用） */
.newfooter .btnlist,
.newfooter .loginList {
    list-style: none;
}
.yeslogin{position: relative;z-index: 100;}
.yeslogin ul, li {list-style-type: none;padding: 0;margin: 0;}
.yeslogin ul {top: -20px;left:90%;position: absolute;display: none;width: 80px;background-image: url(../image/outborder.png);  background-size: 100% 100%;}
.yeslogin:hover ul{display: block;}
.yeslogin ul li {float: none;line-height: 35px;margin-left: 15px;width: 50px;font-size: 12px;text-align: center;}
.yeslogin ul .usercenter {margin-top: 7px;border-bottom: 1px solid #F0F0F0;}
.yeslogin ul li a {color: #7B7B7B;}
.newfooter .box .left {
    float: left;
}
.newfooter .box .right {
    float: right;
}
.userImg {
    vertical-align: middle;
}