* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    outline: none;
    font-family: "FZKATJW", "Microsoft YaHei", "微软雅黑", "宋体", "simsun", "Arial", "Arial Narrow";
}

.moduleImg {
    width: 100%;
    height: 270px;
    position: relative;
    min-width: 1200px;
    border-top: 2px solid #302e31;
    text-align: center;
    overflow: hidden;
}

.Column {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.HouseInfo .lArea {
    width: 385px;
    margin-right: 20px;
}

.fl {
    float: left;
    display: inline;
}

.imga img {
    display: block;
    width: 100%;
}

.HouseInfo .rArea {
    width: 795px;
}

.HouseTitle {
    margin-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.msgTitle {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 17px;
    padding-bottom: 20px;
}

.HouseTitle h1 {
    line-height: 24px;
}

.msgTitle h1 {
    line-height: 30px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.msgTitle h1 .date {
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    color: #999;
    margin-left: 10px;
}

.HouseInfo .Con {

    overflow: hidden;
    position: relative;
    height: 155px;
}

.msgContent {
    overflow: hidden;
    font-size: 14px;
}

.HouseInfo .Con .openBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 20px;
    background: url(../images/house_info_open.png) repeat-x;
    text-align: center;
}

.HouseInfo .Con .openBtn i {
    width: 30px;
    height: 30px;
    background: url(../images/public.png) -600px -120px no-repeat;
}

.hr10 {
    height: 10px;
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.pubBtns .book {
    border-color: #C4261D;
    background: #C4261D;
    color: #FFF;
}

.pubBtns a {
    position: relative;
    float: left;
    width: 176px;
    height: 32px;
    margin-left: 14px;
    border: 2px solid #A5A4A4;
    line-height: 32px;
    text-align: center;
    color: #A5A4A4;
    text-indent: 0;
    transition: all ease-out .5s;
}

a {
    color: #3E3A39;
    text-decoration: none;
    transition: color 0.3s linear 0s, background-color 0.3s linear 0s;
}

.clearfix, .Column {
    zoom: 1;
}

.f16 {
    font-size: 16px;
}

.red, .red a, a.red {
    color: #C4261D;
}

cite, em, i {
    font-style: normal;
}

.pubTit2 {
    margin-bottom: 20px;
}

.pubTit {
    clear: both;
    min-width: 1200px;
    height: 69px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    line-height: 69px;
}

.pubTit .more {
    float: right;
    width: 60px;
    height: 30px;
    margin-top: 26px;
    background: url(../images/index.png) -60px 0 no-repeat;
    text-indent: -999em;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pubTit .more:hover {
    background: url(../images/index.png) -60px -30px no-repeat;
}

a {
    color: #3E3A39;
    text-decoration: none;
    transition: color 0.3s linear 0s, background-color 0.3s linear 0s;
}

.pubTit h2 {
    position: relative;
    float: left;
    height: 69px;
    border-bottom: 1px solid transparent;
    font-weight: normal;
    font-size: 20px;
}

.pubTit h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background: #C4261D;
}

ul, ol, li {
    list-style-type: none;
}

.pMCasesList li {
    float: left;
    width: 380px;
    height: 470px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 40px;
}

#end {
    margin-right: 0;
}

.pMCasesList li .imga1 {
    position: relative;
    width: 380px;
    height: 320px;
    overflow: hidden;
}

.pMCasesList li .imga1 img {
    width: 380px;
    height: 320px;
    transition: transform .32s cubic-bezier(.51, 1.1, .9, .95);
}

.pMCasesList li .imga1 .img-box {
    width: 380px;
    height: 320px;
    position: absolute;
    left: 0;
    top: -305px;
    border: 1px solid white;
    /*background: red;*/
    transition: transform .32s cubic-bezier(.51, 1.1, .9, .95);
}

.pMCasesList li .info {
    position: relative;
    text-align: center;
    background: #f1f1f1;
    height: 150px;
    overflow: hidden;
    padding: 0 20px;
}

.pMCasesList li .info .f22 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
    transition: margin .3s;
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pMCasesList li .info .f18 {
    margin-top: 15px;
    font-size: 16px;
    color: #9b9996;
}

.pMCasesList li .info .f16 {
    margin-top: 15px;
    font-size: 16px;
    color: #9b9996;
    transition: margin .3s;
}

.pMCasesList li .info .view {
    position: absolute;
    left: 0;
    bottom: -47px;
    height: 21px;
    width: 100%;
    padding: 13px 0;
    background: #C4261D;
    display: block;
    transition: bottom .3s;
}

.pMCasesList li .info .view .icon {
    display: block;
    margin: 0 auto;
    background: url(../images/index.png) -545px -62px no-repeat;
    width: 40px;
    height: 20px;
}

.hover {
    box-shadow: 0 0 10px #666
}

.pMCasesList li.hover .imga1 .img-box {
    transform: scale(0.89)
}

.scale img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale:hover img {
    transform: scale(1.07)
}

.pMCasesList li.hover .info .f22, .pMCasesList li.hover .info .f18, .pMCasesList li.hover .info .f16 {
    margin-top: 7px
}

.pMCasesList li.hover .info .view {
    bottom: 0
}

.pubBtns a:hover {
    border-color: #F44336;
    background: #F44336;
    color: #FFF;
    text-indent: -20px
}

.box_md2 {
    padding: 0 20px;
}

.box_md2 .head {
    font-family: "微软雅黑";
    padding-top: 35px;
    height: 26px;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 2px solid #999999;
    font-weight: bold;
}

.box_md2 .head span {
    font-size: 14px;
    margin-left: 10px;
}

.box_info .body {
    overflow: hidden;
    padding-top: 28px;
}

.box_info .body .pic {
    float: left;
}

.box_info .body .pic img {
    width: 365px;
    height: 225px;
}

.box_info .body .txt {
    margin-left: 390px;
}

.box_info .body .txt .hd {
    border-bottom: 1px solid #e8e8e8;
}

.box_info .body .txt .hd h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.box_info .body .txt .hd p {
    padding-top: 15px;
    height: 24px;
    line-height: 14px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.box_info .body .txt .hd p span {
    float: left;
    margin-right: 40px;
}

.box_info .body .txt .hd p span i {
    color: #e64444;
    margin-right: 5px;
}

.box_info .body .txt .bd {
    padding-top: 10px;
}

.box_info .body .txt .bd p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    height: 80px;
    text-indent: 2em;
    overflow: hidden;
}

.box_info .body .txt .bd span {
    display: block;
    overflow: hidden;
}

.box_info .body .txt .bd span a {
    float: left;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #c99969;
    border-radius: 3px;
    margin-right: 25px;
}

.box_info .body .txt .bd span a:hover {
    background: #c99969;
    color: #FFF;
    border-color: #c99969;
}

.box_info .body .txt .ft {
    margin-top: 18px;
    padding-left: 40px;
    line-height: 25px;
    background: url(../images/i10.png) no-repeat center left;
    font-size: 22px;
    color: #f00;
}

.game163 {
    position: relative;
    overflow: hidden;
    width: 895px;
}

.game163 .bigImg {
    height: 480px;
    position: relative;
}

.game163 .bigImg li {
    position: absolute
}

.game163 .bigImg li img {
    vertical-align: middle;
    width: 895px;
    height: 614px;
}

.game163 .smallScroll {
    height: 114px;
    margin-top: 20px;
}

.game163 .sPrev, .game163 .sNext {;
    position: absolute;
    display: block;
    width: 45px;
    height: 114px;
    text-indent: -9999px;
    background: url(../images/arr_prev.png) no-repeat center #cfcfcf;
}

.game163 .sNext {
    position: absolute;
    right: 0;
    background-image: url(../images/arr_next.png)
}

.game163 .sPrev:hover,
.game163 .sNext:hover {
    background-color: #e8e8e8;
}

.game163 .smallImg {
    float: left;
    margin: 0 60px;
    display: inline;
    width: 765px;
    overflow: hidden;
}

.game163 .smallImg ul {
    height: 114px;
    width: 9999px;
    overflow: hidden;
}

.game163 .smallImg li {
    float: left;
    padding: 0 4px 0 0;
    width: 207px;
    cursor: pointer;
    display: inline;
}

.game163 .smallImg img {
    border: 1px solid #dcdddd;
    width: 205px;
    height: 112px;
}

.game163 .smallImg .on img {
    border-color: #ff0000;
}

.box_qthx {
    margin-top: 70px;
    padding: 0;
}

.box_qthx .head {
    margin: 0 20px;
}

.box_qthx .body {
    padding-left: 5px;
    padding-top: 10px;
}

.box_qthx .body ul {
    overflow: hidden;
    padding-bottom: 40px;
}

.box_qthx .body ul li {
    float: left;
    width: 278px;
    height: 186px;
    margin: 22px 13px 0;
    border: 2px solid #a0a0a0;
}

.box_qthx .body ul li img {
    width: 278px;
    height: 186px;
}

.box_qthx .body ul li:hover {
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35); /*firefox*/
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35); /*safari或chrome*/
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35); /*opera或ie9*/
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.clearfix {
    zoom: 1;
}

.c_lft {
    /*float: left;*/
    width: 935px;
    margin: 0 auto;
}

.bg_fff {
    background: #FFF;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    /*position: relative;*/
    height: 654px;
}

.box_wdkj .box_info .head {
    padding-top: 15px;
}

.box_wdkj .box_info .body .txt .ft {
    margin-top: 50px;
}

.box_wdkj .game163 {
    width: auto;
}

.box_wdkj .game163 .bigImg li img {
    width: 100%;
}

.game163 .smallImg li {
    width: 187px;
}

.game163 .smallImg li img {
    width: 185px;
}

.game163 .next,
.game163 .prev {
    display: block;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 490px;
    background: url(../images/e_prev.png) no-repeat 5% center;
}

.game163 .next {
    left: auto;
    right: 0;
    background: url(../images/e_next.png) no-repeat 95% center;
}