

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

/*css3扩展*/
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

/**布局开始**/
body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #3a629e;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/
/*headtop*/
.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
#header {
    background: #fff;
    background-size: cover;
    position: relative;
    background: url(/statics/xdxy/static_shenbao/image/head.png) no-repeat center bottom;
    margin-top: 30px;
}

#header .inner {
    height: 130px;
}

.header .head-left {
    float: left;
    display: inline-block;
    /* padding-top: 37px; */
}

.logo {
    float: left;
}

.sitelogo img {
    width: 100%;
    display: block;
}

.sitetitle {
    display: inline-block;
    margin-left: 35px;
    font-size: 40px;
    line-height: 100px;
    font-weight: 500;
    color: #fff;
}

/**站点名称**/
.header .head-right {
    float: right;
    padding-top: 22px;
    width: 584px;
    padding-left: 50px;
    padding-right: 50px;
}

/*默认主导航样式*/
/*导航样式：后台绑定时也可以定义配置*/
.wp-panel .wp-menu {
    margin: 0 auto
}

.wp-panel .wp-menu .menu-item {
    display: inline-block;
    position: relative;
margin-right: 60px;
}

.wp-panel .wp-menu .menu-item.i1 {
    background: none;
}

.wp-panel .wp-menu .menu-item a.menu-link {
    padding-top: 10px;
    display: inline-block;
    padding: 0px 10px;
    min-width: 54px;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.wp-panel .wp-menu .menu-item.hover a.menu-link,
.wp-panel .wp-menu .menu-item:hover a.menu-link,
.wp-panel .wp-menu .menu-item a.hover {
    color: #036EB7;
    background: #fff;
    border-radius: 6px 6px 0 0;
}


.wp-panel .wp-menu .menu-item.hover a.menu-link:before,
.wp-panel .wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    /* background: #036EB7 */
}

.wp-panel .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    min-width: 100%;
    z-index: 100;
    background: #f6f6f6;
}

.wp-panel .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.wp-panel .sub-menu .sub-item a {
    display: block;
    color: #000;
    line-height: 20px;
    padding: 10px 17px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    background: none;
    text-align: center;
}

.wp-panel .sub-menu .sub-item.hover>a,
.wp-panel .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #3a9adb;
    display: block;
}

.wp-panel .sub-menu .sub-menu {
    left: 100%;
    top: 0px;

}


#nav {

    width: 100%;
}



#nav {
    background: #036EB7;

    /* border-radius: 6px; */
    height: 50px;
    position: relative;
    /* padding: 0 50px; */
    padding-top: 5px;
    /* margin-bottom: 23px; */

}
#nav1 {
    background: #036EB7;

    /* border-radius: 6px; */
    height: 50px;
    position: relative;
    /* padding: 0 50px; */
    padding-top: 5px;
    margin-bottom: 23px;

}

.topp {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 29px 0px rgba(4, 0, 0, 0.11);


}

.topp .inner {
    padding-top: 8px;
    padding-bottom: 10px;
    box-sizing: border-box;



}

.topp p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #036EB7;
    line-height: 24px;
    width: 100%;


}

/* 轮播图 */
#banner {}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

.mbanner .swiper-slide {
    height: 300px;
}

/*banner*/
.mbanner {
    position: relative;
    z-index: 1;
}

.mbanner .swiper-container {
    height: auto;
}

.mbanner .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.mbanner .swiper-slide img {
    display: block;
    width: 100%;
}

.mbanner .news-title {
    margin: 0 auto;
    width: 1400px;
    padding-top: 278px;
    color: #fff;
}

.mbanner .news-title .news_bt {
    width: 760px;
    line-height: 50px;
    font-size: 36px;
}

.mbanner .news-title .news_text {
    width: 730px;
    line-height: 28px;
    font-size: 16px;
    margin-top: 29px;
}

.mbanner .news-title .news_more {
    width: 160px;
    height: 60px;
    margin-top: 49px;
    background: #fff;
}

.mbanner .news-title .news_more span {
    font-size: 16px;
    color: #1e55a4;
    padding-right: 25px;
    background: url(https://www.lpssy.edu.cn/_upload/tpl/04/84/1156/template1156/images/more_01.png) right center no-repeat;
}

.mbanner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 80px;
    left: 260px;
    right: auto;
    width: auto;
}

