﻿body {
    width: 7.5rem;
    background: #F6F6F8;
    overflow-x: hidden;
}

.content {
    width: 7.5rem;
}

.banner {
    margin-top: 0.9rem;
}

.disNone {
    display: none;
}

.f52 {
    font-size: .52rem;
}

.swiper-button-next {
    right: .3rem;
}

.swiper-button-prev {
    left: .3rem;
}


/*名人名言*/

.speak {
    width: 100%;
    padding: .6rem 0.45rem 0 0.45rem;
    font-size: .48rem;
    color: #333;
}

.speak span {
    text-align: left;
    line-height: 0.6rem;
    display: block;
    margin-bottom: .3rem;
}

.speak span:nth-last-child(1) {
    margin-top: .88rem;
    margin-bottom: 0;
    font-size: .24rem;
    text-align: right;
}


/*短视频*/

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.videoParent {
    position: relative;
    height: 5.36rem;
    width: 7.50rem;
    position: relative;
    margin-top: .6rem;
    margin-bottom: 0.6rem;
}

.videoParent video {
    width: 100%;
    height: 5.36rem;
    object-fit: fill;
}

.videoParent i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .8rem;
    height: .8rem;
    background: url(/Content/img/news/newsRelease/videoParent_i.png) no-repeat center;
    background-size: cover;
    margin-top: -.4rem;
    margin-left: -.4rem
}

.synopsis {
    width: 6.62rem;
    /*height: 8.92rem;*/
    margin: 0 auto;
    padding: .44rem;
    background: #fff;
    position: relative;
    /* border-radius: .24rem;*/
    margin-bottom: 0.5rem;
}

.synopsis h5 {
    font-weight: 400;
    font-size: .52rem;
    margin-bottom: .3rem;
}

.synopsis p {
    margin-top: .4rem;
    color:#008C95;
    font-size: .28rem;
}

.synopsis p i {
    display: inline-block;
    width: 0.24rem;
    height: 0.14rem;
    background: url(/Content/img/news/newsRelease/synopsis_i.png) no-repeat center;
    background-size: cover
}

.characters {
    position: relative;
    width: 100%;
    font-size: .28rem;
    color: #333333;
}

.charactersHide {
    line-height: .42rem;
    height: 6.18rem;
    overflow: hidden
}

.characters .keepOut {
    position: absolute;
    width: 100%;
    height: 1.1rem;
    background: url(/Content/img/news/newsRelease/keepOut.png) no-repeat center;
    background-size: cover;
    bottom: 0;
}


/*中间按钮式轮播图*/

.smartAge {
    width: 7.5rem;
    background: #000;
    color: #fff;
}

.smartAge .smartSwiperParent .smartAge_topP {
    padding: 0 .44rem .42rem .44rem;
}

.smartSwiperParent {
    padding-top: .34rem
}

.smartSwiperParent .f50 {
    width: 6.92rem;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.smartSwiper {
    width: 100%;
    position: relative;
    height: 6.66rem;
    overflow: hidden;
}

.smartSlide {
    color: #fff;
    position: relative;
    height: 100%;
    padding-top: 80%;
}

.smartSlide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.58rem;
    height: 6.66rem;
    /* border-radius: .24rem*/
}

.smartSlide p {
    font-size: .48rem;
    position: relative;
    padding-left: .4rem;
    margin-bottom: .3rem;
}

.smartSlide span {
    font-size: .28rem;
    margin-bottom: .1rem;
    display: inline-block;
    position: relative;
}

.smartClassify {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 1.6rem;
}

.smartClassify ul {
    width: 26%;
    display: flex;
    justify-content: space-around;
    padding-left: 0.48rem;
}

.smartClassify ul li {
    background: #A7A7A7;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
}

.smartClassify ul .active {
    background: #fff;
}

.smartBottom {
    display: flex;
    justify-content: space-around;
    width: 30%;
    position: relative
}

.smartBottom .swiper-button-prev {
    background: url(/Content/img/news/newsRelease/smartBottom_l.png) no-repeat center;
    background-size: cover;
    width: .8rem;
    height: .8rem;
    left: .04rem;
}

.smartBottom .swiper-button-next {
    background: url(/Content/img/news/newsRelease/smartBottom_r.png) no-repeat center;
    background-size: cover;
    width: .8rem;
    height: .8rem;
    right: .46rem;
}


/*思想信念*/

.mission {
    width: 7.5rem;
    overflow: hidden;
    padding-top: 4.8rem;
    position: relative;
    padding-bottom: 0.7rem;
}

.mission img {
    position: absolute
}

.mission img:nth-child(1) {
    left: .48rem;
    top: .74rem;
    width: 2.38rem;
    height: 2.24rem;
}

.mission img:nth-child(2) {
    left: -0.3rem;
    top: 3.2rem;
    width: 3.14rem;
    height: 2.92rem;
}

