
.myba{
    background: #bfbdbd;
    height: 48vh;
    position: relative;
}
.typeit {
  color: #fff;
}
.ti-cursor{
    color: #0000e4!important;
}
.myba .typeit{
    position: absolute;
    left: 2vw;
    top: 1.5vw;
    text-transform: uppercase;
    font-weight: bold;
    font-size: #ffffff;
    font-size: 80px;
    line-height: 1.3;
	text-shadow: 2px 2px 2px #000000;
}
.myba img{
    position: absolute;
    bottom: 1%;
    left: 2vw;
    max-width: 100%;
    width:95vw;
}
.mti{
/*    padding-top: 80px;*/
    text-align: center;
}
.s4 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.s4 .item {
    border-top: 8px solid #f2f2f2;

    width: 33.23%;
    height: 0;
    padding-bottom: 33.5%;
    position: relative;
    overflow: hidden;
    margin: 0;
    font-size: 0;
    display: inline-block;
}

.s4 .item > a,.s4 .item a.ita{
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    right: 8px;
}
.s4 .item:hover {
    cursor: pointer;
}

.s4 .item.des .describe .h5 a:hover, .s4 .item.des describe .h5 a:active {
    color: #e41839;
}

.s4 .item.item2 {
    width: 50%;
}

.s4 .item img {
    position: absolute;
    width: 100%;
    height: 100%;
/*    border-left: 5px solid #fff;*/
    /*! left: -10px; */
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transfo
}

.s4 .item.des .img {
    position: absolute;
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.s4 .item.des img {
    height: 100%;
}

.s4 .item.des .describe {
    box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;
    position: absolute;
    top: 50%;
    z-index: 50;
    /* left: 10px; */
    margin-top: .1rem;
    width: 100%;
}

.s4 .item.des.txt .describe {
    z-index: 50;
    width: 95%;
    padding-left: 8%;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.s4 .item.des .describe .h3 {
    font-size: 34px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 2.2;
}

.s4 .item.des .describe .h4 {
    font-size: .14rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.875;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;*/
}

.s4 .item.des .describe .h5 a {
    font-size: .14rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 3;
    /* padding-top: 5%; */
}

.s4 .item .cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blank30.png);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    border-right: 5px solid #fff;
    left: -4px;
}

.s4 .item:hover .cover, .s4 .item:active .cover {
    opacity: 1;
}

.s4 .item:hover img {
    transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.prop {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 96%;
    text-align: center;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
}

.prop p {
    color: #fff;
    font-size: .3rem;
}

.prop p a {
    color: #fff;
    text-decoration: none;
}
.s4 .item .cover2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    opacity: 0;
    border-radius: 100%;
    -webkit-transition: .2s;
    transform: scale(0);
    transition: 1.2s;
    padding-left: 1px;
    /*! left: -4px; */
}
.s4 .item .cover2 .prop2{
    box-sizing: border-box;
    padding:30px;
    position: absolute;
    bottom:0;
    line-height: 2;
    color:#fff;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'opm';
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
}
.s4 .item .cover2 .prop2 p{
    line-height: 1.25;
    font-size: 18px;
    font-family: lir;
}
.s4 .item .cover2 .prop2 .en{
    font-size: 26px;
}
.s4 .item .cover2 .prop2 .intro{
    margin-top: 10px;
}
.s4 .item .cover2 .prop2:after{
    content: "";
    /*position: absolute;*/
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 6px solid #fff;
    margin: auto;
    text-align: center;
    /*left: 47.4%;*/
    /*bottom:18%;*/
    transform: scale(0.6);
    position: relative;
    top: 9vw;
}
.s4 .item:hover .cover2{
    height: 100%;
    width: 100%;
    transform: scale(1.5);

}
.s4 .item:hover .cover2>div{
    transform: scale(0.8);
}
.s4 .item:hover .cover2, .s4 .item:active .cover2 {
    opacity: 1;
}
@media(max-width:1024px){
    .myba{
        height: 30vh;
    }
}
@media all and (max-width: 960px) {
	
	.myba .typeit{
		font-size: 23px;
	}
	

	
    .swiper-pagination-bullet-active:after{
        height: 11px;
    width: 11px;
    left: -3px;
    top:-3px;
        
    }
    .s4 {

        box-sizing: border-box;
    }
    .mwrap{
        padding:0px 0px 0 5px;
    }
    .s4 .item > a, .s4 .item a.ita{
        right: 5px;
    }

    .s4 .item {
        padding-bottom: 50%;
        width: 50%;
        border-top: 5px solid #f2f2f2;
    }

    .s4 .item .cover {
        height: 100%;
    }

    .s4 .item.item2 {
        width: 100%;
    }

    .s4 .item img {
        height: 100%;
    }

    .s4 .item.des.old .describe .h3 {
        font-size: .4rem;
    }

    .s4 .item.des.old .describe .h4 {
        font-size: .14rem;
        max-width:100%;
        line-height: 1.3;
        white-space: nowrap;
    }

    .s4 .item.des.old .describe .h5 a {
        line-height: 1;
        display:none;
    }
    .s4 .item .cover2 .prop2{
        padding: 0px 0px 0px 15px;
        line-height: 26px;
        font-size: 14px;
    }
    .s4 .item .cover2 .prop2:after{
        width: 15px;
        height: 15px;
        border: 4px solid #fff;
        top:8vw;
    }
    .s4 .item .cover2 .prop2 .en{
        white-space: break-spaces;
        width:70%;
        margin: auto;
        text-align: center;
    }
    .s4 .item .cover2 .prop2{
    	padding: 0px 0px 0px 5px;
    	line-height: 26px;
    	font-size: 14px;
    }
    .s4 .item .cover2 .prop2:before{
        width: 15px;
        height: 15px;
        border: 4px solid #fff;
        left: 44.4%;
    }
    .s4 .item .cover2 .prop2 .en{
        white-space: break-spaces;
        padding:0 15px;
    }
    .s4 .item .cover2 .prop2 .en{
    font-size: 14px;
    }
    .s4 .item .cover2 .prop2 p{
        font-size: 12px;
    }
    .myba{
        height: 20vh;
    }
    .s4 .item .cover2 .prop2 .alias {
    white-space: break-spaces;
    padding:0 15px;
}
.s4 .item .cover2 .prop2 .intro{
        margin-top:3px;
    }

}

.ptit1 {
    font-size: .3rem;
    margin-top: .45rem;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .1rem;
    font-family: opb;
}

.ptit2 {
    font-size: .14rem;
    color: rgb(51, 51, 51);
    line-height: .3rem;
    padding-bottom: 3%;
    font-family: opb;
}
.footer{
    background: #000;
    margin-top:8px;
}