.mbanner .swiper-pagination-bullet {
    margin-right: 10px;
    width: 6px;
    height: 20px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.mbanner .swiper-pagination-bullet-active {
    background: #fff;
    height: 40px;
}

.mbanner .swiper-num {
    position: absolute;
    left: 410px;
    bottom: 80px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-align: right;
}

.mbanner .swiper-num:before {
    position: absolute;
    content: '';
    left: -110px;
    bottom: 11px;
    height: 1px;
    width: 100px;
    background: #fff;
}

.mbanner .swiper-num .active {
    font-size: 34px;
    display: inline-block;
    color: #fff;
}

.mbanner .swiper-num span {
    padding: 0 5px;
}

.mbanner .swiper-num .total {
    display: inline-block;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-progressbar {
    background: #fff;
    bottom: 100px;
    top: auto;
    right: 260px;
    left: auto;
    width: 360px;
    border-radius: 2px;
    height: 1px;
}

.mbanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fdd23c;
    border-radius: 4px;
    margin-top: -2px;
    height: 4px;
}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(/statics/xdxy/static_shenbao/image/let-r.png);
    right: 100px;
    left: auto;
    width: 44px;
    height: 44px;
    top: 223px;

}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(/statics/xdxy/static_shenbao/image/left-l.png);
    left: 100px;
    right: auto;
    width: 44px;
    height: 44px;
    top: 223px;
}



.mbanner .swiper-button-prev:hover {

    background: url(/statics/xdxy/static_shenbao/image/hover-l.png);

}
.mbanner .swiper-button-next:hover {

    background: url(/statics/xdxy/static_shenbao/image/hover-r.png);

}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





.navi-aside-toggle {
    display: block;
    width: 34px;
    height: 34px;
    background: url(/statics/xdxy/static_shenbao/image/xianze.png) no-repeat 50% !important;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    display: none;
}

.main1 {
    background: url(/statics/xdxy/static_shenbao/image/bgc3.png) no-repeat center;
    background-size: cover;

}

.main1 .inner {
    padding-top: 32px;
    padding-bottom: 22px;

}

.hed {

    float: left;

}
.hd {

    width: 100%;
    height: 100%;
}



.hed-top {
    width: 733px;
    margin-bottom: 19px;
    height: 45px;
    padding-left: 20px;
}

.chengg {
    width: 161px;
    height: 45px;
    background: url(/statics/xdxy/static_shenbao/image/chengguo.png);
    float: left;
}

.more {
    float: right;
    background: url(/statics/xdxy/static_shenbao/image/more.png);
    width: 40px;
    height: 16px;
    margin-top: 20px;
}

.hed-bottom {
    width: 733px;
    height: 418px;
    background-color: #000;
    background: url(/statics/xdxy/static_shenbao/image/bgc-lun.png) no-repeat bottom;
    z-index: 1;
    padding: 0 26px 26px 18px;
    box-sizing: border-box;
   
}




/* 视频 */
.viewcon {
    /* margin-top: 50px; */
    width: 695px;
    margin-bottom: 22px;
    z-index: 2;
    margin: 0 auto
}

.viewcon .videobox {
    position: relative;
    margin: 0 auto;
    width: 695px;
    height: 391px;
    background: #000;
    cursor: pointer;
}

.viewcon .on-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    text-align: center;
}

.viewcon .on-box .play {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: rgba(43, 51, 63, .7) url(/statics/xdxy/static_shenbao/image/play.png) no-repeat;
    border-radius: 50%;
    transition: all .4s;
    width: 70px;
    height: 70px;
    background-size: cover;
}

.viewcon .videobox:hover .play {
    background: rgba(255, 255, 255, .3) url(/statics/xdxy/static_shenbao/image/play.png) no-repeat;
    background-size: cover;
}

.viewcon .cover-img {
    width: auto;
    height: 100%;
}

.viewcon .video-play {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}



.mm {
    padding-left: 63px;
    display: block;
    position: relative;
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 12px;

}
.mm::after {
 position: absolute;
 content: "";
 background: url(/statics/xdxy/static_shenbao/image/play.png);
 width: 22px;
 height: 22px;
 left: 20px;
 top: -5px;

}

