body {
    background: #91282d;
    padding-top: 90px;
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}
/*body>div{
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

#header {
    height: 90px;
    width: 100%;
    background: #c08168;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

#LoutiNav {
    width: 1200px;
    margin: 0 auto;
}

#LoutiNav li {
    float: left;
    height: 90px;
    width: 14%;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    color: #91272B;
    font-size: 23px;
}

#LoutiNav .active {
    color: #EFDAA5;
}

#LoutiNav .active:after{
    content: url("../img/xf.png");
    vertical-align: middle;
    width: 15px;
}
#LoutiNav .active:before{
    content: url("../img/xf.png");
    vertical-align: middle;
}
#LoutiNav li span {
    margin: 0 10px;
}

#goTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: gray;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
}

#main div {
    margin-right: auto;
    margin-left: auto;
}

#main .bannerWrap {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e2c395;
}

.preface .prefaceHeaer {
    height: 284px;
    line-height: 284px;
    text-align: center;
}

.preface .prefaceHeaer img {
    vertical-align: middle;
}

.preface .prefaceContent {
    height: 320px;
    padding-top: 48px;
    background: #ecd28e;
    position: relative;
    color: #000;
}

.preface .prefaceContent p {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
}

.preface .prefaceContent img.zuo {
    position: absolute;
    top: 85px;
    right: 0;
}

.preface .prefaceContent img.you {
    position: absolute;
    top: 85px;
    left: 0;
}

.tourGuide .tourGuideTitle {
    width: 1200px;
    height: 282px;
    line-height: 282px;
    text-align: center;
    border-bottom: 1px solid #e2c395;
}

.tourGuide .tourGuideTitle img {
    vertical-align: middle;
}

.tourGuide .tourGuideContent {
    width: 1060px;
    padding: 30px 70px;
    border-bottom: 1px solid #e2c395;
}

.tourGuideContent p {
    color: #EFDAA5;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
}

.tourGuideContentMain {
    padding-top: 42px;
    position: relative;
}

.tourGuideContentMain ul li {
    color: #fff;
    font-size: 13px;
}

.tourGuideContentMain ul li:first-child {
    color: #F29B76;
    font-size: 18px;
}

.tourGuideContentMain ul li img {
    vertical-align: middle;
    margin-right: 14px;
}

.video {
    width: 430px;
    height: 320px;
    top: 60px;
    right: 56px;
}
.mask{
    width: 430px;
    height: 242px;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0,0,0,0.3);
}
.mask img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -22px;
    margin-left: -22px;
}
.exhibitionIntroduction>div {
    width: 1200px;
}
.exhibitionWrap{
    width: 100% !important;
    background: #91272B;
    text-align: center;
}

.left{
    position: absolute;
    top: 50%;
    left:-250px;
    margin-top: -85px;
}
.right{
    position: absolute;
    right:-250px;
    top: 50%;
    margin-top: -85px;
}

.exhibitionTitle {
    height: 282px;
    line-height: 282px;
    text-align: center;
}

.exhibitionTitle img,
.extendedlTitle img,
.weiboTitle img {
    vertical-align: middle;
}

.exhibitionWrap > div{
    width: 320px;
    height: 70px;
    border: 1px solid #ECD28E;
    color: #ECD28E;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
}

.exhibitionWrap > p{
    color: #EFDAA5;
    font-size: 16px;
    line-height: 30px;
}

.exhibitionBorder {
    border: 4px solid #FFCF87;
    color: #ECD28E;
    padding: 36px 0 34px;
    position: relative;
}

.exhibitionBorder:after {
    content: url("../img/xxf.png");
    width: 24px;
    height: 24px;
    position: absolute;
    right: -14px;
    top: 47%;
}

.exhibitionBorder:before {
    content: url("../img/xxf.png");
    width: 24px;
    height: 24px;
    position: absolute;
    left: -14px;
    top: 47%;
}

.exhibitionBorder p>span {
    font-size: 36px;
    font-weight: bold;
    margin-right: 20px;
    vertical-align: middle;
}

.exhibitionBorder p {
    width: 1097px;
    font-size: 18px;
    line-height: 36px;
    margin: 0 auto;
    text-indent: 2em;
}
.exhibitionBorder p:first-child {
    font-size: 24px;
    margin-bottom: 30px;
    color: #efac5c;
    text-align: center;
}

.borderStyle {
    position: relative;
    cursor: pointer;
}

.borderStyle:after {
    content: url("../img/xf.png");
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10px;
    top: 25px;
}

.borderStyle:before {
    content: url("../img/xf.png");
    width: 21px;
    height: 21px;
    position: absolute;
    left: -12px;
    top: 25px;
}

.borderStyle2{
    background: #ECD28E;
    position: relative;
    cursor: pointer;
    color: #91272B !important;
}
.borderStyle2:after{
    content: url("../img/kxf.png");
    width: 21px;
    height: 21px;
    position: absolute;
    left: -12px;
    top: 25px;
}
.borderStyle2:before {
    content: url("../img/kxf.png");
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10px;
    top: 25px;
}

.exhibition{
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
}
/*t1-1*/
.exhibition p{
    text-indent: 2em;
}
.t1-1{
    /*height: 250px;*/
    padding-top: 330px;
}
.t1-1 div{
    width:358px;
    height:300px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    padding: 80px 23px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    /*display: inline-block;*/
    float: left;
}

