body {
    position: relative;
    background: url(../images/muchengyuzhong/bg.jpg) top center;
    background-repeat: repeat-y;
    background-size: 100%;
    min-width: 1200px;
    background-color: #f6f9fc;
}

#mcyz_topSwiper {
    position: relative;
}

#mcyz_topSwiper .swiper-slide {
    position: relative;
}

#mcyz_topSwiper .swiper-slide .bg img {
    width: 100%;
}

#mcyz_topSwiper .swiper-button-next, #mcyz_topSwiper .swiper-button-prev {
    background: none;
}

#mcyz_topSwiper .swiper-button-prev:after, #mcyz_topSwiper .swiper-button-next:after {
    content: '';
}

#mcyz_topSwiper .swiper-pagination-bullets {
    bottom: 70px;
    text-align: center;
}

#mcyz_topSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    opacity: 1;
    transition: all .3s;
    border-radius: 2px;
    background: rgba(255,255,255,0.5);
}

#mcyz_topSwiper .swiper-pagination-bullet:hover {
    background:rgba(255, 255, 255, 0.8)
}
#mcyz_topSwiper .swiper-pagination-bullet:focus {
    outline:none;
    width:40px
}
#mcyz_topSwiper .swiper-pagination-bullet-active, #mcyz_topSwiper .swiper-pagination-bullet-active:hover {
    background:#fff;
    width:40px
}

#mcyz_topSwiper .swiper-button-next, #mcyz_topSwiper .swiper-button-prev {
    background:none;
    margin-top:0;
    height:100%;
    width:80px;
    top:0
}

#mcyz_topSwiper .swiper-button-next {
    right:0;
    background:-webkit-linear-gradient(right, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background:-o-linear-gradient(right, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background:-moz-linear-gradient(right, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background:linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.5) 100%)
}
#mcyz_topSwiper .swiper-button-prev {
    left:0;
    background:-webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background:-o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background:-moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background:linear-gradient(to left, transparent 0, rgba(0, 0, 0, 0.5) 100%)
}
#mcyz_topSwiper .swiper-button-next b, #mcyz_topSwiper .swiper-button-prev b {
    position:absolute;
    top:50%;
    width:80px;
    height:80px;
    border:1px dashed #fff;
    border-radius:50%;
    transition:all .3s;
    margin-top:-40px
}
#mcyz_topSwiper .swiper-button-next b {
    right:40%
}
#mcyz_topSwiper .swiper-button-prev b {
    left:40%
}
#mcyz_topSwiper .swiper-button-next i, #mcyz_topSwiper .swiper-button-next i:before, #mcyz_topSwiper .swiper-button-next i:after, #mcyz_topSwiper .swiper-button-prev i, #mcyz_topSwiper .swiper-button-prev i:before, #mcyz_topSwiper .swiper-button-prev i:after {
    width:80%;
    height:2px;
    position:absolute;
    z-index:1;
    background:#fff;
    top:50%;
    content:'';
    display:block
}
#mcyz_topSwiper .swiper-button-next i {
    left:-60%;
    transition:all .3s
}
#mcyz_topSwiper .swiper-button-next i:before, #mcyz_topSwiper .swiper-button-next i:after {
    width:20%;
    right:0;
    -webkit-transform-origin:right center;
    -ms-transform-origin:right center;
    -moz-transform-origin:right center;
    transform-origin:right center;
    margin-top:-1px
}
#mcyz_topSwiper .swiper-button-next i:before {
    transform:rotate(45deg)
}
#mcyz_topSwiper .swiper-button-next i:after {
    transform:rotate(-45deg)
}
#mcyz_topSwiper .swiper-button-prev i {
    right:-60%;
    transition:all .3s
}
#mcyz_topSwiper .swiper-button-prev i:before, #mcyz_topSwiper .swiper-button-prev i:after {
    width:20%;
    left:0;
    -webkit-transform-origin:left center;
    -ms-transform-origin:left center;
    -moz-transform-origin:left center;
    transform-origin:left center;
    margin-top:-1px
}
#mcyz_topSwiper .swiper-button-prev i:before {
    transform:rotate(45deg)
}
#mcyz_topSwiper .swiper-button-prev i:after {
    transform:rotate(-45deg)
}
#mcyz_topSwiper .swiper-button-next:hover b {
    right:20%;
    animation:rotate 5s infinite both ease-in-out
}
#mcyz_topSwiper .swiper-button-prev:hover b {
    left:20%;
    animation:rotate 5s infinite both ease-in-out
}
#mcyz_topSwiper .swiper-button-next:hover i {
    left:-10%
}
#mcyz_topSwiper .swiper-button-prev:hover i {
    right:-10%
}

