#fixed-bottom-bg2 *{margin: 0;padding: 0;}
#fixed-bottom-bg2 .clearfix:after{clear:both;height:0;content:'';display:block;overflow:hidden;visibility:hidden;}
#fixed-bottom-bg2 .clearfix{zoom:1;}
#fixed-bottom-bg2{display: none;margin: 0;padding: 0;width: 100%;position: fixed;left:0;bottom:0px;background: rgba(0,0,0,0.7) none repeat scroll !important; z-index: 2000 ;}
#fixed-bottom-bg2 .fixed-bottom-box{width: 965px;margin:0 auto;position: relative;z-index: 1001}
#fixed-bottom-bg2 .controller-box{position: relative;height: 108px;}
#fixed-bottom-bg2 .controller-box .img{    width: 720px;
    height: 180px;
    position: absolute;
    /* left: 50px; */}
#fixed-bottom-bg2 .button-switch{display:block;position:absolute;right:110px;top: 30px;width: 45px;height: 48px;background: url("../images/button-hidden.png") no-repeat;background-position: -45px 0;;cursor: pointer;animation: bounce-up 1.4s linear infinite;}
#fixed-bottom-bg2 .button-switch.active{background-position: 0 0;}
#fixed-bottom-bg2 .controller-content{height:320px;background-color: #fff;position: relative}
#fixed-bottom-bg2 .middle-line{width: 1px;height: 320px;position: absolute;top: 0;left: 482px;background-color: rgb(204, 204, 204)}
#fixed-bottom-bg2 .middle-button{
    width: 134px;
    height: 138px;
    background: url(../images/active_btn.png) no-repeat -25px -0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -67px;
    margin-top: -69px;
    cursor: pointer;
}
#fixed-bottom-bg2 .middle-button span{display:inline-block;color: #fff;margin-top: 46px;margin-left: 56px;font-size: 14px;letter-spacing: 5px;}
#fixed-bottom-bg2 .content-form{width: 370px;float: left;margin: 24px 0 0 40px}
#fixed-bottom-bg2 .content-form h3{font-size: 20px;  color: rgb(51, 51, 51);font-weight: normal;margin-bottom: 25px;}
#fixed-bottom-bg2 .content-form h3 span{margin-left: 10px;  color: rgb(243, 111, 32);  font-size: 12px;}
#fixed-bottom-bg2 .form-box{margin-bottom: 10px;}
#fixed-bottom-bg2 .form-box label{display: inline-block;float:left;width: 100px;line-height: 34px;    color: rgb(51, 51, 51);font-size: 13px}
#fixed-bottom-bg2 .form-box label i{color: red;vertical-align: middle;margin-left: 15px;}
#fixed-bottom-bg2 .form-box .form-controller{display: inline-block;float: left;position: relative;font-size: 13px;}
#fixed-bottom-bg2 .form-box .form-controller select{display: inline-block;width: 100px;font-size: 13px;height:35px}
#fixed-bottom-bg2 .form-box .form-controller input[type='text']{display: block;width: 230px;height: 30px;line-height: 30px;font-size: 13px;border:1px solid #ccc;padding-left:6px;}
#fixed-bottom-bg2 .form-box .form-controller span{display:inline-block;margin-top: 8px;}
#fixed-bottom-bg2 .form-box .form-controller em{position: absolute;top:6px ;right: 5px;}
#fixed-bottom-bg2 .content-result{width: 340px;float: right;margin:18px 40px 0 0}
#fixed-bottom-bg2 .content-result h3{font-size: 20px;  color: rgb(51, 51, 51);margin-bottom: 12px;text-align: center}
#fixed-bottom-bg2 .content-result h3 b{font-size: 30px;  color: rgb(255, 90, 0);  display: inline-block;  width: 65px;  text-align: center;}
#fixed-bottom-bg2 .content-result .result-list{    border: 1px solid rgb(240, 240, 240);text-align: center}
#fixed-bottom-bg2 .content-result .result-list ul{padding:26px 0 13px 0}
#fixed-bottom-bg2 .content-result .result-list li{font-size: 14px;  color: rgb(102, 102, 102);line-height: 20px;margin-bottom: 13px;}
#fixed-bottom-bg2 .content-result .result-list li b{color: rgb(243, 111, 32);font-size: 16px;padding:0 10px}


@keyframes bounce-up{
    25%{
        transform:translateY(10px);
    }
    50%,100%{
        transform:translateY(0);
    }
    75%{
        transform:translateY(-10px);
    }
}


@keyframes mymove {
    from{
        left:275px;
    }
    to{
        left:285px;
    }
}

.bottom46-bg {
    width: 100%;
    background: rgba(16,14,11,0.8);
    height: 120px;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    display: block;
}
.bottom-main {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: block;
    position: relative;
}
.b-footer1 img {
    margin-top: 25px;
    float: left;
    margin-right: 100px;
}
.b-footer2 img {
    position: absolute;
    top: 30px;
    left: 275px;
    animation: mymove 1s infinite;
    /*animation: mymove 1s linear 1s infinite alternate;*/
    animation-timing-function: ease-out;
}
.b-main-form {
    float: left;
    width: 497px;
    margin-right: 21px;
    padding-top: 15px;
}
.b-main-form p {
    width: 100%;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    color: rgb(255, 255, 255);
    background: #666;
    margin-bottom: 8px;
}
.b-main-form p b {
    font-style: normal;
    color: #F08300;
    font-family: arial;
    font-size: 30px;
    line-height: 36px;
    vertical-align: -5px;
    margin: 0 10px;
}
.b-main-form input[class] {
    margin-right: 17px;
}
.b-main-form input {
    float: left;
    display: block;
    width: 210px;
    height: 36px;
    line-height: 36px;
    border: none;
    border-radius: 4px;
    background: rgb(247, 247, 247);
    padding: 0px 15px;
}
.b-main-sub {
    float: left;
}
.b-main-sub button {
    display: block;
    width: 132px;
    height: 80px;
    border: none;
    background: rgb(240, 131, 0);
    border-radius: 4px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    cursor: pointer;
}
.b-footer3 {
    float: left;
    margin: 21px 0px 0px 94px;
    cursor: pointer;
}
.b-footers {
    float: left;
    cursor: pointer;
    background-color: orangered;
}
.b-footer4 {
    position: fixed;
    left: 0;
    top: 50%;
    display: none;
}
.footer_a{
    margin-top: 20px;
    font-size: 30px;
    font-family: 寰蒋闆呴粦;
    font-weight: 600;
    color: orange;
}
.footer_b{
    color: #ffffff;
}
.b-footer1{
    width:350px;
    height:95px;
    float: left;
}