.t1-1 img{
    margin-top: -360px;
}
/*t1-2*/
.t1-2{
    /*width:1200px;*/
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    height:231px;
    border: 2px solid #EFDAA5;
    margin: 0 auto 70px;
    padding-top: 30px;
}
.t1-2 img{
    float: left;
    margin: -70px 24px 0;
}
/*t1-3*/
.t1-3{
    height: 248px;
    margin: 60px 0;
}
.t1-3 div{
    border: 2px solid #EFDAA5;
    width:460px;
    height:200px;
    padding: 24px;
    float: left;
    text-indent: 2em ;
}
.t1-3 div img{
    float: right;
    margin: -60px -100px 0 0;
}
/*第一展厅第二单元*/
.t2-1{
    padding-top: 158px;
}
.t2-1 div{
    width:358px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    padding: 0 23px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}

.t2-1 img{
    margin-top: -364px;
}
.t2-2{
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    margin: 30px auto 70px;
    padding: 40px 28px 20px;
}

.t2-2 img{
    float: right;
    margin: -460px 24px 0;
}
/*t2-3*/
.t2-3{
    padding-top: 100px;
}
.t2-3 div{
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}

.t2-3 p{
    text-indent: 2em;
    padding: 18px 24px;
}
.t2-3 img{
    display: block;
    margin: -117px auto 0;
}
/*--t3-1--*/
.t3-1{
    margin-top: 166px;
}
.t3-1 div{
    border: 2px solid #EFDAA5;
    font-size:16px;
    line-height:30px;
    color: #EFDAA5;
    float: left;
}
.t3-1 div img{
    display: block;
    margin: -138px auto 18px;
}
.t3-1 p{
    text-indent: 2em;
    padding: 0 22px;
}
.t3-1-01{
    width: 344px;
}
.t3-1-02{
    width: 300px;
    margin: 0 30px !important;
}
.t3-1-03{
    width: 480px;
}
/*t3-2*/
.t3-2{
    margin-top: 50px;
}
.t3-2 div{
    border: 2px solid #EFDAA5;
    font-size:16px;
    line-height:30px;
    color: #EFDAA5;
    float: left;
}
.t3-2 p{
    text-indent: 2em;
}
.t3-2-01{
    width:640px;
    margin-right: 60px !important;
    padding: 36px 0 18px 14px;
    margin-bottom: 60px;
}
.t3-2-01 img{
    float: right;
    margin-right: -30px;
    /*margin-top: -64px;*/
    margin-left: 33px;
}
.t3-2-02{
    width:462px;
    padding:0 0 0 16px;
}
.t3-2-02 img{
    display: block;
    margin: -32px auto 0;
}
/*t3-3*/
.t3-3{
    height: 326px;
}
.t3-3 div{
    border: 2px solid #EFDAA5;
    font-size:16px;
    line-height:30px;
    color: #EFDAA5;
    float: left;
}
.t3-3 p{
    text-indent: 2em;
}
.t3-3-01{
    width:1042px;
    height: 228px;
    padding: 32px 32px 0;
    margin-left: 88px !important;
}
.t3-3-01 img{
    float: left;
    margin-right: 31px;
    margin-top: -64px;
    margin-left: -122px;
}
/*t4-1*/
.t4-1,.t4-2{
    padding-top: 350px;
    margin-top: 40px;
}
.t4-1-item{
    border: 2px solid #EFDAA5;
    font-size:16px;
    line-height:30px;
    color: #EFDAA5;
    float: left;
    width: 308px;
    padding: 0 23px 15px;
}
.t4-1-item img{
    display: block;
    margin: -350px auto 0;
}
.t4-1-item p{
    text-indent: 2em;
}
/*t5-1*/
.t5-1{
    height: 326px;
}
.t5-1 div{
    border: 2px solid #EFDAA5;
    font-size:16px;
    line-height:30px;
    color: #EFDAA5;
    float: left;
}
.t5-1 p{
    text-indent: 2em;
}
.t5-1-le{
    width:516px;
    height: 392px;
    margin-top: 87px;
    margin-right: 30px !important;
    margin-left: 79px !important;
}
.t5-1-ri{
    width:1175px;
    height:392px;
    margin-top: 87px;
}
.t5-1-le p{
    padding: 32px 22px 0;
}
.t5-1-ri p{
    padding: 0 24px;
}
.t5-1-le img{
    float: left;
    margin-right: 30px;
    margin-top: -57px;
    margin-left: -79px;
}
.t5-1-ri img{
    display: block;
    margin: -57px auto 14px;
}
/*.t5-3*/
.t5-2{
    margin-top: 30px;
}
.t5-2 div{
    border: 2px solid #EFDAA5;
    font-size:16px;
    line-height:30px;
    color: #EFDAA5;
    float: left;
}
.t5-2 p{
    text-indent: 2em;
}
.t5-2-le{
    width:314px;
    height: 230px;
    margin-top: 60px;
    margin-right: 202px !important;
}
.t5-2-ri{
    width:608px;
    padding: 40px 24px 0;
    height:242px;
    margin-top: 30px;
}
.t5-2-le p{
    padding: 40px 24px 0;
}
.t5-2-le img{
    float: right;
    margin-right: -138px;
    margin-top: -30px;
}
.t5-2-ri img{
    float: right;
    margin-top: -10px;
    margin-right: -44px;
}
/*t6-1*/
.t6-1{
    padding-top: 210px;
}
.t6-1 div{
    width: 308px;
    padding: 0 23px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t6-1 p{
    text-indent: 2em;
}
.t6-1 img{
    margin-top: -160px;
}
/*--t6-2--*/
.t6-2 div{
    /*padding: 0 30px 19px;*/
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
    margin-top: 32px;
}
.t6-2 img{
    margin-top: -187px;
    float: right;
}
.t6-2-le img{
    margin-right: -10px;
}
.t6-2-ri img{
    margin: -187px auto 0;
}
/*----*/
.t2-1-1 div,
.t2-1-2 div{
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
}
/*展厅二begin*/
.t2-1-1{
    padding-top: 345px;
}
.t2-1-1 div{
    width:358px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-1-1 p{
    text-indent: 2em;
    padding: 18px 24px 20px;
}
.t2-1-1 img{
    display: block;
    margin: -305px auto 0;
}
/*t2-1-2*/
.t2-1-2 div{
    float: left;
}
.t2-1-2-le{
    width: 723px;
    padding: 0 27px 19px;
    margin-right: 60px !important;
    margin-top: 335px;
}
.t2-1-2-ri{
    width: 300px;
    padding: 0 27px 19px;
    margin-top: 17px;
}
.t2-1-2 p{
    text-indent: 2em;
}
.t2-1-2-le img{
    margin-top: -257px;
}
.t2-1-2-ri img{
    margin-top: -60px;
}
/*t2-2-1*/
.t2-2-1{
    padding-top: 360px;
}
.t2-2-1 div{
    width:300px;
    padding: 0 27px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-2-1 p{
    text-indent: 2em;
}
.t2-2-1 img{
    margin-top: -330px;
}
/*t2-2-2*/
.t2-2-2 div{
    padding: 0 27px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-2-2-le{
    width: 430px;
    padding: 0 27px 19px;

    margin-top: 270px;
}
.t2-2-2-ri{
    width: 598px;
    padding: 0 25px 78px !important;
    margin-top: 270px;
    margin-right: 55px !important;
}
.t2-2-2 p{
    text-indent: 2em;
}
.t2-2-2-le img{
    margin-top: -243px;
}
.t2-2-2-ri img{
    margin-top: -243px;
}
/*t2-3-1*/
.t2-3-1 div{
    padding: 0 27px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-3-1-le{
    width: 640px;
    padding: 0 24px 19px !important;
    margin-right: 30px !important;
    margin-top: 237px;
}
.t2-3-1-ri{
    width: 400px;
    margin-top: 237px;
    padding-bottom: 70px !important;
}
.t2-3-1 p{
    text-indent: 2em;
}
.t2-3-1-le img{
    margin-top: -207px;
}
.t2-3-1-ri img{
    margin-top: -207px;
}
/*t2-3-2*/
.t2-3-2{
    padding-top: 250px;
}
.t2-3-2 div{
    width:350px;
    padding: 0 24px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-3-2 p{
    text-indent: 2em;
}
.t2-3-2 img{
    margin-top: -220px;
}
/*t2-4-1*/
.t2-4-1 div{
    padding: 0 24px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-4-1 div img{
    margin: -30px auto 18px;
    display: block;
}
.t2-4-1 p{
    text-indent: 2em;
}
.t2-4-1-le{
    width: 410px;
    margin-right: 30px !important;
    margin-top: 60px;
}
.t2-4-1-ri{
    width: 654px;
    margin-top: 60px;
}
/*t2-4-2*/
.t2-4-2 div{
    padding: 0 24px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-4-2 div img{
    margin: -30px auto 18px;
    display: block;
}
.t2-4-2 p{
    text-indent: 2em;
}
.t2-4-2-le{
    width: 436px;
    margin-right: 30px !important;
    margin-top: 60px;
}
.t2-4-2-ri{
    width: 630px;
    margin-top: 60px;
    text-align: center;
}
/*t2-5-1*/
.t2-5-1 div{
    padding: 0 24px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-5-1 img,.t2-5-2 img{
    margin: -170px auto 0;
    display: block;
}
.t2-5-1 p{
    text-indent: 2em;
}
.t2-5-1-le{
    width: 334px;
    margin-right: 56px !important;
    margin-top: 200px;
}
.t2-5-1 .t2-5-1-ri img{
    float: left;
    margin: 66px 23px 0 -54px;
}
.t2-5-1-ri{
    width: 678px;
    margin-top: 30px;
}
/*t2-5-2*/
.t2-5-2 div{
    padding: 0 24px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t2-5-2 p{
    text-indent: 2em;
}
.t2-5-2-le{
    width: 620px;
    margin-right: 25px !important;
    margin-top: 196px;
}
.t2-5-2-ri{
    width: 446px;
    margin-top: 196px;
}
/*展厅二end*/
/*展厅三begin*/
.t3-1-0 div,
.t3-2-0 div,
.t3-3-0 div{
    padding: 0 24px 19px;
    color: #EFDAA5;
    font-size:16px;
    line-height:30px;
    border: 2px solid #EFDAA5;
    float: left;
}
.t3-2-0 div img{
    display: block;
    margin: -194px auto 18px;
}
.t3-1-0 div img{
    display: block;
    margin: -100px auto 18px;
}
.t3-1-1{
    margin-top: 332px;
}
.t3-1-1 img{
    margin-top: -332px !important;
}
.t3-1-2{
    margin-top: 130px;
    width: 550px;
    margin-right: 30px !important;
}
.t3-1-3{
    width: 514px;
    margin-top: 130px;
}
.t3-1-4{
    margin-right: 30px !important;
    width: 566px;
    margin-top: 130px;
}
.t3-1-5{
    width: 500px;
    margin-top: 130px;
}
/*t3-2-1*/
.t3-2-0 img{
    margin-top: -172px;
}
.t3-2-1{
    margin-right: 20px !important;
    width:406px;
    margin-top: 190px;
    padding-bottom: 48px !important;
}
.t3-2-2{
    margin-top: 190px;
    width: 668px;
}
.t3-2-3{
    margin-right: 28px !important;
    margin-top: 210px;
    width: 638px;
}
.t3-2-4{
    margin-top: 210px;
    width: 426px;
}
.t3-2-5{
     margin-right: 20px !important;
     margin-top: 210px;
     width: 306px;
 }
.t3-2-6{
    margin-right: 20px !important;
    margin-top: 210px;
    width: 394px;
    padding-bottom: 290px !important;
}
.t3-2-7{
    margin-top: 210px;
    width: 294px;
    padding-bottom: 108px !important;
}
.t3-2-8{
    margin-right: 20px !important;
    margin-top: 210px;
    width: 498px;
}
.t3-2-9{
    margin-top: 210px;
    width: 570px;
}
.t3-2-10{
    margin-right: 20px !important;
    margin-top: 210px;
    width: 1148px;
}
.t3-2-11{
    margin-top: 210px;
    width: 516px;
}
.t3-2-12{
    margin-right: 20px !important;
    margin-top: 210px;
    width: 356px;
}
.t3-2-13{
    margin-top: 210px;
    width: 718px;
    padding-bottom: 80px !important;
}
.t3-2-14{
    margin-right: 110px !important;
    width: 438px;
    margin-top: 210px;
}
.t3-2-0 .t3-2-15{
    width: 546px;
    padding-top: 84px;
    margin-top: 24px;
}
.t3-2-0 .t3-2-15 img{
    margin-left: -80px;
    margin-top: -60px;
    margin-right: 20px;
    float: left;
}
/*t3-3-0*/
.t3-3-0 .t3-3-1{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.t3-3-0 .t3-3-2{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.t3-3-1{
    margin-top: 0px;
    height: 316px;
}
.t3-3-2{
    margin-top: 30px;
    height: 346px;
}
.t3-3-1 img{
    margin-right: 24px;
    margin-left: -3px;
    margin-top: -2px;
    float: left;
}
.t3-3-2 img{
    margin-right: -3px;
    margin-left: 24px;
    margin-top: -2px;
    float: right;
}
.t3-3-3{
    margin-top: 212px;
    width: 322px;
    margin-right: 22px !important;
}
.t3-3-4{
    margin-top: 212px;
    width: 744px;
}
.t3-3-3 img,
.t3-3-4 img{
    margin: -182px auto 0;
    display: block;
}
/*展厅三end*/
.exhibitionIntroduction .seeBill {
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin: 40px auto 110px;
    /*border: 1px solid #EFDAA5;*/
    position: relative;
    text-align: center;
    color: #EFDAA5;
}

/*.seeBill:after {
    content: url("../img/xf.png");
    width: 16px;
    height: 16px;
    position: absolute;
    left: -12px;
    top: 4px;
}

.seeBill:before {
    content: url("../img/xf.png");
    width: 16px;
    height: 16px;
    position: absolute;
    right: -5px;
    top: 4px;
}*/

.virtualHallTitle, .extendedlTitle, .weiboTitle {
    height: 282px;
    line-height: 282px;
    text-align: center;
}
.virtualHallContent {
    /*width:1920px;*/
    height: 750px;
    border-top: 1px solid #91282d;
    text-align: center;
    background: url("../img/virtualHall.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.virtualHallContentMask{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    /*opacity:0.3;*/
    border-top: 1px solid #91282d;
}
/*.virtualHallContent p:first-child {
    font-size: 36px;
    font-weight: bold;
    color: #EFDAA5;
    margin-top: 260px;
    text-indent: 0;
}

.virtualHallContent p:first-child + p {
    font-size: 30px;
    font-weight: bold;
    color: #EFDAA5;
    margin: 26px auto 82px;
}*/

.virtualHallContent a {
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #EFDAA5;
    color: #91272B;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -90px;
}

.extendedReading ul li {
    font-size: 18px;
    line-height: 50px;
    color: #EFDAA5;
}

.extendedReading ul li img {
    margin-right: 20px;
    vertical-align: middle;
}

.extendedReading ul li a {
    color: #EFDAA5;
}
.extendedReading ul li a:hover{
    color: #fdc064;
}
.weiboContent {
    width: 1200px;
    height: 850px;
    text-align: center;
    border-top: 1px solid #F29B76;
    border-bottom: 1px solid #F29B76;
    padding: 30px 0;
}

.footer {
    text-align: center;
    height: 200px;
    margin-top: 40px;
    width: 100%;
}

.footer img.logo {
    margin: 0 120px;
}

.footer ul {
    display: inline-block;
}

.footer ul li {
    color: #EFDAA5;
    font-size: 18px;
    line-height: 36px;
}

.footer ul li:first-child {
    color: #EFDAA5;
    font-size: 24px;
    line-height: 36px;
}
.weiboLogo{
    border-radius: 50%;
    width: 47px;
    height: 47px;
    display: inline-block;
    margin: 34px 40px 34px 0;
    position: relative;
    background: url("../img/WB.png") no-repeat 100%;
}
.weixinLogo{
    border-radius: 50%;
    width: 47px;
    height: 47px;
    display: inline-block;
    position: relative;
    margin: 34px auto;
    background: url("../img/WX.png") no-repeat 100%;
}
.weixinLogo:hover{
    background: #61cd72;
}
.weiboLogo:hover{
    background: #fdba19;
}
.weixinLogo:hover .qr{
    display: block;
}

.qr{
    width: 120px;
    height: 120px;
    background: #fff;
    position: absolute;
    display: none;
    top:-129px;
    left:-34px;
}
.qr:after{
    content: ' ';
    position: absolute;
    bottom:-16px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #fff;
}
.hallWrap3 .unit{
    width: 140px;
    margin-top: -25px;
    background: #91282d
}
.hallWrap3 .unit p{
    color: #ECD28E;
    font-size: 20px
}