
.w1200 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.head_nav {
    height: 105px;
    width: 100%;
}
.head_nav_box {
    height: 100%;
    align-content: center;
}
.head_nav_box .logo {
    float: left;
    line-height: 105px;
    width: 280px;
    height: 105px;
    background: url(../images/logo@2x.png) no-repeat;
    background-position: 20px;
}
.head_nav_box .nav {
    float: right;
    height: 105px;
    line-height: 105px;
}
.head_nav_box .nav a {
    display: inline-block;
    width: 85px;
    text-align: center;
    font-size: 16px;
}
.head_nav_box .nav a:hover {
    color: #225EB4;
}
.bg{
    background: url("../images/bgandbanner@2x.png") no-repeat center;
    height: 3284px;
    overflow: hidden;
}
.module1{
    margin-top: 900px;
}
.module2{
    margin: 50px auto;
}
.btn_box{
    cursor: pointer;
}
.module3{
    width: 900px;
    height: 1106px;
    background: url("../images/party2@2x.png") no-repeat center;
    font-size: 31px;
    color: white;
    line-height: 45px;
overflow: hidden;
}
.module3 p{
    display: block;
    text-align: left;
    width: 430px;
    margin: 0 auto;
}

.theme-gonggong1 {
    z-index: 9999;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin: -232px 0 0 -296px;
}
.btn-close {
    position: absolute;
    right: 86px;
    top: 164px;
    font-size: 30px;
    cursor: pointer;
}
.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}














