@charset "utf-8";

html {
    width: 100%;
}

body {
    font-family: "微软雅黑";
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    color: #343434
}

a {
    text-decoration: none;
    color: #343434;
}

html {
    margin: 0;
    padding: 0;
    _text-overflow: ellipsis;
}

body {
    margin: 0;
    padding: 0;
    /* font-family: "\5b8b\4f53", "\65B0\5B8B\4F53", "arial"; */
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
button,
img,
button,
select,
iframe {
    padding: 0;
    margin: 0;
    border: 0;
}

img,
input,
button,
select,
textarea,
fieldset,
iframe {
    vertical-align: top;
    *vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

hgroup {
    clear: both;
    overflow: hidden;
}

.bai {
    color: #fff;
}

.hei {
    color: #000
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.clearfix:before {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.h0 {
    height: 0;
}

/*内容块清除浮动专用*/
.h10 {
    height: 10px;
}

/*间隔高勿删*/
.h15 {
    height: 15px;
}

/*间隔高勿删*/
.h20 {
    height: 20px;
}

/*间隔高勿删*/
.h25 {
    height: 25px;
}

/*间隔高勿删*/
.h30 {
    height: 30px;
}

/*间隔高勿删*/

hgroup h2.fr {
    font-weight: normal;
}

.ul-bor {
    border-bottom: 1px dashed #e4e4e4
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

/*清除表单自完成背景*/
em,
a {
    font-style: normal;
    transition: all .6s;
}

.art-tab .hd a {
    transition: none;
}


.ovflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* header */
header {
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 3%;
}

header .div_logo {
    padding: 3% 2% 1%;
}

header .div_logo .img_logo {
    width: 63%;
    padding-top: 3.2%;
}

header .div_logo .info {
    width: 36.6%;
    padding-top: 3.2%;
}

header .div_logo .info a.fl {
    width: 45%;
}

header .div_logo .info a.fr {
    width: 45%;
}

header .div_logo .info p {
    font-size: 80%;
    margin-top: 2%;
    color: #474747;
    text-align: center;
}

header li {
    float: left;
    width: 16.66%;
    text-align: center;
    line-height: 200%;
    font-size: 105%;
}

header nav a {
    color: #fff;
}

header nav {
    background: #213d7c;
    margin-top: 3%;
}

.main {
    width: 96%;
    margin: 0 auto;
}

footer {
    margin-top: 5%;
    padding: 6% 0;
    text-align: center;
    background: #e2e2e2;
    font-size: 90%;
    line-height: 200%
}

/*其他*/
.jz,
.bd img {
    /*图片加载*/
    background: url(bx_loader.gif) center center no-repeat #fff;

}

.jz {
    border: 1px solid #CCC;
    padding: 1px;
    transition: all .5s;
}

.jz:hover {
    box-shadow: 0 0 5px #999;
}

.lb li {
    /*列表标点*/
    background: url(../images/biaodian.gif) no-repeat left center;
    padding-left: 10px;
}

.pngbg {
    /*背景半黑*/
    background: rgba(0, 0, 0, .6) !important;
    /*ie9+any*/
    background: #000;
    /*ie678*/
    filter: alpha(opacity=60);
    /*ie6789*/
    /*_background:url(../images/tubg.png);/*ie6*/
}

:root .pngbg {
    filter: alpha(opacity=100)\9;
    /*ie9*/
}

/*多栏居中通用*/
.list-cn {
    text-align: center;
    font-size: 0;
}

.list-left {
    text-align: left;
    font-size: 0;
}

.list-cn li {
    font-size: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

