

.step_one{
    padding: 50px 0 50px 0;
    margin: 0 auto;
    width: 1190px;
    position: relative;
}
.step_one .hd{
    margin-bottom: 30px;
}
.step_one .hd ul{
    width: 100%;
    display: block;
    text-align: center;
}
.step_one .hd ul li{
    display: inline-block;
    border:1px solid #ddd;
    width: 110px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    margin: 10px;
    float: left\9;
}
.step_one .hd ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.step_one .hd ul li.on{
    background: #e3161e;
    color: white;
    border-color: #e3161e;
}
.step_one .hd ul li.on a{
    color: white;
}
.step_one .bd li{
    display: block;
    border:1px solid #ddd;
}
.step_one .bd li img{
    display: block;
    max-width: 100%;
}
.container_full {
    width: 100%;
    overflow: hidden;
}
.title_black {
    text-align: center;
    margin-bottom: 15px;
}
.title_black h3 {
    font-size: 26px;
    position: relative;
    margin-bottom: 28px;
}
.title_black h3:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #E3161E;
    left: 50%;
    margin-left: -15px;
    top: 44px;
}
.slideTxtBox {
    width: 1190px;
    margin: 0 auto;
}

a {
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}

.arrow-1 {
    -webkit-animation: arrow-movement 2s ease-in-out infinite;
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow {
    position: absolute;
    left: 50%;
    top: 95%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.arrow-1 {
    -webkit-animation: arrow-movement 2s ease-in-out infinite;
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-2 {
    -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #e3161e;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.arrow:before {
    -webkit-transform: rotate(45deg) translateX(-23%);
    transform: rotate(45deg) translateX(-23%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.arrow:after {
    -webkit-transform: rotate(-45deg) translateX(23%);
    transform: rotate(-45deg) translateX(23%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

@-webkit-keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 90%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 90%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.step_two{
    background: url(../images/price_tbg.jpg) no-repeat center top;
    padding: 50px 0 120px 0;
    width: 100%;
    position: relative;
}
.step_two .step_twocont{
    width: 1090px;
    background: white;
    margin: 0 auto;
    padding: 50px;
    height: 350px;
    position: relative;
    top: 20px;
}
.step_two .step_twocont .tss{
    position: absolute;
    left:52px;
    top:55px;
    color: #e3161e;

}
.step_two .step_twocont .config-box {
    margin: 45px 0 0 0;
    position: relative;
}
.step_two .step_twocont .config-box label {
    float: left;
    display: inline-block;
    padding-right: 10px;
    width:80px;
    font-size: 18px;
    color: #333333;
    position: relative;

}
.step_two .step_twocont .config-box .right-side {
    position: relative;
    *padding-left:0;
    height: 75px;
    float: left;

}
.step_two .step_twocont .config-box .config-modify {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background: url(../images/cfg_mod.png) no-repeat center center;
    cursor: pointer;
    visibility: hidden;

}
.step_two .step_twocont .config-box .config-minus {
    margin-right: 6px;
}
.step_two .step_twocont .config-box .config-plus {
    margin-left: 6px;
    background: url(../images/cfg_plu.png) no-repeat center center;
}
.step_two .step_twocont .config-box .slider {
    background: #f1f1f1;
    height: 20px;
    position: relative;
    cursor: pointer;
    width: 920px;
    float: left;
    clear: right;
    border-radius: 10px;
    margin-top: 2px;
}
.step_two .step_twocont .config-box .slider .progress {
    height: 20px;
    background-color: #e3161e;
    display: block;
    border-radius: 10px;
    width: 0;
}
.step_two .step_twocont .config-box .slider .handle {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: -3px;
    background: url(../images/cfg_cursor.png) no-repeat -18px -46px;
    cursor: pointer;
    margin-left: -2px;
}
.step_two .step_twocont .config-box .slider .handle .config-count {
    display:block !important;
    position:absolute;
    top: -45px;
    left: -30px;
    width: 60px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    border: 0;
    visibility: hidden;
    background:url(../images/cfg_cursor.png) no-repeat center 0px;
}
.step_two .step_twocont .config-box .range {
    width: 43px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    color: #fff;
    margin-left: 6px;
    border: 0;
    background-color: #fff;
    padding-right: 25px;
    visibility: hidden;
    display:none;
}
.step_two .step_twocont .config-box .range-desc {
    position:absolute;
    width: 945px;
    top:30px;
    left: 10px;
}
.step_two .step_twocont .config-box .range-desc li {
    float: left;
    width: 115px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    display: block;
}
.step_two .step_twocont .config-box #styleRangeDesc{
	left: 15px;
}
.step_two .step_twocont .config-box #styleRangeDesc li{
    width: 111px;
}
.step_two .step_twocont .config-box #layoutRangeDesc li{
    width: 113px;
}
.step_two .step_twocont .config-box .range-desc li.central{
    position: absolute;
    left: 25%;
    margin-left: -55px;
}
.step_two .step_twocont .config-box .range-desc li.central a{
    text-align: center !important;
}
.step_two .step_twocont .config-box .range-desc li.last{
    position: absolute;
    right: 0;
}
.step_two .step_twocont .config-box .range-desc li a{
    display:block;
    color:#000;
    line-height:30px;
    text-align:left;
    font-size: 14px;
}
.step_two .step_twocont .config-box .range-desc li:first-child a{
    text-align: left;
}

.step_two .step_twocont .config-box .range-desc li.s2 a{
    text-align: left;
    padding-left: 6px !important;
}
.step_two .step_twocont .config-box .range-desc li.s3 a{
    text-align: left;
    padding-left: 16px !important;
}
.step_two .step_twocont .config-box .range-desc li.s4 a{
    text-align: left;
    padding-left: 28px !important;
}
.step_two .step_twocont .config-box .range-desc li.s6 a{
    text-align: right;
    padding-right: 20px !important;
}
.step_two .step_twocont .config-box .range-desc li.s7 a{
    text-align: right;
    padding-right: 18px !important;
}
.step_two .step_twocont .config-box .range-desc li.s8 a{
    text-align: right;
}
.step_two .step_twocont .config-box .range-desc li.l2 a{
    text-align: left;
    padding-left: 6px !important;
}
.step_two .step_twocont .config-box .range-desc li.l3 a{
    text-align: left;
    padding-left: 24px !important;
}
.step_two .step_twocont .config-box .range-desc li.l5 a{
    text-align: right;
    padding-right: 26px !important;
}
.step_two .step_twocont .config-box .range-desc li.l6 a{
    text-align: right;
    padding-right: 18px !important;
}
.step_two .step_twocont .config-box .range-desc li:last-child a{
    text-align: left;
}
.price_service{
    width: 1150px;
    padding: 30px 20px;
    background-color: #fff;
    margin: 15px auto 0;
}
.step_two .tit,.price_service .tit{
    padding-top: 10px;
    height: 40px;
    overflow: hidden;
}
.step_two .tit strong,.price_service .tit strong{
    display: inline-block;
    height: inherit;
    font-size: 28px;
    color: #e70012;
}
.step_two .tit span,.price_service .tit span{
    display: inline-block;
    height: inherit;
    font-size: 18px;
    color: #959595;
    font-family: 'Microsoft Yahei Light';
}
.step_two .tit a.online,.price_service .tit a.online{
    display: block;
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #42b391;
    background: url(../images/price_online_bg.png) left center no-repeat;
    text-indent: 35px;
}
.title_white {
    text-align: center;
    margin-bottom: 15px;
}
.title_white h3 {
    font-size: 26px;
    position: relative;
    margin-bottom: 28px;
    color: white;
}
.title_white h3:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #E3161E;
    left: 50%;
    margin-left: -15px;
    top: 44px;
}
i{
    font-style: italic;
}
.step_three{
    padding:50px 0
}
.step_three .choiced{
    line-height: 40px;
    margin: 40px auto 0 auto;
    width: 1190px;
    text-align: center;
}
.step_three .choiced em{
    font-size: 26px;
    font-style: normal;
}
.step_three .choiced span,.step_three .choiced i{
    color: #e60012;
    font-size: 26px;
    font-style: normal;
}
.step_three .tel{
    width: 480px;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
}
.step_three .tel label,.step_three .tel input,.step_three .tel span{
    display:block;
    line-height: 34px;
    float: left;
}
.step_three .tel label{
    margin-right: 10px;
}
.step_three .tel .tell{
    width: 180px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-right: 15px;
    height: 34px;
}
.step_three .tel .code{
    width: 60px;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 34px;
}
.step_three .tel a{
    margin-left: 10px;
    background: #e3161e;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
}
.step_three .tel span img{
    width: 97px;
    vertical-align: middle;
}
.step_three .form_alert{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #f00;
    text-align: center;
}
.step_three .btn,.step_three .from_info{
    width: 1190px;
    margin: 0 auto;
    text-align: center;

}
.step_three .btn a{
    margin-top: 30px;
    width: 170px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background: #e3161e;
    color: white;
    border: none;
    margin: 0 auto;
    outline: none;
    text-align: center;
    display: block;
    line-height: 30px;
}
.step_three .btn p{
    font-size: 14px;
    color:#666;
    margin-top: 10px;
}
.step_three .from_info dl{
    display: block;
    width: 100%;
    overflow: hidden;
}
.step_three .from_info dl dt{
    display: block;
    float: left;
    border: 1px solid #ddd;
    padding: 20px;
    width: 890px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.step_three .from_info dl dt .tab{
    width: 830px;
    background: #ededed;
    padding: 10px;
}
.step_three .from_info dl dt .tab ol,.step_three .from_info dl dt .tab ul{
    display: block;
    overflow: hidden;
    background: #a2a2a2;
    width: 100%;
}
.step_three .from_info dl dt .tab ol li{
    display: block;
    width: 166px;
    float: left;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 20px;
    position: relative;
}
.step_three .from_info dl dt .tab ol li:after{
    content: "";
    width: 1px;
    height: 20px;
    background: #666;
    position: absolute;
    right: 0;
    top: 10px;
}
.step_three .from_info dl dt .tab ol li:last-child:after{
    width: 0;
}
.step_three .from_info dl dt .tab ul{
    background: none;
    padding: 10px 0;
}
.step_three .from_info dl dt .tab ul li{
    display: block;
    width: 166px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.step_three .from_info dl dt .tab ul:nth-child(2n-1){
    background: white !important;
}
.step_three .from_info dl dt .tab ul li a{
    display: block;
    border: 1px solid #DDDDDD;
    width: 140px;
    height: 30px;
    line-height: 32px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    margin-top: 4px;
}
.step_three .from_info dl dd{
    display: block;
    float: right;
    border: 1px solid #ddd;
    padding: 20px;
    width: 290px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.step_three .from_info dl dd span{
    display: block;
    font-size: 26px;
    margin: 30px 0 20px 0;
}
.step_three .from_info dl dd input{
    border: 1px solid #ddd;
    width: 228px;
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
}
.step_three .from_info dl dd button{
    border: none;
    background: #e3161e;
    width: 248px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: white;
    margin: 20px 0 0 0;
}