@keyframes topBannerAnimation {
    0% {
        transform:scale3d(1, 1, 1)
    }
    50% {
        transform:scale3d(1.5, 1.5, 1.5)
    }
    100% {
        -webkit-transform:scale3d(1, 1, 1)
    }
}

#mcyz_topSwiper .swiper-slide-active .bg img {
    animation: topBannerAnimation 66s infinite both linear
}

#mcyz_topSwiper .text-box .text-title {
    transition: all .5s;
    transform: translate(0, -300%);
    opacity: 0
}
#mcyz_topSwiper .text-box .text-des {
    transition: all .5s;
    transform: translate(0, 200%);
    opacity: 0
}

#mcyz_topSwiper .swiper-slide-active .text-box .text-title {
    transform: translate(0, 0);
    opacity: 1
}
#mcyz_topSwiper .swiper-slide-active .text-box .text-des {
    transform: translate(0, 0);
    opacity: 1
}

@media (max-width: 1240px) {
    #mcyz_topSwiper .swiper-slide-active .bg img {
        animation:none
    }
}


#mcyz_topSwiper .swiper-slide .text-box {
    position: absolute;
    width: 100%;
    bottom: 18%;
    color: #fff;
}

#mcyz_topSwiper .swiper-slide .text-box .text-title {
    font-size: .55rem;
    margin-bottom: .15rem;
}

#mcyz_topSwiper .swiper-slide .text-box .text-separate {
	height: 3px;
    font-size: .55rem;
	width: 2.5em;
	background: #fff;
	background-size: 30px 2px;
	background-repeat: repeat-x;
    margin-bottom: .15rem;
}


#mcyz_topSwiper .swiper-slide .text-box .text-des {
    font-size: .28rem;
}

.top-banner-nav {
    position: relative;
    z-index: 2;
    padding: .2rem;
    background-color: #fff;
    margin-top: -50px;
    display: flex;
    border-radius: 5px;
}

.top-banner-nav .top-banner-nav-item {
    width: 33.33%;
    color: #707070;
    font-size: 20px;
    font-size: .2rem;
    text-align: center;
}

.top-banner-nav .top-banner-nav-item p {
    transition: .3s;
}
.top-banner-nav .top-banner-nav-item svg {
    width: 60%;
    max-width: 175px;
    margin-bottom: .2rem;
}

.top-banner-nav .top-banner-nav-item .myiconfont {
    opacity: 0;
    transition: .3s;
    transform: translate(0, 5%);
}

.top-banner-nav .top-banner-nav-item:hover .myiconfont {
    opacity: 1;
    transform: translate(0, 0);
}

.top-banner-nav .top-banner-nav-item .myiconfont2 {
    opacity: 0;
    transition: .3s;
}

.top-banner-nav .top-banner-nav-item:hover .myiconfont2 {
    opacity: 1;
}

.top-banner-nav .top-banner-nav-item:hover p {
    transform: scale(1.05);
    font-weight: bold;
    color: #b11d2d;
}

.yzgk-bg {
    padding-bottom: .4rem;
}

/* 区情简介*/
.approach-districtProfile {
    position: relative;
}

.approach-ydBox {
    background: none
}

.title-pic {
    width: 480px;
    margin: 0 auto;
    padding: 40px 0;
    padding: .4rem 0;
}

.title-pic.big {
    width: 615px;
}

.approach-dis-video {
    width: 100%;
    display: flex;
}

.approach-dis-video video {
    width: 40%;
}

.approach-dis-info {
    vertical-align: top;
    display: inline-block;
    width: 59%;
    padding-left: 20px;
}

.approach-dis-detail {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #333333;
    opacity: 1;
}

.approach-dis-detail-text {
    display: inline-block;
    font-size: 18px;
    line-height: 2.2;
    text-indent: 2em;
}

.approach-detal-btn {
    color: #125DB2;
    cursor: pointer;
    float: right;
}

.approach-m-center-box {
    font-size: 0;
    padding-top: 8px;
}

.yzgk-list {
    padding-top: .5rem;
}

