﻿.pg-body {
    padding-top: 3rem;
}

/******** banner ********/
.pg-bd-banner-slider .swiper-slide > img {
    display: block;
    width: 100%;
}
.pg-bd-banner-slider .swiper-slide .slider-item-mask {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    font-family: 'Fangzhengzheng';
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: #ffffff;
    text-align: center;
}
.pg-bd-banner-slider .swiper-slide .slider-item-mask2 {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    font-family: 'Fangzhengzheng';
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: #ffffff;
    text-align: center;
}
.pg-bd-banner-slider .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
}
.pg-bd-banner-slider .swiper-pagination-bullet-active {
    background: #23ac38;
}



/******** 版块 ********/
.pg-m-section {
    font-family: Helvetica;
}

/***** 头部标题 *****/
.pg-m-section-header {
    padding-top: 1.5rem;
}
.pg-m-section-header .header-title img {
    display: block;
    width: 3.8rem;
    margin: 0 auto 0.8rem;
}
.pg-m-section-header .header-title h2 {
    text-align: center;
    color: #383838;
}
.pg-m-section-header .header-title h2 .text-zh {
    font-size: 0.9rem;
    font-family: 'Fangzhengzheng';
    letter-spacing: 0.1rem;
    margin-bottom: 0.25rem;
}
.pg-m-section-header .header-title h2 .text-en {
    font-family: 'Helvetica';
    font-size: 0.6rem;
}
.pg-m-section-header .header-bg {
    display: block;
    width: 100%;
}

/***** 板块描述 *****/
.pg-m-section-intro {
    padding: 1.5rem 1.1rem;
    text-align: justify;
    line-height: 1.1rem;
    font-size: 0.65rem;
}

/** 信息介绍 **/
.pg-m-section-info .info-header {
    margin-bottom: 1.8rem;
    text-align: center;
    font-family: 'Fangzhengzheng';
    font-size: 0.9rem;
}
.pg-m-section-info .info-header img {
    vertical-align: middle;
    width: 2.5rem;
    margin-bottom: 1rem;
}

.pg-m-section-info .info-body {
    margin-bottom: 1.8rem;
    padding: 0 1.1rem;
}

/**** 方块背景介绍 ****/
.pg-m-section-intro-item {
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 0.5rem;
    position: relative;
}
.pg-m-section-intro-list.small .pg-m-section-intro-item {

}
.pg-m-section-intro-item:nth-of-type(2n) {
    margin-right: 0;
}
.pg-m-section-intro-item:nth-last-of-type(1),
.pg-m-section-intro-item:nth-last-of-type(2) {
    margin-bottom: 0;
}

.pg-m-section-intro-item > img {
    display: block;
    width: 100%;
}
.pg-m-section-intro-item .inner-item-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 53%;
    line-height: normal;
    text-align: center;
    font-size: 0.7rem;
    color: #2b2b2b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**** *号背景介绍 ****/
.pg-m-section-info .intro-inner-parag {
    line-height: 2;
    font-size: 0.65rem;
    text-align: justify;
    color: #414141;
}
.pg-m-section-info .intro-inner-parag-item {
    padding-left: 0.8rem;
    background: url("/wapm/images/icon-dot-x.png") left  no-repeat;
    background-size: 0.6rem;
}

/***** 案例 *****/
.pg-m-section-case {
    position: relative;
}
.pg-m-section-case-left,
.pg-m-section-case-right {
    width: 50%;
    height: 0.65rem;
    position: absolute;
    top: 0;
}
.pg-m-section-case-left {
    left: 0;
    background: #23ac38;
}

.pg-m-section-case-right {
    right: 0;
}
.pg-m-section-case-center {
    width: 7rem;
    background: #f7f7f7;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 3;
    transform: translateY(-2px);
}
.pg-m-section-case-center > h2 {
    text-align: center;
    margin: 0;
}
.pg-m-section-case-center > h2 .text-zh {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    letter-spacing: 3px;
}
.pg-m-section-case-center > h2 .text-en {
    font-size: 0.6rem;
    font-weight: normal;
}

