.bode{
    width:100%;
    background:#ffffff;
    padding-bottom:30px;
    margin-top:0!important;
}
.bode-w{
    width:1200px;
    margin:0 auto;
}
@media all and (max-width:1199px) {
    .bode-w{
        width:100%;
        margin:0 auto;
    }
}
@media all and (max-width:800px) {
    .bode-w{
        width:95%;
        margin:0 auto;
    }
}
.bode1{
    width:100%;
}
.bode1-nav{
    width:100%;
    padding-top:30px;
}
.bode1-nav p{
    line-height:25px;
    font-size:14px;
    border-bottom:1px solid #333333;
    color:#333333;
    letter-spacing: 2px;
}
@media all and (max-width: 479px) {
    .bode1-nav p{
        line-height:25px;
        font-size:12px;
        border-bottom:1px solid #333333;
        color:#333333;
        letter-spacing: 2px;
    }
}
.bode1-nav p a{
    color:#333333;
    letter-spacing: 2px;
}
.bode1-nav p a:hover{
    color:#f59800;
}
.bode1-nick{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:40px;
}
@media all and (max-width:800px) {
    .bode1-nick{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:40px;
    }
}
.bode1-nick-l{
    width:48%;
    margin-bottom:20px;
}
@media all and (max-width:800px) {
    .bode1-nick-l{
        width:100%;
        margin-bottom:20px;
    }
}
.bode1-nick-l ul:nth-child(1){
    width:100%;
}
.bode1-nick-l ul:nth-child(1) li{
    width:100%;
}
.bode1-nick-l ul:nth-child(1) li:nth-child(n+2){
    display:none;
}
.bode1-nick-l ul:nth-child(1) img{
    width:100%;
}
.bode1-nick-l ul:nth-child(2){
    width:100%;
    margin-top:30px;
    display:flex;
    justify-content: space-between;
}
.bode1-nick-l ul:nth-child(2) li{
    width:20%;
    cursor: pointer;
    border:1px solid #ffffff;
}
.bode1-nick-l ul:nth-child(2) .nick{
    border:1px solid #f59800;
}
.bode1-nick-l ul:nth-child(2) li img{
    width:100%;
}
.bode1-nick-r{
    width:48%;
    padding:20px 0;
}
@media all and (max-width:800px) {
    .bode1-nick-r{
        width:100%;
        padding:20px 0;
    }
}
.bode1-nick-r1{
    width:100%;
}
.bode1-nick-r1 h2{
    color:#333333;
    font-size:28px;
}
.bode1-nick-r1 p{
    font-size:14px;
    color:#999999;
    margin-top:20px;
}
.bode1-nick-r2{
    width:100%;
    background:#f59800;
    padding:20px 10px;
    margin-top:20px;
}
.bode1-nick-r2 p{
    font-size:16px;
    color:#ffffff;
}
.bode1-nick-r2 p em{
    font-size:46px;
    font-style:normal;
    font-weight:bold;
    color:#ffffff;
}
.bode1-nick-r3{
    width:100%;
    background:#fafafa;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:20px 10px 0;
    margin-top:5px;
}
.bode1-nick-r3 p{
    display:block;
    width:50%;
    color:#333333;
    font-weight: bold;
    margin-bottom:20px;
}
@media all and (max-width:800px) {
    .bode1-nick-r3 p{
        display:block;
        width:50%;
        color:#333333;
        font-weight: bold;
        margin-bottom:5px;
    }
}
.bode1-nick-r4{
    width:100%;
    margin-top:30px;
}
.bode1-nick-r4 ul:nth-child(1){
    width:100%;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.bode1-nick-r4 ul:nth-child(1) li{
    font-weight: bold;
    color:#333333;
    font-size:16px;
    border:1px solid #999999;
    padding:5px 15px;
    margin-right:20px;
    margin-bottom:10px;
}
.bode1-nick-r4 ul:nth-child(2){
    width:100%;
}
.bode1-nick-r4 ul:nth-child(2){
    width:100%;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;
}
.bode1-nick-r4 ul:nth-child(2) li{
    width:17%;
    border:1px solid #999999;
}
.bode1-nick-r4 ul:nth-child(2) li img{
    width:100%;
}
.bode1-nick-r4 .attri{
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items: center;
    margin-top:20px;
    padding:0 10px;
}
.bode1-nick-r4 .attri p{
    font-size:16px;
    color:#333333;
    font-weight:bold;
}
.bode1-nick-r4 .attri .dev{
    border:1px solid #999999;
    color:#999999;
    background:#ededed;
    padding:7px 12px;
    cursor: pointer;
    font-weight: bold;
}
.bode1-nick-r4 .attri .cont{
    background:#ffffff;
    padding:7px;
    color:#333333;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    width:60px;
    text-align:center;
}
.bode1-nick-r4 .attri .add{
    border:1px solid #999999;
    color:#999999;
    background:#ededed;
    padding:7px;
    cursor: pointer;
    font-weight: bold;
}
.bode1-nick-r5{
    width:100%;
    margin-top:30px;
}
@media all and (max-width:800px) {
    .bode1-nick-r5{
        width:100%;
        margin-top:20px;
    }
}
.bode1-nick-r5 a{
    display: block;
    width: 230px;
    height: 60px;
    font-size:28px;
    letter-spacing: 3px;
    padding: 12px;
    background: linear-gradient(to right,#eb7432,#f59800);
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
}
.bode2{
    width:100%;
    border:1px solid #666666;
    margin-top:50px;
}
.bode2-tit{
    font-size:24px;
    color:#333333;
    border-bottom:1px solid #666666;
    padding:20px 20px;;
    font-weight: normal;
}
.hj_owl{
    width:100%;
    padding:30px 80px;
    position: relative;
}
.owl{
    width:100%;
}
.item{
    display:block;
    width:100%;
    border-bottom:4px solid #ededed;
}
.bode2-mooc{
    width:100%;
    padding:15px;
}
.bode2-mooc-tit{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding-bottom:10px;
    border-bottom:1px solid #cccccc;
}
.bode2-mooc-tit p{
    color:#333333;
    font-size:20px;
    font-weight:bold;
}
.bode2-mooc-tit span{
    color:#333333;
    font-size:22px;
    font-weight:bold;
}
.bode2-mooc-tit span em{
    font-size:12px;
    font-style:normal;
}
.bode2-mooc-text{
    width:100%;
}
.bode2-mooc-text-cl{
    width:100%;
    display:flex;
    justify-content:flex-start;
    margin-top:10px;
}
.bode2-mooc-text-cl p{
    color:#666666;
    font-size:14px;
}
.bode2-mooc-text-cl1{
    width:16px;
    height:16px;
    background:#666666;
    margin-left:10px;
}
.bode2-mooc-text-cl2{
    width:16px;
    height:16px;
    background:#ff9933;
    margin-left:10px;
}
.bode2-mooc-text>p{
    font-size:14px;
    color:#666666;
    margin-top:10px;
}
.bode2-mooc-text-nx{
    margin-top:10px;
}
.bode2-mooc-text-nx span{
    display:inline-block;
    border:1px solid #cccccc;
    color:#666666;
    padding:5px;
    font-size:14px;
}
.bode2-next{
    position: absolute;
    right:15px;
    top:50%;
    margin-top:-37px;
    cursor: pointer;
}
.bode2-prev{
    position: absolute;
    left:15px;
    top:50%;
    margin-top:-37px;
    cursor: pointer;
}
@media all and (max-width:479px) {
    .bode2-next,.bode2-prev{
        display:none;
    }
    .hj_owl{
        width:100%;
        padding:20px 30px;
        position: relative;
    }
    .bode2-tit{
        font-size:18px;
    }
}
.bode3{
    width:100%;
    border:1px solid #666666;
    margin-top:50px;
}
.bode3-nav{
    width:100%;
    display:flex;
    justify-content: flex-start;
}
.bode3-nav p{
    width:15%;
    border-bottom:1px solid #666666;
    border-right:1px solid #666666;
    font-size:18px;
    text-align: center;
    padding:20px 0;
    font-weight: bold;
    color:#333333;
    letter-spacing: 2px;
    cursor: pointer;
    border-top:4px solid rgba(000,000,000,0);
}
@media all and (max-width:750px) {
    .bode3-nav p{
        width:15%;
        border-bottom:1px solid #666666;
        border-right:1px solid #666666;
        font-size:16px;
        text-align: center;
        padding:20px 0;
        font-weight: bold;
        color:#333333;
        letter-spacing: 2px;
        cursor: pointer;
    }
}
@media all and (max-width:520px) {
    .bode3-nav p{
        width:23%;
        border-bottom:1px solid #666666;
        border-right:1px solid #666666;
        font-size:12px;
        text-align: center;
        padding:10px 0;
        font-weight: bold;
        color:#333333;
        letter-spacing: 2px;
        cursor: pointer;
        line-height:22px;
    }
}
.bode3-nav p:nth-child(4){
    width:55%;
    border-bottom:1px solid #666666;
    border-right:none;
    text-align:right;
    padding-right:20px;
}
@media all and (max-width:520px) {
    .bode3-nav p:nth-child(4){
        padding-right:10px;
    }
}
.bode3-nav p:nth-child(4) a{
    color:#333333
}
.bode3-nav p:nth-child(4) a em{
    color:#f59800;
    font-style: normal;
}
.bode3-nav p{
    background:#fafafa;
}
.bode3-nav .nig{
    border-bottom:none!important;
    background:#ffffff!important;
    border-top:4px solid #ff9900!important;
    padding-bottom:4px!important;
}
.bode-text{
    width:100%;
    padding:30px;
}
.bode-text:nth-child(n+2){
    display:none;
}
@media all and (max-width:520px) {
    .bode-text{
        width:100%;
        padding:15px;
    }
}
.bode-text1{
    display:flex;
    flex-wrap:wrap;
}
.bode-text1 p{
    display:inline-block;
    width:25%;
    color:#333333;
    font-size:14px;
    margin-bottom:10px;
    line-height:20px;
}
@media all and (max-width:520px) {
    .bode-text1 p{
        width:33%;
        display:inline-block;
        color:#333333;
        font-size:14px;
        margin-bottom:10px;
        line-height:20px;
    }
}
.bode-text2{
    width:100%;
    margin-top:30px;
}
.bode-text3{
    width:100%;
}
.every-tit{
    margin-top:50px;
    width:100%;
}
.every-tit h3{
    font-size:32px;
    background:url("file:///F|/FlashFXP/Cache/~flashfxp/img/every-tit.png") no-repeat center center;
    text-align: center;
    letter-spacing:5px;
    line-height:60px;
}
.every-tit p{
    text-align: center;
    font-weight: bold;
    line-height:25px;
}
@media all and (max-width: 479px) {
    .every-tit h3{
        font-size:24px;
        background:url("file:///F|/FlashFXP/Cache/~flashfxp/img/every-tit.png") no-repeat center center;
        text-align: center;
        letter-spacing:5px;
        line-height:60px;
    }
    .every-tit{
        margin-top:30px;
        width:100%;
    }
}
.bode-text3-cont{
    width:100%;
    padding:0 10px;
    display:flex;
    justify-content: space-between;
    margin-top:10px;
}
@media all and (max-width:800px) {
    .bode-text3-cont{
        width:100%;
        padding:0 10px;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:10px;
    }
}
.bode-text3-img{
    width:300px;
    padding:10px;
    border:1px solid #f59800;
}
@media all and (max-width:800px) {
    .bode-text3-img{
        width:100%;
        padding:10px;
        border:1px solid #f59800;
    }
}
.bode-text3-img img{
    width:100%;
}
.bode-text3-let{
    width:66%;
}
@media all and (max-width:800px) {
    .bode-text3-let{
        width:100%;
    }
}
.bode-text3-let1{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:50px 10px 0 10px;
}
@media all and (max-width:600px) {
    .bode-text3-let1{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        padding:50px 10px 0 10px;
    }
}
.bode-text3-lett1{
    width:40%;
}
@media all and (max-width:600px) {
    .bode-text3-lett1{
        width:100%;
    }
}
.bode-text3-lett1 p{
    font-size:14px;
    color:#666666;
    line-height:45px;
    border-bottom:1px dotted #666666;
    
}
.bode-text3-lett2{
    width:45%;
    margin-top:10px;
}
@media all and (max-width:600px) {
    .bode-text3-lett2{
        width:100%;
        margin-top:30px;
    }
}
.bode-text3-lett2 li{
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}
.bode-text3-lett2 li p{
    color:#666666;
    font-size:14px;
    margin:5px 0;
}
.bode-text3-hbzs{
    width:75%;
}
.bode-text3-hbzs1{
    width:100%;
    border:1px solid #666666;
    border-radius: 11px;
    display:flex;
    justify-content: space-between;
    height:12px;
    align-items: center;
    padding:0 10px;
    margin:5px 0;
}
.bode-text3-hbzs1 div{
    width:10px;
    height:10px;
    border-radius: 100%;
    background:#ffffff;
}
.bode-text3-hbzs1 .black{
    background:#333333;
}
.bode-text3-hbzs2{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding: 0 10px;
}
.bode-text3-hbzs2 p{
    font-size:14px;
    color:#666666;
}
.bode-text3-let2{
    display:flex;
    justify-content: space-between;
    border:1px solid #666666;
    margin-top:50px;
}
@media all and (max-width:600px) {
    .bode-text3-let2{
        display:none;
    }
}
.bode-text3-let2-sm{
    width:70%;
}
.bode-text3-let2-sm h6{
    border-bottom:1px solid #666666;
    border-right:1px solid #666666;
    text-align: center;
    align-items: center;
    font-weight: normal;
    padding:10px 0;
    font-size:16px;
}
.bode-text3-let2-xdsm{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.bode-text3-let2-xdsm>div:nth-child(2){
    padding-top:5px;
}
.bode-text3-let2-xdsm>div:nth-child(4){
    padding-top:8px;
}
.bode-text3-let2-xdsm>div:nth-child(5){
    padding-top:3px;
}
.bode-text3-let2-xdsm1{
    width:20%;
    border-right:1px solid #666666;
    height:86px;
}
.bode-text3-let2-xdsm1 img{
    width:50%;
    margin:0 auto;
}
.bode-text3-let2-xdsm1 p{
    margin:5px 0;
    text-align: center;
    font-size:12px;
    color:#666666;
}
.bode-text3-let2-ml{
    width:30%;
}
.bode-text3-let2-ml h6{
    border-bottom:1px solid #666666;
    text-align: center;
    align-items: center;
    font-weight: normal;
    padding:10px 0;
    font-size:16px;
}
.bode-text3-let2-ml div{
    padding:10px;
}
.bode-text3-let2-ml div img{
    width:100%;
}
.bode-text4{
    width:100%;
    padding:0 10px;
}
.bode-text4-cont{
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:30px;
}
@media all and (max-width:800px) {
    .bode-text4-cont{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:30px;
    }
}
.bode-text4-cont1{
    width:40%;
}
@media all and (max-width:800px) {
    .bode-text4-cont1{
        width:100%;
    }
}
.bode-text4-cont1 img{
    width:100%;
    padding:30px 0;
}
@media all and (max-width:800px) {
    .bode-text4-cont1 img{
        width:100%;
        padding:0;
    }
}
.bode-text4-cont1 p{
    color:#666666;
    font-size:15px;
}
.bode-text4-cont2{
    width:50%;
}
@media all and (max-width:800px) {
    .bode-text4-cont2{
        width:100%;
    }
}
.bode-text4-cont2 li{
    width:100%;
    display:flex;
    justify-content: space-between;
    border-bottom:3px dotted #888888;
}
.bode-text4-cont2 li p{
    width:20%;
    color:#666666;
    font-size:20px;
    font-weight: bold;
    padding:15px 0;
    text-align: center;
}
@media all and (max-width:1000px) {
    .bode-text4-cont2 li p{
        width:20%;
        color:#666666;
        font-size:16px;
        font-weight: bold;
        padding:15px 0;
        text-align: center;
    }
}
@media all and (max-width:479px) {
    .bode-text4-cont2{
        width:100%;
        margin-top:20px;
    }
    .bode-text4-cont2 li p{
        width:20%;
        color:#666666;
        font-size:12px;
        font-weight: bold;
        padding:10px 0;
        text-align: center;
    }
}
.bode-text5{
    width:100%;
    padding:0 10px;
}
.bode-text5 .every-tit{
    margin-top:50px;
    width:100%;
}
.bode-text5 .every-tit h3{
    font-size:28px;
    background:#cccccc;
    text-align: center;
    letter-spacing:5px;
    line-height:50px;
    width:250px;
    margin:0 auto;
    font-weight:normal;
}
@media all and (max-width: 479px) {
    .bode-text5 .every-tit h3{
        font-size:20px;
        width:150px;
    }
    .bode-text5 .every-tit{
        margin-top:20px;
        width:100%;
    }
}
.bode-text5 .every-tit h3 em{
    font-weight: bold;
    font-style:normal;
}
.bode-text5-img{
    width:100%;
    margin-top:30px;
}
.bode-text5-img img{
    width:100%;
}
.bode-text6{
    width:100%;
    padding:0 10px;
}
.bode-text6-cont{
    width:100%;
    margin-top:50px;
}
.bode-text6-cont1{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items: center;
}
.bode-text6-cont1-l{
    width:140px;
    height:140px;
    border:1px solid #f59800;
    position: relative;
}
.bode-text6-cont1-l h3{
    position: absolute;
    left:20px;
    top:20px;
    width:140px;
    height:140px;
    border:1px solid #f59800;
    background:#f59800;
    color:#ffffff;
    font-size:80px;
    z-index:10;
    text-align: center;
    padding-top:20px;
}
@media all and (max-width:700px) {
    .bode-text6-cont1-l{
        width:70px;
        height:70px;
        border:1px solid #f59800;
        position: relative;
    }
    .bode-text6-cont1-l h3{
        position: absolute;
        left:10px;
        top:10px;
        width:70px;
        height:70px;
        border:1px solid #f59800;
        background:#f59800;
        color:#ffffff;
        font-size:50px;
        z-index:10;
        text-align: center;
        padding-top:7px;
    }
}
@media all and (max-width:500px){
    .bode-text6-cont1-l{
        width:50px;
        height:50px;
        border:1px solid #f59800;
        position: relative;
    }
    .bode-text6-cont1-l h3{
        position: absolute;
        left:10px;
        top:10px;
        width:50px;
        height:50px;
        border:1px solid #f59800;
        background:#f59800;
        color:#ffffff;
        font-size:30px;
        z-index:10;
        text-align: center;
        padding-top:7px;
    }
}
.bode-text6-cont1-r h3{
    font-size: 40px;
    color:#333333;
    letter-spacing: 3px;
}
.bode-text6-cont1-r h2{
    font-size:45px;
    color:#333333;
    text-align: right;
    letter-spacing:2px;
    margin-top:10px;
}
@media all and (max-width:700px) {
    .bode-text6-cont1-r h3{
        font-size: 24px;
        color:#333333;
        letter-spacing: 3px;
    }
    .bode-text6-cont1-r h2{
        font-size:28px;
        color:#333333;
        text-align: right;
        letter-spacing:2px;
        margin-top:10px;
    }
}
@media all and (max-width:500px){
    .bode-text6-cont1-r h3{
        font-size: 20px;
        color:#333333;
        letter-spacing: 3px;
    }
    .bode-text6-cont1-r h2{
        font-size:24px;
        color:#333333;
        text-align: right;
        letter-spacing:2px;
        margin-top:5px;
    }
}
.bode-text6-cont2{
    width:100%;
    margin-top:20px;
}
.bode-text6-cont2 h6{
    color:#333333;
    font-size:24px;
    text-align:right;
    line-height:35px;
}
@media all and (max-width:700px) {
    .bode-text6-cont2 h6{
        color:#333333;
        font-size:16px;
        text-align:right;
        line-height:35px;
    }
}
@media all and (max-width:500px) {
    .bode-text6-cont2 h6{
        color:#333333;
        font-size:12px;
        text-align:right;
        line-height:25px;
    }
}
.bode-text6-cont3{
    width:100%;
    margin-top:30px;
}
.bode-text6-cont3 img{
    width:100%;
}
.bode-text6-contt{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:50px;
} 
.bode-text6-contt img{
    width:70%;
}
.bode-text6-content{
    padding:30px 0;
}
@media all and (max-width:700px) {
    .bode-text6-contt{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:50px;
    } 
    .bode-text6-contt img{
        width:60%;
    }
    .bode-text6-content{
        padding:0px 0;
        width:40%;
    }
}
@media all and (max-width: 479px) {
    .bode-text6-contt{
        width:100%;
        display:flex;
        justify-content: space-between;
        margin-top:20px;
    }  
}
.bode-text6-content1{
    width:100%;
    padding:20px;
}
.bode-text6-content1 h5{
    background:#f59800;
    font-size:34px;
    padding:10px 20px;
    color:#ffffff;
    line-height:35px;
    letter-spacing:3px;
}
.bode-text6-content1 h6{
    font-size:34px;
    color:#333333;
    line-height:35px;
    letter-spacing:3px;
    padding:10px 20px;
}
.bode-text6-content2{
    width:100%;
    padding:20px;
    margin-top:100px;
}
.bode-text6-content3{
    width:100%;
    padding:20px;
    margin-top:100px;
}
@media all and (max-width:700px) {
    .bode-text6-content1{
        padding:5px;
    }
    .bode-text6-content2{
        display:none;
    } 
    .bode-text6-content3{
        display:none;
    }
    .bode-text6-content1 h5{
        background:#f59800;
        font-size:16px;
        padding:5px 10px;
        color:#ffffff;
        line-height:35px;
        letter-spacing:3px;
    }
    .bode-text6-content1 h6{
        font-size:16px;
        color:#333333;
        line-height:35px;
        letter-spacing:3px;
        padding:5px 10px;
    }
}
.bode-text6-content2 p{
    text-align:right;
    color:#333333;
    font-size:16px;
    letter-spacing:2px;
    line-height:25px;
}
.bode-text6-content3 p{
    text-align:left;
    color:#333333;
    font-size:16px;
    letter-spacing:2px;
    line-height:25px;
}
.bode-text7{
    width:100%;
    padding:0 10px;
}
.bode-text7-cont{
    width:100%;
    margin-top:50px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
@media all and (max-width: 479px) {
    .bode-text7-cont{
        width:100%;
        margin-top:30px;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
}
.bode-text7-cont1{
    width:49%;
}
@media all and (max-width:800px) {
    .bode-text7-cont1{
        display:none;
    }
}
.bode-text7-cont1 img{
    width:100%;
    height:100%;
}
.bode-text7-cont2{
    width:49%;
    padding:50px 0;
}
@media all and (max-width:860px) {
    .bode-text7-cont2{
        width:49%;
        padding:20px 0;
    }
}
@media all and (max-width:800px) {
    .bode-text7-cont2{
        width:100%;
        padding:20px 0;
    }
}
@media all and (max-width:479px) {
    .bode-text7-cont2{
        width:100%;
        padding:0px 0;
    }
}
.bode-text7-cont2-t1{
    width:100%;
}
.bode-text7-cont2-t1 h3{
    text-align: right;
    color:#333333;
    font-size:42px;
    margin-bottom:10px;
}
.bode-text7-cont2-t1 h3 em{
    font-style: normal;
    font-size:18px;
}
@media all and (max-width: 479px) {
    .bode-text7-cont2-t1 h3{
        text-align: right;
        color:#333333;
        font-size:32px;
        margin-bottom:10px;
    }
    .bode-text7-cont2-t1 h3 em{
        font-style: normal;
        font-size:14px;
    }
}
.bode-text7-cont2-t2{
    width:100%;
    margin-top:50px;
    text-align:right;
    display:flex;
    justify-content: flex-end;
    flex-wrap:wrap;
}
@media all and (max-width: 479px) {
    .bode-text7-cont2-t2{
        width:100%;
        margin-top:20px;
        text-align:right;
        display:flex;
        justify-content: flex-end;
        flex-wrap:wrap;
    }
}
.bode-text7-cont2-t2 h6{
    background:#b4b5d3;
    color:#ffffff;
    font-size:26px;
    width:120px;
    text-align: center;
    padding:5px;
}
.bode-text7-cont2-t2 p{
    font-size:20px;
    color:#333333;
    width:100%;
    margin-top:20px;
}
.bode-text7-cont2-t3{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:50px;
}
.bode-text7-cont2-t3 img{
    width:49%;
    height:100%;
}
.bode-text7-cont2-t4{
    width:100%;
}
.bode-text7-cont2-t4 h3{
    text-align:left;
    color:#333333;
    font-size:42px;
    margin-bottom:10px;
}
.bode-text7-cont2-t4 h3 em{
    font-style: normal;
    font-size:18px;
}
@media all and (max-width: 479px) {
    .bode-text7-cont2-t4 h3{
        text-align: right;
        color:#333333;
        font-size:32px;
        margin-bottom:10px;
    }
    .bode-text7-cont2-t4 h3 em{
        font-style: normal;
        font-size:14px;
    }
}
.bode-text7-cont2-t5{
    width:100%;
    margin-top:50px;
    text-align:right;
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}
@media all and (max-width: 479px) {
    .bode-text7-cont2-t5{
        width:100%;
        margin-top:20px;
        text-align:right;
        display:flex;
        justify-content: flex-start;
        flex-wrap:wrap;
    }
}
.bode-text7-cont2-t5 h6{
    background:#b4b5d3;
    color:#ffffff;
    font-size:26px;
    width:120px;
    text-align: center;
    padding:5px;
}
.bode-text7-cont2-t5 p{
    font-size:20px;
    color:#333333;
    width:100%;
    margin-top:20px;
    text-align: left;
}
.part6-dzgl{
    padding:50px 0;
}
.part6-dzgl ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding-top:50px;
    
}
.part6-dzgl ul li{
    width:30%;
    background:#ffffff;
    transition: all linear .2s;
}
.part6-dzgl ul li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.2);

}
.part6-dzgl ul li a{
    display:block;
    width:100%;
} 
.part6-dzgl-img{
    width:100%;
    position: relative;
}
.part6-dzgl-img img{
    width:100%;
}
.part6-dzgl-img span{
    display:block;
    width:100px;
    height:100px;
    position: absolute;
    left:6%;
    top:50%;
    margin-top:-50px;
    background:url("file:///F|/FlashFXP/Cache/~flashfxp/img/part6-16.png") no-repeat;
    background-size:cover;
    transition: all linear .5s;
}
@media all and (max-width: 850px) {
    .part6-dzgl-img span{
        display:block;
        width:50px;
        height:50px;
        position: absolute;
        left:6%;
        top:50%;
        margin-top:-25px;
        background:url("file:///F|/FlashFXP/Cache/~flashfxp/img/part6-16.png") no-repeat;
        background-size:cover;
        transition: all linear .5s;
    }
}
.part6-dzgl-text{
    padding:30px;
}
.part6-dzgl-img:hover span{
    transform: scale(1.2)
}
.part6-dzgl-text h3{
    font-size:20px;
    color:#353535;
    margin-bottom:20px;
    letter-spacing: 3px;
}
.part6-dzgl-text p{
    font-size:16px;
    color:#353535;
    letter-spacing:2px;
    line-height: 25px;
}
@media all and (max-width:750px) {
    .part6-dzgl{
        display:none;
    }
}
.part6-dz-tit{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    align-items: center;
}
.part6-dz-tit div{
    border-left:10px solid #f59800;
    margin-left:10px;
    padding-left:15px;
}
.part6-dz-tit div h3{
    font-size:24px;
    color:#353535;
    letter-spacing: 2px;
}
.part6-dz-tit div p{
    font-size:14px;
    color:#353535;
    margin-top:10px;
    font-weight: bold;
}
.part6-dz-tit a{
    display: block;
    width: 160px;
    height:45px;
    font-size: 22px;
    letter-spacing: 3px;
    padding: 10px;
    background: linear-gradient(to right,#eb7432,#f59800);
    color: #ffffff;
    border-radius: 2px
}
@media all and (max-width: 750px) {
    .part6-dz-tit div h3{
        font-size:18px;
        color:#353535;
        letter-spacing: 2px;
    }
    .part6-dz-tit div p{
        font-size:14px;
        color:#353535;
        margin-top:10px;
        font-weight: bold;
    }
    .part6-dz-tit a{
        display: block;
        width: 140px;
        height:45px;
        font-size: 18px;
        letter-spacing: 3px;
        padding: 10px;
        background: linear-gradient(to right,#eb7432,#f59800);
        color: #ffffff;
        border-radius: 2px;
        margin-left:10px;
        margin-top:10px;
    }
}
.bode-text4-all{
    width:100%;
}
.bode-yhxq{
    width:100%;
}
.bode-text4-all .bode-yhxq:nth-child(n+2){
    display:none;
}
.bode-yhxq a{
    padding:10px 0;
    display:block;
    width:100%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    border-bottom:1px solid #dddddd;
}
.bode-yhxq-l{
    width:80px;
}
@media all and (max-width: 479px) {
    .bode-yhxq-l{
        width:50px;
    }
}
.bode-yhxq-l img{
    width:100%;
}
.bode-yhxq-l p{
    color:#333333;
    font-size:14px;
    text-align: center;
    line-height:22px;
    font-weight: bold;
}
.bode-yhxq-l span{
    display:block;
    color:#999999;
    font-size:14px;
    line-height:22px;
    text-align: center;
}
@media all and (max-width: 479px) {
    .bode-yhxq-l p{
        color:#333333;
        font-size:12px;
        text-align: center;
        line-height:22px;
        font-weight: bold;
    }
    .bode-yhxq-l span{
        display:block;
        color:#999999;
        font-size:12px;
        line-height:22px;
        text-align: center;
    }
}
.bode-yhxq-r{
    width:80%;
    margin-left:30px;
    padding-top:10px;
}
@media all and (max-width: 479px) {
    .bode-yhxq-r{
        width:100%;
        margin-left:0px;
        padding-top:10px;
    }
}
.bode-yhxq-r p{
    color:#333333;
    font-size:16px;
}
.bode-yhxq-r-img{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    margin-top:30px;
}
.bode-yhxq-r-img .img{
    width:80px;
    height:80px;
    padding:5px;
    border:2px solid #cccccc;
    margin-right:20px;
}
.bode-yhxq-r-img img{
    width:100%;
	height:100%;
}
.bode-yhxq-r span{
    display:block;
    width:100%;
    color:#b4b5d3;
    font-size:14px;
    margin-top:30px;
}
@media all and (max-width: 479px) {
    .bode-yhxq-r p{
        color:#333333;
        font-size:14px;
        font-weight: bold;
    }
    .bode-yhxq-r-img img{
        width:25%;
        margin-bottom:10px;
    }
}
.pages{
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:50px;
}
.pages li a{
    display:block;
    border:1px solid #c7c7c7;
    width:100%;
    color:#333333;
    padding:10px 15px;
    font-size:14px;
}
.pages li{
    margin-right: 20px;
}

.pages li a:hover{
    background:#f59800;
    color:#ffffff;
    border:1px solid #f59800;
}
.pages .page-in a{
    background:#f59800;
    color:#ffffff;
    border:1px solid #f59800;
}
@media all and (max-width: 479px) {
    .pages li a{
        display:block;
        border:1px solid #c7c7c7;
        width:100%;
        color:#333333;
        padding:5px 10px;
        font-size:12px;
    }
}