.head .hotline{
    position: fixed;
    right: 310px;
}
.head.fixed .hotline u{
    position: fixed;
    top: 18px;
    right: 500px;
}
.head.fixed .hotline span{
    position: fixed;
    right: 290px;
    top: 20px;
}
header.head,
header.head .logo,
header.head .menu-icon,
header.head .bg{
    position: fixed;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

#container ul li{
    border-bottom: 0;

}
#container .c3 li{
    margin: 0;
    padding: 10px;
}
.c3BigBox{
    position: relative;
    background-color: #f3f3f3;
    height: 300px;
    line-height: 86px;
}
.c3 li{}
.c3 li .c3Box{
    text-align: center;
    padding-bottom: 20px;
}
.c3 li .c3Box img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}
.c3 ul li .c3Box div{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    margin-top: 10px;
}
#container ul.c3 li p{
    position: inherit;
}
.c3 li .c3Boxs{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    display: none;
}
.c3 li .c3Boxs img{
    width: 100px;
    height: 100px;
    margin-top: 86px;
}
#container ul.c3 li .c3Boxs p{
    color: white;
    margin: 0;
    width: 100%;
    font-weight: bold;
}
#container .c3 li .c3BigBox:hover .c3Boxs{
    display: block;
}

.c4,.c5{}
#container .c4 li,#container .c5 li{
    margin: 0;
    margin-bottom: 50px;
    float: left;
    border: 0;

}
.c4 li .app,.c5 li .app{
    width: 250px;
    height: 460px;
    background-image: url("../images/main_9.png");
    background-size: 100% 100%;
    padding: 29px 12px;
    margin: auto;
}
.c4 li .app .appBox,.c5 li .app .appBox{
    height: 380px;
    position: relative;
}
.c4 li .app .appBox img,.c5 li .app .appBox img{
    width: 100%;
    height: 100%;
}
.c4 li .app .appBox .appBoxs,.c5 li .app .appBox .appBoxs{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: white;
    text-align: center;
    opacity: 0;
    transition: all .3s linear;
}
.c4 li .app .appBox .appBoxs h4,.c5 li .app .appBox .appBoxs h4{
    margin-top: 40px;
    margin-bottom: 20px;
}
.c4 li .app .appBox .appBoxs .appBoxsImg,.c5 li .app .appBox .appBoxs .appBoxsImg{
    height: 146px;
    width: 100%;
    padding: 0 40px;
}
.c4 li .app .appBox .appBoxs p,.c5 li .app .appBox .appBoxs p{
    position:initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.c4 li .app .appBox .appBoxs div a,.c5 li .app .appBox .appBoxs div a {
    display:block;
    background-color:#198ede;
    border-radius: 10px;
    color: white;
    width: 80%;
    margin: auto;
    padding: 10px 0;
    letter-spacing: 10px;
    text-decoration: none;
}
.c4 li .app .appBox:hover .appBoxs,.c5 li .app .appBox:hover .appBoxs{
    opacity: 1;
    transition: all .3s linear;
}

/*详情页*/
.design{
    text-align: center;
    margin: auto 0;
}
.design p{
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
    margin-top: 10px;
}

#case_show_content {
    padding: 40px 0;    
}
.main_box {
    width: 1200px;
    margin: 0 auto;
    border-top:solid #02768f 0px;-moz-box-shadow:1px 1px 5px #ccc;-webkit-box-shadow:1px 1px 5px #ccc;box-shadow:1px 1px 5px #ccc;
}
.main_box img{ width:100%; display:block; height:auto;}
#case_list_content{}
#case_show_content .left {
    padding-top: 20px;
}
.left {
    float: right;
}
.bdshare-button-style1-32 .bds_more {
    color: #333;
}
#case_show_content .left .link {
    margin: 40px 0;
    margin-right: 0px;
    margin-right: -20px;
}
#case_show_content .left .link a {
    display: inline-block;
    border-radius: 10px;
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #232d39;
    border: 1px solid #232d39;
    border-top-color: rgb(35, 45, 57);
    border-right-color: rgb(35, 45, 57);
    border-bottom-color: rgb(35, 45, 57);
    border-left-color: rgb(35, 45, 57);
    margin-right: 1.50px;
}
.clear {
    clear: both;
}
#case_show_content .left dl {
    font-size: 14px;
    color: #76767b;
    line-height: 40px;
}
#case_show_content .left dt {
    margin-top: 50px;
}
#case_show_content .left dt strong {
    display: block;
}
#case_show_content .left dt p {
    line-height: 30px;
    font-weight:normal;
    margin-top:20px;
}
#case_show_content .right {
    position: relative;
    height: 308px;
}
#case_show_content .right {
    background-image: url("../images/pic_case_show.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.right {
    float: left;
}
#case_show_content .right .scroll_box1 {
    overflow: hidden;
    position: relative;
    width: 93%;
    height: 180px;
    margin-top: 18px;
    margin-left: 13px;
}
#case_show_content .right #content img {
    width:100%;
}
#case_show_content .right .jscroll-e {
    height: 100%;
    border-radius: 3px;
    width: 10px !important;
    overflow: hidden;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 90;
    background-color: #ccc !important;
    background-position: initial initial;
    background-repeat: initial initial;
}
#case_show_content .right .jscroll-h {
    cursor: pointer;
    overflow: hidden;
    background-color: #009944 !important;
    border-color: #009944 !important;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px !important;
    height: 17.605670103092784px;
    background-position: initial initial;
    border-radius: 6px;
    background-repeat: initial initial;
}

.footer{
    background-color: #e8e7ec;
    padding: 50px 0;
}
.footer ul{
    margin: auto;
}
.footer ul li{
    float: left;
    display:block;
    overflow:hidden;
    padding: 10px;
}
.footer ul li .bigBox{

}
.footer ul li .box1{
    position: relative;
}
.footer ul li .box1 .boxImg{
    width: 100%;
}
.footer ul li .bigBox p{
    background-color: white;
    margin: 0;
}
.footer ul li .bigBox p a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #727272;
}
.footer ul li .box1 .box2 a{
    opacity:0;
    display:block;
    position:absolute;
    top:0;
    width:100%;
    height: 100%;
    z-index:3;
    background:rgba(0,0,0,0.5);
    transition: all .3s linear;
}
.footer ul li .box1 .box2 a img{
    display: block;
    margin: 0 auto;
    padding-top: 65px;
}

.footer ul li:hover .box2 a{
    opacity:1;
    transition: all .3s linear;
}
.footer ul li:hover p a{
    color: white;
    background-color:red;
    transition: all .3s linear;
}
.mainBox{
    margin: auto;
    padding: 0 10px;
}

/*详情内页分享图标*/
.share .bdsharebuttonbox a{
    float: left;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background-image: url(../images/icons_1_32.png);
    _background-image: url(../images/icons_1_32.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
}
.share .bdsharebuttonbox .bds_qzone {
    background-position: 0 -52px;
}
.share .bdsharebuttonbox .bds_tsina {
   background-position: 0 -104px;
}
.share .bdsharebuttonbox .bds_tqq {
   background-position: 0 -260px;
}
.share .bdsharebuttonbox .bds_renren {
   background-position: 0 -208px;
}
.share .bdsharebuttonbox .bds_weixin {
   background-position: 0 -1612px;
}
.share .bdsharebuttonbox .bds_bdhome {
       background-position: 0 -156px;
}
.share .bdsharebuttonbox .bds_fbook {
   background-position: 0 -1352px;
}


/*=============自适应模板=================*/
#tempList li{
    margin-bottom: 50px;
}
.zsy{
    width: 420px;
    margin: auto;
    position: relative;
}
.temp-pic{
    width: 100%;
    height: 280px;
    transition: inherit;
    border-image: none;
    overflow: hidden;
    position: relative;
}
.temp-pic_a{
    width: 418px;
    height: 100%;
    overflow: hidden;
}
.temp-pic em img{
    width: 100%;
}
.mo_footer{
    padding: 15px 0 15px 5px;
    background: #f5f5f5;
}
.mo_footer span{
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.mo_footer .curBtn{
    padding: 0px 25px;
    border-radius: 5em;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    background-color: rgb(25, 152, 53);
    margin-left: 10%;
}
.show_iphone{
    background: url("../images/pc-bgm.png") no-repeat;
    padding: 29px 27px 57px 25px;
    background-size: 100% 100%;
    width: 170px;
    height: 260px;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    z-index: 10;
}
.show_iphone span{
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
.show_iphone span img{
    width: 100%;
}
#tempList .temp-pic:hover {
    transform: inherit;
}
.temp-pic-attr{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 9;
    background: rgba(0,0,0,0.5);
}
.temp-pic-attr .carImg{
    background: url("../images/pc-bgy.png");
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    top: 38%;
    margin: auto;

}
.temp-pic:hover .temp-pic-attr,
.show_iphone:hover .temp-pic-attr{
    display: block;
}
.show_iphone .carImg{
    background: url("../images/pc-bgy.png");
    margin: -40px 0px 0px -40px;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
}

/*==========c1================*/
.c1 li a{
    display: block;
    position: relative;
}

/*添加*/
.fresh-content{
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
}
.banner1 .fresh-content h1 {
    margin-top: 0;
    font-size: 38px;
    
    position: absolute;
    top: 200px;
    left: 25%;
	letter-spacing:10px;
background-image: linear-gradient(89.86deg, rgb(167, 255, 26), rgb(130, 250, 194) 50%, rgb(71, 212, 255) 90%);
-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.fresh-content img {
    padding: 40px 0 65px 0;
    position: absolute;
    top: 200px;
    left: 260px;
}
.kuai-k {
    display: block;
    margin: 0 auto;
}
.fresh-pic {
    position: relative;
    min-height: 245px;
    top: 300px;
}

.circle {
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
}
.width-40 {
    width: 40px;
    height: 40px;
    left: 585px;
    top: 102px;
}
.width-95 {
    width: 95px;
    height: 95px;
    left: 557px;
    top: 75px;
}
.width-170 {
    width: 170px;
    height: 170px;
    left: 520px;
    top: 37px;
}
.spot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6cf908;
    position: absolute;
}
.sp-1 {
    left: 600px;
    top: 117px;
}
.sp-2 {
    left: 515px;
    top: 117px;
}
.sp-3 {
    left: 685px;
    top: 117px;
}
.sp-4 {
    left: 600px;
    top: 202px;
}
.sp-5 {
    left: 600px;
    top: 32px;
}
.yq {
    font-size: 16px;
    color: #009944;
    position: absolute;
}
.pos-l-t-1 {
    left: 540px;
    top: 0px;
}
.pos-l-t-2 {
    right: 370px;
    top: 110px;
}
.pos-l-t-3 {
    left: 540px;
    bottom: 0px;
}
.pos-l-t-4 {
    left: 370px;
    top: 110px;
}


/*============微信小程序=============*/
#gettop .mod-floor {
    padding: 70px 0 0 0;
    color: #333;
    overflow: hidden;
}
#gettop .mod-container {
    width: 1210px;
    margin: 0 auto;
}
#gettop .floor-1 {
    padding: 50px 0;
}

