@charset "utf-8";
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #F7F7F7;
    color: #222;
    font-size: 18px;
    font-family: "Microsoft YaHei", "微软雅黑", SimSun, "宋体";
}

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

ul,
ol {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}


/* 解决火狐浏览器图片有边框 */

img[src=""],
img:not([src]) {
    opacity: 0;
}

input {
    padding: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #E9E9E9;
}

.lf {
    float: left;
}

.rf {
    float: right;
}


/* 重置表格元素 */

em,
i {
    font-style: normal;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

a:hover{
    color: #2e9df9 !important;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.w960 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.f14 {
    font-size: 14px;
}

.f14c {
    font-size: 14px!important;
    color: #999;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}

.boxshadow {
    box-shadow: #E4EDF8 0px 0px 10px;
    -webkit-box-shadow: #E4EDF8 0px 0px 10px;
    -moz-box-shadow: #E4EDF8 0px 0px 10px;
}

.back_top {
    display: none;
    width: 82px;
    height: 82px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 666;
}

.back_top img {
    width: 100%;
    height: 100%;
    display:block;
}

.load_more {
    text-align: center;
    margin: 66px 0;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.bread_nav {
    height: 65px;
    line-height: 65px;
    color: #999!important;
    font-size: 14px;
}

.bread_nav a {
    color: #999!important;
    padding-right: 5px;
    padding-left: 5px;
}

.row2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.jw-icon-barlogo-new {
    display: none!important;
}
/*.jw-hd-label,.jw-menu{
   display:none!important;
}*/