.cf:after{clear:both;height:0;content:"";display:block;overflow:hidden;visibility:hidden;}
.cf{zoom:1;}
#swt-custom *{margin:0;padding:0;}
#swt-custom{display:none;position: fixed;z-index:99999;top:50%;left:50%;margin: -170px 0 0 -245px;width: 490px;height: 340px;overflow: hidden;background: url("{MY_CSS_PATH}images/xdjz1-bg2.jpg") no-repeat;}
#swt-custom .swt-custom-wrap{position: relative;width: 490px;height: 340px;}
#swt-custom .swt-custom-close{display: block;position: absolute;top:2px;right: 10px;height: 20px;width: 20px;cursor: pointer;color:#fff}
#swt-custom .swt-btn-box{padding-top: 270px;}
#swt-custom .swt-btn-box .swt-btn{display: block;float:left;width: 175px;height: 40px;line-height: 40px;text-align: center}
#swt-custom .swt-btn-box .swt-btn-refuse{background-color: yellowgreen;color: #fff;margin-left: 75px;}
#swt-custom .swt-btn-box .swt-btn-accept{background-color: #ff9600;color: #fff;margin-left: 25px;}
/* new 涓棿 css*/
.right-budget {
    background: #fff;
    height: 360px;
    width: 760px;
    position: fixed;
    top: 30%;
    right: 30%;
    padding: 15px;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 999;
    border: 3px solid gray;
}
.right-budget .fa-close, .right-design .fa-close {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
i {
    font-style: normal;
}
.budget-l {
    width: 300px;
    float: left;
    text-align: center;
    margin: 30px 0 0 0;
    padding-left: 25px;
}
.budget-l h1 {
    font-weight: normal;
    letter-spacing: 2px;
    background: url("/statics/my/images/fjsq.png") no-repeat left center;
    background-size: auto auto;
    height: 47px;
    padding-left: 50px;
    width: 150px;
    line-height: 47px;
    margin: 0 auto;
    display: block;
}
.budget-l p {
    color: #474747;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 18px 0 18px 0;
}
.budget-l form p {
    width: 286px;
    border: 1px solid #474747;
    padding: 4px 6px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}
.budget-l form p input {
    width: 265px;
    border: none;
}
.budget-l form input {
    width: 298px;
    border: 1px solid #474747;
    height: 35px;
}
.budget-l-st select {
    width: 140px;
    height: 35px;
    border: 1px solid #474747;
    margin-right: 15px;
}
/*   .budget-l-st select:last-child, .budget-l-cw select:last-child {
       margin-right: 0;
   }
   input, select, textarea {
       outline: none;
       text-indent: 6px;
       border: none;
   }*/
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}
.budget-c {
    width: 100px;
    float: left;
    margin-top: 30px;
    padding: 0 20px;
    position: relative;
}
.budget-c-line {
    height: 290px;
    width: 1px;
    background: #474747;
    margin: 0 auto;
}
.conten-box {
    position: absolute;
    top: 100px;
}
.conten {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
@-webkit-keyframes circle{

    0%{ transform:rotate(0deg); }

    100%{ transform:rotate(-360deg); }

}
.conten > img {
    border-radius: 100%;
    width: 100%;
    animation: turn 2s linear 0s infinite;
    -webkit-animation:circle 1s infinite linear;/*鍖€閫� 寰幆*/
}
.conten .turn>img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.conten .turn {
    position: absolute;
    top: 15px;
    left: 15px;
}
.budget-r {
    width: 290px;
    float: left;
    margin-top: 45px;
}
.budget-r h1 {
    font-size: 22px;
    font-weight: normal;
}
.budget-r h1 b {
    color: #e20004;
    padding: 0 5px;
    font-size: 28px;
}
.budget-r .budget-r-k {
    width: 258px;
    border: 1px solid #474747;
    padding: 15px;
}
.budget-r-k p {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 30px 0;
}
.budget-r-k p b {
    color: #e20004;
    padding: 0 5px;
    font-size: 18px;
}
.budget-r a {
    background: url("{MY_CSS_PATH}images/fzx.png") no-repeat center;
    background-size: auto auto;
    background-size: 280px 66px;
    width: 280px;
    height: 66px;
    display: block;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    letter-spacing: 1px;
}
.budget-r .budget-r-k {
    width: 258px;
    border: 1px solid #474747;
    padding: 15px;
    margin: 30px 0 20px;
}
body, p, h1, h2, h3, h4, h5, h6, li, span, i, ul, img, a, strong, input {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}
/* .guanbi{
     background: url("{MY_CSS_PATH}images/fzx.png") no-repeat center;
 }*/