.mod-title {
    padding-bottom: 35px;
    text-align: center;
}
#gettop  .floor-1 .mod-title {
    width: 507px;
    float: right;
    text-align: left;
    margin-right: 90px;
    margin-top: 100px;
}
.mod-title h2 {
    font-size: 36px;
    margin-bottom: 17px;
    font-family: "HanHei SC", "PingHei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.mod-title p {
    font-size: 16px;
    line-height: 1.7;
    color: #888;
}
#gettop .floor-1 .mod-title p {
    margin-top: 30px;
}
#gettop .floor-1 .mod-title .list {
    margin-top: 50px;
}
#gettop .floor-1 .list li {
    float: left;
    width: 105px;
}
#gettop .floor-1 .list li i {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
    background: url(../images/1f_icon.png) no-repeat;
}
#gettop .floor-1 .list li:nth-child(1) i {
    background-position: 0 0;
}
#gettop .floor-1 .list li p {
    text-align: center;
    font-size: 14px;
    color: #8a9199;
    margin: 0;
}
#gettop .floor-1 .list li:nth-child(2) i {
    background-position: -50px 0px;
}
#gettop .floor-1 .list li:nth-child(3) i {
    background-position: -100px 0px;
}
#gettop .floor-1 .list li:nth-child(4) i {
    background-position: -150px 0px;
}
#gettop .floor-1 .img {
    width: 547px;
    height: 511px;
    float: left;
    background: url(../images/1f_img.png) no-repeat;
    margin-left: 30px;
}
#gettop .floor-2 {
    background: #FAFAFA;
}
#gettop .mod-title {
    padding-bottom: 35px;
    text-align: center;
}
#gettop .floor-2 .swiper-pagination {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    position: static;
    text-align: center;
}
#gettop .floor-2 .swiper-pagination span {
    float: left;
    width: 25%;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
}
#gettop .floor-2 .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border-radius: 0;
    height: 60px;
    margin: 0;
    opacity: 1;
}
#gettop .floor-2 .swiper-pagination .swiper-pagination-bullet-active {
    color: #00a2ff;
    border-bottom: 3px solid #40ACFF;
}
#gettop .floor-2 .swiper-pagination span i {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../images/2f_icon.png) no-repeat;
}
#gettop .floor-2 .swiper-pagination .b-1 i {
    background-position: 0 -30px;
}
#gettop .floor-2 .swiper-pagination .swiper-pagination-bullet-active.b-1 i {
    background-position: 0 0;
}
#gettop .floor-2 .swiper-pagination .b-2 i {
    background-position: -30px -30px;
}
#gettop .floor-2 .swiper-pagination .swiper-pagination-bullet-active.b-2 i {
    background-position: -30px 0;
}
#gettop .floor-2 .swiper-pagination .b-3 i {
    background-position: -60px -30px;
}
#gettop .floor-2 .swiper-pagination .swiper-pagination-bullet-active.b-3 i {
    background-position: -60px 0;
}
#gettop .floor-2 .swiper-pagination .b-4 i {
    background-position: -90px -30px;
}
#gettop .floor-2 .swiper-pagination .swiper-pagination-bullet-active.b-4 i {
    background-position: -90px 0;
}
#gettop .floor-2 .swiper-wrapper {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto 50px;
}
#gettop .floor-2 .swiper-slide {
    background: #fff;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    height: 595px;
}
#gettop  .floor-2 .swiper-slide h3 {
    font-size: 20px;
    color: #40acff;
    margin: 50px 0 20px;
}
#gettop .floor-2 .swiper-slide .info {
    font-size: 14px;
    color: #999999;
    margin: 20px 0 40px;
}
#gettop .floor-2 .swiper-slide ul {
    position: absolute;
    z-index: 10;
    height: 410px;
}
#gettop .floor-2 .swiper-slide .spec4 li {
    width: 300px;
    height: 410px;
    float: left;
}
#gettop .floor-2 .slide-3 .spec4 .item-1 {
    background: url(../images/2f_3_01.png) center bottom no-repeat;
}
#gettop .floor-2 .swiper-slide ul i {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(../images/2f_icon02.png) center no-repeat;
}
#gettop .floor-2 .swiper-slide li p {
    font-size: 14px;
    color: #666666;
    margin: 10px 0 26px;
}
#gettop .floor-2 .slide-3 .spec4 .item-2 {
    background: url(../images/2f_3_02.png) center bottom no-repeat;
}
#gettop .floor-2 .swiper-slide .item-1 i {
    background-position: -2px 0;
}
#gettop .floor-2 .swiper-slide .item-2 i {
    background-position: -32px 0;
}
#gettop .floor-2 .slide-3 .spec4 .item-3 {
    background: url(../images/2f_3_03.png) center bottom no-repeat;
}
#gettop .floor-2 .swiper-slide .item-3 i {
    background-position: -62px 0;
}
#gettop .floor-2 .slide-3 .spec4 .item-4 {
    background: url(../images/2f_3_04.png) center bottom no-repeat;
}
#gettop .floor-2 .swiper-slide .item-4 i {
    background-position: -92px 0;
}
#gettop .floor-2 .line {
    border-top: 1px dashed #dadada;
    width: 800px;
    position: absolute;
    left: 200px;
    top: 168px;
    z-index: 1;
}
#gettop .floor-2 .slide-3 .line {
    width: 910px;
    left: 145px;
}
#gettop .floor-2 .swiper-slide .spec3 li {
    width: 400px;
    height: 410px;
    float: left;
}
#gettop .floor-2 .slide-1 .spec3 .item-1 {
    background: url(../images/2f_1_01.png) center bottom no-repeat;
}
#gettop .floor-2 .slide-1 .spec3 .item-3 {
    background: url(../images/2f_1_03.png) center bottom no-repeat;
}
#gettop .floor-2 .slide-2 .spec3 .item-1 {
    background: url(../images/2f_2_01.png) center bottom no-repeat;
}
#gettop .floor-2 .slide-2 .spec3 .item-2 {
    background: url(../images/2f_2_02.png) center bottom no-repeat;
}
#gettop .floor-2 .slide-2 .spec3 .item-3 {
    background: url(../images/2f_2_03.png) center bottom no-repeat;
}