.mission img:nth-child(3) {
    left: 3.2rem;
    top: 1.5rem;
    width: 7.28rem;
    height: 4.96rem;
}

.dream {
    padding: .7rem .44rem 0.36rem .44rem;
    background: #fff;
    box-shadow: 0rem .06rem .4rem 0rem rgb(0 0 0 / 20%);
    color: #333333;
    width: 6.6rem;
    margin: 0 auto;
    position: relative;
    /* border-radius: .24rem;*/
}

.dream span {
    display: block;
    font-size: .4rem;
    margin-bottom: .3rem;
}

.dream p {
    font-size: .28rem;
    margin-bottom: .4rem;
}

.dream div {
    /*justify-content: space-around;*/
    flex-wrap: wrap;
}

.dream div p {
    width: 63%;
    margin-bottom: .2rem;
}


/*企业风采*/

.firmMien {
    width: 6.6rem;
    margin: 0 auto;
}

.firmMien .firmMien_h6 {
    display: block;
    font-size: .52rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: .46rem
}

.firmMien ul li {
    width: 6.6rem;
    height: 5.4rem;
    background: #fff;
    /*  border-radius: 0 0 .24rem .24rem;*/
    margin-bottom: .32rem
}

.firmMien ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.1rem 0.4rem 0.1rem 0.4rem;
    margin-bottom: 0.1rem;
}

.firmMien ul li img {
    width: 100%;
    height: 3.68rem;
    margin-bottom: .3rem;
    /* border-radius: .24rem .24rem 0 0*/
}


/*捷配里程碑*/

.fafaControl {
    height: 6.1rem;
    overflow: hidden;
}

.milestone {
    width: 6.6rem;
    margin: 0 auto;
    margin-top: 0.66rem;
    /* border-radius: .24rem;*/
    background: #fff;
    padding: 0.44rem;
}

.milestone h6 {
    font-size: .52rem;
    font-weight: 400;
}

.milestoneSwiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.milestoneSwiper .yearList {
    overflow-y: auto;
    position: relative;
}

.milestoneSwiper .yearList .both {
    min-height: 1.22rem;
}

.milestoneSwiper .yearList .both:nth-last-child(1) span:nth-child(1):before {
    content: none;
}

.milestoneSwiper .yearList .both span:nth-child(1) {
    min-width: .86rem;
}

.milestoneSwiper .yearHide {
    height: 4.2rem;
}

.milestoneSwiper .yearList p {
    width: 100%;
    overflow: hidden;
    line-height: .4rem;
    margin-bottom: .3rem
}

.milestoneSwiper .yearList p span {
    float: left
}

.milestoneSwiper .yearList p span:nth-child(1) {
    display: inline-block;
    width: 0.8rem;
    position: relative;
    margin-right: 0.5rem;
}

.milestoneSwiper .yearList p span:nth-child(1):before {
    content: " ";
    margin-top: 0.1rem;
    clear: both;
    position: absolute;
    display: inline-block;
    width: .04rem;
    height: .48rem;
    background: #C9C9C9;
    left: 34%;
    margin-left: -.02rem;
    top: 150%;
}

.milestoneSwiper .yearList p span:nth-child(2) {
    width: 4.2rem;
    display: inline-block;
}

.milestoneClassify {
    margin-top: .3rem;
    height: 0.8rem;
    line-height: .8rem;
    position: relative;
    width: 6.6rem;
    margin: 0 auto;
    /* border-radius: 0.24rem; */
    background: #fff;
    /* margin-top: 0.5rem;*/
    border-top: .02rem solid #eee;
}

.milestoneClassify ul {
    width: 83%;
    overflow-x: auto;
    position: relative;
    margin: 0 auto;
    line-height: .8rem;
    display: flex;
    justify-content: space-between;
}

.milestoneClassify ul::-webkit-scrollbar {
    width: 0rem;
    height: 0rem;
}

.milestoneClassify ul li {
    padding: 0rem 0.23rem;
    float: left;
    background: #fff;
    text-align: center;
    color: #666666;
    font-size: .28rem;
    line-height: .8rem;
}

.milestoneClassify ul .active {
    color:#008C95;
    font-size: .36rem;
}

.milestoneClassify .roll {
    width: 0.85rem!important;
    position: absolute;
    left: 0;
    transition: all .5s ease;
    top: -.02rem;
    height: .06rem;
    background: #f90;
    transform: translateX(0rem);
}

.milestoneClassify .swiper-button-prev {
    background: url(/Content/img/news/newsRelease/milestoneClassify_l.png) no-repeat center;
    background-size: cover;
    width: .08rem;
    height: .16rem;
    margin-top: -0.09rem;
}

.milestoneClassify .swiper-button-next {
    background: url(/Content/img/news/newsRelease/milestoneClassify_r.png) no-repeat center;
    background-size: cover;
    width: .08rem;
    height: .16rem;
    margin-top: -0.09rem;
}

