@charset "utf-8";
/**
 * Created by fidermo on 20170804.
 */
/* 椤堕儴banner鍖� start */
.banner-fdquote{
    width: 100%;
    min-width: 1220px;
    height: 414px;
    background: url(../images/fdquote_background.jpg) center top no-repeat;
}
.fdquote-container{
    position: relative;
    width: 1120px;
    height: 414px;
    margin: 0 auto;
    background: url(../images/fdquote_banner.jpg) center top no-repeat;
}
.remain_num{
    position: absolute;
    bottom: 159px;
    left: 292px;
    width: 160px;
    height: 56px;
}
.numitem{
    float: left;
    width: 45px;
    height: 56px;
    font-size: 45px;
    color: #fff;
    line-height: 56px;
    text-align: center;
}
.hundreds{
    margin-left: -2px;
}
.decade{
    margin-left: 13px;
}
.place{
    margin-left: 14px;
}
/* 鏁板瓧鍔ㄧ敾锛屾暟瀛楀彉鍔ㄥ畬鎴愬悗鍔犺浇 start */
@-moz-keyframes numscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@-ms-keyframes numscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@-webkit-keyframes numscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes numscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.numscale .numitem{
    -webkit-animation:numscale 500ms linear infinite alternate;
    animation:numscale 500ms linear infinite alternate;
}
/* 鍙戞爣琛ㄥ崟鍖� start*/
.fdquote-formarea{
    position: relative;
    float: right;
    width: 335px;
    height: 387px;
    margin-right: 45px;
    background-color: #fff;
    box-shadow:0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
}
.fdquote-formarea .form-shadow{
    width: 100%;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/fdquote_sprite.png) no-repeat;
    background-position: -656px -470px;
}
.fdquote-head{
    margin-top: 32px;
    margin-left: 32px;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    color: #e86142;
}
.fdquote-form{
    width: 270px;
    margin-left: 32px;
}
.fd-form-group{
    position: relative;
    width: 268px;
    height: 38px;
}
.fd-form-group .fd-form-input{
    position: relative;
    width: 268px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
}
.fd-form-name{
    margin-top: 7px;
}
.fd-form-city,
.fd-form-number{
    margin-top: 19px;
}
.fd-form-city select{ height:38px; width:132px;} 

