* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;margin: 0;}
html{font-family:"microsoft yahei","微软雅黑","open sans",arial,"stheiti","wenquanyi micro hei",simsun,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%;}
body{margin:0;padding:0;font-size:14px;color:#272727;line-height:1.42857143;background-color: #f4f5f7;}
h3{font-size: 22px;font-weight: 400;display: block;font-weight: bold;}
.hidden{display: none;}
.rf{float:right;}
.lf{float:left;}
.dflex{display: flex;}
:root{
    --padding-lr:calc((100vw - 1180px) / 2);
    --color-red:#fe3956;
}
img[],img:not([src]){
    /* background:  no-repeat center; */
    background-color: #0e92eb;
    background-size:100% 100%;
}
ul,li{list-style:none;}
.header-image{
    padding: 0;
    overflow: hidden;
}
.header-image img{
    max-width:100%;width:100%;
}
.column-box{
    margin-top: -10px;
    height: 88px;
    color:#fff;
}
.nav_list{
    width: 80%;
    margin: 0 auto;
    font-size: 24px;
    color: #ffffff;
    line-height: 98px;
    display: flex;
    align-items: center;
}
.nav_list li{
    position: relative;
}
.nav_list>li{
    flex: 1;
    text-align: center;
}
.nav_list>li a{
    color: inherit;
    text-decoration: none;
}
.content-box{
    background-color: #f4f5f7;
    margin:30px 0;
}
.item-box{
    background-color: #ffffff;
    width: 80%;
    /* min-width:700px; */
    margin: 0 auto;
    margin-bottom: 40px;
}
.item-banner img{
    width: 474px;
    padding: 28px 10px;
}
.item-content{
    padding: 0 22px 22px 22px;
    overflow: hidden;
}
.item-image img{
    margin-bottom: 22px;
}
.item-carousel{
    text-align: center;
    display: grid;
    overflow: hidden;
}
.layui-carousel{
    margin: auto;
}
.item-text {
    font-size: 16px;
    line-height: 34px;
    color: #5f5f5f;
    white-space: pre-wrap;
}
.item-media img{
    margin: 10px;
    width: 165px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.foot-box{
    background-color:black;
    color:#fff;
    /* height:240px; */
    padding:30px 0;
    margin-top: 10px;
    width:calc(100vw - 15px);
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    display: grid;
    /* z-index: 2; */
}
.foot-box .header{
    font-size: 20px;
    font-weight: bold;
    margin: 0 var(--padding-lr);
}
.link-info{
    display: flex;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0 var(--padding-lr);

}
.link-info span{
    margin: 10px;
}
.page-list{
    /* margin-left:180px; */
    width: 100%;
    height:30px;
    text-align: center;
}
.page-list a{
    color:#fff;
    margin: 0 20px;
}
.page-list a:hover{
    color:rgb(126, 107, 107);
}
.page-list li{
    margin-left:20px;
}
.foot-info{
    width:100%;
    text-align: center;
    font-size: 12px;
    height:55px;
}
.foot-info img{
    width:15px;height:12px;
}
.foot-info a{
    color:#fff;
}
.foot-info .beian-num{
    margin: 10px 0;
}
.foot-info .beian-num a{
 margin: 0 10px;
}
.foot-info .beian-num a img{
    margin: 0 4px;
}