#gettop  .floor-2 .slide-4 .spec3 .item-1 {
    background: url(../images/2f_4_01.png) center bottom no-repeat;
}
#gettop .floor-2 .slide-4 .spec3 .item-2 {
    background: url(../images/2f_4_02.png) center bottom no-repeat;
}
#gettop .floor-2 .slide-4 .spec3 .item-3 {
    background: url(../images/2f_4_03.png) center bottom no-repeat;
}
#gettop .floor-3 .spec {
    overflow: hidden;
    text-align: center;
}
#gettop  .floor-3 .spec li {
    width: 150px;
    display: inline-block;
    margin: 0 20px;
}
#gettop .floor-3 .list li i {
    display: inline-block;
    width: 90px;
    height: 90px;
}
#gettop .floor-3 .list li:nth-child(1) i {
    background: url(../images/3f_icon01.png) center no-repeat;
}
#gettop .floor-3 .list li div {
    font-size: 18px;
    margin-bottom: 12px;
}
#gettop .floor-3 .list li p {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
#gettop .floor-3 .list li:nth-child(2) i {
    background: url(../images/3f_icon02.png) center no-repeat;
}
#gettop .floor-3 .list li:nth-child(3) i {
    background: url(../images/3f_icon03.png) center no-repeat;
}
#gettop .floor-3 .list li:nth-child(4) i {
    background: url(../images/3f_icon04.png) center no-repeat;
}
#gettop  .floor-3 .list li:nth-child(5) i {
    background: url(../images/3f_icon05.png) center no-repeat;
}
#gettop  .floor-3 .list li:nth-child(6) i {
    background: url(../images/3f_icon06.png) center no-repeat;
}
#gettop .floor-4 .left {
    background: #028CF7;
    width: 50%;
    height: 610px;
    color: #fff;
    padding-bottom: 30px;
    text-align: right;
    position: relative;
}
#gettop .floor-4 .left .float-right {
    padding-right: 120px;
}
#gettop .floor-4 .left h2, #gettop .floor-4 .right h2 {
    font-size: 28px;
    height: 42px;
    line-height: 42px;
    margin: 60px 0 54px;
    position: relative;
}
#gettop .floor-4 i {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: absolute;
}
#gettop .floor-4 .left i {
    background: url(../images/4f_icon01.png) no-repeat center;
    left: 0;
}
#gettop .floor-4 p {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
}
#gettop .floor-4 .middle {
    position: absolute;
    width: 168px;
    top: 26px;
    right: -69px;
}
#gettop .floor-4 .middle i {
    width: 168px;
    height: 104px;
    display: inline-block;
    background: url(../images/4f_img.png) no-repeat center;
}
#gettop .floor-4 .middle ul {
    margin-top: 130px;
    margin-left: 19px;
}
#gettop .floor-4 .middle li {
    background: #fff;
    color: #028CF7;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
}
#gettop .floor-4 .right {
    background: #566069;
    width: 50%;
    height: 610px;
    color: #949EA7;
    padding-bottom: 30px;
}
#gettop .floor-4 .right .float-left {
    padding-left: 120px;
}
#gettop .floor-4 .right i {
    background: url(../images/4f_icon02.png) no-repeat center;
    right: 0;
}
#gettop .floor-5 {
    background: #F4FBFF;
    padding-bottom: 30px;
}
#gettop .floor-5 .list .item {
    float: left;
    width: 218px;
    height: 220px;
    background: #fff;
    margin: 12px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(219, 227, 232, 0.4);
}
#gettop .floor-5 .list .item i {
    display: block;
    width: 92px;
    height: 92px;
    margin: 25px auto 15px;
    background-repeat: no-repeat;
    background-image: url(../images/5f_icon.png);
}
#gettop .floor-5 .list .item-1 i {
    background-position: -4px -4px;
}
#gettop .floor-5 .list .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
#gettop .floor-5 .list .item p {
    font-size: 14px;
    color: #888;
    width: 130px;
    margin: 0 auto;
}
#gettop .floor-5 .list .item-2 i {
    background-position: -104px -4px;
}
#gettop .floor-5 .list .item-3 i {
    background-position: -204px -4px;
}
#gettop .floor-5 .list .item-4 i {
    background-position: -304px -4px;
}
#gettop .floor-5 .list .item-5 i {
    background-position: -404px -4px;
}
#gettop .floor-5 .list .item-6 i {
    background-position: -4px -104px;
}
#gettop .floor-5 .list .item-7 i {
    background-position: -104px -104px;
}
#gettop .floor-5 .list .item-8 i {
    background-position: -204px -104px;
}
#gettop .floor-5 .list .item-9 i {
    background-position: -304px -104px;
}
#gettop .floor-5 .list .item-10 i {
    background-position: -404px -104px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
#gettop .floor-6 {
    height: 434px;
    background: url(../images/6f_bg.jpg) no-repeat center;
    color: #fff;
    padding: 0;
}
#gettop .floor-6 .mod-title h2 {
    margin: 90px 0 50px;
}
#gettop .floor-6 .list li {
    display: inline-block;
    width: 273px;
    height: 100px;
    overflow: hidden;
    border-right: 1px dashed #3A3961;
    padding-left: 25px;
    padding-top: 20px;
}
#gettop .floor-6 .list .icon {
    float: left;
    height: 75px;
}
#gettop .floor-6 .list i {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/6f_icon.png) no-repeat;
}
#gettop .floor-6 .list li:nth-child(1) i {
    background-position: -3px 0px;
}
#gettop .floor-6 .list li .text {
    float: left;
    width: 200px;
    padding-left: 10px;
}
#gettop .floor-6 .list li h3 {
    font-size: 24px;
    margin: 5px 0 20px;
    text-align: left;
}
#gettop .floor-6 .list li p {
    font-size: 13px;
}
#gettop .floor-6 .list li:nth-child(2) i {
    background-position: -43px 0px;
}
#gettop .floor-6 .list li:nth-child(3) i {
    background-position: -85px 0px;
}
#gettop .floor-6 .list li:nth-child(4) i {
    background-position: -127px 0px;
}
#gettop .mod-footer {
    padding: 30px 0 57px;
}
#gettop .mod-footer .mod-title h2 {
    margin-bottom: 15px;
}
#gettop .mod-footer .mod-title .price {
    font-size: 24px;
    color: #888;
}
#gettop .mod-footer .mod-title .price em {
    color: #ff3a6d;
    font-style: normal;
}
#gettop .mod-footer .mod-title .price span {
    color: #333;
    margin: 0 50px;
}
#gettop .tc {
    text-align: center;
}
.mod-shadow-btn {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #009FE8;
    height: 50px;
    line-height: 50px;
    width: 180px;
    border-radius: 0px;
    -webkit-user-select: none;
}
 .mod-shadow-btn {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0,159,232,.5);
    -moz-box-shadow: 0 10px 15px -3px rgba(0,159,232,.5);
    box-shadow: 0 10px 15px -3px rgba(0,159,232,.5);
}
 .mod-shadow-btn-green {
    background: #00c749;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 199, 73,.5);
    -moz-box-shadow: 0 10px 15px -3px rgba(0, 199, 73,.5);
    box-shadow: 0 10px 15px -3px rgba(0, 199, 73,.5);
}
.mod-shadow-btn-red {
    background: #FC4861;
    -webkit-box-shadow: 0 10px 15px -3px rgba(252,72,97,0.5);
    -moz-box-shadow: 0 10px 15px -3px rgba(252,72,97,0.5);
    box-shadow: 0 10px 15px -3px rgba(252,72,97,0.5);
}
#gettop .tc a {
    margin: 0 20px;
}

