html,body{
    margin: 0;padding: 0;
    text-align: center;
}
.header{
    position: relative;
    height: 80px;
}
.bodyer{
    position: relative;
    min-height: 300px;
    height: 1250px;
    background: #eee url(../img/1.png) center top no-repeat;
}
.bodyer.index2{
    position: relative;
    height: 1080px;
    background: #eee url(../img/bg_pc.png) center top no-repeat;
}
.footer{
    position: relative;
    height: 80px;
    background: #151515;
}
.footer .inner{
   display:flex;
   justify-content:space-between;
   align-items:center;
}
    .footer .inner .left {
        background: #151515;
        display: flex;
        align-items: center;
        color: #999;
    }
    .footer .inner .right{
        color:#fff;
    }
.footer .inner img{
    margin-bottom: 17px;
    margin-right: 10px;
}


.pc .inner{
    width: 1400px;
    margin: 0px auto;
    text-align: left;
    height: 100%;
    position: relative;
}
.flex{
    display: flex;
    align-items: center;
    
}
.flex_jc_c{
    justify-content:space-between;
}
.menutop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
}
.m_menu>summary{
    cursor: pointer;
    list-style: none;
}
.menutop a{
    text-decoration: none;
    color:#151515;
    display: flex;
    align-items: center;
    
}
.menutop a>img{
    margin-right: 6px;
}

.bodycon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #eee url(../img/1.png) center top no-repeat;
}
.index2 .bodycon{
    background: #eee url(../img/bg_pc.png) center top no-repeat;
}

.bannertxt{
    padding: 25px 80px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    background:rgba(0,0,0,0.5);
    border-radius: 10px;
    margin-top: 180px;
    display: flex;
}
.bconent{
    display: flex;
    margin-bottom: 50px;
    flex-wrap:wrap
}
.bconent .itembox{
    margin-right: 5px;
    margin-bottom:5px;
    box-shadow: 0px 10px 15px #ccc;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.bconent .itembox:last-child{
    margin-right: 0px;
}

    .bconent .itembox .tit_pro {
        font-size: 14px;
        font-weight: bold;
        padding:0 20px 20px 20px;
       
    }
.bconent .itembox .tit {
    font-size: 16px;
    font-weight: bold;
    padding: 50px 20px 20px 20px;
    background: url(../img/tit.jpg) no-repeat left top;
}

.itembox table{
    border-spacing: 0;
    background: url(../img/6.png) no-repeat right bottom;
    background-size: 60% auto;
}
.itembox table td{
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-width:200px;
    overflow-y:auto;
    max-height:100px;
}
.itembox table td:first-child{
    border-left: 1px solid #ccc;
}
.itembox table tr:first-child td{
    border-top: 1px solid #ccc;
}
.itembox table .noborder{
    border-left: 0 !important;
    border-right: 0;
}
.itembox div.button {
    margin: 30px 0px 20px;
    width: 200px;
    color: #fff;
    background-color: darkorange;
    padding: 10px 0px;
    border: 0px;
    display: inline-block
}