.yzgk-list .yzgk-list-item {
    display: block;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: .3rem;
}

.yzgk-list .yzgk-list-item .img-box {
    width: 100%;
    overflow: hidden;
}

.yzgk-list .yzgk-list-item .img-box img {
    display: block;
    width: 100%;
    transition: .3s;
}

.yzgk-list .yzgk-list-item:hover .img-box img {
    transform: scale(1.1);
}

.yzgk-list .yzgk-list-item .des {
    position: absolute;
    bottom: 0;
    width: 85%;
    left: 7.5%;
    height: 130px;
    padding: 8px 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 5px solid #355e92;
}

.yzgk-list .yzgk-list-item .des .des-title {
    font-size: 16px;
    color: #c03e4b;
    margin-bottom: 10px;
}

.yzgk-list .yzgk-list-item .des .des-txt {
    text-indent: 2em;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.yztz {
    padding: .5rem 0 0;
    position: relative;
    z-index: 9;
}

.yztz .m-center {
    background-color: #fff;
}

.yztz .m-center .col-sm-8 {
    padding-right: 45px;
}

.yztz .yztz-img {
    display: block;
    width: 100%;
    position: relative;
}

.yztz .yztz-img img {
    width: 100%;
}

.yztz .yztz-img .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: 100px;
    background-color: rgba(18, 92, 177, .7);
    transition: .3s;
}
.yztz .yztz-img .txt-box .txt {
    display: flex;
    align-items: center;
    width: 100px;
    height: 100%;
    text-align: center;
    padding: 0 35px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    letter-spacing: 30px;
    text-align: center;
}
.yztz .yztz-img:hover .txt-box {
    width: 100%;
    height: 100%;
}

.yztz .zsdt {
    margin-bottom: .8rem;
}

.yztz .zsdt-title {
    padding: 20px 0;
}

.yztz .zsdt-title .zh {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.yztz .zsdt .zsdt-title .en {
    font-size: 14px;
    color: #cdcdce;
}

.yztz .zsdt .zsdt-list a {
    display: block;
    position: relative;
    padding: 5px 100px 5px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    opacity: .85;
}

.yztz .zsdt .zsdt-list a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 16px;
    content: '';
    background-image: url(../images/muchengyuzhong/icon_news.png);
    background-size: cover;
}

