.banner_swiper {
    position: relative;
    width: 100%;
    height: 480px;
}

.banner_swiper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 480px;
}

.banner_swiper .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: .5;
    border-radius: 0 !important;
}

.banner_swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.index_wrap {
    width: 100%;
}

.index_wrap.bg1 {
    height: 650px;
    background: url(../images/index_bg1.jpg) no-repeat center;
    background-size: auto 650px;
}

.index_wrap.bg2 {
    background: url(../images/newindex_bg2.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
}

.index_wrap.bg3 {
    height: 876px;
    background: url(../images/index_bg3.jpg) no-repeat center;
    background-size: auto 876px;
}

.index_wrap.bg4 {
    height: 597px;
    background: url(../images/index_bg4.jpg) no-repeat center;
    background-size: auto 597px;
}

.index_wrap.bg5 {
    height: 654px;
    background: url(../images/newindex_bg5.jpg) no-repeat center;
    background-size: auto 654px;
}

.dt_ul {
    margin-top: 30px;
}

.dt_item {
    position: relative;
    float: left;
    width: 282px;
    height: 303px;
    background: #F6F8FA;
    border-radius: 12px;
    margin-right: 24px;
    padding-top: 88px;
    cursor: pointer;
    transition: all .3s;
}


.dt_item:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    transform: translateY(-8px);
}

.dt_item:nth-child(4n) {
    margin-right: 0;
}

.dt_item .log {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 88px;
    height: 88px;
    border-radius: 12px;
    z-index: 1;
    background: #fff;
}

.dt_item h2 {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    margin: 0 auto;
}

.dt_item .center {
    padding: 20px 0 24px 0;
}

.dt_item .center .item {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}

.dt_item .center .item span {
    display: block;
}

.dt_item .center .item .sp1 {
    color: #FE574A;
    display: flex;
    justify-content: center;
}
.dt_item .center .item .sp1 span{
    font-weight: bold;
}
.dt_item .center .item .sp1 .dw{
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: flex-end;
}
.dt_item .center .item .sp1 .num{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    line-height: 24px;
    font-family: DINProM;
}

.dt_item .center .item .sp2 {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #21282D;
    font-family: DINProM;
}

.dt_item .center .item .sp3 {
    font-size: 12px;
    color: #788190;
    margin-top: 10px;
}

.dt_item .center .item:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 22px;
    background: #E7EAEE;
    right: 0;
    top: 13px;
}

.dt_item .center .item:last-of-type:after {
    display: none;
}

.dt_item .tg_btn {
    display: block;
    width: 222px;
    background: #0EB790;
    border-radius: 8px;
    margin: 0 auto;
    transition: all .3s;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.dt_item .tg_btn:hover {
    opacity: .8;
}

.dt_item:hover .tg_btn {
    transform: scale(1.05)
}

.dt_item p {
    font-size: 13px;
    color: #505B64;
    line-height: 16px;
    text-align: center;
    margin-top: 20px;
}

.dt_ul2 {
    display: none;
    margin-top: 26px !important;
}

.dt_ul2 .dt_item {
    margin-top: 44px;
    background: #FFFFFF;
}

.index_wrap .bot_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 40px;
    background: rgba(14, 183, 144, 0.1);
    border-radius: 8px 8px 8px 8px;
    margin: 30px auto 0;
    color: #0EB790;
    transition: all .3s;
}

.index_wrap .bot_btn:hover {
    background: #0EB790;
    color: #fff;
}

.tab_nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_nav .tab_item {
    position: relative;
    line-height: 40px;
    padding: 0 24px;
    font-size: 16px;
    color: #21282D;
}

.tab_nav.c .tab_item {
    color: #fff;
}

.tab_nav .tab_item:hover {
    color: #0EB790;
}

.tab_nav .tab_item.on {
    color: #0EB790;
}

.tab_nav .tab_item.on:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    content: '';
    width: 50px;
    height: 3px;
    background: #0EB790;
}

/* 短剧 */
.dj_ul {
    display: none;
    margin-top: 26px;
}

.dj_item {
    position: relative;
    float: left;
    width: 384px;
    height: 236px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 44px;
    padding: 20px 24px 24px 24px;
    margin-right: 24px;
    transition: all .3s;
}

.dj_item:nth-child(3n) {
    margin-right: 0;
}

.dj_item .info {
    padding-left: 148px;
}

.dj_item .info h4 {
    font-size: 16px;
    color: #21282D;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dj_item .info p {
    font-size: 13px;
    color: #505B64;
    line-height: 15px;
    margin-top: 10px;
}

.dj_tu {
    position: absolute;
    top: -20px;
    left: 24px;
    width: 128px;
    height: 172px;
    border-radius: 10px;
    overflow: hidden;
}

.dj_tu img {
    width: 100%;
}