/**** 配图列表 ****/
.pg-m-section-caselist {
}
.pg-m-section-caselist > ul:after {
    content: '';
    display: block;
    clear: both;
}
.pg-m-section-caselist > ul > li {
    width: 47%;
    float: left;
    background: #f5f5f5;
    margin: 0 2% 2% 2%;
}
.pg-m-section-caselist > ul > li img {
    display: block;
    width: 100%;
}
.pg-m-section-caselist > ul > li:nth-of-type(2n) {
    margin-left: 0;
}
/** 更多案例 **/
.pg-m-section-caselist .btn-more-case {
    margin: 0 2% 2% 2%;
    display: block;
    padding: 0.7rem 0;
    background: #eee;
    text-align: center;
    font-size: 0.8rem;
    color: #757575;
}
.pg-m-section-caselist .btn-more-case:active {
    background: #eee;
}
.pg-m-section-caselist .btn-more-case > em {
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
    height: 0.8rem;
    background: url("/wapm/images/icon-arrow-right-black@32.png") center no-repeat;
    background-size: 100%;
}
.pg-m-section-caselist .btn-more-case > span {
    display: inline-block;
    vertical-align: middle;
}

/***** 配图 *****/
.pg-m-section-illustration > img {
    width: 100%;
    display: block;
}

/******** section1 ********/
.pg-block-section1 .pg-m-section-header .header-title img {
    position: relative;
    left: 0.5rem;
}
.pg-block-section1 .pg-m-section-header .header-bg {
    margin-top: -0.5rem;
}
.pg-block-section1 .pg-m-section-info .intro-inner-parag {
    width: 13rem;
    margin: 0 auto;
}

/******** section2 ********/
.pg-block-section2 .pg-m-section-info .intro-inner-parag {
    width: 7.2rem;
    margin: 0 auto;
}

/******** section3 ********/
.pg-block-section3 .pg-m-section-info .intro-inner-parag {
    width: 9.2rem;
    margin: 0 auto;
}

/***** 品牌规划-服务内容 *****/
.pg-m-section-block-list > li {
    width: 23.125%;
    height: 9.5rem;
    padding-top: 0.25rem;
    margin-right: 2.5%;
    float: left;
    text-align: center;
    font-size: 0.6rem;
    color: #414141;
    border: 1px solid #bde3b0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.pg-m-section-block-list > li:after {
    content: '';
    position: absolute;
    right: -0.68rem;
    top: 50%;
    margin-top: -0.25rem;
    border: 0.25rem solid transparent;
    border-left-color: #23ac38;
}
.pg-m-section-block-list > li:last-of-type {
    margin-right: 0;
}
.pg-m-section-block-list > li:last-of-type:after {
    display: none;
}
.pg-m-section-block-list > li .inner-wrap {
    margin: 0 0.2rem 1rem;
    padding: 0.25rem 0;
    text-align: center;
    border-top: 1px solid #bde3b0;
    border-bottom: 1px solid #bde3b0;
}
.pg-m-section-block-list > li .inner-wrap > div {
    margin-bottom: 10px;
}
.pg-m-section-block-list > li .inner-wrap > div:last-of-type {
    margin-bottom: 0;
}
.pg-m-section-block-list > li .inner-text {
    margin-bottom: 10px;
}


/******** section4 ********/
.pg-block-section4 .pg-m-section-info .intro-inner-parag {
    width: 8.2rem;
    margin: 0 auto;
}

/******** section5 ********/
.pg-block-section5 .pg-m-section-info .intro-inner-parag {
    width: 7.2rem;
    margin: 0 auto;
}
.pg-block-section5 .pg-m-section-intro-item {
    width: 48%;
    margin-right: 4%;
}
.pg-block-section5 .pg-m-section-intro-item:nth-of-type(2n) {
    margin-right: 0;
}