/*========app=========*/
.section {
    padding: 80px 0;
}
.page-app .section-3 .slide .tabs{
    margin: 0 0 40px 230px;
}
.page-app .section-3 .slide .tabs li{
    float: left;
    height: 50px;
    width: 200px;
    margin: 0 25px;
    cursor: pointer;
}
.page-app .section-3 .slide .tabs li.item-1{
    background: url(../images/03-teb-1.png) no-repeat left bottom;
}
.page-app .section-3 .slide .tabs li.item-2{
    background: url(../images/03-teb-2.png) no-repeat left bottom;
}
.page-app .section-3 .slide .tabs li.item-3{
    background: url(../images/03-teb-3.png) no-repeat left bottom;
}
.page-app .section-3 .slide .tabs li.on{
    background-position-y: top;
}
.page-app .section-3 .slide .items li{
    height: 554px;
}
.page-app .section-3 .slide .items li.item-1{
    background: url(../images/03-teb-img1.png) no-repeat center top;
}
.page-app .section-3 .slide .items li.item-2{
    background: url(../images/03-teb-img2.png) no-repeat center top;
}
.page-app .section-3 .slide .items li.item-3{
    background: url(../images/03-teb-img3.png) no-repeat center top;
}
.containers{
    width: 1210px;
    margin: 0 auto;
}
.page-app .section-4{
    background: url(../images/04-bj.jpg) no-repeat center top;
}
.page-app .section-4 .img{
    width: 1114px;
    height: 651px;
    background: url(../images/04-img.png) no-repeat;
    margin: 0 auto;
}
.page-app .section-4 .word-list{
    position: relative;
    width: 100%;
}
.page-app .section-4 .word-list li{
    position: absolute;
    color: #fff;
    width: 220px;
}
.page-app .section-4 .word-list li h3{
    font-size: 18px;
    margin-bottom: 4px;
}
.page-app .section-4 .word-list li p{
    font-size: 14px;
}
.page-app .section-4 .word-list li.item-1{
    left: 19px;
    top: 93px;
    text-align: right;
}
.page-app .section-4 .word-list li.item-2{
    right: 57px;
    top: 94px;
}
.page-app .section-4 .word-list li.item-3{
    left: -76px;
    top: 211px;
    text-align: right;
}
.page-app .section-4 .word-list li.item-4{
    right: -41px;
    top: 207px;
}
.page-app .section-4 .word-list li.item-5{
    left: -75px;
    top: 379px;
    text-align: right;
}
.page-app .section-4 .word-list li.item-6{
    right: -39px;
    top: 376px;
}
.page-app .section-4 .word-list li.item-7{
    left: 17px;
    top: 497px;
    text-align: right;
}
.page-app .section-4 .word-list li.item-8{
    right: 50px;
    top: 493px;
}
.mod-title.white h2, .mod-title.white p {
    color: #fff;
}
.page-app .section-5 .mod-title{
    text-align: left;
    margin-left: 456px;
    margin-top: 20px;
}
.page-app .section-5 .slide{
    margin-left: 456px;
    position: relative;
    margin-bottom: 130px;
}
.page-app .section-5 .slide .tabs li{
    float: left;
    cursor: pointer;
    width: 119px;
    height: 119px;
    transition: all .2s;
    border-radius: 10px;
    background: #BABABA;
    color: #fff;
    text-align: center;
    margin: 0 20px 20px 0;
}
.page-app .section-5 .slide .tabs li.on{
    background: #3AC64E;
}
.page-app .section-5 .slide .tabs li i{
    width: 50px;
    height: 50px;
    display: block;
    margin: 20px auto 9px;
    background: url(../images/05-icon.png) no-repeat;
}
.page-app .section-5 .slide .tabs li.item-1 i{
    background-position: 0 0;
}
.page-app .section-5 .slide .tabs li.item-2 i{
    background-position: -50px 0;
}
.page-app .section-5 .slide .tabs li.item-3 i{ background-position: -100px 0;
}
.page-app .section-5 .slide .tabs li.item-4 i{
    background-position: -150px 0;
}
.page-app .section-5 .slide .tabs li.item-5 i{
    background-position: -200px 0;
}
.page-app .section-5 .slide .tabs li.item-6 i{
    background-position: 0 -50px;
}
.page-app .section-5 .slide .tabs li.item-7 i{
    background-position: -50px -50px;
}
.page-app .section-5 .slide .tabs li.item-8 i{
    background-position: -100px -50px;
}
.page-app .section-5 .slide .tabs li.item-9 i{
    background-position: -150px -50px;
}
.page-app .section-5 .slide .tabs li.item-10 i{
    background-position: -200px -50px;
}
.page-app .section-5 .slide .tabs li p{
    font-size: 16px;
}
.page-app .section-5 .slide .items{
    position: absolute;
    left: -390px;
    top: -160px;
    overflow: hidden;
    width: 339px;
    height: 572px;
    background: url(../images/05-img.png) no-repeat;
}
.page-app .section-5 .slide .items li{
    width: 240px;
    height: 426px;
    margin: 61px 0 0 49px;
}
.page-app .section-5 .slide .items li.item-1{
    background: url(../images/05-1.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-2{
    background: url(../images/05-2.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-3{
    background: url(../images/05-3.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-4{
    background: url(../images/05-4.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-5{
    background: url(../images/05-5.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-6{
    background: url(../images/05-6.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-7{
    background: url(../images/05-7.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-8{
    background: url(../images/05-8.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-9{
    background: url(../images/05-9.jpg) no-repeat;
}
.page-app .section-5 .slide .items li.item-10{
    background: url(../images/05-10.jpg) no-repeat;
}
.page-app .section-6{
    background: #F6F6F6;
}
.page-app .section-6 .img-1{
    margin: 20px auto 10px;
    width: 1214px;
    height: 638px;
    background: url(../images/06-img-1.png) no-repeat;
}
.page-app .section-6 .img-2{
    width: 1214px;
    height: 638px;
    background: url(../images/06-img-2.png) no-repeat;
}
.page-app .section-7 .mod-title{
    float: right;
    width: 468px;
    margin-right: 40px;
    text-align: left;
}
.page-app .section-7 .img{
    float: left;
    width: 743px;
    height: 485px;
    background: url(../images/07-img.png) no-repeat;
    margin-right: -50px;
    margin-top: 50px;
}
.page-app .section-8{
    background: url(../images/08-bj.jpg) no-repeat center top;
    margin-top: -350px;
    padding-top: 300px;
    padding-bottom: 0;
}
.page-app .section-8 .mod-title{
    margin-left: 484px;
    text-align: left;
}
.page-app .section-8 .img{
    height: 626px;
    position: relative;
}
.page-app .section-8 .img-1{
    background: url(../images/08-cn.png) no-repeat;
    width: 339px;
    height: 572px;
    position: absolute;
    left: 70px;
    top: -120px;
}
.page-app .section-8 .img-2{
    background: url(../images/08-img.png) no-repeat;
    width: 338px;
    height: 258px;
    position: absolute;
    left: 450px;
    top: 80px;
}
.page-app .section-8 .img-3{
    background: url(../images/08-en.png) no-repeat;
    width: 339px;
    height: 572px;
    position: absolute;
    left: 830px;
    top: 0px;
}
.containers:after{
    content: '';
    display: block;
    clear: both;
}
.page-app .section-9 .mod-title{
    float: right;
    width: 465px;
    text-align: left;
    margin-right: 170px;
}
.page-app .section-9 .img{
    width: 420px;
    height: 543px;
    background: url(../images/09-img.png) no-repeat;
    float: left;
    margin-top: -130px;
    margin-left: 40px;
}
.section-footer{
    border-top: 1px solid #DCDCDC;
}
.section-footer .btn-wrap{
    text-align: center;
}
.section-footer .btn-wrap a{
    margin: 0 20px;
}
.section-footer h2 strong {
    font-weight: 300;
    color: #ff3a6d;
}
.section-footer h2 del {
    font-size: 24px;
    color: #999;
    display: inline-block;
    margin: 0 20px;
}

/*============app_street================*/
.page-app-street .section-1 .img{
    width: 935px;
    height: 620px;
    background: url(../images/01-img.png) no-repeat;
    margin: 0 auto;
}
.section-fourstep{
    background: #F7F9FF;
}
.section-fourstep .list{
    margin-bottom: 50px;
}
.section-fourstep .list .item{
    width: 216px;
    height: 230px;
    padding: 30px 20px;
    background: #fff;
    float: left;
    margin-right: 60px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: content-box;
}
.section-fourstep .list .item:after{
    content: "";
    position: absolute;
    top: 143px;
    right: -46px;
    width: 28px;
    height: 18px;
    background: url(../images/02-jt-1.png) no-repeat;
}
.section-fourstep .list .item:last-child{
    margin-right: 0;
}
.section-fourstep .list .item:last-child:after{
    display: none;
}
.section-fourstep .list .title{
    overflow: hidden;
    margin-bottom: 20px;
}
.section-fourstep .list .title .num{
    float: left;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-style: italic;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #3899FD;
    margin-right: 8px;
}
.section-fourstep .list .title .text{
    float: left;
    width: 168px;
}
.section-fourstep .list .title .text h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
    margin-top: 0;
}
.section-fourstep .list .title .text p{
    font-size: 14px;
    color: #888;
    margin: 0;
}
.section-fourstep .list .text-list li{
    font-size: 14px;
    margin-bottom: 10px;
}
.section-fourstep .list .text-list li:before{
    content:"";
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #333;
    margin-right: 10px;
}
.section-fourstep .list .bottom{
    width: 256px;
    height: 45px;
    color: #fff;
    background: #00C64E;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.section-fourstep .list .bottom .icon-xz{
    background: url(../images/02-xz.png) no-repeat;
    margin-right: 10px;
    width: 13px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.section-fourstep .list .item-2 .img{
    width: 170px;
    height: 170px;
    background: url(../images/02-qrcode.jpg) no-repeat;
    margin: 0 auto;
}
.section-fourstep .list .item-3 .img{
    width: 198px;
    height: 151px;
    background: url(../images/02-img-1.png) no-repeat;
    margin: 0 auto;
}
.section-fourstep .list .item-4 .img{
    width: 202px;
    height: 144px;
    background: url(../images/02-img-2.png) no-repeat;
    margin: 0 auto;
}
.section-fourstep .see-more{
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}
.section-fourstep .see-more a{
    color: #3399ff;
}
.section-fourstep .see-more i{
    background: url(../images/02-jt-2.png) no-repeat;
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.page-app-street .section-3 .img{
    height: 603px;
    position: relative;
    margin-top: 20px;
}
.page-app-street .section-3 .img div{
    position: absolute;
}
.page-app-street .section-3 .img .img-1{
    background: url(../images/03-img-1.png) no-repeat;
    width: 1082px;
    height: 475px;
    left: 69px;
    top: 0;
}
.page-app-street .section-3 .img .img-2{
    background: url(../images/03-img-2.png) no-repeat;
    width: 406px;
    height: 516px;
    left: 407px;
    top: 10px;
}
.page-app-street .section-3 .img .img-3{
    background: url(../images/03-img-3.png) no-repeat;
    width: 386px;
    height: 100px;
    left: 0;
    top: 0;
}
.section-combine{
    background: url(../images/04-bjm.jpg) no-repeat center top;
    position: relative;
    height: 839px;
    transition: all .4s;
    box-sizing: initial;
}
.section-combine .list-three{
    margin-left: 60px;
}
.section-combine .list-three li{
    width: 284px;
    float: left;
    margin-right: 120px;
    text-align: center;
    color: #fff;
}
.section-combine .list-three li.item-3{
    margin-right: 0;
}
.section-combine .list-three li h3{
    width: 112px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    color: #3399ff;
    margin: 0 auto 10px;
}
.section-combine .list-three li.on h3{
    background: #00C64E;
    color: #fff;
}
.section-combine .list-three li p{
    font-size: 14px;
    line-height: 1.7;
}
.section-combine .list-three li .img{
    width: 284px;
    height: 546px;
    position: relative;
}
.section-combine .list-three li.item-1 .img{
    background: url(../images/05-img-1.png) no-repeat;
}
.section-combine .list-three li.item-2 .img{
    background: url(../images/05-img-2.png) no-repeat;
}
.section-combine .list-three li.item-3 .img{
    background: url(../images/05-img-3.png) no-repeat;
}
.section-combine .list-three li .inner{
    opacity: 0;
    transition: all .2s;
    width: 226px;
    height: 402px;
    position: absolute;
    background: rgba(0,0,0,.7);
    top: 75px;
    left: 28px;
}
.section-combine .list-three li:hover .inner{
    opacity: 1;
}
.section-combine .list-three li .inner .qrcode{
    width: 139px;
    height: 139px;
    margin: 70px auto 15px;
}
.section-combine .list-three li.item .inner .qrcode{
    background: url(../images/wechat_code.jpg) no-repeat;
    background-size: contain;
}
.section-combine .list-three li.item-1 .inner .qrcode{
    background: url(../images/wechat_code.jpg) no-repeat;
    background-size: contain;
}
.section-combine .list-three li.item-2 .inner .qrcode{
    background: url(../images/wechat_code.jpg) no-repeat;
    background-size: contain;
}
.section-combine .list-three li.item-3 .inner .qrcode{
    background: url(../images/wechat_code.jpg) no-repeat;
    background-size: contain;
}
.section-combine .list-three li.item .inner .name{
    font-size: 16px;
    margin-bottom: 70px;
}
.section-combine .list-three li.item .inner .link{
    display: block;
    width: 153px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #fff;
    color: #333;
    font-size: 16px;
}
.section-combine .tip{
    opacity: 1;
    transition: all .4s;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
.section-combine .toggle{
    transition: all .4s;
    transform-origin: 50% 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -50px;
    background: url(../images/05-img.png) no-repeat right top;
}
.section-app-make .mode-list{
    height: 484px;
}
.section-app-make .mode-list .mode-item{
    width: 302.5px;
    height: 484px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-left: -1px;
    background: #fff;
    transition: width .4s;
}
.section-app-make .mode-list .mode-wrap{
    width: 910px;
    height: 484px;
}
.section-app-make .mode-list .mode-view{
    float: left;
    width: 300.5px;
    height: 392px;
    padding-top:90px;
    border: 1px solid #DCDCDC;
    opacity: 1;
    text-align:center;
    box-sizing: content-box;
}
.section-app-make .mode-list .mode-view h3{
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 11px;
}
.section-app-make .mode-list .mode-view h4{
    font-size: 14px;
    color: #888;
    padding:0 20px;
}
.section-app-make .mode-list .mode-view i{
    display: inline-block;
    width: 100px;
    height: 100px;
    /*  margin: 80px auto 105px; */
}
.section-app-make .mode-list .mode-item-1 .mode-view i{
    background: url(../images/icon_daojia.png) no-repeat;
}
.section-app-make .mode-list .mode-item-2 .mode-view i{
    background: url(../images/icon_shopkeeper.png) no-repeat;
}
.section-app-make .mode-list .mode-item-3 .mode-view i{
    background: url(../images/icon_express.png) no-repeat;
}
.section-app-make .mode-list .mode-view ul{
    overflow:hidden;
    padding: 0 40px;
    margin-top: 40px;
}
.section-app-make .mode-list .mode-view li{
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 8px 10px;
    background: #EDEDED;
}
.section-app-make .mode-list .mode-detail{
    float: left;
    color: #fff;
    width: 605px;
    height: 484px;
    background: #00CE52;
    opacity: 0;
}
.section-app-make .mode-list .mode-detail .detail-left,
.section-app-make .mode-list .mode-detail .detail-right{
    float: left;
    width: 302.5px;
    height: 484px;
}
.section-app-make .mode-list .mode-detail .detail-left{
    background: #3598ff;
    overflow: hidden;
    padding-top:20px;
}
.section-app-make .mode-list .mode-detail .detail-left i{
    display: block;
    width: 120px;
    height: 90px;
    margin: 112px auto 70px;
}
.section-app-make .mode-list .mode-detail .detail-left h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.section-app-make .mode-list .mode-detail .detail-left h4{
    font-size: 14px;
    padding: 0 25px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.section-app-make .mode-list .mode-detail .detail-right{
    background: #3fabff;
}
.section-app-make .mode-list .mode-detail .detail-right ul{
    padding: 20px 20px 0 30px;
}
.section-app-make .mode-list .mode-detail .detail-right li{
    margin-bottom: 16px;
}
.section-app-make .mode-list .mode-detail .detail-right li h3{
    width: 83px;
    height: 28px;
    border: 1px solid #fff;
    line-height: 28px;
    margin-bottom: 11px;
    font-size: 16px;
}
.section-app-make .mode-list .mode-detail .detail-right li p{
    text-align: left;
    line-height: 1.7;
    font-size: 14px;
}
.section-app-make .mode-list .mode-detail .detail-right .get{
    width: 100px;
    height: 31px;
    line-height: 31px;
    padding-left: 15px;
    color: #3fabff;
    display: block;
    margin-left: 30px;
    margin-top: 26px;
    font-size: 16px;
    background: #fff url(../images/icon_pencile.png) no-repeat 84px center;
    text-align: left;
    box-sizing: content-box;
}
.section-app-make .mode-list .mode-item.active{
    width: 605px;
}
.section-app-make .mode-list .mode-item.active .mode-wrap{
    margin-left: -302.5px;
    opacity: 1;
}
.section-app-make .mode-list .mode-item.active .mode-view{
    opacity: 0;
}
.section-app-make .mode-list .mode-item.active .mode-detail{
    opacity: 1;
}


/*============尾部==============*/
.rowfooter{
    background: #475056;
    color: #b4bfc7;
    position: relative;
}
.rowfooter .t {
    padding: 73px 6% 34px 4.5%;
}
.fnav {
    float: left;
}
.fnav li {
    float: left;
    margin-right: 60px;
}
.fnav a {
    display: block;
    line-height: 24px;
    color: #b4bfc7;
}
.fnav a:first-child {
    font-size: 16px;
    color: #fff;
    margin-bottom: 13px;
}
.fma {
    width: 100px;
    max-width: 100%;
    float: right;
    text-align: center;
    margin-right: 60px;
}
.fma > img {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.rowfooter .b {
    border-top: 1px solid #5d666d;
    padding: 25px 6% 25px 4.5%;
}
.flogo {
    margin-top: 12px;
    float: left;
}
.flogo a{
    margin-right: 15px;
    padding-right: 13px;
    position: relative;
}
.flogo img {
    display: block;
    max-width: 100%;
}
.r {
    float: right;
}
.fcta {
    line-height: 24px;
    text-align: right;
    float: left;
}
.fcta > a {
    display: block;
    color: #b4bfc7;
}
.fcta > p > span, .fcta > p > a {
    margin-left: 30px;
}
.fcta > p > a {
    display: block;
    color: #b4bfc7;
}

/*============关于我们===============*/

#about.subnav .gywm {
    float: none;
    width: 150px;
    height: 60px;
    background: url(../images/Join-Us.png) no-repeat 0px bottom;
    margin-left: 10px;
}
.aboutcenter{
    margin-top: 30px;
    margin-bottom: 50px;
}
.aboutcenter .xb5{
    padding: 0;
}
.aboutcenter .xb5 img{
    width: 100%;
}
.aboutcenter .xb7{
    line-height: 30px;
    color: #666666;
}
.aboutcenter .xb7 h4{
    font-size: 20px;
}
.hrBoxR .hrInfo {
    padding: 22px;
    border: 1px solid #e2e2e2;
    background-color: #FFF;
    margin-bottom: 18px;
    position: relative;
    border-radius: 8px;
}

.hrBoxR .hrInfo .infoTitle {
    height: 50px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}
.hrBoxR .hrInfo .infoTitle span.rentou{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/rentou.png) no-repeat center;
    position: absolute;
    top: -6px;
    left: -4px;
}
.hrBoxR .hrInfo .infoTitle h4 {
    font-size: 18px;
    line-height: 20px;
    color: #353535;
}
.hrBoxR .hrInfo .infoTitle h6 {
    color: #9e9e9e;
    line-height: 14px;
    margin-top: 16px;
    font-size:14px;
}
.hrBoxR .hrInfo .infoTitle .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #9e9e9e;
}
.hrBoxR .hrInfo .infoTitle i {
    display: block;
    width: 39px;
    height: 16px;
    background: url(../images/hr_03.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.hrBoxR .hrInfo .infoTitle:hover i, .hrBoxR .hrInfo .infoTitle.active i {
    background: url(../images/hr_07.png) no-repeat center;
}

    .hrBoxR .hrInfo .infoTitle:hover span.rentou, .hrBoxR .hrInfo .infoTitle.active span.rentou {
        background: url(../images/rentou1.png) no-repeat center;
    }


#divBaseInfo{
    color:#999999;
    margin:10px 0px;
    line-height:26px;
    height:26px;
    position:relative;
    font-family:Simsun;
    white-space:normal;
}
#divBaseInfo .Name{
    color:#2185D3;
    margin-left:16px;
    font-size:16px;
    letter-spacing:1px;
    font-weight:bold;
}
#divBaseInfo .Line{
    border-style:solid;
    border-color:#EEEEEE;
    border-width:1px 0px 0px;
    left:0px;
    position:absolute;
    top:12px;
    width:100%;
}
.ItemContent.BasicInfo{
    line-height:30px;
    font-size:14px;
    table-layout:fixed;
    word-break:break-all;
    padding:0px 0px 0px 7px;
    width:100%;
    font-family:Simsun;
    white-space:normal;
}
ul.cell{
    font-size:12px;
    margin:0px;
    padding:0px;
    list-style:none;
    width:100%;
}
ul.cell li{
    float:left;
    min-height:35px;
    line-height:35px;
    font-size:14px;
    position:relative;
    color:#333333;
    padding-left:82px;
    width:100%;
}
ul.cell li span.CellTitle{
    position:absolute;
    top:0px;
    left:0px;
    text-align:right;
    width:74px;
    color:#666666;
}
#divEntWant{
    color:#999999;
    margin:10px 0px;
    line-height:26px;
    height:26px;
    position:relative;
    font-family:Simsun;
    white-space:normal;
}
#divEntWant span.Sign{
    display:inline-block;
    width:2px;
    height:18px;
    position:absolute;
    left:0px;
    top:1px;
    background:#2185D3;
}
#divEntWant span.Name{
    color:#2185D3;
    margin-left:16px;
    font-size:16px;
    letter-spacing:1px;
    font-weight:bold;
}
#divEntWant div.Line{
    border-style:solid;
    border-color:#EEEEEE;
    border-width:1px 0px 0px;
    left:100px;
    position:absolute;
    top:12px;
    width:80%;
}
#requirement{
    font-size: 14px;
    table-layout: fixed;
    word-break: break-all;
    padding: 0px 0px 0px 30px;
    width: 100%;
    font-family: Simsun;
    white-space: normal;
}
#requirement p:first-child{
    text-indent: 0;
}
#requirement p{
    line-height: 30px;
    margin: 0;
   
}

.hrInfos{
    position: relative;
    display: none;
}
/*=========手机头部==========*/
.mBtnLine{
    float: right;
    width: 20px;
    display: block;
}
header .menu-icon span.mBtnLine{
    opacity: 1;
}
.mBtnLine i{
    display: block;
    height: 2px;
    width: 25px;
    background-color: #009944;
    margin: 5px 0 5px auto;
}
.menu-icon .mBtnLine i:nth-child(2){
    width: 20px;
    margin: 8px auto 8px 0;
}
.menu ul.list-inline{
    margin-top: 30px;
}

.m-logo{
    display: none;
}
.list-inline>li span{
    display: ;
}

/*===========手机端小程序页面========*/
.index_mobile {
    display: none;
}
@media (max-width: 1000px){
    .rowfooter .t{
        display: none;
    }
    .flogo,
    .r{
        float: none;
    }
    .fcta{
        text-align: left;
    }
    .fcta > p > span, .fcta > p > a{
        margin-left: 0;
    }
    #divEntWant div.Line,
    #divBaseInfo .Line{
        width: 50%;
    }

}
@media (max-width: 768px)
{
    .weapp,
    .index_pc{
        display: none;
    }
    .index_mobile {
        display: block;
        background: #f4f4f4;
    }
    .section {
        padding: 18px 0;
    }
    .ecjia-daojia-weapp-m .section-1 {
        background: #fff;
    }
    .container {
        margin: 0 12px;
        padding: 0;
        width: auto;
    }
    .mob-title {
        text-align: center;
    }
    .mob-title h2 {
        font-size: 18px;
        color: #333;
        padding: 18px 14px 9px;
    }
    .mob-title p {
        font-size: 14px;
        color: #82939e;
        line-height: 20px;
        padding: 0 14px;
        margin-bottom: 14px;
    }
    .ecjia-daojia-weapp-m .section-1 .list {
        overflow: hidden;
    }
    .ecjia-daojia-weapp-m .section-1 .list li {
        float: left;
        width: 25%;
    }
    .ecjia-daojia-weapp-m .section-1 .list li i {
        width:40px;
        height: 40px;
        display: block;
        margin: 0 auto 10px;
        background: url(../images/1f_icon.png) no-repeat;
        background-size: cover;
    }
    .ecjia-daojia-weapp-m .section-1 .list li p {
        text-align: center;
        font-size: 14px;
        color: #8a9199;
        margin: 0;
    }
    .ecjia-daojia-weapp-m .section-1 .list li:nth-child(1) i {
        background-position: 6px 0;
    }
    .ecjia-daojia-weapp-m .section-1 .list li:nth-child(2) i {
        background-position: -43px 0px;
    }
    .ecjia-daojia-weapp-m .section-1 .list li:nth-child(3) i {
        background-position: -82px 0px;
    }
    .ecjia-daojia-weapp-m .section-1 .list li:nth-child(4) i {
        background-position: -120px 0px;
    }
    .ecjia-daojia-weapp-m .section-1 .img {
        background: url(../images/1f_img.png) no-repeat center;
        background-size: contain;
        height:360px;
        margin: 27px 0;
    }
    .ecjia-daojia-weapp-m .js_template {
        width: 100%;
        height: auto;
        background: #fff;
        border-top: 1px solid #eee;
    }
    .ecjia-daojia-weapp-m .js_template .item {
        /* line-height: 4rem; */
        background: #fff;
        -moz-transition: height 0.2s ease-out;
        -webkit-transition: height 0.2s ease-out;
        -o-transition: height 0.2s ease-out;
        transition: height 0.2s ease-out;
        border-bottom: 1px solid #eee;
    }
    .ecjia-daojia-weapp-m .js_template .item h3 {
        margin: 0 18px;
        color: #333;
        padding-top: 10px;
    }
    .ecjia-daojia-weapp-m .js_template .item h3:after{
        content: '';
        display: block;
        clear: both;
    }
    .ecjia-daojia-weapp-m .js_template .item h3 p {
        float: left;
    }
    .ecjia-daojia-weapp-m .js_template .item h3 span {
        display: block;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        color: #999;
    }
    .ecjia-daojia-weapp-m .js_template .item h3 .title {
        font-size: 18px;
        height: 20px;
        line-height: 20px;
        color: #333;
    }
    .ecjia-daojia-weapp-m .js_template .item.drop-down h3 i {
        float: right;
        width: 18px;
        height: 11px;
        margin: 32px 0 0 0;
    }
    .ecjia-daojia-weapp-m .js_template .item.drop-down h3 i.m-icon-angle-up {
        background: url(../images/up.png) no-repeat;
        background-size: 18px 11px;
    }
    .ecjia-daojia-weapp-m .js_template .item.drop-down .con {
        background: #eee;
        display: none;
        overflow: hidden;
        padding: 18px;
        font-size: 14px;
        color: #444;
        clear: both;
    }
    .ecjia-daojia-weapp-m .js_template .item.drop-down.active .con {
        display: block;
        padding: 18px;
        color: #666;
        text-align: center;
    }
    .ecjia-daojia-weapp-m .js_template .con ul {
        margin-top: 9px;
    }
    .ecjia-daojia-weapp-m .js_template .con ul li {
        width: 28%;
        height: 76px;
        display: inline-block;
    }
    .ecjia-daojia-weapp-m .js_template .con li div {
        width: 58px;
        height: 58px;
        color: #666;
        background: url(../images/2f_icon_bg.png) no-repeat;
        background-size: contain;
        text-align: center;
        margin: 0 auto;
    }
    .ecjia-daojia-weapp-m .js_template .con li i {
        width: 30px;
        height: 30px;
        margin-top: 15px;
        background: url(../images/2f_icon1.png) no-repeat;
        background-size:130px;
        display: inline-block;
    }
    .ecjia-daojia-weapp-m .js_template .con ul li p {
        margin-top: 9px;
    }
    .ecjia-daojia-weapp-m .js_template .con ul li {
        width: 28%;
        height: 76px;
        display: inline-block;
    }
    .ecjia-daojia-weapp-m .js_template .con .icon-dayu {
        width: 4%;
        padding: 0;
        height: 58px;
        background: url(../images/2f_icon021.png) no-repeat;
        background-size: contain;
    }
    .ecjia-daojia-weapp-m .js_template .con-3 .list1 i {
        background-position: -4px -94px;
    }
    .ecjia-daojia-weapp-m .js_template .con-3 .list2 i {
        background-position: -48px -94px;
    }
    .ecjia-daojia-weapp-m .js_template .con-3 .list3 i {
        background-position: -92px -94px;
    }
    .ecjia-daojia-weapp-m .js_template .con-1 .list1 i {
        background-position: -5px -9px;
    }
    .ecjia-daojia-weapp-m .js_template .con-1 .list2 i {
        background-position: -50px -9px;
    }
    .ecjia-daojia-weapp-m .js_template .con-1 .list3 i {
        background-position: -91px -9px;
    }
    .ecjia-daojia-weapp-m .js_template .con-2 .list1 i {
        background-position: -4px -50px;
    }
    .ecjia-daojia-weapp-m .js_template .con-2 .list2 i {
        background-position: -49px -50px;
    }
    .ecjia-daojia-weapp-m .js_template .con-2 .list3 i {
        background-position: -93px -50px;
    }
    .ecjia-daojia-weapp-m .js_template .con-4 .list1 i {
        background-position: -5px -137px;
    }
    .ecjia-daojia-weapp-m .js_template .con-4 .list2 i {
        background-position: -49px -137px;
    }
    .ecjia-daojia-weapp-m .js_template .con-4 .list3 i {
        background-position: -93px -137px;
    }
    .ecjia-daojia-weapp-m .js_template .item.drop-down h3 i.m-icon-angle-down {
        background: url(../images/down.png) no-repeat;
        background-size: 18px 11px;
    }
    .ecjia-daojia-weapp-m .section-3 {
        background: #fff;
    }
    .ecjia-daojia-weapp-m .section-3 .list li {
        width: 33%;
        padding-top: 9px;
        float: left;
        text-align: center;
        font-size: 16px;
    }
    .ecjia-daojia-weapp-m .section-3 .list li:nth-child(1), .ecjia-daojia-weapp-m .section-3 .list li:nth-child(2), .ecjia-daojia-weapp-m .section-3 .list li:nth-child(3) {
        border-bottom: 1px solid #eee;
        padding-top: 0;
    }
    .ecjia-daojia-weapp-m .section-3 .list li:nth-child(1), .ecjia-daojia-weapp-m .section-3 .list li:nth-child(2), .ecjia-daojia-weapp-m .section-3 .list li:nth-child(4), .ecjia-daojia-weapp-m .section-3 .list li:nth-child(5) {
        border-right: 1px solid #eee;
    }
    .ecjia-daojia-weapp-m .section-3 .list li img {
        width: 55%;
    }
    .ecjia-daojia-weapp-m .section-3 .list li .text {
        font-size: 16px;
        margin: 14px 0 18px;
    }

    .ecjia-daojia-weapp-m .section-4 {
        background: #fff;
    }
    .ecjia-daojia-weapp-m .section-4 .list_bg {
        background-color: #0089f3;
        position: relative;
        z-index: 0;
        height: 414px;
        margin: 36px 0;
    }
    .ecjia-daojia-weapp-m .section-4 .list {
        width: 100%;
        margin-top: 18px;
        padding: 0 18px;
        z-index: 100;
        position: absolute;
    }
    .ecjia-daojia-weapp-m .section-4 .list li {
        border-bottom: 1px solid #f0f0f0;
        height: 54px;
        line-height: 54px;
    }
    .ecjia-daojia-weapp-m .section-4 .list p {
        width: 25%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }
    .ecjia-daojia-weapp-m .section-4 .list p, .ecjia-daojia-weapp-m .section-4 .list div {
        float: left;

    }
    .ecjia-daojia-weapp-m .section-4 .list div {
        width: 75%;
        text-align: left;
        font-size: 12px;
    }
    .ecjia-daojia-weapp-m .section-4 .bg {
        width: 70%;
        height: 450px;
        position: absolute;
        top: -18px;
        right: 18px;
        background-color: #fff;
        z-index: 10;
        border-radius: 20px;
        box-shadow: 0 2px 20px 0px #999;
    }
    .ecjia-daojia-weapp-m .section-5 .list{
        margin-left:-2%;
    }
    .ecjia-daojia-weapp-m .section-5 .list li{
        float:left;
        width:48%;
        height: 72px;
        background-color:#fff;
        margin-left:2%;
        margin-bottom:2%;
    }
    .ecjia-daojia-weapp-m .section-5 .list i {
        float:left;
        width: 40px;
        height:40px;
        margin-top:5px
    ;
        margin-left: 4px;
        background: url(../images/5f_icon1.png) no-repeat;
        background-size: 80px;
    }
    .ecjia-daojia-weapp-m .section-5 .list p{
        float:left;
        margin: 0 auto;
        margin-top: 9px;
        line-height:180%;
        font-size: 17px;
    }
    .ecjia-daojia-weapp-m .section-5 .list div{
        font-size: 14px;
        float:left;
        line-height:150%;
        color:#666;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(1) i{
        background-position: 0 0;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(2) i{
        background-position: -36px 0;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(3) i{
        background-position: 0 -34px;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(4) i{
        background-position: -36px -32px;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(5) i{
        background-position: 0 -72px;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(6) i{
        background-position: -36px -74px;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(7) i{
        background-position: 0 -117px;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(8) i{
        background-position: -39px -116px;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(9) i{
        background-position: 0 -155px;
    }
    .ecjia-daojia-weapp-m .section-5 .list li:nth-child(10) i{
        background-position: -38px -155px;
    }
    .ecjia-daojia-weapp-m .section-6 {
        background: url(../images/6f_bg1.jpg) no-repeat;
        background-size:cover;
        color:#fff;
    }
    .ecjia-daojia-weapp-m .section-6 .list {
        margin-top: 39px;
        margin-bottom: 32px;
    }
    .ecjia-daojia-weapp-m .section-6 li {
        display:block;
        overflow:hidden;
        height: 54px;
        line-height: 54px;
        text-align: center;
    }
    .ecjia-daojia-weapp-m .section-6 li i {
        width: 27px;
        height:27px;
        margin: 12px 9px 0 0;
        background: url(../images/6f_icon.png) no-repeat;
        background-size: cover;
    }
    .ecjia-daojia-weapp-m .section-6 li:nth-child(1) i{ background-position: 0 0; }
    .ecjia-daojia-weapp-m .section-6 li:nth-child(2) i{ background-position: -26px 0; }
    .ecjia-daojia-weapp-m .section-6 li:nth-child(3) i{ background-position: -53px 0; }
    .ecjia-daojia-weapp-m .section-6 li:nth-child(4) i{ background-position: -82px 0; }
    .ecjia-daojia-weapp-m .section-6 p {
        font-size: 18px;
    }
    .ecjia-daojia-weapp-m .section-6 div {
        font-size: 14px;
    }
    .ecjia-daojia-weapp-m .section-6 .fl{
        display:inline-block;
        float: none;
    }
    .ecjia-daojia-weapp-m .section-6 li span {
        margin:0 12px;
        color:#555
    }
    .mob-title.white h2, .mob-title.white p {
        color: #fff;
    }

    /*=====手机端app页面==========*/
    .page-app-m .section-2 .img {
        height:414px;
        background: url(../images/3_bg.png) no-repeat center;
        background-size: contain;
    }
    .page-app-m .section-3{
        background: url(../images/4_bg.jpg) no-repeat center top;
        background-size: cover;
    }
    .page-app-m .section-3 .list li{
        float: left;
        width: 33%;
        text-align: center;
        color: #fff;
        margin-bottom: 27px;
    }
    .page-app-m .section-3 .list li i{
        width: 72px;
        height: 72px;
        margin: 0 auto 14px;
        display: block;
        background: url(../images/4_icon.png) no-repeat;
        background-size: 216px;
    }
    .page-app-m .section-3 .list li:nth-child(1) i{
        background-position: 0 0;
    }
    .page-app-m .section-3 .list li:nth-child(2) i{
        background-position: -72px 0;
    }
    .page-app-m .section-3 .list li:nth-child(3) i{
        background-position: -144px 0;
    }
    .page-app-m .section-3 .list li:nth-child(4) i{
        background-position: 0 -72px;
    }
    .page-app-m .section-3 .list li:nth-child(5) i{
        background-position: -72px -72px;
    }
    .page-app-m .section-3 .list li:nth-child(6) i{
        background-position: -144px -72px;
    }
    .page-app-m .section-3 .list li:nth-child(7) i{
        background-position: 0 -144px;
    }
    .page-app-m .section-3 .list li:nth-child(8) i{
        background-position: -72px -144px;
    }
    .page-app-m .section-3 .list li:nth-child(9) i{
        background-position: -144px -144px;
    }
    .page-app-m .section-4 .img{
        background: url(../images/5_img.png) no-repeat center center;
        background-size: contain;
        height: 216px;
        margin-top: 18px;
    }
    .page-app-m .section-5 .img{
        background: url(../images/6_img.png) no-repeat center center;
        background-size: contain;
        height: 306px;
        margin-top: 18px;
    }
    .page-app-m .section-6 .img{
        background: url(../images/7_img.png) no-repeat center center;
        background-size: contain;
        height: 378px;
    }

    /*==========手机app_street============*/
    .page-app-street-m .section-1{
        background: #fff;
    }
    .page-app-street-m .section-1 a{
        display: block;
        position: relative;
        top: -40px;
        height: 90px;
        width: 198px;
        line-height: 68px;
        text-align: center;
        color: #fff;
        background: url(../images/1_button.png) no-repeat;
        background-size: 198px;
        margin: 0 auto;
    }
    .page-app-street-m .section-1 .mob-title{
        margin-top: -72px;
    }
    .page-app-street-m .section-1 .img{
        background: url(../images/2_img.png) no-repeat center;
        background-size: contain;
        height: 324px;
        margin-bottom: 18px;
    }
    .page-app-street-m .section-2 .list li{
        float: left;
        width: 46%;
        background: #fff;
        text-align: center;
        margin: 2% 2%;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }
    .page-app-street-m .section-2 .list li i{
        display: block;
        height: 29px;
        background: url(../images/3_bgm.png) no-repeat center top;
        background-size: contain;
        color: #fff;
        line-height: 29px;
        margin: 0 auto;
        font-style: normal;
        font-size: 14px;
    }
    .page-app-street-m .section-2 .list li h3{
        font-size: 16px;
        font-weight: 700;
        margin: 18px 14px;
    }
    .page-app-street-m .section-2 .list li p{
        font-size: 15px;
        color: #888;
        margin-bottom: 21px;

    }
    .page-app-street-m .section-3{
        background: #fff;
    }
    .page-app-street-m .section-3 .img{
        background: url(../images/4_img.png) no-repeat center;
        background-size: contain;
        height: 324px;
        margin-top: 18px;
    }
    .page-app-street-m .section-4{
        background: url(../images/5_bgm.jpg) no-repeat center;
        background-size: cover;
    }
    .page-app-street-m .section-4 .list{
        margin: 27px 0;
    }
    .page-app-street-m .section-4 .list li{
        float: left;
        width: 31.33%;
        margin: 1%;
        background: #fff;
        border-radius: 9px;
        text-align: center;
        padding: 18px 0;
        font-size: 16px;
    }
    .page-app-street-m .section-4 .list li i{
        display: block;
        width: 72px;
        height: 72px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto 9px;
    }
    .page-app-street-m .section-4 .list li:nth-child(1) i{
        background-image: url(../images/wechat_code.jpg);
    }
    .page-app-street-m .section-4 .list li:nth-child(2) i{
        background-image: url(../images/wechat_code.jpg);
    }
    .page-app-street-m .section-4 .list li:nth-child(3) i{
        background-image: url(../images/wechat_code.jpg);
    }
    .page-app-street-m .section-4 .list li p{
        font-size: 16px;
        margin: 0;
    }
    .page-app-street-m .section-4 .tips{
        text-align: center;
        color: #fff;
        margin-bottom: 18px;
    }
    .page-app-street-m .section-4 .tips h3{
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 9px;
    }
    .page-app-street-m .section-4 .tips p{
        font-size: 12px;
        line-height: 1.5;
    }
    .banner1 .fresh-content h1 {
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 35px;
    }
    .width-40{
        left: 345px;
    }
    .width-95 {
        left: 316px;
    }
    .width-170 {
        left: 278px;
    }
    .sp-1 {
        left: 360px;
    }
    .sp-2 {
        left: 273px;
    }
    .sp-3 {
        left: 441px;
    }
    .sp-4 {
        left: 358px;
    }
    .sp-5 {
        left: 358px;
    }
    .pos-l-t-1 {
        left: 300px;
    }
    .pos-l-t-2 {
        right: 173px;
    }
    .pos-l-t-3 {
        left: 300px;
    }
    .pos-l-t-4 {
        left: 149px;
    }


}
@media (max-width: 640px) {
    .fresh-content{
        display: none;
    }
    div.banner1{
        background: url(../images/banner03.png) no-repeat center top;
        background-size: cover;
        height: 300px;
    }
}

@media (max-width: 440px){
    .ecjia-daojia-weapp-m .section-6 .fl {
        float: left;
    }
    .ecjia-daojia-weapp-m .section-6 li span {
        margin: 0 5px;
    }
    .ecjia-daojia-weapp-m .section-6 div {
        font-size: 12px;
    }

}



@media (min-width: 640px){
    #case_show_content .right{
        height: 420px;
    }
    #case_show_content .right .scroll_box1{
        height: 250px;
    }


}




@media (min-width: 760px) {
    .mainBox{
        width: 100%;
    }
    #case_show_content .right{
        height: 560px;
    }
    #case_show_content .right .scroll_box1{
        height: 326px;
        margin-top: 31px;
        margin-left: 28px;
    }
    #case_show_content .left{
        padding-left: 120px;
    }
    #case_show_content{
        padding: 80px 0;
    }
}
@media (min-width: 768px) {
    .xx6{
        width: 50%;
        float: left;
    }
}

@media (min-width: 1000px) {
    .mainBox{
        width: 1000px;
    }
    #case_show_content .right .scroll_box1{
        margin-left: 17px;
    }
    .pos-l-t-2 {
        right: 182px;
    }
    .aboutcenter .xb5 img {
        width: 100%;
    }
    .aboutcenter .xb7 {
        line-height: 18px;
    }



}
@media (min-width: 1025px) {
    .xx3{
        width: 33.3333333333%;
        float: left;
    }
    .pos-l-t-2 {
        right: 230px;
    }
}

@media (min-width: 1200px) {
    .mainBox{
        width:1200px;
    }
    #case_show_content .right .scroll_box1{
        margin-left: 17px;
    }
    .xx4{
        width: 25%;
        float: left;
    }
    .pos-l-t-2 {
        right: 370px;
    }
    .aboutcenter .xb5 img {
        width: auto;
    }
    .aboutcenter .xb7 {
        line-height: 30px;
    }
}





@media (max-width: 1500px){
    .zsy {
        width: 370px;
    }
    .show_iphone {
        width: 150px;
        height: 250px;
    }
}
@media (max-width: 1400px){
    .head .hotline{
        right: 240px;
    }
}
@media (max-width: 1200px){
    .subnav button{
        padding: 5px 10px;
        font-size: 16px;
    }
    .zsy {
        width: 300px;
    }
    .temp-pic {
        height: 240px;
    }
    .show_iphone {
        width: 135px;
        height: 220px;
        bottom: 42px;
    }

}
@media (max-width: 1080px){
    header nav.menu {
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        padding-top: 10px;
        padding-left: 19px;
        background: #000000;
        opacity: 0;
        transition: all .5s;
    }
    header nav.menu.active{
        left: 0;
        opacity: 1;
    }
    .menu div.m-logo{
        width: 150px;
        display: block;
    }
    .menu div.m-logo img{
        width: 100%;
    }
    .menu .list-inline>li {
        text-align: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 5px 15px;
        margin: 5px auto;
    }
    .menu .list-inline>li a span{
        display: block;
        float: left;
        width: 100px;
    }
    .menu-icon .mBtnLine.active i:nth-child(1){
        transform: rotate(45deg);
        margin-top: 12px;
    }
    .menu-icon .mBtnLine.active i:nth-child(2){
        display: none;
    }
    .menu-icon .mBtnLine.active i:nth-child(3){
        transform: rotate(-45deg);
        margin-top: -7px;
    }
    header .hotline span{
        font-size: 18px;
    }
    header .hotline u{
        top: 29px;
        right: 285px;
        width: 25px;
        height: 25px;
        background-size: 242%;
        background-position-y: 7px;
    }
    .subnav button{
        font-size: 14px;
        margin-left: 10px;
    }
    .head .hotline{
        right: 290px;
    }
            .main_box {
        width:100%;
        border:0;
    }

}
@media (max-width: 767px) {
    .xx12{
        width: 100%;

    }
}
@media (max-width: 760px){
    #case_show_content .left{
        padding-left: 120px;
    }
    .subnav button{
        float: left;
        margin-left: 0;
        margin-right: 10px;
        font-size: 12px;
        padding: 5px 5px;
    }
    div.subnav{
        padding: 20px 5px 0 5px;
    }
    .zsy{
        width: 100%;
        padding: 10px;
    }
    .temp-pic {
        height: 440px;
    }
}
@media (max-width: 650px){
    .lmmz{
        display: none;
    }
    .show_iphone{
        width: 150px;
        height: 230px;
    }
    .temp-pic {
        height: 300px;
    }

}
@media (max-width: 568px){
    #case_show_content .left{
        padding-left: 0;
    }
    header .hotline,header.fixed .hotline {
        display:none;
    }
    header .menu-icon a span.glyphicon-earphone {
  
        font-size:24px;
        display:inline-block;
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    }
}
@media (max-width: 460px){

}
@media (max-width: 414px) {
    #case_show_content .left{
        padding-left: 0;
    }
    .temp-pic {
        height: 240px;
    }

}
@media (max-width: 320px) {
    #case_show_content .left .link{
        margin: 30px 0;
    }
    #case_show_content .left .link a{
        width: 90px;
    }
    .share .bdsharebuttonbox a{
        margin: 6px 3px 6px 0;
    }
}
