/*
 * @Author: omtech.cn
 * @Date: 2020-04-08 09:23:01
 * @Last Modified by:   wxh
 * @Last Modified time: 2020-05-26 16:16:19
 */

@charset "utf-8";

/*reset*/
body { margin-top: 5rem !important; background-color: #fff; }

body,
.w { max-width: 100%; }

.bgfff { background-color: #fff; }

.imgload .image { background-color: #f4f4f8; }

/******header********/
.header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-right: 7rem;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 1px 4px #ccc;
    box-shadow: 0 1px 4px #ccc;
}

.header .logo {
    float: left;
    width: 100%;
    height: 5rem;
    padding: 1rem 0;
    margin-left: .8rem;
    background: url('../../../../../images/cdrtv/zt/2020qglh/wap/logo.png') no-repeat 0rem center;
    background-size: 100% auto;
}

.header .logo a {
    display: block;
    height: 100%;
}

.menu-handler {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    float: right;
    width: 5rem;
    height: 5rem;
    -webkit-transition: all .3s cubic-bezier(.445, .145, .355, 1);
    transition: all .3s cubic-bezier(.445, .145, .355, 1);
}

.menu-handler .burger {
    position: absolute;
    top: 1.9rem;
    left: 50%;
    display: block;
    width: 2rem;
    height: .25rem;
    margin-left: -1rem;
    border-radius: 2rem;
    background-color: #db1135;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.menu-handler .burger-2 {
    top: 2.5rem;
}

.menu-handler .burger-3 {
    top: 3.1rem;
}

.menu-handler.on .burger {
    background-color: #666;
}

.menu-handler.on .burger-1 {
    top: 2.5rem;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu-handler.on .burger-2 {
    filter: alpha(opacity=0);
    opacity: 0;
}

.menu-handler.on .burger-3 {
    top: 2.5rem;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.trans {
    -webkit-transition: all .6s cubic-bezier(.245, .145, .355, 1);
    transition: all .6s cubic-bezier(.445, .145, .355, 1);
}

.menu-show,
.menu-show * {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-show {
    position: fixed;
    top: 5rem;
    z-index: 20;
    width: 100%;
    height: 0%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-overflow-scrolling: touch;
}

.menu-show li {
    font-size: 1.6rem;
}

.menu-show li a {
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.5;
    padding: 1rem 2rem;
}

.menu-show li a:after {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    content: '';
    background-color: #eee;
    -webkit-transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
}

.menu-show li a.on,
.menu-show li a.active {
    color: #fff;
    background-color: #2a58ad;
}

.menu-show li a.on:after,
.menu-show li a.active:after {
    height: 0;
}

.menu-show li a i {
    position: absolute;
    top: 17px;
    right: 25px;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    content: '';
    border: 1px solid #999;
    border-top: transparent;
    border-left: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-show li a.on i {
    top: 22px;
    border-color: #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-show li ul {
    height: 0;
    overflow: hidden;
}

.menu-show li li a {
    height: 45px;
    padding-left: 65px;
    line-height: 45px;
    background-color: #fafafa;
}

.menu-show li li a:after {
    height: 0;
}

.menu-show li li a:before {
    position: absolute;
    top: 50%;
    left: 52px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    border-radius: 50%;
    background-color: #999;
}

.menu-show li li a.on,
.menu-show li li a.active {
    color: #666;
    background-color: #eee;
}

.menu-show p {
    margin-top: 75px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    color: #999;
    text-align: center;
}

.menu-show p a {
    color: #d3d3d3;
}

/* backtop */
.backtop {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
}

.backtop:after {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.3rem;
    margin-left: -.6rem;
    border-width: .1rem;
}

/* container hd-main */
.hd-main {
    padding: 1rem 0;
}

.hd-main img { width: 100%; }

/* viewmore */
.viewmore {
    display: block;
    margin: 0 1rem;
    padding: 1rem;
    font-size: 1.4rem;
    color: #db1135;
    text-align: center;
    background-color: #fff9e5;
}

.viewmore.active {
    color: #fff;
    background-color: #aaa;
}

/* list-nav 导航 */
.list-nav {
    position: relative;
    margin-top: -7rem;
    overflow: hidden;
    padding: 0 1rem 1rem 1rem;
    background-color: #fff;
  }
  .list-nav li {
    float: left;
    width: 33.33%;
    padding: .5rem;
    text-align: center;
  }
  .list-nav li a {
    display: block;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    border-radius: 5rem;
    background-color: #db1135;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    word-break: break-all;
  }
  .list-nav li a.on,
  .list-nav li a.active { color: #fd3832; }

/* mod-main */
.mod-main {
    background-color: #fff;
    padding-bottom: 2rem;
}

/* mod-banner */
.mod-banner {
    position: relative;
    width: 100%;
    height: auto;
}

.mod-banner img {
    width: 100%;
}

/* list-banner */
.slide-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.slide-box .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.list-banner .swiper-slide {
    font-size: 0;
}
.list-banner .banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url('../../../../../images/cdrtv/zt/2020qglh/wap/banner_title_bg.png') repeat-x;
}

.list-banner .banner-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 8px 60px 8px 15px;
    box-sizing: border-box;
    line-height: 2;
    font-size: 1.4rem;
    color: #fff;
}

.swiper-container .swiper-pagination-fraction {
    position: absolute;
    bottom: 1rem;
    left: auto;
    right: 12px;
    width: 5rem;
    font-size: 20px;
    color: #fff;
}
.swiper-container .swiper-pagination-current {
    color: #db1135;
}
.slide-box .swiper-slide img {
    width: 100%;
    height: 100%;
}

/* news-list */
.news-list li a {
    padding: 1rem 1rem 1.1rem;
}

.news-list li a:after {
    left: 1rem;
    right: 1rem;
    height: 0;
}

.news-list li img {
    float: left;
    width: 17rem;
    height: 9.5rem;
    margin-left: 0;
    margin-right: 1rem;
}
.news-list li dt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-list li dd {
    margin-top: 1rem;
    color: #999;
}

/* mod-lhzbj */
.mod-lhzbj  .list-banner .banner-title {
    width: 100%;
}
.mod-lhzbj  .lists-banner .swiper-slide {
    position: relative;
    width: 23rem;
    /*height: 20rem;*/
    margin-left: 1rem;
    padding-bottom: 1rem;
}
.mod-lhzbj .lists-banner .banner-title p {
    margin-top: 0.8rem;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mod-lhzbj  .lists-banner .swiper-slide s {
    position: absolute;
    top: 8.5rem;
    left: 0rem;
    z-index: 9;
    width: 5rem;
    height: 3rem;
    background: url('../../../../../images/cdrtv/zt/2020qglh/wap/video_icon.png') no-repeat;
    background-size: auto 100%;

}

/* mod-kdqmt */
.mod-kdqmt .mod-kdqmt-list {
    width: 100%;
    padding:  1rem 0;
}
.mod-kdqmt .mod-kdqmt-list li{
    width: 48%;
    height: auto;
    padding-left: 1rem;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.mod-kdqmt .mod-kdqmt-list li a {
    display: block;
    float: left;
}

.mod-kdqmt .mod-kdqmt-list p {
    margin-top: 0.8rem;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* mod-lhftl */
.mod-lhftl .mod-lhftl-list {
    width: 100%;
    padding:  1rem 0;
}
.mod-lhftl .mod-lhftl-list li{
    position: relative;
    width: 47%;
    padding-top: 47%;
    margin-bottom: 1rem;
    padding-left: 1rem;
    display: inline-block;
    font-size: 0;
}
.mod-lhftl .mod-lhftl-list li a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.mod-lhftl .mod-lhftl-list li a p {
    padding-left: 1.5rem;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 3rem;
    box-sizing: border-box;
    font-weight: 700;;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.mod-lhftl .mod-lhftl-list li .img {
    position: relative;
    width: 88%;
    margin-left: 12%;
    height: auto;
}
.mod-lhftl .mod-lhftl-list li .img img {
    width: 100%;
    height: 100%;
}
.mod-lhftl .mod-lhftl-list li  span  {
    position: absolute;
    bottom: -16px;
    left: -10px;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    color: #fff;
    background-color: #db1135;

}
.mod-lhftl .mod-lhftl-list li  span::after {
    position: absolute;
    left: 0px;
    top: -6px;
    width: 10px;
    height: 6px;
    content: '';
    background: #fff url('../../../../../images/cdrtv/zt/2020qglh/wap/name_icon.png') no-repeat;
}

/* mod-cdxs */
.mod-cdxs s {
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    z-index: 9;
    width: 5rem;
    height: 3rem;
    background: url('../../../../../images/cdrtv/zt/2020qglh/wap/video_icon.png') no-repeat;
    background-size: auto 100%;

}