.sitepath{
    height: 40px;
    background: #EF9B00;
}
.sitepath .inner{
    display: flex;
    align-items: center;
    color: #fff;
}
.sitepath .inner a,.sitepath .inner span{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

.sitepub_content .inner{
    padding: 20px 0px;
}

.wytc_tit{
    color: #333;
    font-size: 18px;
    padding: 10px 0px;
    
}
.wytc_con{
    display:flex;
    flex-direction: row;
    /*height: 407px;*/
}
.wytc_con .wytc_text{
    width: 30%;
}

.wytc_con .wytc_sfz{
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;


}
.wytc_con .wytc_sfz>div{
    flex: 1;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wytc_con .wytc_sfz>div>img{
    margin-bottom: 10px;
}

    .wytc_con .wytc_sfz > .sfz_f, .sfz_z {
        margin-top: 20px;
        max-height: 200px;
      /*  max-width: 300px;*/
    }
        .wytc_con .wytc_sfz > .sfz_f img, .sfz_z img {
            max-height: 170px;
            max-width: 300px;
        }
.wytc_con .wytc_info{
    flex: 1;
    overflow-y: scroll;
    border:1px solid #D8D8D8;
    padding: 20px;
    color: #333;
}
.wytc_con .wytc_info>.tit{
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}
.wytc_con .wytc_info>p{
    margin-bottom: 20px;
    font-size: 14px;
}

.wytc_tishi{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    min-height: 180px;
    font-size: 14px;
    justify-content: space-between;
}
.wytc_tishi .tishi{
    width: 60%;
    color: #333;
}
.wytc_tishi .tishi>div{
    margin-bottom: 20px;
}
.wytc_tishi .queren>div{
    margin-bottom: 20px;
}
.wytc_tishi .queren input[type='button']{
    background: #EF9B00;
    border: 0px;
    color: #fff;
    padding: 10px 60px;
}
.wytc_text .txt_l{
    display: flex;
    border: 1px solid #D8D8D8;
    background: #F8F8F8;
    margin-bottom: 20px;
}
.wytc_text .txt_l:last-child{
    margin-bottom: 0px;
}
.wytc_text span{
    width: 90px;
    padding:10px 0px 10px 20px;
    font-size: 14px;
    border-right: 1px solid #D8D8D8;
}
.wytc_text .txt_l>input[type='text'],.wytc_text .txt_l>select{
    flex: 1;
    padding: 0px 20px;
    border: 0px;
}


.slbtn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #EF9B00;
    color: #fff;
    text-align: center;
    margin: 10px 0px;
}
.tcinfo_table{
    border-collapse:collapse;
    border: 1px solid #D8D8D8;
    margin-bottom: 10px;
}
.tcinfo_table td{
    padding: 10px;
    border: 1px solid #D8D8D8;
    font-size: 14px;
}
.tcinfo_table .tit{
    padding: 30px;
    font-weight: 700;
    font-size: 20px;
}
.tcinfo_table .redborder td{
    border:1px solid #EF9B00;
    background: #FBE5BB;
}
.tcinfo_table .td1{
    width: 180px;
}
.tcinfo_table .td2{
    width: 100px;
}
.tcinfo_table .th1{
    background: #eee;
}
.tcinfo_table .red{
    color: red;
}
.tcinfo_table .center{
    text-align: center;
}

.sqlp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.sqlp .tit{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0px 20px;
}
.sqlp .wytc_text{
    width: 480px;
}
.sqlp .wytc_text select{
    height:40px;
}
.sqlp .uploaddiv{
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 100%;
}
.sqlp .uploaddiv img{
    margin-bottom: 10px;
}
.sqlp .btn{
    width: 180px;
    border: 0px;
    background: #EF9B00;
    color: #fff;
    height: 40px;
}


.tcjd{
    height: 600px;
    background: url(../img/9.png) center bottom no-repeat;
    justify-content: flex-start;
}

.buy_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.buy_addrdiv{
    border-bottom: 1px solid #EF9B00;
    margin-bottom: 2vw;
}
.buy_addrdiv .tit{
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.buy_addrdiv .condiv{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    padding:0px 2vw;
}

.buy_addrdiv .condiv a{
    display: block;
    margin-bottom: 20px;
    line-height: 1.5em;
    padding: 0px 20px;
}

.bodyer.index2 .bodycon{
    justify-content: center;
    /*margin-top:-300px;*/
}
.bodyer.index2 .bannertxt{
    margin-top: 0px;
    background: none;
}

.index_btns{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.index_btns .btn{
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#151515 ;
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    margin-right: 20px;
    border: 0px;
}
.index_btns .btn:last-child{
    margin: 0px;
}
.index_btns .btn.on{
    background:#F49C21;
    color: #fff;
}

.indexlogo{display: none;}