/******** section6 ********/
.pg-block-section6 .pg-m-section-caselist {
    background: #383838;
    overflow: hidden;
}
.pg-block-section6 .pg-m-section-caselist > ul {
    padding-top: 2%;
}
.pg-block-section6 .pg-m-section-caselist .btn-more-case {
    background: #7b7b7b;
    color: #d4d4d4;
}
.pg-block-section6 .pg-m-section-caselist .btn-more-case > em {
    background-image: url("/wapm/images/icon-arrow-right-white@32.png");
}

/****** 关于我们 ******/
.block-about-us {
    padding: 1.5rem 0 4.5rem 1.5rem;
    background: #18241c;
    position: relative;
}
.block-about-us-inner {
    position: relative;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

/** 右侧背景 **/
.about-us-bg {
    position: absolute;
   /* top: 20.2rem;*/
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.about-us-bg .bg {
    float: right;
    
}
.about-us-bg .bg img {
    display: block;
    width: 100%;
}

/** 左侧 **/
.block-about-us-inner .about-us-left {
    float: left;
    width: 91%;
    padding: 1rem 0 3.3rem 1rem;
    box-sizing: border-box;
    position: relative;
}
.block-about-us-inner .about-us-left > h2,
.block-about-us-inner .about-us-right > h2{
    margin-bottom: 1rem;
    color: #f5f5f5;
}
.block-about-us-inner .about-us-left > h2 .text-zh,
.block-about-us-inner .about-us-right > h2 .text-zh {
    font-size: 0.8rem;
    font-family: 'Fangzhengzheng';
    margin-bottom: 0.25rem;
}
.block-about-us-inner .about-us-left > h2 .text-en,
.block-about-us-inner .about-us-right > h2 .text-en {
    font-family: 'Helvetica';
    font-size: 0.6rem;
}
.block-about-us-inner .about-us-left > p {
    text-align: justify;
    line-height: 1.6;
    font-size: 0.6rem;
    color: #f5f5f5;
}
.about-us-left .logo {
    position: absolute;
    left: 74%;
    top: 0;
    transform: translateY(-130%);
}
.about-us-left .logo img {
    display: block;
    width: 2.8rem;
}


/***** intro介绍 *****/
.block-about-intro {
    padding: 1rem 0;
}
.block-about-intro .intro-item {
    text-align: center;
    margin-bottom: 1rem;
}
/*.block-about-intro .intro-item:after {
    content: '';
    display: block;
    width: 8rem;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: 1px solid #23ac38;
}*/
.block-about-intro .intro-item > h2 {
    padding-top: 1rem;
    font-size: 0.9rem;
    font-family: 'Fangzhengzheng';
    color: #23ac38;
    margin-bottom: 1rem;
}
.block-about-intro .intro-item > p {
    margin: 0 auto;
    line-height: 1.7;
    font-size: 0.7rem;
    color: #414141;
}

/****** 创始人 ******/
.block-about-creater {
    background: #f7f6f7;
}
.block-about-creater .creater-intro {
    margin-left: 40%;
    padding: 1.5rem 1rem 0 0;
}
.block-about-creater .creater-intro > h2 .text-zh {
    font-size: 0.9rem;
    font-family: 'Fangzhengzheng';
    color: #383838;
    margin-bottom: 0.25rem;
}
.block-about-creater .creater-intro > h2 .text-en {
    font-size: 0.6rem;
    color: #414141;
}
.block-about-creater .creater-intro .user-name {
    padding: 1.3rem 0;
    font-size: 1rem;
    color: #616161;
}
.block-about-creater .creater-intro .intro-parag {
    text-align: justify;
    line-height: 1.7;
    font-size: 0.6rem;
    color: #616161;
}

.block-about-creater .creater-img {
    margin-top: -25%;
}
.block-about-creater .creater-img img {
    display: block;
    width: 50%;
}

