@charset "utf-8";

/* 头图 */
.community_headpic_zone{
    width: 100%;
    height: 600px;
    margin-top: 50px;
    background: url('/images/community/shequ_topbg.png');  
    overflow: hidden;  
}
.headpic_inner_img{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url('/images/community/shequ_headpic.png') no-repeat center;
    background-size: 1460px 600px;
}

/* 投中社区介绍 */
.community_introduce_zone{
    width: 100%;
    height: 300px;
    background: url('/images/community/jieshao_bg_02.png') no-repeat center;
    background-size: 1920px 100%;  
}
.community_introduce_inner{
    position: relative;
    width: 900px;
    height: 300px;
    margin: 0 auto;
}
.community_introduce_inner .yinhao_left{
    position: absolute;
    top: 50px;
    left: 40px;
    width: 40px;
    height: 40px;
    background: url('/images/community/gold_yinhao1.png') no-repeat center;
    background-size: 100% 100%;  
}
.community_introduce_inner .yinhao_right{
    position: absolute;
    top: 120px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: url('/images/community/gold_yinhao2.png') no-repeat center;
    background-size: 100% 100%;  
}
.community_introduce_inner p{
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left:-330px;
    width: 660px;
    height: 120px;
    line-height: 40px;
    font-size: 26px;
    color: #FFF;
    text-align: center;
}
.community_introduce_inner a{
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -73px;
    display: block;
    width: 146px;
    height: 44px;
    line-height: 30px;
    font-size: 14px;
    border: 2px solid #ac9454;
    color: #ac9454;
    letter-spacing: 1px;
    text-align: center;
    background: url('/images/community/xia_arrow_gold.png') no-repeat;
    background-size:14px 14px;
    background-position: center 25px;
}

/* 方块展示区域 */
.community_square_zone{
    padding: 80px 0;
}
.squarelist{
    display: block;
    width: 920px;
    height: 460px;
    margin: 0 auto;
}
.squarelist li{
    position: relative;
    float: left;
    display: block;
    width: 460px;
    height: 222px;
    margin-bottom: 8px;
}
.squarelist li .imgzone{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 222px;
    height: 222px;
    background: url('/images/default_cover.png') no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.squarelist li:nth-child(3) .imgzone{
    top: 0;
    left: 230px;
}
.squarelist li:nth-child(4) .imgzone{
    top: 0;
    left: 230px;
}
.squarelist li .imgzone .bg_meng{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}
.squarelist li .imgzone .bg_meng:hover{
    display: none;
}
.squarelist li .imgzone img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.squarelist li .imgzone:hover img{
    transform: scale(1.2); 
    -ms-transform:scale(1.2); 	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
}
.squarelist li .textzone{
    position: absolute;
    display: block;
    top: 0;
    left: 230px;
    width: 222px;
    height: 222px;
    color: #FFF;
}
.squarelist li:nth-child(3) .textzone{
    top: 0;
    left: 0;
}
.squarelist li:nth-child(4) .textzone{
    top: 0;
    left: 0;
}
.squarelist li .textzone .textzone_pre{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
    background-color: #1d1d25;
    background-position: center 47px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
}
.squarelist li .textzone:hover .textzone_pre{
    transform: rotateY(-90deg);
}
.squarelist li .textzone .textzone_back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d25;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.squarelist li .textzone:hover .textzone_back{
    transform: rotateY(0);
}
.squarelist li:nth-child(2) .textzone .textzone_pre{
    background-color: #ac9454;
}
.squarelist li:nth-child(2) .textzone .textzone_back{
    background-color: #ac9454;
}
.squarelist li:nth-child(3) .textzone .textzone_pre{
    background-color: #ac9454;
}
.squarelist li:nth-child(3) .textzone .textzone_back{
    background-color: #ac9454;
}
.squarelist li .textzone .textzone_pre h1{
    display: block;
    margin: 130px auto 0;
    width: 110px;
    height: 72px;
    line-height: 36px;
    font-size: 26px;
    color: #FFF;
    text-align: center;
}
.squarelist li:nth-child(1) .textzone .textzone_pre {
    background-image: url('/images/community/toudengcang.png');
}
.squarelist li:nth-child(2) .textzone .textzone_pre {
    background-image: url('/images/community/chuhai.png');
}
.squarelist li:nth-child(3) .textzone .textzone_pre {
    background-image: url('/images/community/shiwen.png');
}
.squarelist li:nth-child(4) .textzone .textzone_pre {
    background-image: url('/images/community/huiketing.png');
}
.squarelist li .textzone .textzone_back p{
    display: block;
    box-sizing: border-box;
    width: 222px;
    height: 152px;
    margin: 35px 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-align: justify;
    white-space: pre-wrap;
}


/* 经典案例 */
.classical_case_zone{
    width: 100%;
    height: 430px;
    background:#1d1d25 url('/images/community/anli_bg.png') no-repeat center;
    background-size: auto 100%;
}
.classical_case_title{
    width: 263px;
    height: 76px;
    margin:0 auto;
    background: url('/images/community/anli_title.png') no-repeat;
    background-size: 100% 100%;
}
.classical_case_inner{
    width: 1120px;
    height: 395px;
    padding-top: 45px;
    margin: 0 auto;
}
.casepiclist_swiper{
    position: relative;
    width: 100%;
    height: 170px;
    margin-top: 70px;
}
#jingdiananli .swiper-container{
    width: 905px;
    height: 170px;
}
#jingdiananli .swiper-wrapper{
    width: 905px;
    height: 170px;
    margin: 0 auto;
}
#jingdiananli .swiper-slide {
    float: left;
    width: 285px;
    height:170px;
    margin-right: 25px;
    box-sizing: border-box;
}
#jingdiananli .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
}
#jingdiananli .swiper-slide a img {
    width: 100%;
    height: 100%;
}
#jingdiananli .swiper-button-prev{
    width: 40px;
    height:40px;
    background-image: url('/images/community/goldarrow_left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#jingdiananli .swiper-button-prev:focus{
    outline: none;
}
#jingdiananli .swiper-button-next{
    width: 40px;
    height: 40px;
    background-image: url('/images/community/goldarrow_right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#jingdiananli .swiper-button-next:focus {
    outline: none;
}

