.container {
    width: 100%;
    height: 100%;
}

.box {
    position: relative;
    width: 100%;
}

.box, .box-wrapper {
    overflow: hidden;
}

.box-wrapper {
    height: 8.35rem;
    margin-top: 0.80rem;
}

.box-title {
    color: #003366;
    font-size: 0.48rem;
    font-weight: 600;
}

.box-title .box-title-red {
    color: #CC3333;
    font-size: 0.48rem;
    font-weight: 600;
}

.box-sub-title {
    font-size: 0.32rem;
}

.box-bottom-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.81rem;
    opacity: 0.6;
    background: #003366;
}

.box-bottom-bg-left .tempWrap {
    margin-top: 0.15rem;
    margin-left: 1.50rem;
}

.bkgl-box-content {
    width: 100%;
    height: 100%;
    margin-top: 0.96rem;
}

.box-bottom-bg-left {
    position: relative;
    float: left;
    width: 5.21rem;
}

.single-card {
    width: 2.30rem;
    height: 3.85rem;
    overflow: hidden;
    margin-left: 1.50rem;
    margin-top: 0.10rem;
}

.single-card li {
    float: left;
    position: relative;
    width: 2.28rem;
    height: 3.85rem;
    z-index: 99;
}

.single-card li.on {
    display: inline-block;
}

.card {
    width: 2.28rem;
    height: 3.85rem;
	border-radius: 0.16rem;
    z-index: 99;
}

.zst {
    position: absolute;
    top: 1.45rem;
    left: 0;
    width: 5.43rem;
    height: 5.43rem;
    z-index: 9;
}

.arrows {
    position: absolute;
    top: 1.08rem;
    right: 0.15rem;
    width: 1.04rem;
}

.handle-card{
    position: absolute;
    left: 50%;
    bottom: -2rem;
    margin-left: -1rem;
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    background: #CC3333;
    border-radius: 0.1rem;
    z-index: 9;
}

.box-bottom-bg-right {
    position: relative;
    float: right;
    width: 8.65rem;
    z-index: 9;
}

.card-name {
    font-size: 0.3rem;
    font-weight: 500;
    color: #003366;
    margin-left: 0.22rem;
}

.card-name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 0.08rem;
    height: 0.29rem;
    background: #CC3333;
}

.card-abstract {
    margin-top: 0.11rem;
    height: 0.25rem;
    font-size: 0.18rem;
    font-weight: 400;
    overflow-wrap: break-word;
    opacity: 0.5998365;
    filter: alpha(opacity=0.59);
    color: #262626;
    white-space: nowrap;
    line-height: 0.25rem;
}

.card-desc {
    height: 0.93rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #262626;
    line-height: 0.3rem;
    margin-top: 0.27rem;
}

.card-list {
    width: 100%;
    margin-top: 0.52rem;
    overflow: hidden;
}

.card-item {
    position: relative;
    float: left;
    text-align: center;
    margin-right: 0.18rem;
	margin-top: 0.1rem;
    cursor: pointer;
    transition: all .5s;
}

.card-item img {
    width: 1.57rem;
    height: 100%;
	border-radius: 0.08rem;
}

.card-item:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: 0.64rem;
    border-top: 0.125rem solid transparent;
    border-left: 0.125rem solid transparent;
    border-right: 0.125rem solid transparent;
    border-bottom: 0.125rem solid #FFFFFF;
}

.card-list .card-item:first-child + li + li + li + li {
    margin-right: 0;
}

.card-item-name {
    display: block;
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
	margin-top: 0.3rem;
}

.card-item.on:hover, .card-item.on {
    -webkit-transform: translate3d(0, -0.05rem, 0);
    transform: translate3d(0, -0.05rem, 0);
}

.card-item:hover:after, .card-item.on:after {
    content: "";
    border-bottom: 0.125rem solid red;
}

.card-info {
    display: none;
}

.selected {
    display: block;
}

.fq-box-wrapper {
    height: 7rem;
    margin-top: 0.77rem;
}

.fq-box-content {
    width: 100%;
    height: 100%;
    margin-top: 0.51rem;
}

.fq-box-content-left {
    float: left;
    width: 8.32rem;
}

.fq-box-content-right {
    float: right;
    position: relative;
    width: 5.68rem;
    height: 100%;
    padding-left: 0.23rem;
    box-sizing: border-box;
}

.fq-title {
    position: relative;
    margin-left: 0.29rem;
    height: 0.42rem;
    font-size: 0.30rem;
    font-weight: 500;
    color: #003366;
    line-height: 0.42rem;
}

.fq-title:before {
    content: "";
    position: absolute;
    left: -0.29rem;
    top: 0.08rem;
    width: 0.08rem;
    height: 0.29rem;
    background: #CC3333;
}

.fq-desc {
    margin-top: 0.11rem;
    height: 0.25rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: rgba(38, 38, 38, 0.59);
    line-height: 0.25rem;
}

.fq-abstract {
    width: 100%;
    margin-top: 0.38rem;
}

.fq-abstract-txt {
    font-size: 0.18rem;
    color: rgba(38, 38, 38, 1);
    line-height: 0.30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.25rem;
}

.fq-abstract-txt-title {
    font-size: 0.21rem;
    color: rgba(38, 38, 38, 1);
    font-weight: 600;
    line-height: 0.30rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fq-swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.fq-swiper-item {
    display: inline-block;
    cursor: pointer;
}

.fq-swiper-item img {
    width: 2.9rem;
    height: 5.4rem;
}

.fq-box-line {
    width: 4.15rem;
    height: 0.04rem;
    background: #CC3333;
    margin-top: 0.17rem;
}

.fwzn-box-wrapper {
    margin-top: 0.80rem;
}

.fwzn-box-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 0.6rem;
}

.fwzn-box-item {
    float: left;
    width: 3.13rem;
    height: 3.65rem;
    text-align: center;
    margin-right: 0.49rem;
    border-radius: 0.10rem;
    border: 1px solid #979797;
    box-sizing: border-box;
}

.fwzn-box-item:first-child + div + div + div {
    margin-right: 0;
}

.fwzn-box-item img {
    width: 1.2rem;
    margin-top: 0.81rem;
}

.fwzn-box-item-name {
    font-size: 0.36rem;
    font-weight: 500;
    margin-top: 0.5rem;
    color: #262626;
}

.other-box-content {
    height: 8.47rem;
    margin-top: 1.6rem;
}

.box-left {
    position: relative;
    float: left;
    width: 10.41rem;
}

.box-right {
    float: right;
    width: 2.95rem;
}

.bfyh-swiper {
    width: 100%;
    margin-top: 0.71rem;
}

.bfyh-swiper-btn {
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.bfyh-swiper-btn ul li.on {
    background: #cc3333;
}

.bfyh-swiper-btn ul li {
    display: inline-block;
    width: 0.6rem;
    height: 0.08rem;
	margin-right: 0.2rem;
    border-radius: 0.045rem;
    background: #bbbbbb;
    cursor: pointer;
}

.picList {
    width: 100%;
    height: 4.52rem;
    overflow: hidden;
}

.picList li {
    float: left;
    margin-right: 0.19rem;
}

.picList li img {
    width: 2.44rem;
    height: 4.48rem;
}

.jfsc-box {
    margin-top: 0.71rem;
}
.jfsc-box img{
    width: 2.95rem;
}

.fq-swiper-wrapper {
    width: 4.27rem;
    height: 5.35rem;
}

.fq-box-content-wrapper{
    display: none;
}
.fq-box-active-content{
	display: block;
}