.yztz .zsdt .zsdt-list a .txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.yztz .zsdt .zsdt-list a .time {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.yztz .tab-box {
    padding-right: 15px;
}

.yztz .tab-box > .row {
    height: 260px;
    padding-bottom: .2rem;
}

.yztz .tab-box .tab-h-list {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.yztz .tab-box .tab-h-list .tab-h {
    position: relative;
    padding: 20px 0 20px 60px;
    width: 100%;
    white-space: nowrap;
    background-color: #eef5fc;
    background-image: url('../images/muchengyuzhong/icon-touzi/zhongdianchanye.png');
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 20px 20px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.yztz .tab-box .tab-h-list .tab-h:nth-of-type(2) {
    background-image: url('../images/muchengyuzhong/icon-touzi/touziquyu.png');
}

.yztz .tab-box .tab-h-list .tab-h:nth-of-type(3) {
    background-image: url('../images/muchengyuzhong/icon-touzi/yingshanghuanjing.png');
}

.yztz .tab-box .tab-h-list .tab-h.act {
    background-color: #125cb1;
    background-image: url('../images/muchengyuzhong/icon-touzi/zhongdianchanye_act.png');
    color: #fff;
}

.yztz .tab-box .tab-h-list .tab-h:nth-of-type(2).act {
    background-image: url('../images/muchengyuzhong/icon-touzi/touziquyu_act.png');
}

.yztz .tab-box .tab-h-list .tab-h:nth-of-type(3).act {
    background-image: url('../images/muchengyuzhong/icon-touzi/yingshanghuanjing_act.png');
}

.yztz .tab-box .tab-c-list {
    height: 100%;
    border: 1px solid #60a7e6;
}

.yztz .tab-box .tab-c-list .tab-c-list-box {
    padding: 0 15px;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.yztz .tab-box .tab-c-list .tab-c {
    position: absolute;
    top: 0;
    left: -100%;
    transition: .5s;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.yztz .tab-box .tab-c-list .tab-c.act {
    left: 0;
}

.yztz .tab-box .tab-c-list .tab-c > .row {
    flex: 1;
    width: 100%;
}

.yztz .tab-box .tab-c-list .tab-c > .row > .col-xs-6 {
    height: 100%;
}

.yztz .tab-box .tab-c-list .tab-c > .row > .col-xs-6 .tab-c-item {
    display: flex;
    flex-direction:column;
    justify-content:center;
    height: 100%;
    padding-left: 36px;
    border-bottom: 2px solid #d5e7f7;
    background-image: url('../images/muchengyuzhong/icon-touzi/1-1.png');
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 0 39%;
}

.yztz .tab-box .tab-c-list .tab-c:nth-of-type(2) > .row > .col-xs-6 .tab-c-item, .yztz .tab-box .tab-c-list .tab-c:nth-of-type(3) > .row > .col-xs-6 .tab-c-item {
    background-position: 0 45%;
}

.yztz .tab-box .tab-c-list .tab-c:nth-of-type(1) > .row:nth-of-type(1) > .col-xs-6:nth-of-type(2) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/1-2.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(1) > .row:nth-of-type(2) > .col-xs-6:nth-of-type(1) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/1-3.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(1) > .row:nth-of-type(2) > .col-xs-6:nth-of-type(2) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/1-4.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(1) > .row:nth-of-type(3) > .col-xs-6:nth-of-type(1) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/1-5.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(1) > .row:nth-of-type(3) > .col-xs-6:nth-of-type(2) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/1-6.png');
}

.yztz .tab-box .tab-c-list .tab-c:nth-of-type(2) > .row:nth-of-type(1) > .col-xs-6:nth-of-type(1) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/2-1.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(2) > .row:nth-of-type(1) > .col-xs-6:nth-of-type(2) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/2-2.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(2) > .row:nth-of-type(2) > .col-xs-6:nth-of-type(1) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/2-3.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(2) > .row:nth-of-type(2) > .col-xs-6:nth-of-type(2) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/2-4.png');
}

.yztz .tab-box .tab-c-list .tab-c:nth-of-type(3) > .row:nth-of-type(1) > .col-xs-6:nth-of-type(1) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/3-1.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(3) > .row:nth-of-type(1) > .col-xs-6:nth-of-type(2) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/3-2.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(3) > .row:nth-of-type(2) > .col-xs-6:nth-of-type(1) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/3-3.png');
}
.yztz .tab-box .tab-c-list .tab-c:nth-of-type(3) > .row:nth-of-type(2) > .col-xs-6:nth-of-type(2) .tab-c-item {
    background-image: url('../images/muchengyuzhong/icon-touzi/3-4.png');
}

.yztz .tab-box .tab-c-list .tab-c > .row:nth-last-of-type(1) .tab-c-item {
    border-color: transparent;
}

.m-yzjy .m-yzjy-header {
    position: relative;
    padding: 1.5rem 0 .5rem;
    background-image: url('../images/muchengyuzhong/yuzhongjiaoyu_header_bg.jpg');
    background-size: 100%;
}

.m-yzjy .m-yzjy-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #125DB2 0%, rgba(18,92,177,0.84) 100%);
}

.m-yzjy .m-yzjy-header .title-pic{
    position: relative;
    z-index: 9;
}

.m-yzjy .m-yzjy-header .m-yzjy-header-menu {
    text-align: center;
}

.m-yzjy .m-yzjy-header .item {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    transition: .3s;
}

.m-yzjy .m-yzjy-header .item:hover {
    transform: scale(1.02) translateY(-10px);
}

.item-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    background-image: url('../images/muchengyuzhong/yzjy_1_act.png');
    background-size: 100% 100%;
}

.item-icon:hover {
    transition: .3;
    background-image: url('../images/muchengyuzhong/yzjy_1.png');
}

.m-yzjy .m-yzjy-header .item img {
    max-width: 80px;
    width: 60%;
    margin-bottom: 10px;
}

.m-yzjy .m-yzjy-map {
    padding: .2rem 0;
    position: relative;
    background-color: #fff;
    background-image: url('../images/muchengyuzhong/yuzhongjiaoyu_map_bg.jpg');
    background-size: 1150px auto;
    background-position: left -550px;
    background-repeat: no-repeat;
}

.m-yzjy .m-yzjy-map::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 1150px auto;
    background-position: left -550px;
    background-repeat: no-repeat;
}

