html{font-size: 100px;}
/*banner*/
.mbanner .focus .focus-title-bar {
    bottom: 0.68rem;
    left: calc(50% - 7.5rem);
    margin-left: 0px;
    height: auto;
}

.mbanner .focus .focus-title-bg {
    display:none;
}
.mbanner .focus .focus-title{
    position:static;
    padding: 0;
    height:0.24rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.mbanner .focus .focus-pagination {
    position: absolute;
    right: 50%;
    bottom: 0.64rem;
    transform: translateX(50%);
    height: auto;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 8px;
    background: #ffffff4d;
}

.mbanner .focus .focus-page-active {
    width: 0.12rem;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 0.64rem;
    height: 0.64rem;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 80px;
    background: url(htmlRes/jtl.png) no-repeat;
    background-size: 100% 100%;
}

.mbanner .focus .focus-next {
    right: 80px;
    background: url(htmlRes/jtr.png) no-repeat;
    background-size: 100% 100%;
}
.mbanner .focus-container .focus-item img{object-fit:cover;}
/* main2 */
.main2 .container{overflow: hidden;}
.main2 .ml{float: left;width: 49%;}
.main2 .mr{float: right;width: 49%;}

.news_imgs{
    position: relative;
    padding-top: 66.66%;
    overflow: hidden;
}
.news_imgs img{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.news_imgs a img:hover{transform: scale(1.05);}

.main2 .ml .news_list .news_imgs{padding-top: 66.66%;background-color: #e5e5e5;}

.main2 .mr .news{position: relative;}
.main2 .mr .news_imgs{padding-top: 66.66%;}
.main2 .mr .news_title{
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #a5383c80;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.main2 .mr .news_title a{color:#fff !important;}
.main2 .mr .video_btn{
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 70px;
    height: 70px;
}
.main2 .mr .video_btn img{width: 100%;height: 100%;}