﻿body{font-size: 10px;background-color: #f0f7ff;color: #fff;box-sizing:border-box}
/**
 * 容器滚动条设置
 */
#re-wrap{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.mCSB_inside>.mCSB_container, .mCSB_container_wrapper{/* 容器边距 */
    margin-right: 0 !important;
}
.mCSB_container_wrapper>.mCSB_container{
    padding-right: 0 !important;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{/* 滚动条颜色 */
    background-color: rgba(3, 169, 244, 0.46) !important;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{/* 滚动条滚槽颜色 */
    background-color: rgba(0, 0, 0, 0.1) !important;
}
/**
 顶部
 */
.re-header{
    min-width: 1000px;
    height: 216px;
    margin-bottom: -1px;
    background-image: url("../img/index/head/index-headBg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.re-logo, .re-con{
    width: 1000px;
    margin: 0 auto;
    list-style: none;
}
.re-logoa{
    display: inline-block;
    padding-left: 18px;
    padding-top: 52px;
}
/**
 * 导航
 */
.re-nav{
    background-color: #154596;
}
.re-con > li{
    z-index:10;
    float: left;
    padding: 16px 0;
    position: relative;
}
.re-con > .active > a{
    color: #98d0ff;
}
.re-navText{
    display: inline-block;
    width: 160px;
    border: 1px solid #446aab;
    border-width: 0 1px 0 0;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-con > li:last-child .re-navText{
    border-width: 0;
}
.re-navText:hover {
    color: #98d0ff;
}
.re-con > li:hover .sub-nav > li > a{
    height: 12px;
    padding: 12px 8px;
}

.re-con > li:hover .sub-nav > li:last-child > a {
    padding-bottom: 20px;
}
.sub-nav{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-radius: 0px 0px 3px 3px;
    list-style: none;
    background-color: #215dc0;
    overflow: hidden;
}
.sub-nav > li{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.sub-nav > li > a{
    display: block;
    height: 0px;
    padding: 0px 8px;
    font-size: 1.4em;
    color: #fff;
}
.sub-nav > li:hover > a {
    color: #cbcbcb;
}
/**************************************************    首页   *********************************************************/
/**
 * 通知
 */
.re-tips{
    background-color: #ebebeb;
}
.re-tipsCon{
    width: 1000px;
    margin: 0 auto;
}
.re-tipIcon{
    height: 52px;
    line-height: 52px;
    font-size: 3.2em;
    color: #ff2e2e;
    padding: 0 20px;
}
.re-infolist{
    margin: 17px 0;
    width: 64%;
    height: 18px;
    font-size: 1.6em;
    color: #3a3a3a;
    overflow: hidden;
}
.re-infolist li{
    list-style: none;
    cursor: pointer;
}
.infotext{
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.re-search{
    width: 22.6%;
    margin: 8px 0;
    margin-right: 20px;
}
.re-searchT{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 144px;
    padding: 2px 8px;
    outline: none;
    border: 1px solid #154596;
}
.re-searchBtn{
    width: 64px;
    height: 38px;
    background-color: #154596;
    background-image: url("../img/index/tips/re-searchIcon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-searchBtn:hover {
    background-color: #184d9c;
}
.re-searchBtn:active {
    background-color: #144285;
}

/**
 * 公共面板
 */
.re-panel{
    position: relative;
    width: 998px;
    margin: 24px auto;
    border: 2px solid #154596;
    border-width: 2px 0 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.re-pTitle{
    position: relative;
    left: 0;
    top: 0;
    width: 200px;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    background-color: #154596;
    z-index: 1;
}
.re-pTitleCon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.re-pTitleX{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #154596;
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
    transform-origin: 100% 116%;
    z-index: 0;
}
.re-pCon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.re-moreBtn{
    position: absolute;
    right: 16px;
    top: 12px;
    width: 56px;
    height: 24px;
    border-radius: 1cm;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    line-height: 24px;
    background-color: #6d8fb8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 2;
}
.rel-chartDiv {
    height:250px;
    width:95%;
    /*background-color:#F0F7FF;*/
    margin:0 auto;
    margin-top:5px;
    margin-bottom:10px;
    /*border:1px solid #154596;
    border-radius:4px;*/
    font-size:14px;
    color:#000;
}
.rel-ysDiv {
    background-color:#F0F7FF;
    border:1px solid #154596;
    border-radius:4px;
    margin:5px 0;
    height:120px;
    width:100%;
}
.rel-chartTable {
    width:100%;
    border:none;
    height:100%;
    overflow:hidden
}
.rel-left {
    width:60%;
    padding-left:5px;
}
.rel-right {
    width:40%;
}
.moreBtn {
    position:relative;
    bottom:3px;
    width:80px;
    height:32px;
    outline: none;
    border-radius: 8px;
    line-height: 32px;
    font-size: 14px;
    border: 0;
    color: #3877E0;
    background-color: #9DC8FF;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-span {
    font-size:18px;
    font-weight:600;
    color:#000;
    letter-spacing:3px;
}
.re-moreBtn:hover {
    background-color: #5c799c;
}
.re-moreBtn:active {
    color: #e4e4e4;
    background-color: #4d6582;
}
/* 昨日新办预售信息公布 */
.re-ifa{
    height: 300px;
}
.re-ifaNum{
    height: 100%;
    border-right: 1px solid #ececec;
}
.re-ifaNumcon{
    margin-top: 48px;
    margin-left: 28px;
    margin-right: 28px;
    list-style: none;
}
.re-ifaNumcon li{
    width: 245px;
    padding: 20px 0;
    font-size: 1.4em;
    color: #ff6600;
}
.re-ifaNumcon li:first-child{
    border-bottom: 1px dashed #ececec;
}
.re-ytt{
    height: 32px;
    line-height: 32px;
    float:left;
    padding-left:5px;
    padding-right:5px;
    margin-left: 5px;
    /*margin-right: 28px;*/
    background-color: #e8e8e8;
    border-radius: 18px;
    color: #6d6d6d;
    text-align: center;
    font-size: 14px;
}
.re-ifaNumconIc{
    margin: 0 20px;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.re-saNum{
    display: inline-block;
    padding-bottom: 2px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 8px;
}

.re-textTy{
    font-size: 1.2em;
    color: #636363;
    margin-top: 8px;
}
.re-ifaNumcon li:first-child .re-ifaNumconIc{
    background-image: url("../img/index/ifa/ifsIconA.png");
}
.re-ifaNumcon li:first-child+li .re-ifaNumconIc{
    background-image: url("../img/index/ifa/ifsIconB.png");
}
.re-ifaInfo{
    background-image: url("../img/index/ifa/ifaBg.jpg");
    background-repeat: repeat-x;
    overflow: hidden;
}
.re-ifaItem{
    width: 231px;
    height: 44px;
    line-height: 44px;
    margin-left: 1px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #7c7c7c;
    background-color: #f3f3f3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.re-ifaItem:hover{
    background-color: #eeeeee;
}
.re-ifaTitle > .active{
    background: rgba(0, 0, 0, 0);
    color: #154596;
}
.re-ifaTitleCon{
    position: relative;
    width: 696px;
    height: 232px;
}
.re-ifaTitleConItem{
    display: none;
    list-style: none;
    height: 232px;
    padding-left: 24px;
    padding-right: 24px;
}
.re-ifaTitleConItem li{
    padding-top: 30px;
    color: #3d8ddc;
    width: 100%;
    font-size: 1.3em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-ifaTitleConItem li:hover{
    margin-left: 8px;
}
.re-ifaTitleConItem li:hover p{
    color: #2b2b2b;
}
.re-ifaTitleConItem li a > p{
    width: 80%;
    white-space: nowrap;
    color: #4e4e4e;
    text-overflow: ellipsis;
    overflow: hidden;
}
.re-ifaTitleConItem li a > span{
    color: #9d9d9d;
}
/* 我要查询 */
.re-Iser{
    height: 900px; /*+278+56*/
}
.re-Iser .re-pTitle{
    width: 144px;
}
.re-seaofwl{
    height: 256px;
    border-bottom: 1px solid #ececec;
}
.re-seaofw{
    width: 50%;
    height: 100%;
    border-right: 1px solid #ececec;
}
.re-seaofwIcon{
    width: 42%;
    height: 100%;
    background-image: url("../img/index/isear/iseaofwIconA.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.re-seaofl .re-seaofwIcon{
    background-image: url("../img/index/isear/iseaofwIconB.png");
}
.re-seaofwIcon > p{
    margin-top: 180px;
    font-size: 2.4em;
    font-weight: bold;
    color: #525252;
    text-align: center;
}
.re-seaofwIfom{
    width: 48%;
    height: 100%;
    margin-top: 32px;
}
.re-seaofwIfom input[name="validateCo"], .re-seaofl input[name="validateCo"]{
    width: 50%;
}
.re-seaofwIfom .re-sear, .re-seaofl .re-sear {
    margin-right: 8px;
}
.re-seaofl{
    width: 49.9%;
    width: calc(50% - 1px);
    height: 100%;
}
.re-Iser .re-moreBtn{
    top: 268px;
}
.re-viinfo{
    height: 278px;
}
.new-re-viinfo{
    height: 338px;
    margin-top:20px;
}
.re-viinTitle{
    margin-bottom:10px;
    height: 24px;
    padding: 12px 0 12px 30px;
    font-size: 2em;
    color: #535353;
    font-weight: bold;
}
.re-viinTitle_new{
    margin-bottom:10px;
    height: 26px;
    padding: 5px 0 5px 0;
    font-size: 2.5em;
    color: #535353;
    font-weight: bold;
}
.re-viinCon{
    margin-left: 30px;
    margin-right: 20px;
    height: 230px;
}
.re-seainfo{
    display:none;
    width: 192px;
    height: 216px;
    margin-right: 32px;
}
.re-form{
    width: 100%;
}
.re-seainfoTi{
    width: 92.2%;
    height: 35px;
    padding-left: 7.8%;
    margin-bottom: 12px;
    border-radius: 4px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 35px;
    background-color: #154596;
    background-image: url("../img/index/isear/isearviInfoBg.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
}
.re-input{
    width: 96%;
    margin-bottom: 8px;
}
.re-input > input{
    display: inline-block;
    width: calc(100% - 14px);
    width: 98%;
    padding: 8px 0 8px 14px;
    outline: none;
    border: 1px solid #dcdcdc;
    background-color: #fbfbfb;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 2px;
}
.re-input > input:focus{
    border-color: #3a7ef1;
    box-shadow: 0 0 8px #3d82f8;
}
/*新增*/
.re-input > select {
    display: inline-block;
    width: calc(100% - 14px);
    width: 107%;
    padding: 8px 0 8px 14px;
    outline: none;
    color: #ccc;
    border: 1px solid #dcdcdc;
    background-color: #fbfbfb;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 2px;
}
.re-input > select:focus{
    border-color: #3a7ef1;
    box-shadow: 0 0 8px #3d82f8;
}
.re-Btn{
    width: 48%;
}
.re-Btn > button{
    height: 40px;
    width: 100%;
    outline: none;
    border-radius: 4px;
    line-height: 40px;
    font-size: 1.4em;
    border: 0;
    color: #fff;
    background-color: #ff8840;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-BtnReset > button {
    background-color: #eeeeee;
    color: #7a7a7a;
}
.re-Btn > button:hover {
    background-color: #ef7f3c;
}
.re-Btn > button:active {
    background-color: #de7638;
}
.re-BtnReset > button:hover {
    background-color: #e6e6e6;
}
.re-BtnReset > button:active {
    background-color: #cbcbcb;
}
.re-relList{
    width:100%;
    /*width: 720px;*/
    height: 224px;
}
.re-relLiTabCon{
    width: 100%;
    height: 32px;
    margin-bottom: 2px;
    overflow: hidden;
}
.re-relLiTi{
    margin-top: 4px;
    border-bottom: 1px dashed #ececec;
    color: #393939;
    font-size: 12px;
}
.re-relLiTi > .re-relLiDe{
    text-align:center;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}
.re-relLiTiA{
    width: 36%;
}
.re-relLiTiB{
    width: 23%;
}
.re-relLiTiC{
    width: 41%;
}
.re-relDivTiA{
    width: 20%;
}
.re-relDivTiB{
    width: 20%;
}
.re-relDivTiC{
    width: 30%;
}
.re-relDivTiD{
    width: 30%;
}
/*新增*/
.re-addplace {
    text-align:center;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    width: 16%;
}
.re-relLiTabs{
    width:100%;
    /*width: 1200px;*/
    height: 32px;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-relDiv {
    position:relative;
    width:9%;
    height:32px;
}
.re-relInput {
    box-sizing: border-box;/*其他浏览器*/
    -webkit-box-sizing: border-box;/*谷歌*/
    -moz-box-sizing: border-box;/*火狐*/
    padding-left:120px;
    display:inline-block;
    width:290px;
    height:36px;
    border:1px solid #dcdcdc;
    /*text-indent:120px;*/
    line-height:36px;
    font-size:14px;
    border-radius:8px;
    color:#999999;
    margin-right:10px;
    background:url('../img/index/input.png') no-repeat left center;
    background-size:cover;
}
.re-relInput:focus {
    outline:none;
    border-top-color:#3a7ef1;
    border-left-color:#3a7ef1;
    border-right-color:#3a7ef1;
    box-shadow:0px 0px 8px #3d82f8;
}
.re-lefButton {
    width:80px;
    height:38px;
    outline: none;
    border-radius: 4px;
    line-height: 38px;
    font-size: 14px;
    margin-right:10px;
    border: 0;
    color: #fff;
    background-color: #ff8840;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-rigButton {
    width:80px;
    height:38px;
    outline: none;
    border-radius: 4px;
    line-height: 38px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #3776e1;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.new-re-relDiv {
    position:relative;
    width:25%;
    height:32px;
}
.re-relTab{
    position:absolute;
    left:0;
    right:2px;
    top:0;
    bottom:0;
    /*width: 64px;*/
    height: 32px;
    line-height: 32px;
    /*padding: 0 3px;*/
    /*margin-right: 2px;*/
    color: #484848;
    text-align: center;
    font-size: 1.4em;
    background-color: #d2e6ff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.re-Div{
    position:absolute;
    left:0;
    right:2px;
    top:0;
    bottom:0;
    /*width: 64px;*/
    height: 32px;
    line-height: 32px;
    /*padding: 0 3px;*/
    /*margin-right: 2px;*/
    color: #484848;
    text-align: center;
    font-size: 1.4em;
    background-color: #d2e6ff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*添加部分*/
.re-relLiTabscenter{
    height: 32px;
    padding: 0 3px;
    background-color: #d2e6ff;
    color: #484848;
    text-align: center;
    line-height: 32px;
}
.re-relLiTabsonline {
    width: 100%;
    height: 32px;
}
.re-relDiv > .active,.new-re-relDiv>.active, .re-relTab:hover ,.re-Div:hover{
    color: #fff;
    background-color: #3776e1;
}
.re-relTab:active {
    color: #fff;
    background-color: #2e64bf;
}
.re-Div:active {
    color: #fff;
    background-color: #2e64bf;
}
.re-relconC{
    position: relative;
    height: 184px;
    overflow: hidden;
}
.re-relconD{
    position: relative;
    height: 184px;
    overflow: hidden;
}
/*新增*/
.new-re-relconC {
    position: relative;
    height: 184px;
    overflow: hidden;
}
.new-re-relLiCon p {
    width: 16%;
    padding-right: 0;
}
.new-re-relLiCon > li {
    text-align:center;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
    cursor: pointer;
}


.re-relLiCon{
    display: none;
    height: 100%;
}
.re-relLiCon li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
    cursor: pointer;
}
.re-relLiCon li a{
    color: #3a3a3a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.re-relLiCon li:hover a{
    color: #8f8f8f;
}
.re-com, .re-add, .re-addEl{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.re-com{
    text-align:center;
    width: 36%;
    /*padding-right: 4%;*/
}
.re-add{
    width: 23%;
    text-align:center;
    /*padding-right: 2%;*/
    color: #154596;
}
.re-addEl{
    width: 41%;
    text-align:center;
    color: #878787;
}
.re-imginfo{
    height: 98px;
    overflow: hidden;
}
/* 我要办事 */
.re-IDS{
    height: 156px;
}
.re-IDS .re-pTitle{
    width: 144px;
}
.re-selGDS{
    padding-top: 62px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
}
.re-GDS > .re-selDSTyFir{
    padding: 8px;
}
.re-selgdsi{
    position: relative;
    width: 400px;
    margin-right: 12px;
    padding: 22px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 2px 2px 2px #f3f3f3;
    -moz-box-shadow: 2px 2px 2px #f3f3f3;
    box-shadow: 2px 2px 2px #f3f3f3;
    cursor: pointer;
}
.lab{
    width: 275px !important;
    padding-right: 4px !important;
}
.re-selgdsi:hover {
    margin-top: -4px;
    -webkit-box-shadow: 2px 2px 4px #dddddd;
    -moz-box-shadow: 2px 2px 4px #dddddd;
    box-shadow: 2px 2px 4px #dddddd;
    background-color: #fafafa;
}
.re-selgdsi > .re-selgdsim {
    display: inline-block;
    width: 48px;
    height: 40px;
}
.re-selgdsi > .re-selgdsit {
    height: 40px;
    width: 112px;
    margin-left: 8px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.re-selgdsi > .re-selgdsit > .lab {
    font-size: 12px;
}
.re-selgdsi > .re-selgdsit > .lab > a{
    display: inline-block;
    padding-right: 8px;
    white-space: nowrap;
    color: #154596;
    text-overflow: ellipsis;
    overflow: hidden;
}
.re-iOpBtn{
    margin-left: 2px;
}
.re-iOpBtnItem{
    width: 328px;
    height: 174px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center 32px;
    background-size: auto;
    overflow: hidden;
    cursor: pointer;
}
.re-iOpBtn > .re-iOpBtnItemA{
    background-image: url("../img/index/iDS/iDSOpBtnA.png");
}
.re-iOpBtn > .re-iOpBtnItemB{
    background-image: url("../img/index/iDS/iDSOpBtnB.png");
}
.re-iOpBtn > .re-iOpBtnItemC{
    background-image: url("../img/index/iDS/iDSOpBtnC.png");
    background-position: center 24px;
    margin-right: 0;
}
.re-btntext{
    padding-top: 130px;
    font-size: 2.6em;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/* 二维码 */
.re-fcode{
    position: fixed;
    top: 336px;
    left: 4px;
    border: 2px solid #154596;
    background-color: #fff;
    padding: 4px;
}
.re-fcodeR{
    position: fixed;
    top: 336px;
    right: 4px;
    border: 2px solid #154596;
    background-color: #fff;
    padding: 4px;
}
.re-fcode > .re-codeitem > .re-title, .re-fcodeR > .re-codeitem > .re-title {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #154596;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/**************************************************    首页 end   *****************************************************/

/**
 * 面包屑
 */
.re-subNav{
    width: 1000px;
    margin: 0 auto;
    padding: 18px 0;
}
.re-subNav > img{
    vertical-align: top;
}
/* 页脚 */
.re-footer{
    min-width: 1000px;
    padding: 32px 0;
    margin: 0 auto;
    color: #aaaaaa;
    font-size: 1.4em;
    background-color: #3a3a3a;
}
.re-co, .re-core, .re-ba{
    text-align: center;
}
.re-core{
    padding: 16px 0;
}
.bodeContent {
    overflow:auto;
}