.m-yzjy .m-yzjy-map .map-box {
    position: absolute;
    left: 102px;
    top: 250px;
    width: 654px;
    height: 282.76px;
}

.m-yzjy .m-yzjy-map .map-box #map_svg {
    opacity: 0;
}

.m-yzjy .m-yzjy-map .map-box #map_svg path {
    cursor: pointer;
}

/* .m-yzjy .m-yzjy-map .map-box {
    position: absolute;
    left: 102px;
    top: 250px;
    width: 654px;
    height: 282.76px;
    background-image: url('../images/muchengyuzhong/map/map_yuzhong.png');
    background-size: 100% auto;
    background-position: left;
    background-repeat: no-repeat;
} */

.m-yzjy .m-yzjy-map .map-box .map-item {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .5;
}

.m-yzjy .m-yzjy-map .map-box .area-valid {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 99;
}

.m-yzjy .m-yzjy-map .map-box .map-1 {
    top: 55px;
    left: 506px;
    width: 88px;
    height: 74px;
}
.m-yzjy .m-yzjy-map .map-box .map-1.show {
    background-image: url('../images/muchengyuzhong/map/1_act.png');
}
.m-yzjy .m-yzjy-map .map-box .map-1.show .area-valid {
    top: 10px;
    left: 10px;
    width: 70px;
    height: 50px;
}

.m-yzjy .m-yzjy-map .map-box .map-2 {
    top: 0px;
    left: 552px;
    width: 100px;
    height: 157px;
}
.m-yzjy .m-yzjy-map .map-box .map-2.show {
    background-image: url('../images/muchengyuzhong/map/2_act.png');
}
.m-yzjy .m-yzjy-map .map-box .map-2.show .area-valid {
    top: 29px;
    left: 35px;
    width: 59px;
    height: 110px;
}

.m-yzjy .m-yzjy-map .map-box .map-3 {
    top: 114px;
    left: 494px;
    width: 104px;
    height: 68px;
}
.m-yzjy .m-yzjy-map .map-box .map-3.show {
    background-image: url('../images/muchengyuzhong/map/3_act.png');
}
.m-yzjy .m-yzjy-map .map-box .map-3.show .area-valid {
    top: 11px;
    left: 11px;
    width: 77px;
    height: 46px;
}

.m-yzjy .m-yzjy-map .map-box .map-4 {
    top: 68px;
    left: 453px;
    width: 75px;
    height: 66px;
}
.m-yzjy .m-yzjy-map .map-box .map-4.show {
    background-image: url('../images/muchengyuzhong/map/4_act.png');
}
.m-yzjy .m-yzjy-map .map-box .map-4.show .area-valid {
    top: 21px;
    left: 7px;
    width: 59px;
    height: 40px;
}

.m-yzjy .m-yzjy-map .map-box .map-5 {
    top: 28px;
    left: 408px;
    width: 116px;
    height: 66px;
}
.m-yzjy .m-yzjy-map .map-box .map-5.show {
    background-image: url('../images/muchengyuzhong/map/5_act.png');
}
.m-yzjy .m-yzjy-map .map-box .map-5.show .area-valid {
    top: 4px;
    left: 7px;
    width: 90px;
    height: 54px;
}

.m-yzjy .m-yzjy-map .map-box .map-6 {
    top: 28px;
    left: 408px;
    width: 116px;
    height: 66px;
}
.m-yzjy .m-yzjy-map .map-box .map-6.show {
    background-image: url('../images/muchengyuzhong/map/6_act.png');
}
.m-yzjy .m-yzjy-map .map-box .map-6.show .area-valid {
    top: 4px;
    left: 7px;
    width: 90px;
    height: 54px;
}