/* 联系我们 */
.conactus_zone{
    width: 100%;
    padding: 70px 0 60px;
    border-bottom: 6px solid #ac9454;
    margin: 0 auto;
}
.conactus_title{
    width: 263px;
    height: 76px;
    margin:0 auto;
    background: url('/images/community/lianxi_title.png') no-repeat;
    background-size: 100% 100%;
}
.code_box{
    width: 300px;
    margin: 40px auto 50px;
}
.code_box img{
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.code_box p{
    display: block;
    height: 40px;
    padding-top: 20px;
    margin: 10px auto 0;
    line-height: 20px;
    letter-spacing: 3px;
    background: url('/images/community/conact_07.png') no-repeat;
    background-size: 15px 15px;
    background-position: center 0;
    color: #b29c63;
    text-align: center;
}
.address_list{
    width: 1000px;
    margin: 0 auto;
    display: block;
}
.address_list li{
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}
.address_list li img{
    display: block;
    margin:0 auto;
    width: 138px;
    height: 156px;
}
.address_list li h2{
    margin-top: 16px;
    margin-bottom: 12px;
    line-height: 22px;
    font-size: 16px;
    color: #262626;
}
.address_list li p{
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #000;
}



/* 合作伙伴 */
.coperation_zone{
    width: 100%;
    padding: 70px 0 90px;
    border-bottom: 6px solid #ac9454;
    margin: 0 auto;
}
.coperation_title{
    width: 263px;
    height: 76px;
    margin:0 auto;
    background: url('/images/community/hezuo_title.png') no-repeat;
    background-size: 100% 100%;
}
.logolist{
    display: block;
    width: 1120px;
    margin: 80px auto 0;
}
.logolist li{
    display: block;
    float: left;
    width:223px;
    height: 156px;
    border-right: 1px dashed #c7b78c;
    border-bottom: 1px dashed #c7b78c;
}
.logolist li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
}
.logolist li a img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -68px;
    display: block;
    width: 136px;
    height: 60px;
}



/* 页尾特殊处理 */
.footer_pc{
    margin-top:0; 
}



















