.flex-center {
    display: flex;
    justify-content: center;
}

.bg-pink {
    background-color: #FFF9F9;
}

.bg-white {
    background-color: #fff;
}

.business-section {
    width: 100%;
}

.business-section .main-title {
    color: #FF5368;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.business-section .main-desc {
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0 20px;
}

.business-section .business-block {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(168, 27, 32, .2);
    display: flex;
    margin-bottom: 20px;
}

.business-section .business-block .left {
    padding-right: 20px;
}

.business-section .business-block .left .index-img {

    margin-top: 20px;
}

.business-section .business-block .left .index-img img {
    height: 60px;
    width: auto;
    object-fit: cover;
}

.business-section .business-block .left .text {
    padding-left: 20px;
}

.business-section .business-block .left .text .title {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.business-section .business-block .left .text .desc {
    font-size: 15px;
    color: #222;
    line-height: 26px;
}

.business-section .business-block .left .buttons {
    padding-left: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.business-section .business-block .left .buttons .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 25px;
    text-align: center;
    width: 130px;
}

.business-section .business-block .left .buttons .btn:hover {
    box-shadow: 0 0 10px rgba(168, 27, 32, .2);
}

.business-section .business-block .left .buttons .btn-view {
    background-color: #fff;
    border: 1px solid #FF5666;
    line-height: 38px;
    color: #FF5666;
}

.business-section .business-block .left .buttons .btn-go {
    border: none;
    background: linear-gradient(0.00deg, rgb(255, 73, 92), rgb(255, 145, 145));
    color: #fff;
    margin-left: 25px;
}

.header_nav2 a{
    color: #333;
}
.header_nav2 {
    padding: 0 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
    height: 64px;
    border-bottom: 1px solid #efefef
}

.header_nav2 .active {
    color: #fd4761;
    font-weight: bold;
    position: relative
}

.header_nav2 .active:after {
    content: '';
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #fd4761;
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.entrances {
    padding: 15px;
    display: flex;
    justify-content: space-between
}

.entrances a {
    display: block
}

.entrances .left {
    width: calc(50% - 10px)
}

.entrances .left img {
    width: 100%
}

.entrances .right {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.entrances .right img {
    width: 100%
}

.categorys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px
}

.categorys .item {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.categorys .item img {
    width: 68%
}

.categorys .item .text {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin-top: 10px
}

.services .title {
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px
}

.services .title .badge {
    display: block;
    background-color: #fd4761;
    height: 16px;
    width: 3px;
    border-radius: 3px;
    margin-right: 10px
}

.services .items {
    display: flex;
    padding: 0 15px;
    justify-content: space-between
}

.services .items a {
    width: calc(33.33% - 6px)
}

.services .items img {
    max-width: 100%
}

.service-block {}

.service-block .subtitle {
    font-size: 18px;
    background-color: #fd4761;
    color: #fff;
    line-height: 46px;
    padding: 0 20px;
    font-weight: bold;
}

.service-block .content {
    font-size: 14px;
    padding: 15px;
    line-height: 24px;
    border-bottom: 4px solid #f5f5f5;
    margin-bottom: 10px;
}

.qy6_con {}

.qy_tit {
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
}

.qy_tit img {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: auto;
}

.qy6_list {
    position: relative;
    margin-top: .3rem;
    height: 3.14rem;
    background: url('/mobileStatic/img/home/qy14.jpg') no-repeat center / 100%;
}

.qy6_item {
    position: absolute;
}

.qy5Png {
    position: absolute;
    width: .2rem;
    right: -.1rem;
    bottom: -.1rem;
}

.qy6Img {
    display: block;
    width: 1.57rem;
    box-shadow: 0 .05rem .1rem rgba(40, 0, 0, .3);
}

.qy6Img1 {
    left: 1%;
}

.qy6Img2 {
    left: 19%;
    top: 14%;
}

.qy6Img2 .qy6Img {
    width: 1.256rem;
}

.qy6Img3 {
    left: 33%;
    top: 0;
}

.qy6Img3 .qy6Img {
    width: 1.41rem;
}

.qy6Img4 {
    left: 48%;
    top: 0;
}

.qy6Img4 .qy6Img {
    width: 1.57rem;
}

.qy6Img5 {
    left: 66%;
    top: 10%;
}

.qy6Img5 .qy6Img {
    width: 1.26rem;
}

.qy6Img6 {
    left: 80%;
    top: 10%;
}

.qy6Img6 .qy6Img {
    width: 1.72rem;
}

.qy6Img7 {
    left: 1%;
    top: 48%;
}

.qy6Img7 .qy6Img {
    width: 1.26rem;
}

.qy6Img8 {
    left: 16%;
    top: 81%;
}

.qy6Img8 .qy6Img {
    width: 1.57rem;
}

.qy6Img9 {
    left: 35%;
    top: 71%;
}

.qy6Img9 .qy6Img {
    width: 1.26rem;
}

.qy6Img10 {
    left: 49%;
    top: 56%;
}

.qy6Img10 .qy6Img {
    width: 1.57rem;
}

.qy6Img11 {
    left: 69%;
    top: 69%;
}

.qy6Img11 .qy6Img {
    width: 1.26rem;
}

.qy6Img12 {
    left: 84%;
    top: 60%;
}

.qy6Img12 .qy6Img {
    width: 1.26rem;
}

.qy_btn2 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0;
    margin-top: 1rem;
}

.qy_btn2 span {
    display: inline-block;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: 0 .03rem .1rem rgba(200, 0, 0, .3);
    background: linear-gradient(to right, #f66b80, #f73d54);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.qy6_mask {
    display: none;
    position: absolute;
    width: 70%;
    left: 15%;
    right: 0;
    top: -.2rem;
    background: rgba(0, 0, 0, .5);
    border-radius: .1rem;
    padding: .2rem;
}

.qy6_mask img {
    display: block;
    height: 2rem;
    margin: auto;
}

.qy6_mask p {
    font-size: .2rem;
    color: #fff;
    text-align: justify;
}

.titleTop {
    padding: 10px;
    font-size: 20px;
    line-height: initial;
    border-bottom: 1px solid #f0f0f0;
}

.titleTop:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: red;
    vertical-align: middle;
    border-radius: 2px;
    margin-top: -3px;
}

.colfa6 {
    color: #fa606f;
}

.titleTop a {
    float: right;
    position: relative;
    top: 3px;
}
.titleTop a:after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    background: url(/mobileStatic/img/home/arrRight.png) no-repeat center / 32%;
}

.col888 {
    color: #888;
}
.fon24 {
    font-size: 16px;
}

.jpk_con {
    font-size: 0;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jpk_item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    text-align: left;
}

.jpk_item a{
display:block;}
.jpk_item img {
    display: block;
    width: 100%;
    border-radius: .1rem;
}

.jpk_item p {
    font-size: 15px;
    line-height: 22px;
    padding:4px;
    overflow: hidden;
    color: #000;
}
.zjCon {
    position: relative;
    margin: 0.314rem 0;
    padding: 0;
    border-right: 1px solid #e6e6e6;
    font-size: 0;
    width: 3.33rem;
    float: left;
}

.zjCon>div {
    text-align: center;
    vertical-align: middle;
    line-height: initial;
}

.zjCon p {
    line-height: initial;
    padding-bottom: 0.157rem;
    font-size: .3rem;
}

.zjCon p a {
    color: #888888;
}

.zjCon .toZi {
    position: relative;
    line-height: initial;
    display: block;
    border-radius: 4.71rem;
    padding: 0.079rem 0.314rem;
    width: 70%;
    margin: auto;
    background: #f8485e;
    color: #fff;
    box-shadow: 0 0 0.157rem rgba(255, 147, 147, 1);
    font-size: .3rem;
}
.zjCon .toZi .zuw{
    position: absolute;
    width: 0.471rem;
    height: 0.471rem;
    right: -0.157rem;
    top: -0.157rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 502px;
    background-image: url(//cdn-static-poster.huazhen2008.com/2008/newStatic/home/img/indexsp5.png);
    background-position: -33px -144px;
}

.zjImg a {
    display: block;
    width: 2.512rem;
    height: 2.512rem;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.zjImg img {
    display: block;
    margin: auto;
    width: 100%;
    height: initial;
}

.zjText {
    padding: 0.314rem 0 0;
    color: #000;
}

.zjText h1 {
    margin: 0;
    margin-bottom: .1rem;
}
.zjText a{
    color: #333;
}

.line {
    position: absolute;
    width: 0.079rem;
    height: 0.785rem;
    background: #faa9ab;
    left: 50%;
    top: 35%;
}

.zjbannerpa {
    position: initial;
    height: 0.785rem !important;
}

.zjbannerpa .swiper-pagination-bullet-active {
    background: #f8485e;
}

.fon3{
 font-size: 0.4rem; 
}

.article {
    line-height: initial;
    font-size: 0;
    border-top: 1px solid #f0f0f0;
}

.articleSel {
    padding: .2rem;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.articleSwiper {
    overflow: initial;
}

.articleSel .swiper-slide {
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}

.articleSel .swiper-slide:last-child {
    border: none
}

.articleSel .swiper-slide.active {
    color: #f64b58;
}

.articleSel .swiper-slide.active:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -0.2rem;
    height: .05rem;
    background: #f64b58;
}

/* æ–‡ç«  */
.articleCon {
    display: none;
    margin: 0 .2rem;
    font-size: 0;
}

.articleCon:first-child {
    display: block;
}

.articleCon li {
    padding: .2rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.articleCon li>div {
    display: inline-block;
    vertical-align: top;
}

.articleTit {
    width: 70%;
    padding-right: .3rem;
}

.articleTit h2{
    color: #333;
    font-weight: normal;
}

.articleImg {
    width: 30%;
    height: 2.04rem;
    overflow: hidden;
}

.articleImg img {
    display: block;
    width: 100%;
}

.articleMore {
    text-align: center;
    padding: .3rem 0;
}

.articleMore a {
    display: inline-block;
}

.articleMore a:after {
    content: '';
    display: inline-block;
    width: .47rem;
    height: .40rem;
    vertical-align: middle;
    margin-top: -0.08rem;
    background: url(//cdn-static-poster.huazhen2008.com/2008/newStatic/home/img/arrBottom.png) no-repeat center / 50%;
}
.articleA {
    display: block;
}
.articleA>div {
    display: inline-block;
    vertical-align: top;
}