.index_wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #9b9b9b;
    font-family: Roboto,"Helvetica Neue",Helvetica,"Nimbus Sans L",-apple-system,BlinkMacSystemFont,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Microsoft JhengHei","Source Han Sans CN","Source Han Sans SC","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimSun,"WenQuanYi Zen Hei Sharp",sans-serif;
}
.index_wrapper.ja,.ja .index_wrapper {
    font-family: Roboto,"Helvetica Neue",Helvetica,"MS UI Gothic","Nimbus Sans L",-apple-system,BlinkMacSystemFont,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Microsoft JhengHei","Source Han Sans CN","Source Han Sans SC","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimSun,"WenQuanYi Zen Hei Sharp",sans-serif
}

.index_main{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index_header{
    z-index: 12;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgb(239, 239, 239);
}
.index_content{
    position: relative;
    /*width: 1200px;*/
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
}
/*@media screen and (max-width:1280px) {*/
    /*.index_content {*/
        /*width: 100%;*/
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
        /*-webkit-box-sizing: border-box;*/
        /*-moz-box-sizing: border-box;*/
        /*box-sizing: border-box*/
    /*}*/
/*}*/
.index_hLogo{
    float: left;
    display: inline-block;
    width: 115px;
    height: 100%;
    text-align: center;
}
.index_hLogoImg{
    width: 115px;
    margin-top: 15px;
}
.index_hOperate{
    float: right;
}
.index_hOpeItem{
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 60px;
    color: #363636;
    font-size: 1.4rem;
}
.index_hOpeItem_btn {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    display: inline-block
}
.index_hOpeItem_btn {
    line-height: 34px;
    color: #363636;
    border: 1px solid #DFB55E;
    border-radius: 2px;
    transition: all .2s cubic-bezier(.47,0,.745,.715)
}
.index_hOpeItem_btn:visited {
    color: #363636;
}
.index_hconsult {
    float: left;
    margin: 14px 10px;
    line-height: 30px;
}

.index_hOpeItem_btn:hover {
    color: #FFFFFF;
    background-color: #DFB55E;
}
.index_hOpeItem:visited{
    color: #363636;
}
.index_hOpeItem:hover{
    color: #daa842;
}
.index_hOpeItem::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 5px;
    right: 5px;
    height: 2px;
    /*background: #2d8fd9;*/
    background: #daa842;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,transform .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s;
}

.index_hOpeItem:hover::after,.usSwitchNext-leave {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.index_hOpeItem:hover::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.index_hOpeItem_active{
    color: #363636;
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 60px;
    font-size: 1.4rem;
}
.index_hOpeItem_active::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #daa842;
    opacity: 1;
}
.index_hOpeItem_active:visited{
    color: #363636;
}
.index_hOpeItem_active:hover{
    color: #daa842;
}

.index_footer_wrap{
    overflow: hidden;
    width: 100%;
    height: 170px;
    background-color: #837159;
    margin: 0;
    padding: 0;
}
.index_footer{
    width: 100%;
    height: 49%;
    border-top: 1px solid #948673;
    margin: 0;
    padding: 0;
    /*color: #a39480;*/
    color: #b1a89c;
}
.index_fOperItem_left{
    float: left;
    display: inline-block;
    position: relative;
    /*padding-right: 10px;*/
    padding-left: 20px;
    margin-top: 32px;
    line-height: 20px;
    font-size: 1.2rem;
}
.idx_fOperItem_wx {
    position: absolute;
    right: 0;
    top: 18px;
    line-height: 20px;
    font-size: 1.2rem;
}
.idx_fOperItem_wx_pri {
    position: absolute;
    right: 0;
    top: 40px;
    line-height: 20px;
    font-size: 1.2rem;
}

.index_fOperItem_right{
    display: inline-block;
    padding-right: 10px;
}
.index_footer_wechat{
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-top: 3px;
    background: url("../img/footerWechat.png") center center no-repeat;
    opacity: 0.5;
}
.index_footer_wechat:hover{
    opacity: 1;
}
.index_footer_text{
    display: block;
    position: relative;
    /*padding-right: 10px;*/
    height: 20px;
    margin-top: 15px;
}
.index_footer_text_left{
    float: left;
    padding-left: 20px;
    line-height: 20px;
    font-size: 1.2rem;
}
.index_footer_text_right{
    float: right;
    padding-right: 20px;
    line-height: 20px;
    font-size: 1.2rem;
}
.index_footer a:hover{
    color: #FFFFFF;
}
.index_footer_content{
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:1280px) {
    .index_footer_content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}