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,
thead,
tr,
th,
td,
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo-img {
    width: 280px;
    height: 70px;
}

.navv {
    width: 100%;
    background: #e50516 !important;
}

.nav-bg {
    background: #e50516 !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background: #d70313 !important;
}

.nav-list a {
    padding: 0 40px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.huandeng {}


.news-cate-title {
    color: #de2910;
    text-align: left;
    padding-left: 8px;
    font-weight: 700;
    font-size: 16px !important;
}

.more {
    font-size: 14px;
    float: right;
    line-height: 36px;
    text-decoration: none;
    color: #888;
}

.icon-li {
    margin-right: 10px;
}

.list-li {
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: url(../images/li-icon.png) no-repeat left;
    vertical-align: middle;
    padding-left: 15px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.height-li {}

.pub-time {
    color: #999;
    float: right;
}

.r-title span {
    font-size: 12px;
    position: absolute;
    right: -15px;
    top: 26px;
    display: inline-block;
    width: 80px;
    padding-bottom: 0.2rem;
    font-weight: normal;
    cursor: pointer;
}

.r-title::after {
    content: " ";
    position: absolute;
    top: 40px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #d71518;
}

.xiangmu-li {
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #efefef;
    border: radius 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.xiangmu-li:hover {
    box-shadow: 0 10px 50px rgba(51, 51, 51, 0.25);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.xiangmu-li img {
    width: 100%;
}

.xiangmu-li h3 {
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

.xiangmu-li p {
    font-size: 12px;
    color: #999;
    line-height: 32px;
    margin-bottom: 15px;
}

.layui-container .swiper-slide img {
    height: 250px;
}

.lianjie-li {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.lianjie-li p.xian {
    width: 25%;
    height: 1px;
    background-color: #666;
    margin: 0 auto;
    margin-bottom: 20px;
}

.lianjie-li p {
    font-size: 12px;
    color: #666;
}

.swiper-container {
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}












.gd {
    overflow: hidden;
    width: 100%;
    clear: both;
    padding: 20px 0
}

.gd img {
    float: left;
    height: 30px;
    width: 30px;
}

.gd b {
    display: block;
    float: left;
    width: 96px;
    color: #F00;
    text-align: center;
    font-weight: bold;
    padding: 4px 0
}

.gd ul {
    float: right;
    height: 30px;
    width: 1000px;
    padding: 4px 0
}

.gd a {
    padding-right: 30px;
}



.ixw {
    padding: 0;
    overflow: hidden;
    width: 100%;
    clear: both
}

.ixwl {
    float: left
}
.ixwl .item{
    width: 100%;
    height: 100%;
    position: relative;
}
.ixwl .item .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
.ixwl .cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#KinSlideshow1 img {
    width: 515px;
    height: 350px
}

.ixwr {
    width: 625px;
    float: right
}

.ixwr li {
    border-bottom: 1px dotted #CCCCCC;
    height: 43px;
    line-height: 43px;
    padding: 0 10px 0 10px;
    overflow: hidden
}

.ixwr li a {
    font-size: 16px
}

.ixwr span {
    float: right;
    color: #aaa
}

.tablebox {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 10px 10px 0;
}

.tbl-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.tbl-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tablebox table {
    width: 100%;
}

.tablebox table th {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #ececec;
}

.tablebox table td {
    font-size: 14px;
    color: #999;
    line-height: 40px;
    text-align: center;
}

.tablebox table tr th {

    cursor: pointer;
}

.tbl-body tr:nth-child(even) td {
    background: #f7f7f7;
}

.tbl-body .juanzengren {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}