.fd-form-group input,
.fd-form-city input{
    width: 100%;
    height: 100%;
    border: 0px rgb(221, 221, 221);
    outline: 0px;
    text-indent: 6px;
    border-radius: 4px;
    font-size: 14px;
    width: 268px\9;
    height: 38px\9;
    padding: 0;
    margin: 0;
    line-height: 38px;
    line-height: 38px\9;
    *line-height: 38px;
    _line-height: 38px;
    *margin-left: -4px;
    _margin-left: -4px;
}
.fd-form-group label{
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    font-size: 14px;
    color: #999;
    cursor: text;
}
.fd-form-input.hasval label{
    display: none;
}
.fd-form-group.haserror .fd-form-error{
    display: block;
}
.fd-form-group.haserror .fd-form-input{
    border: 1px solid red;
}
.fd-form-city input,
.fd-form-city label{
    cursor: pointer;
}
.fd-form-city .district-province{
    width: 120px;
}
.fd-form-city .district-city{
    width: 147px;
}
.fd-form-city .district-city,
.fd-form-city .district-province{
    height: 250px;
}
.fd-form-city label{
    color: #333;
}
.fd-ico-city{
    position: absolute;
    top: 13px;
    right: 8px;
    width: 11px;
    height: 10px;
    background: url(../images/fdquote_sprite.png) no-repeat -195px -225px;
}
.fd-form-clause{
    height: 21px;
    margin-top: 8px;
    font-size: 14px;
    color: #2f2706;
}
.fd-form-clause input{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.fd-form-check{
    position: absolute;
    padding-left: 21px;
    margin-top: 4px;
    color: #2f2706;
    cursor: pointer;
}
.fd-form-check i{
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: 2px\9;
    *margin-top: 2px;
    _margin-top: 2px;
    background: url(../images/fdquote_sprite.png) no-repeat -248px -224px;
}
.fd-form-clause.on i{
    background-position: -223px -224px;
}
.fd-form-check a{
    color: #33b66d;
    text-decoration: underline !important;
}
.fd-form-btn{
    position: relative;
    width: 270px;
    height: 44px;
    border-radius: 4px;
    background-color: #e1e1e1;
    cursor: pointer;
    margin-top: 25px;
}
.fd-form-btn.on{
    background-color: #fe5e3f;
}

.fd-form-btn .expose-stream{
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 44px;
	background-color:#fe5e3f;
	border:none;
	cursor:pointer;
}

@-moz-keyframes fingerscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@-ms-keyframes fingerscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@-webkit-keyframes fingerscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@keyframes fingerscale{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
.fd-form-btn.on i{
    -webkit-animation:fingerscale 500ms linear infinite alternate;
    animation:fingerscale 500ms linear infinite alternate;
}
.fd-form-error{
    display: none;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 18px;
    font-size: 14px;
    text-align: left;
    color: red;
}
.fd-form-error i{
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 15px;
    background: url(../images/fdquote_sprite.png) no-repeat no-repeat -401px -185px;
}
.fd-form-error span{
    padding-left: 18px;
    line-height: 25px;
}
/* 椤堕儴banner鍖� end */

/* 鍏嶈垂璁捐浠嬬粛鍖� start */
.content-fdquote{
    width: 100%;
    min-width: 1220px;
    padding-bottom: 39px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5YTU4NGYyZi02OWIwLTRjNWUtODJhZS0wYTA4YWRjNTI2MDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTY1MjhBNUQ2MkMzMTFFN0JEMTBFQzFFQTRGMjhDMEMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTY1MjhBNUM2MkMzMTFFN0JEMTBFQzFFQTRGMjhDMEMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE1MDVlNzhiLTEzZjctYzc0OC04MmM3LTU4ZTM1ODM0MzRmNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQzMDExMTIwLTljZmUtMTE3YS1iMDM1LWI4NjUxYmEzODI5ZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg9rBcMAAAAwSURBVHjaYmQ4coOBXMACxIbsrGToPP/zNxMDBWBU86jmUc3DRzMLpEwgTzNAgAEAoZEHi2yOpGcAAAAASUVORK5CYII=") repeat;
}
.fdquote-section{
    width: 1250px;
    margin: 0 auto;
}
.fdquote-section:before{
    content: '0';
    display: block;
    height: 0;
    visibility: hidden;
}
/* 鏈嶅姟娴佺▼ */
.fd-cn-service{
    display: block;
    width: 190px;
    height: 67px;
    margin: 0 auto;
    margin-top: 45px;
    background: url(../images/fdquote_sprite.png) no-repeat no-repeat -2px -4px;
}
.fd-pro-service{
    width: 1152px;
    height: 118px;
    margin: 0 auto;
    margin-top: 3px;
}
.fd-pro-service li{
    float: left;
}
.fd-service{
    height: 255px;
}
.fd-service-item{
    position: relative;
    float: left;
    width: 252px;
    height: 121px;
    background: url(../images/fdquote_sprite.png) no-repeat -271px -1px;
}
.fd-service-icon{
    float: left;
    width: 66px;
    height: 56px;
    margin-top: 21px;
    margin-left: 34px;
    background: url(../images/fdquote_sprite.png) no-repeat -4px -79px;
}
.fd-service-design .fd-service-icon{
    width: 78px;
    margin-left: 30px;
    background-position: -106px -79px;
}
.fd-service-xgt .fd-service-icon{
    background-position: -4px -155px;
}
.fd-service-plan .fd-service-icon{
    width: 59px;
    height: 60px;
    margin-top: 22px;
    margin-left: 39px;
    background-position: -117px -158px;
}
.fd-service-text{
    float: right;
    margin-right: 59px;
    margin-top: 23px;
}
.fd-service-text p{
    font-size: 20px;
    color: #000;
    margin-top: -2px;
}
.fd-service-arrow{
    float: left;
    height: 39px;
    width: 24px;
    margin-top: 35px;
    margin-left: 8px;
    margin-right: 16px;
    background: url(../images/fdquote_sprite.png) no-repeat -223px -158px;
}
.fd-service-design .fd-service-text{
    margin-right: 50px;
}
.fd-service-xgt .fd-service-text{
    margin-top: 22px;
    margin-right: 44px;
}
.fd-service-plan .fd-service-text{
    margin-right: 60px;
}
/* 鏈嶅姟娴佺▼ end */
.fd-layout,
.fd-picture,
.fd-surprise,
.fd-designer,
.fd-present{
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}
.fd-picture,
.fd-surprise,
.fd-designer{
    border-radius: 0;
}
.fd-present{
    border-radius: 0 0 20px 20px;
}
.fd-layout{
    border-radius: 20px 20px 0 0;
}
/* 0鍏冧韩骞抽潰甯冨眬璁捐 start */
.fd-layout{
    height: 518px;
    margin-top: 12px;
}
.fd-cn-layout{
    display: block;
    width: 535px;
    height: 128px;
    margin: 0 auto;
    margin-top: 54px;
    font-size: 0;
    background: url(../images/fdquote_sprite.png) no-repeat 3px -247px;
}
.fd-layout-list{
    width: 950px;
    height: 330px;
    margin: 0 auto;
    margin-top: 1px;
    overflow: hidden;
}
.fd-layout-list li{
    float: left;
}
.fd-layout-liststep{
    float: left;
    width: 249px;
    height: 330px;
    background: url(../images/fdquote_sprite.png) no-repeat -537px 3px;
}
.fd-layout-secstep{
    width: 246px;
    background-position: -813px 5px;
}
.fd-layout-thrstep{
    margin-left: -2px;
    background-position: -1103px 5px;
}
.fd-layout-long{
    float: left;
    width: 105px;
    height: 9px;
    margin-top: 144px;
    margin-left: -1px;
    background-color: #65C8DA;
}
/* 0鍏冧韩骞抽潰甯冨眬璁捐 end */
/* 瀹氬埗璁捐鍥� start */
.fd-picture{
    position: relative;
    height: 568px;
}
.fd-cn-picture{
    display: block;
    width: 488px;
    height: 112px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 0;
    background: url(../images/fdquote_sprite.png) no-repeat -13px -381px;
}
.fd-picture-contain{
    width: 1024px;
    height: 390px;
    margin: 0 auto;
    margin-top: 16px;
}
.fd-picture-design{
    float: left;
    width: 490px;
}
.fd-picture-fix{
    float: right;
    width: 503px;
}
.fd-picture-fix .fd-picture-img{
    width: 480px;
}
.fd-picture-img{
    position: relative;
    height: 322px;
}
.fd-picture-img img{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.fd-picture-fix .fd-picture-img img{
    width: 492px;
}
.fd-picture-img i{
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 10px;
    width: 480px;
    height: 280px;
    background-color: #ffd840;
}
.fd-picture-fix .fd-picture-img i{
    width: 495px;
    left: auto;
    right: -22px;
}
.fd-picture-calc,
.fd-picture-change{
    display: block;
    width: 488px;
    height: 31px;
    margin: 0 auto;
    font-size: 0;
    background: url(../images/fdquote_sprite.png) no-repeat -17px -529px;
}
.fd-picture-change{
    font-size: 0;
    margin-top: -14px;
    background-position: -17px -613px;
}
.fd-picture-calc{
    height: 60px;
    margin-top: -16px;
}
/* 瀹氬埗璁捐鍥� end */
/* 鏀规埛鍨� start */
.fd-surprise{
    position: relative;
    height: 483px;
    margin-top: -35px;
}
.fd-cn-surprise{
    display: block;
    width: 488px;
    height: 140px;
    margin: 0 auto;
    font-size: 0;
    background: url(../images/fdquote_sprite.png) no-repeat -17px -654px;
}
.fd-surprise-exm{
    position: relative;
    width: 1024px;
    height: 364px;
    margin: 0 auto;
    margin-top: 8px;
}
.fd-surprise-before{
    position: relative;
    float: left;
    width: 500px;
    height: 300px;
    overflow: hidden;
}
.fd-surprise-after{
    position: relative;
    z-index: 1;
    float: right;
    width: 500px;
    height: 300px;
    overflow: hidden;
}
.fd-surprise-before img ,.fd-surprise-after img{
    width: 500px;
}
.fd-surprise-arrow{
    position: absolute;
    z-index: 2;
    top: 179px;
    left: 458px;
    width: 100px;
    height: 54px;
    background: url(../images/fdquote_sprite.png) no-repeat -537px -333px;
}
.fd-surp-point{
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}
.fd-surp-litc{
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/fdquote_sprite.png) no-repeat -583px -505px;
}
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-mskeyframes ball-scale{
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.fd-surp-bigc{
    position: absolute;
    z-index: 2;
    z-index: 1\9;
    *z-index: 1;
    _z-index: 1;
    top: 0px;
    left: 0px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    -moz-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
    background-color: #fff;
    background: url(../images/fdquote_sprite.png) no-repeat -568px -414px\9;
    *background: url(../images/fdquote_sprite.png) no-repeat -568px -414px;
    _background: url(../images/fdquote_sprite.png) no-repeat -568px -414px;
}
.first-point{
    left: 84px;
    bottom: 124px;
}
.second-point{
    right: 104px;
    bottom: 63px;
}
.third-point{
    right: 15px;
    top: 36px;
}
.fd-surprise-desc{
    display: none;
    position: absolute;
    z-index: 3;
    width: 250px;
    height: 92px;
    font-size: 14px;
    color: #e5e5e5;
    background: url(../images/fdquote_sprite.png) no-repeat -657px -340px;
}
.fd-surprise-desc p{
    width: 222px;
    height: 66px;
    text-align: justify;
    margin-left: 10px;
    margin-top: 11px;
}
.first-desc{
    right: 420px;
    top: 110px;
}
.second-desc{
    display: block;
    right: 150px;
    top: 171px;
}
.third-desc{
    right: 66px;
    top: 23px;
}
/* 鏀规埛鍨� end */
/* 璁捐甯堜竴瀵逛竴 start */
.fd-designer{
    position: relative;
    height: 488px;
}
.fd-cn-designer{
    display: block;
    width: 488px;
    height:82px;
    margin: 0 auto;
    font-size: 0;
    background: url(../images/fdquote_sprite.png) no-repeat -17px -797px;
}
.fd-cn-designer{
    margin-top: 9px;
}
.fd-designer-contain{
    position: relative;
    width: 1250px;
    height: 260px;
    margin-top: 18px;
}
.fd-designer-contain .swiper-slide{
    width: 1250px;
    height: 260px;
}
.designer-info{
    width: 1025px;
    height: 260px;
    margin: 0 auto;
}
.main-details{
    float: left;
    width: 710px;
    height: 260px;
    margin-right: 18px;
}
.designer-intro{
    float: left;
    width: 237px;
    height: 262px;
    overflow:hidden;
	position:relative;
}
.designer-intro .designer-intro-con{ position:absolute; top:8px; text-align:center; margin-left:-75px; left:50%;}
.designer-intro .designer-intro-con img{ width:150px; height:150px;border-radius:50%;}
.designer-intro .designer-intro-con .name{ font-size:22px;}
.designer-intro .designer-intro-con .memo{ display:block; font-size:18px;}
.designer-bigpro{
    float: left;
    width: 460px;
    height: 260px;
    margin-left: 10px;
    overflow: hidden;
}
.other-details{
    float: left;
    width: 296px;
    height: 260px;
    overflow: hidden;
}
.other-bigpro{
    width: 296px;
    height: 179px;
}
.other-litpro{
    width: 327px;
    height: 71px;
    margin-top: 21px;
    margin-left: 3px;
}
.lit-short{
    float: left;
    width: 128px;
    height: 71px;
}
.lit-long{
    float: right;
    width: 180px;
    height: 71px;
}
.surprise-pagination{
    width: 112px;
    height: 15px;
    margin: 0 auto;
    margin-top: 37px;
    cursor: pointer;
}
.swiper-pagination-switch{
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 21px;
    background: url(../images/fdquote_sprite.png) no-repeat -436px -185px;
}
.swiper-active-switch{
    background-position: -469px -185px;
}
/* 璁捐甯堜竴瀵逛竴 end */
/* 澧炲€兼湇鍔� start */
.fd-present{
    position: relative;
    height: 528px;
}
.fd-cn-present{
    display: block;
    width: 488px;
    height: 80px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 0;
    background: url(../images/fdquote_sprite.png) no-repeat -17px -945px;
}
.fd-cn-present{
}
.fd-present-detail{
    width: 1110px;
    height: 358px;
    margin: 0 auto;
    margin-top: 20px;
}
.fd-present-first{
    float: left;
    width: 621px;
    height: 358px;
}
.fd-present-second{
    float: right;
    width: 497px;
    height: 358px;
}
/* 澧炲€兼湇鍔� end */
.fd-left-corner,
.fd-right-corner{
    display: none;
    position: absolute;
    top: -29px;
    left: 66px;
    width: 44px;
    height: 68px;
    background: url(../images/fdquote_sprite.png) no-repeat -279px -158px;
}
.fd-right-corner{
    right: 53px;
    left: auto;
    background-position: -332px -158px;
}
.fdquote-bottom,
.fdquote-bottom img{
    min-width: 1220px;
    display: block;
    width: 100%;
}
.fdquote-message{
    display: none;
    position: fixed;
    top: 473px;
    left: 229px;
    width: 495px;
    height: 62px;
    z-index: 34;
}
.fdquote-message .msg{
    position: absolute;
    width: 495px;
    height: 62px;
    margin-left: 10px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/fdquote_sprite.png) no-repeat -951px -341px;
    display: none;
}
.msg img{
    float: left;
    border-radius: 50%;
    width: 51px;
    margin-top: 6px;
    margin-left: 7px;
}
.msg span{
    float: left;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    color: #fff;
    margin-left: 12px;
}
@-moz-keyframes fadeInUp{
    0%{
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-ms-keyframes fadeInUp{
    0%{
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp{
    0%{
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInUp{
    0%{
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInUp{
    -webkit-animation:fadeInUp 1s ease-in-out 1 forwards;
    animation:fadeInUp 1s ease-in-out 1 forwards;
}
@-moz-keyframes fadeOutUp{
    0%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0;
    }
}
@-ms-keyframes fadeOutUp{
    0%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutUp{
    0%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0;
    }
}
@keyframes fadeOutUp{
    0%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        opacity: 0;
    }
}
.fadeOutUp{
    -webkit-animation:fadeOutUp 1s ease-in-out 1 forwards;
    animation:fadeOutUp 1s ease-in-out 1 forwards;
}
.footer{
    margin-top: 0;
}
.bottom_nav{ 
    position: fixed;
    left:0;
    bottom: 0;
    _position: absolute;
    _bottom:auto;
    width: 100%;
    visibility: hidden;
    background: none;
    z-index: 35;
}
.bottom_nav p{
    position: absolute;
    top: 40px;
    left: 333px;
    color: #999;
}
.bottom_nav p span{
    color: #f25618;
}
.bottom_nav_act{
    bottom: 203px;
}
.ielt8 .bottom_nav_act{
    bottom: 199px;
}
