.cf:after {	clear: both;content:".";display: block;height:0;visibility: hidden;}
.banner{background: url(../images/liuyan.png) no-repeat center 0;background-size:cover;height:460px;width:100%;position: relative;}
.carousel-info{color: #fff;width: 100%;padding: 0 20%;text-align: center;position: absolute;top: 50%;transform: translateY(-50%);}
.carousel-info .carousel-title{font-size: 40px;line-height: 56px;margin-bottom: 25px;}
.carousel-info .carousel-desc{font-size: 20px;line-height: 33px;}
.feedback_desc{color: #555555;line-height: 25px;text-align: left;width: 100%;margin: 0 auto;}
.feedback_desc div{font-size: 18px;font-weight: bold;margin-bottom: 10px;}

#container{background: url(../images/feedback_bg.png) no-repeat;background-size: 100% 100%;}
#feedback_outbg{padding-bottom:60px;padding-top:60px;margin: 0 auto;}
#feedback{overflow:hidden;width: 100%;margin: 0 auto;}
.feedback_in{width: 100%;margin: 0 auto;padding:40px 100px;overflow:hidden;}
#fd_content input::-webkit-input-placeholder { /* WebKit browsers */ color:#BFBFBF;}
#fd_content input:-moz-placeholder { /* WebKit browsers */ color:#BFBFBF;}
#fd_content input::-moz-placeholder { /* WebKit browsers */ color:#BFBFBF;}
#fd_content input:-ms-input-placeholder{ /* WebKit browsers */ color:#BFBFBF;}
#fd_content textarea::-webkit-input-placeholder { /* WebKit browsers */ color:#BFBFBF;}
#fd_content textarea:-moz-placeholder { /* WebKit browsers */ color:#BFBFBF;}
#fd_content textarea::-moz-placeholder { /* WebKit browsers */ color:#BFBFBF;}
#fd_content textarea:-ms-input-placeholder{ /* WebKit browsers */ color:#BFBFBF;}

/* #fd_content h4{margin:0;letter-spacing:1px;font-size:24px;color:#333;font-weight:bold;text-align: left}
#fd_content h4 span{font-size: 14px;color: #ccc;font-weight: normal;} */
#fd_content ul li .fill-box{position:relative;width: 600px;display: inline-flex;margin-bottom: 32px;}
#fd_content ul li .fill-box i{color:#ff0000;font-style: normal;margin-right: 4px;}
#fd_content ul li .fill-box span{display:inline-block;font-size: 16px;color: #333333;line-height: 40px;width: 120px;text-align: right;}
#fd_content ul{overflow:hidden;}
/* #fd_content ul li .sp_left{width:48%;height:53px;line-height:53px;float:left;margin-top:0;margin-bottom:20px;background: #f5f5f5;}
#fd_content ul li .sp_left:nth-child(2n){float: right;}
#fd_content ul li .sp_right{float:left;margin-top:0px;} */
/* #fd_content ul li label input{visibility: hidden;margin-right: 3px;font-weight:normal;height:inherit;width: 20px;height: 20px;} */
/* #fd_content ul li label input[type="checkbox"]+span{display: block;width: 30px;height: 24px;position: absolute;top:17px;left:19px;background: url("../images/checkbox-defult.png") no-repeat;}
#fd_content ul li label input[type="checkbox"]:checked+span{top:15px;background: url("../images/checkbox-selected.png") no-repeat;}
#fd_content ul li label input[type="radio"]+span{display: block;width: 30px;height: 24px;position: absolute;top:17px;left:19px;background: url("../images/choose-defult.png") no-repeat;}
#fd_content ul li label input[type="radio"]:checked+span{background: url("../images/choose-selected.png") no-repeat;}
#fd_content ul li label input:checked .checkbox{background:#1bb2f8;}
/* #fd_content ul li label{font-size: 16px;color: #333;width:100%;text-align: left;height: 53px;line-height: 53px;padding-left: 40px;} */
/* #fd_content .ys_title{margin-bottom:5px;} */
#fd_content textarea{resize:none;border-radius:0;height:200px;font-size:16px;line-height: 1.5;padding:12px 24px;border-color:#e6e6e6;outline: none;box-shadow:none;background:#fff;width: 480px;}
#fd_content textarea:focus{border:1px solid #0E43C8;}
#fd_content input{outline: none;border-radius: 0;border: 1px solid #CDCDCD;background:#fff;font-size:16px;box-shadow:none;height:40px;line-height: 40px;padding:0 24px;width: 480px;}
#fd_content input:focus{border:1px solid #0E43C8;}
#submitForm{outline:none;border:none;font-size: 16px;cursor: pointer;color:#fff;display:block;width:480px;height:48px;line-height:48px;background:#0E43C8;border-radius:4px;}
#submitForm.submitting{background:rgba(19,19,19,0.27);}

.tMove{animation: titMove 0.2s linear 1; }
@keyframes titMove {
    0% {
        font-size: 20px;
        top:6px;
    }
    100% {
        font-size: 14px;
        top:-22px;
    }
}


#custom-sub-success{display:none;padding: 60px 0px;}
#custom-sub-success .custom-sub-success-box{width: 100%;height: 672px;margin: 0 auto;padding-top: 77px;}
#custom-sub-success .custom-sub-success-box p{font-size: 24px;color: #333;font-weight: bold;margin-bottom: 62px;}
#custom-sub-success .custom-sub-success-box .success-img{text-align: center;margin-bottom: 65px;}
#custom-sub-success .custom-sub-success-box .success-img img{}
#custom-sub-success #success-back{display:block;width: 300px;height: 50px;line-height:50px;background:#0E43C8;margin: 0 auto;font-size:16px;color: #fff;text-align: center; }