/*
	这里是第一个页面的PC端css代码开始
*/


/* banner */
.wcj_page_one_banner {
    width: 100%;
    height: 4.3rem;
    background: #f9f8f7;
    overflow: hidden;
}

.wcj_page_one_banner .center {
    max-width: 1300px;
    height: 4.3rem;
    margin: 0 auto;
}

.wcj_page_one_banner .center .left {
    width: auto;
    height: 4.3rem;
    float: left;
}

.wcj_page_one_banner .center .left h4 {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    color: #4f4f4f;
    margin-top: 1.1rem;
}

.wcj_page_one_banner .center .left p {
    font-size: 0.18rem;
    line-height: 0.35rem;
    color: #9d9d9d;
    margin-top: 0.1rem;
}

.wcj_page_one_banner .center .left .tel {
    width: 4.6rem;
    height: 0.65rem;
    padding: 0 0.25rem;
    border: solid 0.01rem #eaeaea;
    border-radius: 0.1rem;
    background: #fff;
    margin-top: 0.3rem;
    box-shadow: 0 0 20px #eaeaea;
}

.wcj_page_one_banner .center .left .tel input {
    display: block;
}

.wcj_page_one_banner .center .left .tel input {
    padding-left: 0.26rem;
    font-size: 0.18rem;
    color: #c5c5c5;
    line-height: 0.65rem;
    float: left;
    background: url(../images/wcj_one_phone.png) left center no-repeat;
}

.wcj_page_one_banner .center .left .tel button {
    border: 0;
    cursor: pointer;
    width: 1.25rem;
    height: 0.45rem;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.45rem;
    float: right;
    background: #d6d6d6;
    border-radius: 0.05rem;
    margin: 0.1rem 0;
    text-align: center;
    -webkit-transition: all .7s;
    transition: all .7s;
    /* position: absolute; */
}

.wcj_page_one_banner .center .left .tel:hover button {
    background: #ff4e00;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_banner .center .right {
    width: 5.25rem;
    height: 3.71rem;
    float: right;
    margin-top: 0.5rem;
    position: relative;
}

.hide {

    display: none;
}