.m-yzjy .m-yzjy-map.act_1::before {
    background-image: url('../images/muchengyuzhong/map/map_act_1.jpg');
}
.m-yzjy .m-yzjy-map.act_2::before {
    background-image: url('../images/muchengyuzhong/map/map_act_2.jpg');
}
.m-yzjy .m-yzjy-map.act_3::before {
    background-image: url('../images/muchengyuzhong/map/map_act_3.jpg');
}
.m-yzjy .m-yzjy-map.act_4::before {
    background-image: url('../images/muchengyuzhong/map/map_act_4.jpg');
}
.m-yzjy .m-yzjy-map.act_5::before {
    background-image: url('../images/muchengyuzhong/map/map_act_5.jpg');
}
.m-yzjy .m-yzjy-map.act_6::before {
    background-image: url('../images/muchengyuzhong/map/map_act_6.jpg');
}
.m-yzjy .m-yzjy-map.act_7::before {
    background-image: url('../images/muchengyuzhong/map/map_act_7.jpg');
}
.m-yzjy .m-yzjy-map.act_8::before {
    background-image: url('../images/muchengyuzhong/map/map_act_8.jpg');
}
.m-yzjy .m-yzjy-map.act_9::before {
    background-image: url('../images/muchengyuzhong/map/map_act_9.jpg');
}
.m-yzjy .m-yzjy-map.act_10::before {
    background-image: url('../images/muchengyuzhong/map/map_act_10.jpg');
}
.m-yzjy .m-yzjy-map.act_11::before {
    background-image: url('../images/muchengyuzhong/map/map_act_11.jpg');
}

.m-yzjy .m-yzjy-map .map {
    position: absolute;
    left: 0;
    top: 0;
    height: 846px;
    width: 1150px;
}

.m-yzjy .m-yzjy-map-title {
    font-size: 18px;
    position: relative;
    padding: 20px 0 10px 10px;
    margin-left: -15px;
}

.m-yzjy .m-yzjy-map-title::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 4px;
    height: 24px;
    background: #125DB2;
    border-radius: 2px 2px 2px 2px;
}

.m-yzjy .m-yzjy-map-title span {
    color: #125DB2;
}

.m-yzjy .con-1-list > div {
    padding-left: 0;
    padding-right: 10px;
}

.m-yzjy .con-1-list .st_name {
    height: 36px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.m-yzjy .con-1-list .st_name.act {
    background-color: #125DB2;
    color: #fff;
}

.m-yzjy .con-1-list .st_name:not(.act):hover {
    color: #125DB2;
}

.m-yzjy .con-2 {
    height: 380px;
    position: relative;
}

.m-yzjy .con-2 .st_name_item {
    position: absolute;
    width: 100%;
    left: -120%;
    transition: .3s;
}

.m-yzjy .con-2 .st_name_item:nth-of-type(1) {
    left: 0;
}

.m-yzjy .con-2-list .col-xs-6 {
    padding-left: 0;
    padding-right: 10px;
}

.m-yzjy .con-2-list .sc_name {
    position: relative;
    display: block;
    border: 1px solid #E3E3E3;
    padding: 0 5px;
    background-color: rgba(0, 0, 0, .05);
    margin-bottom: 10px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-yzjy .con-2-list .sc_name:hover {
    border-color: #125DB2;
    color: #125DB2;
}

.m-yzjy .con-2-list .sc_name.info::after {
    transform: scale(.7);
    transform-origin: right top;
    position: absolute;
    right: 0;
    top: 0;
    content: '介绍';
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    padding: 1px 3px;
    border-radius: 3px;
    color: #fff;
    background-color: red;
}

.m-yzjy .con-3-list {
    margin-left: -15px;
}

.m-yzjy .con-3-list .ns_title {
    display: block;
    position: relative;
    padding: 5px 100px 5px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    opacity: .85;
}

.m-yzjy .con-3-list .ns_title:hover {
    opacity: 1;
    transition: .3;
}

.m-yzjy .con-3-list .ns_title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 16px;
    content: '';
    background-image: url('../images/muchengyuzhong/icon_news.png');
    background-size: cover;
}

.m-yzjy .con-3-list .ns_title .txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.m-yzjy .con-3-list .ns_title .time {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

/* 文化旅游 渝中旅游 begin */
.m-yzly {
    padding: .5rem 0 0;
}

.m-yzly .m-yzly-block {
    margin-bottom: .4rem;
}

.m-yzly .m-yzly-block .m-yzly-title {
    font-size: 22px;
    line-height: 2.2;
    position: relative;
    margin-bottom: .25rem;
}

.m-yzly .m-yzly-block .m-yzly-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5em;
    height: 4px;
    background-color: #d14627;
}

.m-yzly .m-yzly-block .block-1-wrap {
    display: block;
    position: relative;
}

.m-yzly .m-yzly-block .block-1-wrap .img-box {
    width: 80%;
    height: 477px;
    cursor: pointer;
    overflow: hidden;
}

.m-yzly .m-yzly-block .block-1-wrap .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.m-yzly .m-yzly-block .block-1-wrap:hover .img-box img {
    transform: scale(1.2);
}

.m-yzly .m-yzly-block .block-1-wrap .txt-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    background-color: rgba(230,238,246, .9);
    padding: 10px 20px 15px;
    transition: all .3s;
}