.slideContent .keepOut {
    position: absolute;
    width: 100%;
    height: 1.3rem;
    background: url(/Content/img/news/newsRelease/keepOut.png) no-repeat center;
    background-size: cover;
    bottom: 0;
}

.slideContent h6 {
    margin-bottom: 0.4rem;
}

.yearUnfold {
    color:#008C95;
    font-size: .28rem;
    position: relative;
    z-index: 1;
    margin-top: .4rem;
}

.yearUnfold i {
    display: inline-block;
    width: 0.18rem;
    height: 0.07rem;
    background: url(/Content/img/news/newsRelease/synopsis_i.png) no-repeat center;
    background-size: cover;
}


/*底部占位*/

.pageBottom {
    height: 1rem;
}


/*联系我们*/

.consult {
    width: 7.5rem;
    padding: .45rem .45rem 0rem .45rem;
    margin: 0 auto;
    margin-top: .66rem;
    background-color: #fff;
}

.mb19 {
    margin-bottom: .38rem;
}

.consult .button {
    font-size: .28rem;
    display: inline-block;
    width: 1.8rem;
    height: .72rem;
    line-height: .72rem;
    text-align: center;
    border: 0.04rem solid #008C95;
    color:#008C95;
    border-radius: 0.05rem;
    cursor: pointer;
}

.ulConsult li {
    line-height: inherit;
    margin-top: .4rem;
    width: 100%;
    height: 3.6rem;
    background-color: #f8f8f8;
    padding: .6rem .3rem 0rem .4rem;
}

.ulConsult li:nth-child(2) p {
    margin-bottom: .4rem;
}

.ff24 {
    font-size: .24rem;
}

.ulConsult li:nth-child(1) p {
    padding: .3rem 0rem .2rem 0rem;
}

.ulConsult li:nth-child(2) div {
    display: flex;
    align-items: center;
    height: 1rem;
}

.ulConsult li:nth-child(2) div a {
    margin-left: .2rem;
}

.fw {
    font-weight: 600;
}

.f90 {
    color:#008C95;
}

.f20 {
    font-size: .4rem;
}

.f30 {
    font-size: .6rem;
}

.mt30 {
    margin-top: .3rem;
}

.message {
    font-size: .28rem;
    color: #999999;
    line-height: .48rem;
}

.pt40 {
    padding-top: .80rem;
}

.title {
    font-size: .52rem;
    position: relative;
    margin-bottom: .64rem;
}


/*.title::after {
    position: absolute;
    bottom: -.36rem;
    left: 0rem;
    content: '';
    display: inline-block;
    width: .8rem;
    height: .07rem;
    background-color:#008C95;
    box-shadow: 0rem .04rem .05rem #f90;
    z-index: 1;
}
*/


/*付款账号*/

.pay {
    width: 7.5rem;
    padding: .45rem .45rem;
    margin: 0 auto;
    height: 12.5rem;
    background-color: #fff;
}

.contact_icon {
    display: block;
    display: inline-block;
    vertical-align: middle;
}

.contact_hzbank {
    width: 4.8rem;
    height: 1.4rem;
    background: url('/Content/img/news/newsRelease/hzb.png') no-repeat left;
}

.payment ul li {
    font-size: .28rem;
    margin-right: .4rem;
    background: #F8F8F8;
    width: 100%;
    height: 4rem;
    padding: .4rem;
    line-height: initial;
    margin-bottom: .4rem;
}

.payment ul li:nth-child(2) {
    height: 3.6rem;
}

.pay b {
    font-weight: 400;
}

.payment ul li .boxstyasd {
    display: inline-block;
}

.payment ul li div {
    position: relative;
}

.dis-inline {
    display: inline-block;
}

.vm {
    vertical-align: middle;
}

.mt10 {
    margin-top: .2rem;
}

.mt50 {
    margin-top: .5rem;
}

.contact_zfb {
    width: 4.5rem;
    height: 1.24rem;
    margin-top: 0.09rem;
    background: url('/Content/img/news/newsRelease/zfb.png') no-repeat left;
}

.mln {
    margin-left: .4rem;
}

.cl-333 {
    color: #333;
}

.cl-f90 {
    color:#008C95;
}

.opaccityNone {
    position: absolute;
    top: -2rem;
    opacity: 0;
}

.f28 {
    font-size: .28rem;
}

.cl-99 {
    color: #999;
}

.go {
    color: #fff;
    height: 2.8rem;
    width: 7.5rem;
    background-color:#008C95;
    padding: .4rem;
}

.go p:nth-child(1),
.go p:nth-child(2) {
    font-size: .36rem;
    text-align: center;
    font-weight: 700;
}

.go a {
    color: #fff;
    display: block;
    width: 5rem;
    font-size: .28rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    border: .02rem solid #fff;
    margin: 0rem auto;
    margin-top: .2rem;
}