/*html,body{
	background:#ffffff;
}*/

.ho-wrap {
    width: 100%;
    overflow: hidden;
}

.ho-bannerwrap {
    width: 1200px;
    height: 371px;
    margin: 0 auto;
    position: relative;
}

.ho-bannerswiper {
    width: 1920px;
    height: 371px;
    padding-top: 44px;
    background: #eff3f5;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ho-bannerimg {
    width: 100%;
    height: 360px;
    position: relative;
}

.ho-bannerimg a {
    display: inline-block;
    width: 100%;
}

.ho-bannerimg a img {
    width: 1200px;
    height: 360px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ho-bannerwrap .ho-prev {
    background-image: url(../img/icon/left.png);
    left: -50px;
    right: auto;
    width: 40px;
    height: 78px;
    margin-top: 0px;
    background-size: 40px 78px;
    opacity: 0;
}

.ho-bannerwrap .ho-next {
    background-image: url(../img/icon/right.png);
    right: -50px;
    left: auto;
    width: 40px;
    height: 78px;
    margin-top: 0px;
    background-size: 40px 78px;
    opacity: 0;
}

@media screen and (max-width: 1330px) {
    .ho-bannerwrap .ho-next {
        right: 20px;
        margin-top: -39px;
    }
    .ho-bannerwrap .ho-prev {
        left: 20px;
        margin-top: -39px;
    }
}

.ho-bannerwrap:hover .ho-prev {
    opacity: 1;
}

.ho-bannerwrap:hover .ho-next {
    opacity: 1;
}

.ho-bannerswiper .swiper-slide-active {
    margin-top: -31px;
}

.ho-bannerswiper .swiper-slide {
    height: 360px;
}

.ho-content {
    width: 100%;
    /* margin-top: 40px; */
    background: #ffffff;
}

.ho-newswrap {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    padding-top: 40px;
}

.ho-newsleft {
    width: 816px;
    float: left;
}

.ho-newstitle {
    width: 100%;
    height: 38px;
    overflow: hidden;
    border-bottom: 1px solid #E5E5E5;
}

.ho-titleleft {
    width: 50%;
    float: left;
    overflow: hidden;
}

.ho-titleleft h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #666666;
    float: left;
    padding-bottom: 8px;
    border-bottom: 4px solid #FFFFFF;
}

.ho-titleleft span {
    display: inline-block;
    font-size: 20px;
    color: #666666;
    float: left;
    margin-left: 15px;
}

.ho-more {
    width: 50%;
    text-align: right;
    line-height: 38px;
    float: right;
}

.ho-more a {
    font-size: 14px;
    color: #999999;
}

.ho-livewrap {
    width: 100%;
    padding-top: 30px;
}

.ho-liveleft {
    width: 540px;
    float: left;
    cursor: pointer;
}