.m-yzly .m-yzly-block .block-1-wrap .txt-box .txt-title {
    margin-bottom: 10px;
}

.m-yzly .m-yzly-block .block-1-wrap .txt-box .txt-title h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.m-yzly .m-yzly-block .block-1-wrap .txt-box .txt-title div {
    font-size: 10px;
}

.m-yzly .m-yzly-block .block-1-wrap .txt-box .txt-des {
    text-indent: 2em;
    line-height: 2;
    font-size: 18px;
    height: 180px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.m-yzly .m-yzly-block .block-1-wrap .txt-box .more-btn {
    color: #222;
    transition: .3s;
    padding: 10px 0 10px 10px;
    cursor: pointer;
    float: right;
}

.m-yzly .m-yzly-block .block-1-wrap .txt-box .more-btn:hover {
    color: #125cb1;
}
#mcyz_HotTitleSwiper {
    position: relative;
}

#mcyz_HotTitleSwiper .nav-hotSwiper {
    width: 95%;
    text-align: center;
    line-height: 3;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-image: url('../images/muchengyuzhong//wenlv/nav_bg.jpg');
    background-size: 100% 100%;
}

#mcyz_HotTitleSwiper .nav-hotSwiper.act {
    background-image: url('../images/muchengyuzhong//wenlv/nav_bg_act.jpg');
}

#mcyz_HotTitleSwiper .swiper-button-next, #mcyz_HotTitleSwiper .swiper-button-prev {
    position: absolute;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .5);
    transition: .3s;
}

#mcyz_streetSwiper .streetS-siper-wrap {
    display: block;
    position: relative;
    width: 95%;
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
    transition: .3s;
}

#mcyz_streetSwiper .streetS-siper-wrap:hover {
    transform: scale(1.05);
}

#mcyz_streetSwiper .streetS-siper-wrap .title-box {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

#mcyz_streetSwiper .streetS-siper-wrap .title-box .txt {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin: 0 15px;
    color: #000;
}

#mcyz_streetSwiper .streetS-siper-wrap .title-box .useless-l, #mcyz_streetSwiper .streetS-siper-wrap .title-box .useless-r {
    position: relative;
    background: #125cb1;
    flex: 1;
    height: 2px;
}


#mcyz_streetSwiper .streetS-siper-wrap .title-box .useless-l::after, #mcyz_streetSwiper .streetS-siper-wrap .title-box .useless-r::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 17px;
    background: #125cb1;
    top: -8px;
}

#mcyz_streetSwiper .streetS-siper-wrap .title-box .useless-l::after {
    right: 0;
}

#mcyz_streetSwiper .streetS-siper-wrap .img-box img {
    display: block;
    width: 100%;
    transition: .3s;
}

#mcyz_streetSwiper .streetS-siper-wrap .txt-box {
    color: #000;
    margin-top: 10px;
    text-indent: 2em;
    font-size: 14px;
    height: 140px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.m-yzly .m-yzly-block .block-2-pos  {
    position: relative;
}

.m-yzly .m-yzly-block .block-2-pos .swiper-button-next, .m-yzly .m-yzly-block .block-2-pos .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 1;
    width: 30px;
    height: 45px;
    line-height: 30px;
    color: rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .5);
    transition: .3s;
}

.m-yzly .m-yzly-block .block-2-pos .swiper-button-prev {
    left: -50px;
}

.m-yzly .m-yzly-block.block-3 .wrap {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 20px solid #fff;
    margin-bottom: .3rem;
}

.m-yzly .m-yzly-block.block-3 .wrap .img-box {
    position: relative;
    display: block;
    width: 100%;
}

.m-yzly .m-yzly-block.block-3 .wrap .img-box img {
    width: 100%;
}

.m-yzly .m-yzly-block.block-3 .wrap .img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    transition: .5s;
}

.m-yzly .m-yzly-block.block-3 .wrap .txt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 1s;
    pointer-events: none;
}
.m-yzly .m-yzly-block.block-3 .wrap:hover .txt {
    color: #fff;
    background-color: rgba(0, 0, 0, .45);
}