a:hover {
color:#036EB7}


.mm:hover {
color:#FFF}

.box:hover .bi {
color:#036EB7
}

.box {
    float: right;
    width: 413px;
      margin-top: 81px;
      margin-bottom: 25px;
 
    box-sizing: border-box;
}

.box li {
    width: 100%;
padding: 33px 54px 31px 27px;
/* background: #2D609F; */
box-sizing: border-box;
font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
position: relative;


}

 .books {
    display: block;
    
}

 .books::after {
    background: url(/statics/xdxy/static_shenbao/image/shengbao.png);
   width: 31px;
   height: 31px;
   position: absolute;
   content: "";
   right: 20px;
}

 .aa a {
    color: #FFFFFF;
}
 .aa {margin-bottom: 31px;
}

.aa:nth-child(2) {

    background-color: #488CE2;
}
 .aa:nth-child(1) {

    background-color: #2D609F;
}

 .aa:nth-child(3) {

    background-color: #247F84;
}
 .aa:nth-child(4) {
    margin-bottom: 0px;
    background-color: #62896A;
}


.footer {
    width: 100%;
/* height: 170px; */
background: #036EB7;
}
 

.footer .inner {
    padding: 32px 0px 28px 0px;
    box-sizing: border-box;
    text-align: center;
}


.footer p {
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;

}

.footer p:nth-child(2) {
    margin-bottom: 26px;
}


/* 列表页 */
/* liebiaoye  */
/*列表页*/
#container {
    background: #f8f8f8;
    min-height: 520px;

margin-bottom: 20px;
}

.listpage {
    padding-top: 30px;
    padding-bottom: 20px;
}

.col_menu {
    width: 23%;
    float: left;
}

/**栏目新闻**/
.col_news_head {
    /* border-left:6px solid #3FD7CB; */
    border-bottom: 1px solid #DBDBDB;
}

.col_menu .col_menu_head {
    background: #1278b7;
    padding-left: 20px;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: url(https://www.lpssy.edu.cn/_upload/tpl/04/84/1156/template1156/images/jkd_08.png) left center no-repeat;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 52px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*栏目列表*/

.col_list {
    /* padding:4px 18px; */
}

.col_list .wp_listcolumn {
    border-top: 0px solid #830000;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
    display: block;
}

.col_list .wp_listcolumn .wp_column:last-child a {
    border-bottom: 0;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 8px 0px 8px 28px;
    line-height: 40px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #830000;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #1278b7;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #830000;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    /* background:none; */
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 52px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #830000;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #830000;
}


.col_news {
    width: 70%;
    min-height: 500px;
    float: right;
}

/**栏目新闻**/
.col_news .col_news_box {
    /* margin-left: 266px; */
}

.col_news_head {
    /* border-left:6px solid #3FD7CB; */
    border-bottom: 1px solid #DBDBDB;
}

.col_metas {
    height: 44px;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    line-height: 44px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #1278b7;
    position: relative;
    padding-left: 2px;
    padding-right: 5px;
}

/**当前栏目名称**/
.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    height: 6px;
    background: #036eb7;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    /* padding-right:20px; */
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    color: #666;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.newslist li {
    width: 100%;
    height: 42px;
    margin-top: 12px;
    position: relative;
    padding-right: 160px;
    padding-left: 25px;
    border-bottom: 1px dashed #ddd;
}

.newslist li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #036eb7;
}

.newslist li a {
    display: block;
    line-height: 42px;
    font-size: 16px;
    color: #666;
}

.newslist li .time {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    font-size: 14px;
    color: #999;
}

.newslist li a:hover {
    color: #1278b7;
}

.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: right;
    margin-top:50px
}

.wp_paging input {
    font-size: 12px;
    *font-size: 100%;
}

.wp_paging li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 5px;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.wp_paging li em {
    font-style: normal;
}

.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: 25px;
    height: 25px;
}

.wp_paging li a:hover {
    color: #000;
}

.wp_paging li a span {
    margin: 0;
}

.wp_paging li input {
    font-size: 12px;
    *font-size: 100%;
    width: 24px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 4px;
    text-align: center;
}

.wp_paging li input:focus {
    outline: none;
}

.news_list2 .news{
 padding: 10px;
   
    border-bottom: 1px solid #f0f0f0;
}

.news_list2 .news_title {
    float: left;
}
.news_list2 .news_meta {
    float: right;
}

/* 文章页 */
/**文章页**/

.infobox {
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 30px;
}

.article {
    padding-top: 30px;
    padding-bottom: 40px;
}

.article h1.arti_title {
    line-height: 26px;
    font-family: "Microsoft YaHei";
    padding: 15px;
    text-align: center;
    font-size: 25px;
    color: #282828;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.article h2.arti_title {
    text-align: center;
    font-size: 18px;
    margin-top: 18px;
    color: #005fa8
}

/**文章标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;

}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    line-height: 1.7em;
    font-size: 16px;
  
}

.article .entry .read img {
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/


/* 改版导航 */

.box .menu-item {
    width: 100%;
    padding: 43px 54px 43px 27px;
    /* background: #2D609F; */
    box-sizing: border-box;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* position: relative; */
    margin-bottom: 32px;

}

.box .menu-item:nth-child(2) {

    background: url(/statics/xdxy/static_shenbao/image/b-2.png) no-repeat center bottom;
}
.box .menu-item:nth-child(1) {

background: url(/statics/xdxy/static_shenbao/image/bgc-b.png) no-repeat center bottom;
}

.box .menu-item:nth-child(3) {

    background: url(/statics/xdxy/static_shenbao/image/green.png) no-repeat center bottom;
    margin-bottom: 0px;
}

.box .menu-item .menu-link {
    display: block;
    color: #fff;
    position: relative;
}
.box .menu-item .menu-link::after {
    background: url(/statics/xdxy/static_shenbao/image/shengbao.png);
    width: 31px;
    height: 31px;
    position: absolute;
    content: "";
    right: -30px;
    bottom: -5px;
}


.wp_entry img {
    max-width: 840px!important;

}

.wp_editor_art_table {
    margin-bottom: 5px;
    border-collapse: collapse;
    display: table;
    width: 840px!important;
}



.mbanner {
    position: relative;
    z-index: 2;
}

.mbanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.mbanner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none!important;
}