.ho-imgwrap {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.ho-imgwrap img {
    width: 100%;
    height: 100%;
}

.ho-imgwrap:hover .ho-imginfo {
    top: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-imginfo {
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-imgwrap:hover .ho-infowrap {
    top: 137px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-infowrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-infowrap h3 {
    width: 100%;
    font-size: 20px;
    line-height: 42px;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}

.ho-livelabel {
    width: 175px;
    margin: 0 auto;
    margin-top: 26px;
}

.ho-livelabel a {
    display: inline-block;
    width: 94px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #FFFFFF;
    float: left;
}

.ho-livelabel span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    float: left;
    margin-top: 9px;
}

.ho-liveright {
    width: 255px;
    float: right;
}

.ho-livefutrue {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.ho-livefutrue img {
    width: 100%;
    height: 100%;
}

.ho-willer:hover .ho-imginfo1 {
    top: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-hository:hover .ho-imginfo1 {
    top: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-imginfo1 {
    position: absolute;
    top: 134px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-willer:hover .ho-infowrap1 {
    top: 39px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-hository:hover .ho-infowrap1 {
    top: 55px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-infowrap1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-infowrap1 h3 {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}

.ho-livelabel2 {
    width: 157px;
    margin: 0 auto;
    margin-top: 5px;
}

.ho-livelabel2 a {
    display: inline-block;
    width: 76px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    float: left;
}

.ho-livelabel2 span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    float: left;
    margin-top: 9px;
}

.ho-livelabel5 {
    width: 174px;
    margin: 0 auto;
    margin-top: 5px;
}

.ho-livelabel5 a {
    display: inline-block;
    width: 76px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    float: left;
}

.ho-livelabel5 span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    float: left;
    margin-top: 9px;
}

.ho-livetime1 {
    width: 174px;
    margin: 0 auto;
    height: 50px;
    background: url(../img/icon/jijiang-luang.png) 0 50% no-repeat;
    background-size: 174px 50px;
    text-align: center;
    position: relative;
    margin-top: 9px;
}

.ho-livetime1 a {
    position: absolute;
    top: -9px;
    left: 37px;
    display: block;
    width: 100px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #FFFFFF;
    float: none;
}

.ho-livetime1 p {
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 18px;
}

.ho-livetime {
    width: 136px;
    margin: 0 auto;
    height: 42px;
    background: url(../img/icon/futureed.png) 0 50% no-repeat;
    background-size: 136px 42px;
    text-align: center;
    position: relative;
    margin-top: 9px;
}

.ho-livetime a {
    position: absolute;
    top: -9px;
    left: 30px;
    display: block;
    width: 76px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    float: none;
}

.ho-livetime p {
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 14px;
}

.ho-hository {
    margin-top: 20px;
}

.ho-newsright {
    width: 356px;
    float: right;
}

.ho-newtab {
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
}

.ho-newsright span {
    display: inline-block;
    width: 120px;
    height: 40px;
    float: left;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    cursor: pointer;
}

.ho-newsright span:nth-last-child(1) {
    float: right;
}

.ho-newscontent {
    width: 100%;
    height: 360px;
    padding: 0 10px;
    border: 2px solid #FFFFFF;
    margin-top: 29px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7a4b), to(#ea535d));
    -webkit-border-image: -webkit-linear-gradient(#ff7a4b, #ea535d);
    -moz-border-image: -moz-linear-gradient(#ff7a4b, #ea535d);
    -o-border-image: -o-linear-gradient(#ff7a4b, #ea535d);
    border-image: linear-gradient(#ff7a4b, #ea535d) 30 30;
}

.ho-newlistwrap {
    width: 100%;
    padding-top: 8px;
}

.ho-listed {
    width: 100%;
    height: 34px;
    overflow: hidden;
}

.ho-listed span {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 34px;
    float: left;
}

.ho-listed p {
    display: inline-block;
    width: 254px;
    font-size: 14px;
    line-height: 34px;
    float: left;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.ho-listed span:nth-child(1) {
    font-size: 14px;
    margin-right: 3px;
}

.ho-listed span:nth-child(3) {
    color: #999999;
    font-size: 12px;
    float: right;
}

.ho-listmore {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.ho-listmore a {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.ho-newsswiper {
    width: 100%;
    height: 348px;
    overflow: hidden;
    padding-top: 8px;
}

.ho-actionwrap {
    width: 100%;
    height: 336px;
}

.ho-actions {
    width: 100%;
    overflow: hidden;
}

.ho-ip {
    width: 100px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    float: left;
}

.ho-actioninfo {
    width: 218px;
    float: right;
}

.ho-actioninfo h3 {
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.ho-actioninfo p {
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    margin-top: 10px;
}

.ho-actionwrap .swiper-slide {
    cursor: pointer;
}

.ho-actionwrap .swiper-slide:hover h3 {
    color: #ea535d;
}

.ho-actionwrap .swiper-slide:nth-child(odd) .ho-ip {
    border-color: #ea535d;
    color: #ea535d;
}

.ho-actionwrap .swiper-slide:nth-child(even) .ho-ip {
    border-color: #ff7b4a;
    color: #ff7b4a;
}

.ho-middlewrap {
    width: 100%;
    background: #eff3f5;
    margin-top: 50px;
}

.ho-mapwrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.ho-mapwrap img {
    width: 100%;
}

.ho-lookmap {
    position: absolute;
    top: 18px;
    right: 258px;
    width: 96px;
    height: 100px;
    background: rgba(69, 83, 163, 0.5);
    padding: 5px;
}

.ho-location {
    width: 84px;
    height: 90px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.ho-location img {
    width: 96px;
    height: 100px;
    margin: -5px;
}

.ho-location h3 {
    width: 74px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    border-radius: 13px;
    background: #4553a3;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    bottom: -13px;
    left: 5px;
    cursor: pointer;
}

.ho-xunwrap {
    width: 1200px;
    margin: 0 auto;
    padding: 48px 0;
}

.ho-xunleft {
    width: 270px;
    background: #FFFFFF;
    float: left;
    padding: 25px 0 17px;
}

.ho-xuninnder {
    width: 230px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 6px;
}

.ho-xuninnwrap {
    width: 218px;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
}

.ho-xuntitle {
    width: 76px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: -15px;
}

.ho-xuntitle h3 {
    color: #666666;
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.ho-xuntitle p {
    color: #999999;
    width: 218px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    margin-top: 10px;
    margin-left: -70px;
}

.ho-xunlist {
    width: 100px;
    margin: 0 auto;
    margin-top: 24px;
}

.ho-xunlist a {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 21px;
}

.ho-xunright {
    width: 900px;
    height: 412px;
    overflow: hidden;
    float: right;
}

.ho-danceone {
    width: 440px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
}

.ho-danceone:nth-child(2n) {
    margin-right: 0;
}

.ho-danceimg {
    width: 294px;
    height: 196px;
    overflow: hidden;
    position: relative;
    float: left;
}

.ho-danceimg img {
    width: 100%;
    height: 100%;
}

.ho-danceone:hover .ho-danceinfo {
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-danceinfo {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 76px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-danceimg .ho-danceinfo img {
    width: 44px;
    height: 44px;
    vertical-align: top;
}

.ho-danceone:hover .ho-infoeds {
    border: 1px solid #ea535d;
    border-left: 0;
}

.ho-infoeds {
    width: 146px;
    height: 160px;
    background: #FFFFFF;
    float: left;
    padding: 0 10px;
    padding-top: 58px;
    margin-top: 36px;
    border: 1px solid #FFFFFF;
    border-left: 0;
}

.ho-infoeds h3 {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ho-infoeds p {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.ho-activiwrap {
    width: 900px;
    float: right;
}

.ho-actileft {
    width: 620px;
    float: left;
}

.ho-actiimg {
    width: 100%;
    height: 412px;
    overflow: hidden;
}

.ho-actiimg img {
    width: 100%;
    height: 100%;
    display: none;
}

.ho-actiimg img:nth-child(1) {
    display: block;
}

.ho-actright {
    width: 280px;
    height: 412px;
    float: left;
    background: #FFFFFF;
}

.ho-actione {
    width: 100%;
    height: 103px;
    box-shadow: 0 5px 10px 0px rgba(187, 187, 187, 0.1);
    padding: 30px 18px;
    cursor: pointer;
}


/*.ho-actione:nth-last-child(1){
	border-bottom: 0;
}*/

.ho-acthover {
    border: 1px solid #ea535d;
}

.ho-actright .ho-acthover h3 {
    color: #ea535d;
}

.ho-actright .ho-acthover span {
    color: #ea535d;
}

.ho-actione h3 {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ho-titmewrap {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.ho-actright .ho-acthover i {
    background: url(../img/icon/time-icon-select.png) 0 50% no-repeat;
}

.ho-titmewrap i {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(../img/icon/time-icon.png) 0 50% no-repeat;
    margin-top: 1px;
}

.ho-titmewrap span {
    display: inline-block;
    float: left;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
}

.ho-crowdwrap {
    width: 900px;
    float: right;
}

.ho-crowlist {
    width: 288px;
    float: left;
    margin-right: 18px;
}

.ho-crowlist:nth-child(3n) {
    margin-right: 0;
}

.ho-crowone {
    width: 100%;
    padding-top: 25px;
}

.ho-crowinfo {
    width: 100%;
    background: #FFFFFF;
    position: relative;
    padding-top: 36px;
    padding-bottom: 15px;
}

.ho-zhichi {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    background: #FFFFFF;
    position: absolute;
    top: -25px;
    left: 114px;
}

.ho-crowinfo h3 {
    width: 100%;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    margin-top: 12px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ho-crowinfo p {
    width: 100%;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin-top: 12px;
}

.ho-voteprocess {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    margin-top: 8px;
}

.ho-process {
    width: 200px;
    height: 4px;
    float: left;
    border-radius: 2px;
    background: #e5e5e5;
    margin-top: 7px;
}

.ho-bar {
    width: 50%;
    height: 4px;
}

.ho-voteprocess span {
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 18px;
}

.ho-crowimg {
    width: 100%;
    height: 192px;
    overflow: hidden;
}

.ho-crowimg img {
    width: 100%;
    height: 100%;
}

.ho-venuewrap {
    width: 900px;
    float: right;
}

.ho-venueone {
    width: 288px;
    float: left;
    margin-right: 18px;
    cursor: pointer;
}

.ho-venueone:nth-child(3n) {
    margin-right: 0;
}

.ho-vnimg {
    width: 100%;
    height: 192px;
    overflow: hidden;
    position: relative;
}

.ho-vnimg img {
    width: 100%;
    height: 100%;
}


/*.ho-venueone:hover p{
	color: rgba(234,83,93,1);
}*/

.ho-venueone:hover .ho-goto {
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-goto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(234, 83, 93, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-goinner {
    width: 100%;
    height: 192px;
    padding-top: 77px;
    text-align: center;
    background: url(../img/icon/xiexian.png) 50% 50% no-repeat;
    background-size: 100px 114px;
}

.ho-goinner a {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.ho-venueinfo {
    width: 100%;
    height: 160px;
    padding: 0 18px;
    background: #FFFFFF;
    padding-top: ;
}

.ho-venueinfo h3 {
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 0 15px;
    font-weight: normal;
}

.ho-venueinfo p {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: justify;
}

.ho-apperwrap {
    width: 900px;
    float: right;
}

.ho-apperone {
    width: 213px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.ho-apperone:nth-child(4n) {
    margin-right: 0;
}

.ho-apperone:nth-child(n>4) {
    margin-bottom: 0;
}

.ho-apperimg {
    width: 100%;
    height: 142px;
    overflow: hidden;
    position: relative;
}

.ho-apperimg img {
    width: 100%;
    height: 100%;
}

.ho-apperone:hover .ho-appplay {
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-appplay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-top: 49px;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ho-appplay img {
    width: 44px;
    height: 44px;
}

.ho-apperinfo {
    width: 100%;
    padding: 18px 14px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-top: 0;
}

.ho-apperone:hover .ho-apperinfo {
    border: 1px solid #ea535d;
    border-top: 0;
}

.ho-apperinfo h3 {
    width: 145px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    float: left;
}

.ho-apperinfo span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    float: right;
}

.ho-fengeline {
    width: 1200px;
    margin: 0 auto;
}

.ho-fengeline p {
    width: 100%;
    height: 1px;
    background: #dee9ee;
    margin-bottom: 2px;
}

.ho-question {
    position: fixed;
    bottom: 290px;
    right: 15px;
    width: 180px;
    background: #f29b76;
    border-radius: 4px;
    z-index: 999;
}

.ho-quedscontent {
    width: 100%;
    min-height: 165px;
    position: relative;
    padding-top: 10px;
}

.ho-quetitle {
    width: 100%;
    padding-bottom: 6px;
    background: url(../img/icon/fengexian.png) 50% 100% no-repeat;
    background-size: 129px 1px;
}

.ho-quetitle h3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: normal;
}

.ho-quelistwrap {
    width: 110px;
    margin: 0 auto;
    padding-top: 6px;
}

.ho-quelistwrap h3 {
    width: 100%;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
}

.ho-quelist {
    width: 100%;
    padding-top: 15px;
}

.ho-queone {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer;
}

.ho-quelist .ho-selected a {
    border-width: 3px;
}

.ho-queone a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    float: left;
    margin-top: 4px;
}

.ho-queone span {
    display: inline-block;
    width: 88px;
    line-height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
    word-break: break-all;
    margin-left: 10px;
}

.ho-waimg {
    position: absolute;
    top: -2px;
    left: -27px;
    width: 47px;
}

.ho-queclosed {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.ho-queclosed img {
    width: 10px;
    vertical-align: top;
}

.ho-slidenav {
    width: 1200px;
    height: 0px;
    position: relative;
    margin: 0 auto;
}

.ho-navconter {
    position: absolute;
    margin-left: -110px;
    top: 24px;
    width: 108px!important;
    border-left: 1px solid #E5E5E5;
}

.ho-snvlist {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-left: -5px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.ho-snvlist:nth-last-child(1) {
    margin-bottom: -5px;
}

.ho-snvlist a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cccccc;
    float: left;
    margin-top: 7px;
    border-radius: 50%;
}

.ho-navconter .ho-svnactive {
    margin-left: -6px;
    margin-top: -6px;
}

.ho-navconter .ho-svnactive a {
    width: 12px;
    height: 12px;
    border: 1px solid #ea535d;
    background: #FFFFFF;
}

.ho-snvlist span {
    display: inline-block;
    width: 50px;
    height: 24px;
    color: #999999;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-left: 5px;
}

.ho-svnactive span {
    background: #ea535d;
    color: #FFFFFF;
}

.ho-acttagmain_fix {
    position: fixed;
    top: 100px;
    margin-left: -110px;
    z-index: 100;
}

@media screen and (max-width: 1330px) {
    .ho-acttagmain_fix {
        margin-left: 0;
        left: 20px;
    }
}

.ho-moved {
    animation: move 0.3s ease-in;
    -webkit-animation: move 0.3s ease-in;
    -ms-animation: move 0.3s ease-in;
    -moz-animation: move 0.3s ease-in;
    -o-animation: move 0.3s ease-in;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    99% {
        -webkit-transform: rotateY(120deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-ms-keyframes move {
    0% {
        -ms-transform: rotateY(0deg);
    }
    99% {
        -ms-transform: rotateY(120deg);
    }
    100% {
        -ms-transform: rotateY(0deg);
    }
}

@-moz-keyframes move {
    0% {
        -moz-transform: rotateY(0deg);
    }
    99% {
        -moz-transform: rotateY(120deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}

@-o-keyframes move {
    0% {
        -o-transform: rotateY(0deg);
    }
    99% {
        -o-transform: rotateY(120deg);
    }
    100% {
        -o-transform: rotateY(0deg);
    }
}

.ho-answerwrap {
    width: 100%;
    padding: 25px 15px 20px 30px;
}

.ho-answerwrap h3 {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
}

.ho-answerwrap p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 6px;
}

.ho-cloudwrap {
    position: absolute;
    top: -27px;
    left: 14px;
    width: 142px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 14px;
    color: #f6931e;
    background: url(../img/icon/clouded.png) 0 50% no-repeat;
}

.volteer-piaochuang {
    position: fixed;
    top: 200px;
    right: 0px;
    width: 110px;
    height: 194px;
    z-index: 9999;
    cursor: pointer;
}