.wcj_page_one_banner .center .right img.wcj_one_banner {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wcj_page_one_banner .center .right img.wcj_one_bannerL {
    width: 1.15rem;
    height: 2.67rem;
    position: absolute;
    top: 0.46rem;
    left: 0.23rem;
    z-index: 4;
}

.wcj_page_one_banner .center .right img.wcj_one_bannerR {
    width: 3.97rem;
    height: 2.54rem;
    position: absolute;
    top: 0.46rem;
    right: 0.25rem;
    z-index: 2; 
}

.wcj_page_one_banner .center .right img.wcj_one_bannerR1{
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    z-index: 2;
    width: 2.93rem;
    height: 2.37rem;
    animation: wcj_one_bannerRGd1 2s   ease-out;
    transform: rotate(0deg);
}


@keyframes wcj_one_bannerRGd {
    0% {
        right: 0.25rem;
    }

    100% {
        right: -100rem;
    }
}

@keyframes wcj_one_bannerRGd1 {
    0%{
        transform: rotate(90deg);
    }
    30% {
        transform: rotate(90deg);
    }
 

    100% {
        transform: rotate(0deg);
    }
}

/* 线索分析 */
.wcj_page_one_box_01 {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    overflow: hidden;
}

.wcj_page_one_box_01 .h_title {
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.wcj_page_one_box_01 .h_title h3 {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
}

.wcj_page_one_box_01 .h_title p {
    font-size: 0.18rem;
    line-height: 0.35rem;
    color: #636363;
    margin-top: 0.15rem;
}

.wcj_page_one_box_01 .center {
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0 auto;
}

.wcj_page_one_box_01 .center .show {
    display: block;
    width: 100%;
    height: 6.62rem;
    position: relative;
}

.wcj_page_one_box_01 .center .show img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.wcj_page_one_box_01 .center .show img:nth-of-type(2) {
    display: block;
    width: 2.43rem;
    height: 1.8rem;
    position: absolute;
    left: 1.45rem;
    top: 1.45rem;
    -webkit-transition: 1s;
    transition: 1s;
}

.wcj_page_one_box_01 .center .show img:nth-of-type(3) {
    display: block;
    width: 4.36rem;
    height: 1.8rem;
    position: absolute;
    left: 4.12rem;
    top: 1.45rem;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.wcj_page_one_box_01 .center .show img:nth-of-type(4) {
    display: block;
    width: 2.8rem;
    height: 1.8rem;
    position: absolute;
    right: 1.45rem;
    top: 1.45rem;
    -webkit-transition: 2s;
    transition: 2s;
}

.wcj_page_one_box_01 .center .show img:nth-of-type(5) {
    display: block;
    width: 7.04rem;
    height: 2.39rem;
    position: absolute;
    left: 1.45rem;
    bottom: 0.7rem;
    -webkit-transition: 2.5s;
    transition: 2.5s;
}

.wcj_page_one_box_01 .center .show img:nth-of-type(6) {
    display: block;
    width: 2.8rem;
    height: 2.39rem;
    position: absolute;
    right: 1.45rem;
    bottom: 0.7rem;
    -webkit-transition: 3s;
    transition: 3s;
}

.wcj_page_one_box_01 .center .show img:nth-of-type(6):af .wcj_page_one_box_01 .center .hide {
    display: none;
}

/* 沟通互动 */
.wcj_page_one_box_02 {
    width: 100%;
    height: auto;
    padding-bottom: 0.8rem;
    overflow: hidden;
}

.wcj_page_one_box_02 .center {
    max-width: 1300px;
    height: 3.25rem;
    margin: 0 auto;
}

.wcj_page_one_box_02 .center .left {
    width: auto;
    height: 3.25rem;
    float: left;
}

.wcj_page_one_box_02 .center .left h4 {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #4f4f4f;
    margin-top: 0.35rem;
    padding-left: 0.25rem;
    position: relative;
}

.wcj_page_one_box_02 .center .left h4::after {
    content: '';
    width: 0.1rem;
    height: 0.36rem;
    background: #ff4e00;
    position: absolute;
    top: 0.04rem;
    left: 0;
}

.wcj_page_one_box_02 .center .left p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #5b5a5a;
    margin-top: 0.25rem;
    padding-left: 0.25rem;
}

.wcj_page_one_box_02 .center .left .click {
    display: block;
    width: 1.4rem;
    height: 0.38rem;
    border: solid 0.01rem #dfdfdf;
    border-radius: 0.05rem;
    background: #fff;
    margin: 0.2rem 0 0 0.25rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_02 .center .left .click:hover {
    border: solid 0.01rem #ff4e00;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_02 .center .left .click::before {
    content: '';
    width: 0;
    height: 0.38rem;
    background: #ff4e00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_02 .center .left .click:hover::before {
    content: '';
    width: 1.4rem;
    height: 0.38rem;
    background: #ff4e00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_02 .center .left .click span {
    display: block;
    width: 1.2rem;
    padding-left: 0.2rem;
    font-size: 0.18rem;
    color: #6e6e6e;
    line-height: 0.38rem;
    background: url(../images/wcj_one_gt_more01.png) 1.1rem center no-repeat;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_02 .center .left .click:hover span {
    color: #fff;
    background: url(../images/wcj_one_gt_more02.png) 1.1rem center no-repeat;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_02 .center .right {
    width: 6.94rem;
    height: 3.25rem;
    float: right;
    -webkit-transition: .5s;
    transition: .5s;
}

.wcj_page_one_box_02 .center .right img {
    vertical-align: top;
}

/* 策略迭代 */
.wcj_page_one_box_03 {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
    background: #fcfcfc;
    overflow: hidden;
}

.wcj_page_one_box_03 .center {
    max-width: 1300px;
    height: 4.67rem;
    margin: 0 auto;
}

.wcj_page_one_box_03 .center .left {
    width: 7.52rem;
    height: 4.67rem;
    float: left;
    margin-left: -0.53rem;
    -webkit-transition: .5s;
    transition: .5s;
}

.wcj_page_one_box_03 .center .left img {
    vertical-align: top;
}

.wcj_page_one_box_03 .center .right {
    width: auto;
    height: 4.67rem;
    float: right;
}

.wcj_page_one_box_03 .center .right h4 {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #4f4f4f;
    margin-top: 0.9rem;
    padding-left: 0.25rem;
    position: relative;
}

.wcj_page_one_box_03 .center .right h4::after {
    content: '';
    width: 0.1rem;
    height: 0.36rem;
    background: #ff4e00;
    position: absolute;
    top: 0.04rem;
    left: 0;
}

.wcj_page_one_box_03 .center .right p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #5b5a5a;
    margin-top: 0.25rem;
    padding-left: 0.25rem;
}

.wcj_page_one_box_03 .center .right .click {
    display: block;
    width: 1.4rem;
    height: 0.38rem;
    border: solid 0.01rem #dfdfdf;
    border-radius: 0.05rem;
    background: #fff;
    margin: 0.2rem 0 0 0.25rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_03 .center .right .click:hover {
    border: solid 0.01rem #ff4e00;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_03 .center .right .click::before {
    content: '';
    width: 0;
    height: 0.38rem;
    background: #ff4e00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_03 .center .right .click:hover::before {
    content: '';
    width: 1.4rem;
    height: 0.38rem;
    background: #ff4e00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_03 .center .right .click span {
    display: block;
    width: 1.2rem;
    padding-left: 0.2rem;
    font-size: 0.18rem;
    color: #6e6e6e;
    line-height: 0.38rem;
    background: url(../images/wcj_one_gt_more01.png) 1.1rem center no-repeat;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wcj_page_one_box_03 .center .right .click:hover span {
    color: #fff;
    background: url(../images/wcj_one_gt_more02.png) 1.1rem center no-repeat;
    -webkit-transition: all .7s;
    transition: all .7s;
}

/* 客户服务 */
.wcj_page_one_box_04 {
    width: 100%;
    height: auto;
    padding: 1rem 0 0.7rem 0;
    overflow: hidden;
}

.wcj_page_one_box_04 .h_title {
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.wcj_page_one_box_04 .h_title h3 {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
}

.wcj_page_one_box_04 .h_title p {
    font-size: 0.18rem;
    line-height: 0.35rem;
    color: #636363;
    margin-top: 0.15rem;
}

.wcj_page_one_box_04 .center {
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
}




.wcj_page_one_box_04 .center .icon{width:0.46rem;height:0.46rem;position:absolute;left:7.85rem;top:4.15rem;z-index:3;}

.wcj_page_one_box_04 .center .icon i{display:block; width:0.46rem;height:0.46rem; background:url(../images/wcj_xs_icon.png) center center no-repeat #ff4e00;border-radius:50%;}

.wcj_page_one_box_04 .center .icon::before{content:'';width:0.56rem;height:0.56rem;border-radius: 100%;background:rgba(255,78,0,0.3);position:absolute;top:-0.05rem;left:-0.05rem;z-index:-1;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.wcj_page_one_box_04 .center .icon::after{content:'';width:0.66rem;height:0.66rem;border-radius: 100%;background:rgba(255,78,0,0.5);position:absolute;top:-0.1rem;left:-0.1rem;z-index:-2;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}






.wcj_page_one_box_04 .center .show {
    display: block;
    width: 100%;
    height: 7.33rem;
    position: relative;
}

.wcj_page_one_box_04 .center .show img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
}

.wcj_page_one_box_04 .center .show img:nth-of-type(2) {
    display: block;
    width: 3.19rem;
    height: 5.18rem;
    position: absolute;
    left: 1.25rem;
    top: 1.35rem;
}

.wcj_page_one_box_04 .center .show img:nth-of-type(3) {
    display: block;
    width: 8.56rem;
    height: 5.18rem;
    position: absolute;
    left: 2.97rem;
    top: 1.35rem;
}

.wcj_page_one_box_04 .center .show img:nth-of-type(4) {
    display: block;
    width: 6.22rem;
    height: 3.86rem;
    position: absolute;
    right: 1.8rem;
    top: 2.5rem;

}

.wcj_page_one_box_04 .center .show img:nth-of-type(5) {
    display: block;
    position: absolute;
    top: 24%;
    left: 23%;
    width: 1.95rem;
    height: 3.86rem;
    -webkit-transition: .5s;
    transition: 2.3s; 

}

.wcj_page_one_box_04 .center .show img:nth-of-type(6) {
    position: absolute;
    top: 19%;
    right: 1.7rem;
    width: 6.51rem;
    height: 0.97rem;
    -webkit-transition: .5s;
    transition: .5s;
}

.wcj_page_one_box_04 .center .hide {
    display: none;
}



/*
	这里是第一个页面的PC端css代码结束
*/



@media (max-width: 1300px) {




    /*
	这里是第一个页面的手机端css代码开始
*/


    /* 客户服务 */
    .wcj_page_one_box_04 {
        width: 100%;
        height: auto;
        padding: 0.4rem 0;
        overflow: hidden;
    }

    .wcj_page_one_box_04 .h_title {
        max-width: 1300px;
        width: 96%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .wcj_page_one_box_04 .h_title h3 {
        font-size: 0.24rem;
    }

    .wcj_page_one_box_04 .h_title p {
        font-size: 0.16rem;
        line-height: 0.35rem;
        color: #636363;
        margin-top: 0.15rem;
    }

    .wcj_page_one_box_04 .center {
        max-width: 1300px;
        width: 100%;
        height: auto;
        margin: 0.2rem auto 0 auto;
    }

    .wcj_page_one_box_04 .center .show {
        display: none;
    }

    .wcj_page_one_box_04 .center .hide {
        display: block;
        width: 96%;
        height: auto;
    }

    .wcj_page_one_box_04 .center .hide img {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    /* 策略迭代 */
    .wcj_page_one_box_03 {
        width: 100%;
        height: auto;
        padding: 0.4rem 0;
        background: #fcfcfc;
        overflow: hidden;
    }

    .wcj_page_one_box_03 .center {
        max-width: 1300px;
        width: 96%;
        height: auto;
        margin: 0 auto;
    }

    .wcj_page_one_box_03 .center .left {
        width: 100%;
        height: auto;
        float: none;
        margin-left: -0.1rem;
    }

    .wcj_page_one_box_03 .center .left img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .wcj_page_one_box_03 .center .right {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 0.2rem;
    }

    .wcj_page_one_box_03 .center .right h4 {
        font-size: 0.24rem;
        font-weight: bold;
        line-height: 0.3rem;
        color: #4f4f4f;
        margin-top: 0;
        padding-left: 0;
        position: relative;
        text-align: center;
    }

    .wcj_page_one_box_03 .center .right h4::after {
        content: '';
        width: 0.06rem;
        height: 0.3rem;
        background: #ff4e00;
        position: absolute;
        top: 0;
        left: 0.7rem;
    }

    .wcj_page_one_box_03 .center .right p {
        font-size: 0.16rem;
        line-height: 0.35rem;
        color: #5b5a5a;
        margin-top: 0.15rem;
        padding-left: 0;
        text-align: center;
    }

    .wcj_page_one_box_03 .center .right .click {
        display: block;
        width: 1.4rem;
        height: 0.38rem;
        border: solid 0.01rem #dfdfdf;
        border-radius: 0.05rem;
        background: #fff;
        margin: 0.15rem auto 0 auto;
        overflow: hidden;
        position: relative;
        z-index: 2;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_03 .center .right .click:hover {
        border: solid 0.01rem #ff4e00;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_03 .center .right .click::before {
        content: '';
        width: 0;
        height: 0.38rem;
        background: #ff4e00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_03 .center .right .click:hover::before {
        content: '';
        width: 1.4rem;
        height: 0.38rem;
        background: #ff4e00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_03 .center .right .click span {
        display: block;
        width: 1.2rem;
        padding-left: 0.2rem;
        font-size: 0.16rem;
        color: #6e6e6e;
        line-height: 0.38rem;
        background: url(../images/wcj_one_gt_more01.png) 1.1rem center no-repeat;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_03 .center .right .click:hover span {
        color: #fff;
        background: url(../images/wcj_one_gt_more02.png) 1.1rem center no-repeat;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    /* 沟通互动 */
    .wcj_page_one_box_02 {
        width: 100%;
        height: auto;
        padding-bottom: 0.4rem;
        overflow: hidden;
    }

    .wcj_page_one_box_02 .center {
        max-width: 1300px;
        width: 96%;
        height: auto;
        margin: 0 auto;
    }

    .wcj_page_one_box_02 .center .left {
        width: auto;
        height: auto;
        float: none;
    }

    .wcj_page_one_box_02 .center .left h4 {
        font-size: 0.24rem;
        font-weight: bold;
        line-height: 0.3rem;
        color: #4f4f4f;
        margin-top: 0;
        padding-left: 0;
        position: relative;
        text-align: center;
    }

    .wcj_page_one_box_02 .center .left h4::after {
        content: '';
        width: 0.06rem;
        height: 0.3rem;
        background: #ff4e00;
        position: absolute;
        top: 0;
        left: 0.2rem;
    }

    .wcj_page_one_box_02 .center .left p {
        font-size: 0.16rem;
        line-height: 0.35rem;
        color: #5b5a5a;
        margin-top: 0.15rem;
        padding-left: 0;
        text-align: center;
    }

    .wcj_page_one_box_02 .center .left .click {
        display: block;
        width: 1.4rem;
        height: 0.38rem;
        border: solid 0.01rem #dfdfdf;
        border-radius: 0.05rem;
        background: #fff;
        margin: 0.15rem auto 0 auto;
        overflow: hidden;
        position: relative;
        z-index: 2;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_02 .center .left .click:hover {
        border: solid 0.01rem #ff4e00;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_02 .center .left .click::before {
        content: '';
        width: 0;
        height: 0.38rem;
        background: #ff4e00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_02 .center .left .click:hover::before {
        content: '';
        width: 1.4rem;
        height: 0.38rem;
        background: #ff4e00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_02 .center .left .click span {
        display: block;
        width: 1.2rem;
        padding-left: 0.2rem;
        font-size: 0.16rem;
        color: #6e6e6e;
        line-height: 0.38rem;
        background: url(../images/wcj_one_gt_more01.png) 1.1rem center no-repeat;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_02 .center .left .click:hover span {
        color: #fff;
        background: url(../images/wcj_one_gt_more02.png) 1.1rem center no-repeat;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_box_02 .center .right {
        width: 100%;
        height: auto;
        margin-top: 0.2rem;
        float: none;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .wcj_page_one_box_02 .center .right img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    /* 线索分析 */
    .wcj_page_one_box_01 {
        width: 100%;
        height: auto;
        padding: 0.4rem 0;
        overflow: hidden;
    }

    .wcj_page_one_box_01 .h_title {
        max-width: 1300px;
        width: 96%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .wcj_page_one_box_01 .h_title h3 {
        font-size: 0.24rem;
    }

    .wcj_page_one_box_01 .h_title p {
        font-size: 0.16rem;
        line-height: 0.35rem;
        color: #636363;
        margin-top: 0.15rem;
    }

    .wcj_page_one_box_01 .center {
        max-width: 1300px;
        width: 100%;
        height: auto;
        margin: 0.2rem auto 0 auto;
    }

    .wcj_page_one_box_01 .center .show {
        display: none;
    }

    .wcj_page_one_box_01 .center .hide {
        display: block;
        width: 96%;
        height: auto;
    }

    .wcj_page_one_box_01 .center .hide img {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    /* banner */
    .wcj_page_one_banner {
        width: 100%;
        height: auto;
        padding: 0.4rem 0 0.2rem 0;
        background: #f9f8f7;
        overflow: hidden;
    }

    .wcj_page_one_banner .center {
        max-width: 1300px;
        width: 96%;
        height: auto;
        margin: 0 auto;
    }

    .wcj_page_one_banner .center .left {
        width: 100%;
        height: auto;
        float: none;
    }

    .wcj_page_one_banner .center .left h4 {
        font-size: 0.24rem;
        margin-top: 0;
        text-align: center;
    }

    .wcj_page_one_banner .center .left p {
        font-size: 0.16rem;
        line-height: 0.35rem;
        color: #9d9d9d;
        margin-top: 0.1rem;
        text-align: center;
    }

    .wcj_page_one_banner .center .left .tel {
        width: calc(100% - 0.3rem);
        height: 0.65rem;
        padding: 0 0.15rem;
        order-radius: 0.05rem;
        margin-top: 0.2rem;
    }

    .wcj_page_one_banner .center .left .tel span {
        display: block;
    }

    .wcj_page_one_banner .center .left .tel span:nth-of-type(1) {
        padding-left: 0.26rem;
        font-size: 0.16rem;
        color: #c5c5c5;
        line-height: 0.45rem;
        float: left;
        background: url(../images/wcj_one_phone.png) left center no-repeat;
    }

    .wcj_page_one_banner .center .left .tel span:nth-of-type(2) {
        width: 1rem;
        height: 0.35rem;
        font-size: 0.16rem;
        color: #fff;
        line-height: 0.35rem;
        float: right;
        background: #d6d6d6;
        border-radius: 0.05rem;
        margin: 0.05rem 0;
        text-align: center;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .wcj_page_one_banner .center .right {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 0.3rem;
    }

    .wcj_page_one_banner .center .right img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }
    .wcj_page_one_banner .center .left .tel button{

        position: absolute;
    }


    /*
	这里是第一个页面的手机端css代码结束
*/

}