.dj_tu .fen {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 17px;
    background: linear-gradient(313deg, #21282D 0%, #6C8393 100%);
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-family: DINProM;
    border-bottom-left-radius: 10px;
}

.dj_tu .icon {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}

.dj_tu .icon img {
    width: 20px;
    height: 20px;
    margin-right: -8px;
}

.dj_item .center {
    padding: 20px 0 0 0;
}

.dj_item .center .item {
    position: relative;
    float: left;
    width: 50%;
}

.dj_item .center .item:nth-child(2n) {
    padding-left: 20px;
}

.dj_item .center .item span {
    display: block;
}

.dj_item .center .item .sp1 {
    line-height: 30px;
    font-size: 24px;
    color: #21282D;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: DINProM;
}

.dj_item .center .item .sp2 {
    font-size: 24px;
    color: #FE574A;
    line-height: 30px;
    font-weight: bold;
    font-family: DINProM;
}

.dj_item .center .item .sp3 {
    font-size: 12px;
    color: #788190;
    margin-top: 6px;
}

.dj_item .center .item:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #CED4DA;
    right: 0;
    top: 15px;
}

.dj_item .center .item:last-of-type:after {
    display: none;
}

.dj_item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #0EB790;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 32px;
    cursor: pointer;
    transition: all .3s;
}

.dj_item:hover .btn {
    opacity: .8;
}

.dj_item:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px);
}

.news_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.news_item {
    width: 384px;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all .3s;
    padding: 24px 24px 0 24px;
}

.news_item:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px);
}

.news_item .top {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #21282D;
    margin-bottom: 20px;
}

.news_item .top img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.news_item ul {
    height: 185px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.news_item li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 32px;
}

.news_item li span {
    position: relative;
    font-size: 14px;
    color: #505B64;
    padding-left: 10px;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_item li span:after {
    position: absolute;
    left: 0;
    top: 14px;
    content: '';
    width: 4px;
    height: 4px;
    background: #505B64;
}

.news_item li em {
    font-size: 12px;
    color: #788190;
}

.news_item li:hover span {
    color: #0EB790;
    font-weight: 600;
}

.news_item li:hover span:after {
    background: #0EB790;
}

.news_item li:hover em {
    color: #0EB790;
}

.news_item .bot {
    display: flex;
    align-items: center;
    height: 66px;
    font-size: 14px;
    color: #21282D;
    transition: all .3s;
}

.news_item .bot img {
    width: 14px;
    margin-left: 10px;
}

.news_item .bot:hover {
    color: #0EB790;
}

.ys_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ys_item {
    display: flex;
    align-items: center;
    width: 588px;
    height: 202px;
    background: #F6F8FA;
    border-radius: 12px;
    transition: all .3s;
    padding: 30px;
    margin-bottom: 24px;
}

.ys_item:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    transform: translateY(-8px);
}

.ys_item .js{
    flex: 1;
    padding-left: 30px;
}

.ys_item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
}

.ys_item p {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    line-height: 26px;
    margin-top: 12px;
}

.ys_item i {
    display: block;
    width: 140px;
    height: 140px;
    -webkit-animation: icons_anim_end 0.6s steps(49) both;
    animation: icons_anim_end 0.6s steps(49) both;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.ys_item:hover i {
    -webkit-animation: icons_anim_start 0.6s steps(49) both;
    animation: icons_anim_start 0.6s steps(49) both;
}

.ys_item i.icon1 {
    background-image: url(../images/ys_icon1.png);
}

.ys_item i.icon2 {
    background-image: url(../images/ys_icon2.png);
}

.ys_item i.icon3 {
    background-image: url(../images/ys_icon3.png);
}

.ys_item i.icon4 {
    background-image: url(../images/ys_icon4.png);
}

@-webkit-keyframes icons_anim_start {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -6860px;
    }
}

@keyframes icons_anim_start {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -6860px;
    }
}

@-webkit-keyframes icons_anim_end {
    0% {
        background-position-y: -6860px;
    }

    100% {
        background-position-y: 0;
    }
}

@keyframes icons_anim_end {
    0% {
        background-position-y: -6860px;
    }

    100% {
        background-position-y: 0;
    }
}


.zsfk{
    width: 100%;
    height: 666px;
    background-color: #fff;
}
.fk_list_warp{
    display: flex;
}
.fk_list_warp .fk_list:last-child{
    margin-right: 0;
}
.fk_list{
    width: auto;
    height: 124px;
    background-color: #f6f8fa;
    border-radius: 12px;
    margin-right: 24px;
    padding: 30px;
    display: flex;
    position: relative;
}
.fk_list .avatar{
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.fk_list .info{
    flex: 1;
    padding-left: 27px;
}
.fk_list .name{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.fk_list .desc{
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
    color: #626364;
}
.fk_list .jt{
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 30px;
}
.zsfk .hz_swiper {
    width: 100%;
    margin-bottom: 18px;
}



.hz_swiper .swiper-slide {
    width: auto;
    height: 140px;
}

.hz_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.fk_swiper{
    width: 100%;
    position: relative;
}
.hzhb_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 440px;
    background: url(../images/hzhb_l.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}

.hzhb_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 440px;
    background: url(../images/hzhb_r.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}

.links {
	width: 1200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.links .links_txt {
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px
}
.links .links_txt_title {
	width: 1200px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #000;
	background: url(../images/yqlink.png) center center no-repeat;
}
.links .links_txt ul {
	padding: 0 20px
}
.links .links_txt li {
	float: left;
	font-size: 14px;
	margin: 5px 10px;
	color: #333;
	line-height: 22px;
}
.links .links_txt li a {
	color: #333
}
.links .links_txt li a:hover {
	color: #257FEB
}