body::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
	background-color:#F5F5F5;
}
body::-webkit-scrollbar {
	width:8px;
	background-color:#F5F5F5;
}
body::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#999999;
}
.abBanner{
    background-image: url("priceBanner.png");
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    top:99px;
    left: 0;
    height: 520px;
    width: 100%;
}

.showAbList.container{
    margin-top: 310px;
    min-height: 843px;
    background: #fafafa;
    position: relative;
    z-index: 2;
    margin-bottom: 130px;
    box-shadow: #666 0 0px 20px -5px;
    padding: 70px 50px;
    /*display: flex;*/
}
/*价格方案*/
.showPriceScroll{
    width: auto;
    overflow: visible;
}
.showPriceBlock{
    height: 700px;
    width: 1070px;
}
.showPriceBlock:after{
    content:  '';
    display: block;
    height: 0;
    clear: both;
}
.priceBlock{
    float: left;
    height: 337px;
    width: 252px;
    margin-right: 20px;
    position: relative;
}
.priceBlockEnd{
    margin-right: 0;
}
.priceCenter{
    position: absolute;
    height: 700px;
    width: 252px;
    background: #fff;
    text-align: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.blockBox {
    margin: 26px;
}
.priceName{
    margin-top: 50px;
    font-size: 24px;
    color: #262626;
    position: relative;
}
.priceTj{
    position: absolute;
    top: 0;
    right: 0;
}
.priceName span{
    position: absolute;
    width: 38px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #e51c22;
    color: #fff;
    border-radius: 5px;
    top: -10px;
    display: inline-block;
}
.priceNumber{
    margin-top: 40px;
    font-size: 26px;
    color: #262626;
}
.priceNumber span{
    font-size: 13px;
    color: #808080;
}
.priceTips{
    margin-top: 20px;
    font-size: 13px;
    color: #808080;
}
.priceBtns{
    margin-top: 40px;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #F93b00;
    color: #fff!important;;
    border-radius: 30px;
    display: inline-block;
}
.priceCenter:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    box-shadow: 1px 0 10px #ccc;
    z-index: 16;
}
.priceBtns:link,.priceBtns:active{
    color: #fff!important;
    text-decoration: none!important;
}
.priceBtns:hover{
    color: #fff!important;;
    text-decoration: none!important;
    text-decoration: none;
    box-shadow: 0.5px 0 30px #F93b00;
}

.tableTitle{
    font-size: 26px;
    margin: 40px;
    color: #4c4c4c;
    text-align: center;
}
.tablePrice{
    color: #474747;
    font-size: 14px;
    width: 100%;
    background: #fff;
    border-collapse:collapse;
    border: 1px solid #ececec;
}
.w0{
    width: 260px;
    display: block;
}
.w1{
    width: 185.5px;
    display: block;
}
.tablePrice tr:hover{
    background: #f5f5f5;
}
.tablePrice td,.tablePrice th{
    line-height: 40px;
    text-align: center;
}
.tablePrice th{
    height: 70px;
    line-height: 70px;
    position: relative;
}
.tablePrice th span{
    position: absolute;
    width: 38px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #e51c22;
    color: #fff;
    border-radius: 5px;
    top: 14px;
    display: inline-block;
}
.tablePrice .oneLine{
    width: 50px;
    padding: 25px;
    line-height: 22px;
    font-weight: bold;
    font-size: 18px;
}
.tablePrice .leftTd{
    text-align: left;
    font-weight: bold;
    text-indent: 20px;
}
.tablePrice .redHot{
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 40px;
    text-indent: 0;
    text-align: center;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    background: #F93b00;
    color: #fff;
    position: relative;
    left: -4px;
}
.tablePrice .leftTdDown{
    text-align: left;
    text-indent: 40px;
}
.halfShow .tableBox{
    height: 430px;
    overflow: hidden;
    position: relative;
}
.halfBox{
    width: 100%;
    height: 168px;
    background: url("halfTrsn.png");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: none;
    text-align: center;
}
.halfBox .moder{
    display:block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: #F93b00;
    cursor: pointer;
}
.moder img{
    height: 16px;
    margin: 0 15px;
    position: relative;
    top: -2px;
}
.halfShow .halfBox{
    display: block;
}