.m-yzly .m-yzly-block.block-3 .wrap:hover .img-box::after {
    background-color: rgba(0, 0, 0, 0);
}
/* 文化旅游 渝中旅游 end */
@media screen and (max-width: 1300px) {
    .m-yzly .m-yzly-block .block-2-pos .swiper-button-next {
        right: 0;
        width: 20px;
    }
    .m-yzly .m-yzly-block .block-2-pos .swiper-button-prev {
        left: 0;
        width: 20px;
    }
}
@media screen and (max-width: 768px) {
    body {
        min-width: initial;
        width: 100%;
    }

    .top-banner-nav {
        margin-top: -20px;
    }

    #mcyz_topSwiper .swiper-button-next, #mcyz_topSwiper .swiper-button-prev {
        display: none;
    }

    #mcyz_topSwiper .swiper-slide .text-box {
        bottom: 30%;
    }
   
    #mcyz_topSwiper .swiper-slide .bg {
        height: 100%;
    }

    .title-pic {
        width: 100%;
        text-align: center;
    }

    .title-pic.big {
        width: 100%;
        text-align: center;
    }

    .title-pic img {
        width: 70%;
        margin: 0 auto;
    }

    .title-pic.big img {
        width: 100%;
    }

    .approach-dis-video video  {
        width: 100%;
        min-height: 0px;
    }

    .approach-dis-info {
        display: block;
        width: 100%;
        position: static;
        padding-left: 0px;
    }

    .approach-districtProfile {
        position: static;
    }

    .approach-dis-video {
        display: block;
        position: static;
        width: 100%;
    }

    .approach-dis-detail {
        width: 100%;
    }

    .approach-dis-detail-text {
        font-size: 16px;
        height: auto;
        line-height: 2;
        width: 100%;
    }

    .approach-circle-li ul {
        padding: 0px;
    }

    .approach-circle-li li {
        margin-top: .36rem;
        width: 20%;
    }

    .approach-circle-li li p {
        font-size: .25rem;
        margin-top: .15rem;
    }

    .approach-ydBox {
        background: none;
    }

    .approach-blue-icon {
        width: 45%;
        margin-right: 10%;
    }

    .yztz .m-center .col-sm-8 {
        padding-right: 15px;
    }

    .yztz .zsdt {
        padding: 0 15px;
    }

    .yztz .tab-box {
        padding-right: 0;
    }

    .yztz .tab-box > .row {
        height: auto;
        padding-bottom: 0;
    }

    .yztz .tab-box .tab-c-list {
        height: 160px;
    }

    .yztz .tab-box .tab-h-list {
        flex-direction: row;
        height: 66px;
    }

    .yztz .tab-box .tab-h-list .tab-h {
        font-size: 12px;
        padding-left: 40px;
        background-size: 15px auto;
    }

    .yztz .tab-box .tab-c-list {
        border: none;
    }
    
    .yztz .tab-box .tab-c-list .tab-c-list-box .tab-c {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .m-yzjy .m-yzjy-map-title {
        margin-left: 0;
    }

    .m-yzjy .m-yzjy-map {
        background-size: 140% auto;
        background-position: left;
        background-repeat: repeat-y;
    }

    .m-yzjy .m-yzjy-map::before {
        background-size: 140% auto;
        background-position: left;
        background-repeat: repeat-y;
    }

    .m-yzjy .m-yzjy-map .map-box {
        display: none;
    }

    .m-yzjy .con-1-list > div {
        padding: 0 15px;
    }

    .m-yzjy .con-2-list .col-xs-6 {
        padding: 0 15px;
    }

    .m-yzjy .con-3-list {
        margin-left: 0;
    }

    .m-yzly .m-yzly-block .block-1-wrap .img-box {
        width: 100%;
        height: auto;
    }

    .m-yzly .m-yzly-block .block-1-wrap .txt-box {
        position: initial;
        width: 100%;
        transform: none;
    }

    .m-yzly .m-yzly-block .block-1-wrap .txt-box .more-btn {
        display: none;
    }

    #mcyz_HotTitleSwiper .swiper-button-next, #mcyz_HotTitleSwiper .swiper-button-prev {
        display: flex;
    }

    #mcyz_streetSwiper .streetS-siper-wrap {
        width: 100%;
        padding: 15px 30px;
    }
    
}