.contaniner, .consultingFeedback {
    display: block;
    width: 1200px;
    min-height: 1004px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}
.contentTitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 52px;
    color: #262626;
    background: #fff;
    margin-bottom: 0;
}
.content {
    display: inline-block;
    float: left;
    width: 580px;
    min-height: 610px;
}
.form-inline {
    display: block;
    width: 100%;
    height: 940px;
    border: 1px solid #D8D8D8;
    border-top-width: 5px;
    border-top-color: #1055B4;
    margin-top: 12px;
    padding: 30px 10px;
    margin-bottom: 50px;
}
.content .el-form-item__label {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #565656;
}
.content .el-form--inline .el-form-item:nth-child(odd) {
    margin-right: 80px;
}
.content .el-form--inline .el-form-item__content {
    width: 300px;
}
.content .el-select {
    width: 100%;
}
.content .textAeraCss {
    display: block;
    width: 87.5%;
    margin-right: 0 !important;
    margin-left: 66px;
}
.content .textAeraCss .el-form-item__label {
    display: block !important;
    width: 100% !important;
    text-align: left;
}
.content .textAeraCss .el-form-item__content {
    display: block !important;
    width: 100% !important;
}
.content .enter {
    margin-left: 66px;
    width: 100%;
}
.content .enter .el-form-item__content {
    width: 100%;
}
.el-upload input {
    display: none !important;
}
/*资讯反馈*/

.sk {
    background: #1055B4;
}
.sk ul {
    padding: 0 10px;
}
.sk ul li {
    padding: 22px 0;
    margin-top: 0;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.sk ul li:nth-child(1) {
    width: 40%;
}
.sk ul li:nth-child(2) {
    width: 40%;
}
.sk ul li:nth-child(3) {
    width: 20%;
}
.sk ul li:nth-child(4) {
    width: 15%;
}
.sk ul li:nth-child(5) {
    width: 10%;
}
.consultingFeedback {
    display: inline-block;
    width: 580px;
    float: right;
    /*height: 640px;*/
    margin-bottom: 66px;
    background-color: #FCFCFC;
    margin-top: 0;
}
.swiper-container {
    width: 100%;
    height: 900px;
    overflow: hidden;
}
.swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.justify {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.appeal-swper span:nth-child(1) {
    width: 40%;
}
.appeal-swper .swiper-slide span {
    display: inline-block;
    font-size: 14px;
    color: #565656;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.appeal-swper .swiper-slide span:nth-child(2) {
    width: 40%;
    padding-right: 30px;
}
.appeal-swper .swiper-slide span:nth-child(3) {
    width: 20%;
    padding-right: 30px;
}
.appeal-swper .swiper-slide span:nth-child(4) {
    width: 15%;
}
.appeal-swper .swiper-slide span:nth-child(5) {
    width: 10%;
}
.imgTxt {
    position: absolute;
    display: block;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40px;
}
.imgTxt span:first-child {
    display: inline-block;
    width: 5px;
    height: 40px;
    background-color: #fff;
    vertical-align: middle;
}
.imgTxt span:nth-child(2) {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 47px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-left: 12px;
}