.dzBox{
    text-align: center;

}
.dzTitle{
    margin: 45px;
    font-size: 26px;
    color: #4c4c4c;
}
.dzDetail{
    height: 235px;
    text-align: center;
}
.dzBoxList{
    display: inline-block;
    width: 33%;
    position: relative;
}
.ioName{
    margin: 16px 0;
    font-size: 14px;
    color: #333333;
}
.ioDetail{
    font-size: 12px;
    color: #808080;
    text-align: center;
    line-height: 1.1em;
}








.showMores{
    padding-top: 92px;
}
.showMores .reduceConts{
    width: 20%;
    float: left;
    text-align: center;
}
.showMores .reduceConts img{
    width:50%;
}
.clearBoth{
    clear: both;
}
.buttonUse{
    margin-top: 30px;
}
.showMores img{
    margin-bottom: 18px;
}
.showMores p{
    text-align: center;
}
.showMores .button,.buttonUse .button{
    width: 338px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background: #FF6300;
    /*margin-bottom: 145px;*/
    margin-top: 30px;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.showMores .partTitleMore{
    font-size: 32px;
    color: #121111;
    font-weight: bold;
    margin-bottom: 60px;
}
.showMores .partTextShow{
    font-size: 20px;
    color: #4c4c4c;
    text-align: center;
    /*margin-bottom: 60px;*/
    margin:0 4px;
}
.lookWork.prCss{
    height: 104px;
}
.showGt{
    background: #F7F7F7;
    padding-top: 150px;
    margin-bottom: -10px;
}
.changeTab{
    height: 56px;
    margin-bottom: 20px;
    display: none;
}
.changeTab div{
    width: 25%;
    float: left;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid transparent;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    cursor: pointer;
}
.changeTab div:hover,.changeTab div.active{
    color: #F93b00;
    border-bottom: 2px solid #F93b00;
}
.partTitle {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
/*手机模式下样式*/
@media (max-width: 767px){
    .showPriceScroll{
        width: auto;
        overflow-x: auto;
    }
    .showAbList.container{
        padding: 20px;
    }
    .abBanner{
        top: 50px;
        /*max-width: 100%;*/
    }
    .w0{
        width: 180px;
    }
    .w1{
        width: auto;
    }
    .showAbList.container{
        margin-bottom: 20px;
        margin-top: 210px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .showMores .partTextShow br{
        display: none;

    }

    .showMores .partTitleMore,.showMores .partTitle{
        font-size: 20px;
        letter-spacing: 1px;
    }
    .showMores .partText,.showMores .partTextShow{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .showMores .button, .buttonUse .button{
        width: 200px;
        height: 45px;
        font-size: 16px;

        margin-top: 30px;
    }

    .showMores {
        min-height: 0!important;
        padding: 50px 0;
    }
    .buttonShow{
        margin-bottom: 50px;
    }
    .tableBox .tablePrice{
        border: none;
        font-size: 12px;
    }
    .tableBox .tablePrice td{
        text-indent: 10px;
        border: none;
        line-height: 30px;
    }
    .tableBox thead{
        display: none;
    }
    .tablePrice .oneLine{
        width: 30px;
        padding: 15px;
    }
    .tableBox.lv0 tr>td:nth-child(3),.tableBox.lv0 tr>td:nth-child(4),.tableBox.lv0 tr>td:nth-child(5){
        display: none;
    }

    .dzBoxList{
        width: 100% ;
    }
    .dzDetail{
        height: auto;
    }
    .changeTab{
        display: block;
    }
}