body,html{
    background: #7BD0E2;
}
.headerCon{
    background: url(../images/cyfn_header.jpg) no-repeat;
}
.bannerBox{
    background: url(../images/cyfn_banner.png) no-repeat;
    background-size: 100% 5.49rem;
    width: 100%;
    height: 5.49rem;
    overflow: hidden;
}
.bannerBox img{
    display: block;
    width: 7.68rem;
    height: 1.61rem;
    margin: 0.71rem auto 0;
}
.mainCon{
    padding: 0 0.27rem 0.61rem;
}
.boxStyle{
    background: #FFFFFF;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    border: 0.08rem solid rgba(14,182,219,0.2);
    padding:0.88rem 0.32rem 0.32rem;
    margin-top: 0.27rem;
}
.boxStyle .titleStyle {
    width: 4.21rem;
    height: 0.81rem;
    line-height: .81rem;
    color: #FFFFFF;
    font-size: .48rem;
    left: 50%;
    margin-left: -2.11rem;
    top: -0.18rem;
    background: url(../../index/images/qpTitleBg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.boxStyle .txtBox {
    width: 100%;
    /* height: 3.27rem; */
    font-weight: 500;
    font-size: .37rem;
    color: #333333;
    line-height: .67rem;
    margin-top: .42rem;
    text-align: left;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    transition: max-height 0.5s ease-in-out;
}

.boxStyle .txtBox.expanded {
    height: auto;
    -webkit-line-clamp: 500;
}
.boxStyle .downUpBtn {
    width: .4rem;
    height: .4rem;
    display: block;
    margin: .27rem auto 0;
    cursor: pointer;
    background: url(../../index/images/qpDown.png) no-repeat center center;
    background-size: 100% 100%;
    transition: background 0.3s;
}

.boxStyle .downUpBtn.up {
    background: url(../../index/images/qpUp.png) no-repeat center center;
    background-size: 100% 100%;
}
.topInfo{
    font-size: 0.4rem;
    line-height: 0.67rem;
}
.swiper{
    height: 4rem;
}
.swiper .swiper-container{
    height: 100%;
}
.swiper .swiper-slide {
    width: 63%;
    height: 100%;
    border-radius: 0.27rem;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.swiper-pagination{
    margin: 0.39rem auto 0;
    position: static;
}
.swiper-pagination span{
    margin: 0 0.065rem;
}
.swiper-pagination-bullet-active{
    background: #307FFF !important;
}
.swiper-pagination-bullet{
    border: 1px solid #307FFF;
    background: #fff;
    width: 0.21rem;
    height: 0.21rem;
    box-sizing: border-box;
    opacity: 1;
}
.yyEnter{
    width: 48%;
    height: 2.8rem;
    background: url(../images/cyfn_yyenter.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.27rem;
}
.kfEnter{
    width: 48%;
    height: 2.8rem;
    background: url(../images/cyfn_kfenter.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.27rem;
}
.swiper2{
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.swiper2 .swiper-slide{
    width: 8rem;   
    padding: 1.33rem 0.32rem 0.32rem;
    box-sizing: border-box;
    position: relative;
    margin-right: 0.36rem;
}
.swiper2 .name{
    padding: 0 0.27rem;
    border-radius: 0 50px 50px 0;
    height: 0.64rem;
    line-height: 0.64rem;
    background: linear-gradient(90deg, #ffc982 0%, #ff9100 100%);
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    top: 0.4rem;
    left: -0.06rem;
}
.swiper2 .name em{
    display: block;
    width: .0933rem;
    height: .1067rem;
    bottom: -0.1067rem;
    left: 0;
    background: url(../images/cyfn_tabBg.png) no-repeat;
}
.swiper2 .description{
    font-size: 0.4rem;
    line-height: 0.67rem;
}
.swiper2 .picBox{
    width: 100%;
    height: 5.24rem;
    position: relative;
    margin-top: 0.4rem;
}
.swiper2 .picBox img:first-child{
    display: block;
    width: 90%;
    height: 4.5rem;
    border-radius: 0.21rem;
    position: absolute;
    z-index: 1;
    top: 0.3rem;
    left: 5%;
    box-sizing: border-box;
}
.swiper2 .picBox span{
    position: absolute;
    width: 100%;
    height: 5.24rem;
    background: url(../images/fnzx_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    top: 0;
    left: 0;
}