/* reset */
html {
    -webkit-text-size-adjust: none;
}
body {
    line-height: 1.8;
}
body,
input,
textarea,
select {
    font-family: Microsoft YaHei, SimSun, arial, sans-serif;
    font-size: 14px;
}
body,
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
form {
    margin: 0;
}
em,
i {
    font-style: normal;
}
ul,
ol {
    padding-left: 0;
    list-style-type: none;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #242424;
}
a:hover {
    text-decoration: none;
    color: #c00;
}

/* common */
.region,
.mod,
.mhd,
.mbd {
    display: block;
    clear: both;
    overflow: hidden;
    height: auto;
    content: '.';
    *zoom: 1;
}
.l {
    float: left;
}
.flex {
    display: flex;
}
.r {
    float: right;
}
.cl {
    clear: both;
}
.ovh {
    overflow: hidden;
}
.fw {
    font-family: Microsoft YaHei;
}
.f0 {
    font-size: 0;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f12 {
    font-size: 12px;
}
.f22 {
    font-size: 22px;
}
.f26 {
    font-size: 26px;
}
.f30 {
    font-size: 30px;
}
.b {
    font-weight: bold;
}
.tc {
    text-align: center;
}
.tit-m {
    position: absolute;
    display: block;
    overflow: hidden;
    background-color: rgba(000, 000, 000, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
}

/* layout */
.layout {
    clear: both;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.mt10 {
    margin-top: 10px;
}
.mt45 {
    margin-top: 45px;
}

.mt80 {
    margin-top: 80px;
}

.mt30 {
    margin-top: 30px;
}
.pt30 {
    padding-top: 30px;
}

.c1 {
    color: #8d8d8d;
}
.c2 {
    color: #c00;
}
.g1 {
    background: #f5f5f5;
}
.g2 {
    background: url(/front_images/foshan_news/channel_3543/images/background.jpg) repeat 0 0;
}

.wrap {
    position: relative;
    overflow: hidden;
    clear: both;
    justify-content: space-around;
}
.wrap .item {
    flex: 0 0 370px;
    width: 370px;
    height: 330px;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    margin-bottom: 17px;
    overflow: hidden;
    position: relative;
    box-shadow: #e1ecff 3px 3px 5px 2px;
}

.wrap .item .item-image {
    width: 370px;
    height: 208px;
    display: block;
}

.wrap .item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrap .item .title {
    font: bold 17px '微软雅黑';
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 14px 15px 13px 15px;
}

.wrap .item .abstract {
    font-size: 15px;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px;
    color: #767676;
}

.wrap .item .date {
    position: absolute;
    bottom: 2px;
    right: 15px;
    font-size: 10px;
    line-height: 1.3em;
    color: #767676;
}

.sub-item-wrap {
    position: relative;
    flex: 0 0 370px;
    width: 370px;
    background-color: #fff;
    color: #333;
    margin-bottom: 17px;
    overflow: hidden;
    box-shadow: #e1ecff 3px 3px 5px 2px;
}

.wrap .sub-item {
    position: relative;
    height: 125px;
    border-bottom: 1px solid #e6e6e6;
}

.wrap .sub-item .title {
    font: bold 17px '微软雅黑';
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 14px 15px 13px 15px;
}

.wrap .sub-item .abstract {
    font-size: 15px;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px;
    color: #767676;
}

.wrap .sub-item .date {
    position: absolute;
    bottom: 2px;
    right: 15px;
    font-size: 10px;
    line-height: 1.3em;
    color: #767676;
}

.banner {
    display: block;
    width: 100%;
    text-align: center;
}

.mhd {
    padding-bottom: 25px;
}
/* footer */
.footer {
    padding: 0 25px 25px;
    clear: both;
    overflow: hidden;
}
.footer ul {
    width: 645px;
    margin: 0 auto;
}
.footer ul li {
    float: left;
}
.footer ul li.logo_pft {
    margin-right: 20px;
}

/* common-header */
.top-bar {
    background: #3fb5e7;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
}
.nav-site {
    color: #bbb;
}
.top-bar a {
    color: #fff;
}
.top-login {
    position: absolute;
    width: 300px;
    height: 38px;
    overflow: hidden;
    left: 0;
    top: 0;
}
.ico-l {
    background: url(http://www.citygf.com/images/index2014/ico-l.png) 0 45%
    no-repeat;
    padding-left: 20px;
    margin-left: 15px;
}
.nav-menu {
    margin-left: 170px;
    position: absolute;
}
.nav-menu .item {
    position: relative;
    float: left;
}
.nav-menu .cat {
    display: block;
    padding-right: 15px;
    line-height: 38px;
}
.nav-menu .cat a {
    background: url(http://www.citygf.com/images/index2014/ico-d.png) right 50%
    no-repeat;
    padding: 0 15px;
}
.nav-menu .cat:hover {
    background-color: #0088c2;
}
.nav-menu .sub {
    position: absolute;
    top: 38px;
    display: none;
    background: #fff;
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 8px #cdcdcd;
    padding-bottom: 10px;
}
.nav-menu .sub a {
    display: block;
    width: 100px;
    color: #585858;
    font-size: 12px;
    padding: 0 10px;
    line-height: 28px;
}
.nav-menu .sub a:hover {
    color: #252525;
    background: #f2f2f2;
}
.nav-menu .sub i {
    border-bottom: 1px dashed #dcdddd;
    display: block;
}
.top-set {
    position: absolute;
    margin-left: 900px;
}
.nav-site {
    background: #f9f9f9;
    padding-left: 10px;
    padding-bottom: 10px;
}
.nav-site a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
#storage {
    position: absolute;
}
.top-bar .layout {
    margin: 0 auto;
    height: 38px;
    position: relative;
}
.nav-menu .wxlist {
    width: 330px;
}
.nav-menu .wxlist li {
    float: left;
    width: 110px;
}
.nav-menu .wxlist a {
    padding: 0 5px;
}

.header {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 680px;
}
.header .topimg {
    height: 680px;
    width: 100%;
    text-align: center;
    padding-top: 4%;
    -webkit-animation: fire 0.8s linear;
    -o-animation: fire 0.8s linear;
    animation: fire 0.8s linear;
}

@-webkit-keyframes fire {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        -ms-transform: scale(3);
    }
}
@keyframes fire {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

.top-search {
    position: absolute;
    margin-left: 660px;
    _margin-top: 6px;
    font-size: 0;
}
.top-search .keyword {
    width: 180px;
    height: 22px;
    vertical-align: middle;
    background: #e1f3fd;
    color: #8c9399;
    padding-left: 10px;
    line-height: 22px;
    border: 0;
    font-size: 14px;
}
.top-search .submit {
    width: 30px;
    height: 24px;
    background: url(http://www.citygf.com/images/index2014/ico-s.png) 0 0
    no-repeat;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
}

.nav {
    background: url(navBg.jpg) no-repeat 50% 50%;
    height: 70px;
    overflow: hidden;
}
.nav .layout {
    overflow: hidden;
}
.nav a {
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    height: 70px; /*padding: 0 27px;*/
    margin-left: 2px;
    width: 16%;
    float: left;
    display: inline-block;
    font-weight: bold;
}
.nav a i {
    width: 100%;
    line-height: 70px;
    height: 70px;
    display: block;
}
.nav a:hover,
.nav a.on {
    text-decoration: none;
    color: #ffe87a;
}
.nav a:last-child i {
    border: none;
}

.list {
    overflow: hidden;
}
.list li {
    float: left;
    width: 100%;
}
.list li a {
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.list li p {
    padding: 10px 0 15px 0;
}
.list li p.f12 {
    height: 42px;
    overflow: hidden;
}

/* list */
.mhd1 {
    border-bottom: 2px solid #4690b7;
    font: 36px/60px Microsoft YaHei;
    position: relative;
}
.mhd1 .c4 {
    letter-spacing: -2px;
}
.mhd1 .more {
    position: absolute;
    right: 20px;
}
.c2 {
    color: #4791b6;
}

.mt20 {
    margin-top: 20px;
}
.list4 .tit a:hover {
    text-decoration: none;
    color: #c00;
}
.header .nav a {
    padding: 0;
}
.list4 .item {
    padding-top: 15px;
    margin-top: 15px;
}
.list4 .tit {
    font-weight: 700;
}
.list4 .tit a {
    color: #454545;
}
.list4 .item .r {
    font-size: 15px;
    color: #999;
}

/*list.html*/
.list4 .item {
    padding-top: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.list4 .item + .item {
    border-top: 1px solid #e6e6e6;
}
.list4 .tit {
    font: 18px/22px Microsoft YaHei;
}

/* page */
.page {
    margin: 20px auto 0 auto;
    text-align: center;
}
.page a,
.page em {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 2px 10px;
    color: #000;
}
.page em {
    background: #318ed2;
    color: #fff;
}
.page a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

/* view.html */
.article {
    padding: 30px 20px;
}
.article .tit {
    font-size: 24px;
    font-family: Microsoft YaHei, SimHei;
    text-align: center;
}
.article .from {
    color: #707070;
    text-align: center;
    line-height: 40px;
}
.article .cont {
    font-size: 14px;
    line-height: 30px;
}

/* 特效 */
.roller {
    width: 100%;
    height: 460px;
    background: #1c858d;
    margin-top: 30px;
}
.roller_content {
    width: 1172px;
    height: 460px;
    margin: 0 auto;
}
.focusBox4 {
    width: 1172px;
    height: 460px;
    position: relative;
    background: #fff;
}
.focusBox4 .arrow-left {
    background: url(left.png) no-repeat left top;
    position: absolute;
    left: 15px;
    top: 189px;
    width: 37px;
    height: 82px;
    z-index: 2;
}
.focusBox4 .arrow-right {
    background: url(right.png) no-repeat left bottom;
    position: absolute;
    right: 15px;
    top: 189px;
    width: 37px;
    height: 82px;
    z-index: 2;
}
.focusBox4 .swiper-container {
    width: 1171px;
    height: 460px;
}
.swiper-slide {
    position: relative;
}
.slide_cont {
    width: 1185px;
}
.narrow_box {
    float: left;
    width: 230px;
    height: 460px;
    position: relative;
    margin-right: 7px;
    transition: all 1s;
    cursor: pointer;
}
.narrow_box .title {
    position: absolute;
    left: 0;
    width: 230px;
    height: 150px;
    background: url(bg5.jpg) repeat-x;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    padding: 40px 35px;
    z-index: 2;
    box-sizing: border-box;
}
.narrow_box .title a {
    color: #fff;
}
.narrow_box .img {
    position: absolute;
    left: 0;
    width: 230px;
    height: 310px;
    top: 170px\9;
}
.narrow_box .img img {
    width: 100%;
    height: 100%;
}
.narrow_box:nth-child(odd) .title {
    top: 0;
}
.narrow_box:nth-child(odd) .img {
    top: 150px;
}
.narrow_box:nth-child(even) .title {
    top: 310px;
}
.narrow_box:nth-child(even) .img {
    top: 0;
}
.narrow_box.on {
    width: 460px;
    height: 460px;
}
.narrow_box.on .img {
    position: absolute;
    left: 0;
    width: 460px;
    height: 460px;
    top: 0\9;
}
.narrow_box.on .title {
    position: absolute;
    left: 0;
    top: 327px;
    width: 100%;
    height: 133px;
    background: url(bg6.png) repeat-x 0 bottom;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    padding: 75px 10px 0 10px;
}
.narrow_box.on:nth-child(odd) .img {
    top: 0;
}

.firstbox {
    background: url(bg1.jpg) no-repeat 50% 40px;
}
body {
    background: url(bg2.jpg) no-repeat 50% bottom;
}
.firstbox .title {
    width: 100%;
    text-align: center;
    padding: 40px 0 30px 0;
}

#featured-area {
    height: 600px;
    width: 1200px;
    margin: 0 auto 0;
    position: relative;
}
.roundabout-holder {
    list-style: none;
    height: 570px;
    width: 264px;
    margin: 0 auto;
}
.roundabout-moveable-item {
    font-size: 12px !important;
    height: 570px;
    width: 264px;
    cursor: pointer;
    padding: 5px;
    background: url(box0.jpg) no-repeat 0 0;
    background-size: 100% auto;
}
.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 0;
}
.roundabout-in-focus {
    cursor: auto;
}
.roundabout-in-focus:hover {
    -webkit-box-shadow: 0 0 20px #787878;
    -moz-box-shadow: 0 0 20px #787878;
    background: #f9f9f9;
}
.roundabout-holder span {
    display: none;
}
.roundabout-in-focus:hover span {
    display: inline;
    position: absolute;
    top: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    color: #fff;
    z-index: 999;
    background: url(yy.png) repeat-x 0 0;
    width: 735px;
    height: 198px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    font-family: Microsoft YaHei;
}
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: 0;
    text-decoration: none;
}
.roundabout li {
    margin: 0;
}

.ban_l_btn {
    position: absolute;
    left: 0;
    top: 50%;
}
.ban_r_btn {
    position: absolute;
    right: 0;
    top: 50%;

}

.mylist {
    margin-top: 480px;
    width: 1200px;
}
.mylist li {
    width: 222px;
    height: 124px;
    margin-right: 12px;
    background: url(box1.jpg) no-repeat 0 0;
    background-size: 100% auto;
    float: left;
    padding: 4px;
}
.mylist li img {
    width: 100%;
    height: 100%;
}
.mylist li:last-child {
    margin-right: 0;
}
.mylist li span {
    position: absolute;
    width: 218px;
    font-size: 14px;
    padding: 4px 0px 4px 4px;
    background: url(yy2.png) repeat-x 0 0;
    background-size: 100% auto;
    height: 124px;
    color: #fff;
    font-family: Microsoft YaHei;
    font-weight: bold;
    display: none;
}

.mylist li:hover span {
    display: block;
}

.pic-choose-mid {
    width: 256px;
    float: left;
    vertical-align: middle;
    background: url(bg4.jpg) no-repeat 0 0;
    padding: 54px 8px 70px 12px;
    height: 435px;
    margin: 0 10px 0 10px;
}
.pic-choose-mid div {
    width: 100%;
    height: 435px;
    overflow-y: auto;
}
.pic-choose-mid img {
    width: 100%;
}

.pic-choose-left,
.pic-choose-right {
    float: left;
    width: 452px;
    vertical-align: middle;
    margin-top: 5%;
}
.pic-choose-left dl {
    background: url(bg8.jpg) no-repeat 50% bottom;
    background-size: 100% auto;
    padding-bottom: 10px;
}
.secondbox .title {
    width: 100%;
    text-align: center;
    padding: 40px 0 30px 0;
}
.pic-choose-left li {
    width: 222px;
    height: 330px;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-right: 8px;
    margin-top: 56px;
    border-radius: 5px;
    -webkit-animation: fadeIn23 0.5s linear both;
    animation: fadeIn23 0.5s linear both;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-box-shadow: 0px 6px 3px #dcdcdc;
    -webkit-box-shadow: 0px 6px 3px #dcdcdc;
    box-shadow: 0px 6px 3px #dcdcdc;
}

/* .pic-choose-left li div:nth-child(1){background: url(bg8.jpg) no-repeat 50% bottom;background-size: 100% auto;padding-bottom: 10px;} */
.pic-choose-left li.on {
    margin-top: 0;
    height: 425px;
}
.pic-choose-left li:last-child {
    margin-right: 0;
}
.pic-choose-left li img {
    width: 100%;
    height: 100%;
}
.pic-choose-left li .title1 {
    background: url(bg3.png) no-repeat 50% 0;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 20% 0 0 0;
}
.pic-choose-left li .title1 a {
    color: #fff;
    font-weight: bold;
    font-family: Microsoft YaHei;
}
.pic-choose-left li .title1 p {
    width: 90%;
    margin: 0 auto;
}

.pic-choose-left li .cortorlBtn {
    position: absolute;
    top: 80%;
    width: 100%;
    text-align: center;
}
.pic-choose-left li .cortorlBtn img {
    width: 50%;
}

.pic-choose-right li {
    width: 222px;
    height: 330px;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-right: 8px;
    margin-top: 56px;
    border-radius: 5px;
    -webkit-animation: fadeIn23 0.5s linear both;
    animation: fadeIn23 0.5s linear both;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-box-shadow: 0px 6px 3px #dcdcdc;
    -webkit-box-shadow: 0px 6px 3px #dcdcdc;
    box-shadow: 0px 6px 3px #dcdcdc;
}
.pic-choose-right li.on {
    margin-top: 0;
    height: 425px;
}
.pic-choose-right li:last-child {
    margin-right: 0;
}
.pic-choose-right li img {
    width: 100%;
    height: 100%;
}
.pic-choose-right li .title1 {
    background: url(bg3.png) no-repeat 50% 0;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20% 0 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.pic-choose-right li .title1 a {
    color: #fff;
    font-weight: bold;
    font-family: Microsoft YaHei;
}
.pic-choose-right li .title1 p {
    width: 90%;
    margin: 0 auto;
}

.pic-choose-right li .cortorlBtn {
    position: absolute;
    top: 80%;
    width: 100%;
    text-align: center;
}
.pic-choose-right li .cortorlBtn img {
    width: 50%;
}

@-webkit-keyframes fadeIn23 {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn23 {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.thirdbox .title {
    width: 100%;
    text-align: center;
    padding: 40px 0 30px 0;
}

#item0 {
    background: url(tit3.png) no-repeat -10% 90%;
    width: 1200px;
    height: 502px;
    margin: 40px 0;
}
#item0 .flowers-left {
    width: 440px;
    padding-top: 430px;
    text-align: right;
    float: left;
    padding-right: 20px;
}
#item0 .flowers-right {
    width: 740px;
    float: right;
}
.flowers-right-1-img p:nth-child(1) {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 36%;
}
.flowers-right-1-img p:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.flowers-right-1-img p:nth-child(2) img {
    width: 100%;
    height: 232px;
}
.flowers-right-1-img p:nth-child(2) {
    width: 368px;
    height: 232px;
    border: 4px solid #4fba9f;
    border-radius: 5px;
}
.flowers-right-1-img {
    position: relative;
    width: 378px;
    float: left;
}
.flowers-right-1-title {
    position: relative;
    width: 320px;
    float: left;
    padding: 40px 16px 26px 26px;
}
.flowers-right-1 {
    background: url(bg7.png) no-repeat 0 0;
    height: 270px;
}
.flowers-right-1-title p:nth-child(1) {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px dashed #a4d7e1;
    font-family: Microsoft YaHei;
    padding-bottom: 18px;
    margin-bottom: 16px;
}
.flowers-right-1-title p:nth-child(1) a {
    color: #fff;
}
.flowers-right-1-title p:nth-child(2) {
    color: #fff;
    margin-bottom: 10px;
}
.flowers-right-1-title p:nth-child(3) {
    text-align: right;
}

.flowers-right-2 {
    width: 100%;
    margin-top: 20px;
}
.flowers-right-2 li {
    width: 230px;
    float: left;
    position: relative;
    background: #e5e5e5;
    padding: 5px;
    margin-right: 10px;
}
.flowers-right-2 li:last-child {
    margin-right: 0;
}
.flowers-right-2 li img {
    width: 100%;
    height: 100%;
}
.flowers-right-2 li p:nth-child(1) {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 64px;
    top: 25%;
}
.flowers-right-2 li p:nth-child(2) {
    width: 232px;
    height: 144px;
}

#item1 {
    background: url(tit4.png) no-repeat -2% 90%;
    width: 1200px;
    height: 502px;
    margin: 40px 0;
}
#item1 .flowers-left {
    width: 440px;
    padding-top: 430px;
    text-align: right;
    float: left;
    padding-right: 20px;
}
#item1 .flowers-right {
    width: 740px;
    float: right;
}

.wrap .swiper-slide {
    width: 264px;
    height: 511px;
    background: url(/front_images/foshan_news/channel_3543/images/mobile-bg.png);
    /* box-shadow: 0 8px 30px #ddd; */
}

/* .wrap .swiper-slide img {
	width: 264px;
} */

.wrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 58px;
    /* background: url(./assets/left.png) no-repeat; */
    background-position: 0 0;
    background-size: 100%;
}

.wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 58px;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-slide a span {
    position: absolute;
    bottom: 32px;
    left: 7px;
    z-index: 2;
    width: 250px;
    /* height: 30px; */
    color: #fff;
    background: rgba(000, 000, 000, 0.6);
}

.swiper-slide a .swiper-image {
    position: absolute;
    top: 36px;
    left: 7px;
    width: 250px;
    height: 443px;
    margin: 0 auto;
}

.swiper-slide a .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.swiper-slide a .swiper-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.link {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
}

.link .link-item {
    margin: 10px 0;
    padding: 0 10px;
    color: #999;
    border-right: 2px solid #999;
}