/*电脑适配*/
@media screen and (min-width: 800px){
    #logoImage{
        height: 79px;
    }

    #topToggle{
        display: none;
    }
    .imgHeadRight a{
        margin-left: 10px;
    }

    .imgMain2 li{
        margin: 10px;
    }
    .imgMainRight{
        width: 714px;
    }

    .liBox{
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    #logoRight {
        width: 80%;
    }

    #logoLeft{
        margin-left: 10px;
    }
}

/*手机适配*/
@media screen and (max-width: 800px){
    #logoImage {
        height: 40px;
        margin-top: 18px;
    }
   #topDesc{
        display: none;
    }
    #navBox{
        display: none;
        text-align: center;
    }

    .imgMain2 li {
        margin: 15px 5px;
    }

    .imgHeadRight a{
        margin-left: 5px;
    }
    .imgMainLeft{
        width: 100%;
    }
    .imgMainRight{
        margin-top: 20px;
        width: 100%;
    }

    #id_a_logined{
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
}

.oneItemImage{
    max-width: 100%;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 1px;
}
.imgMainBox p{
    text-align: center;
    font-size: 12px;
    color: #222;
}

.bottomImageBox span{
    BACKGROUND: #f0f0f0;
    color: #555;
    font-size: 12px;
}
.bottomImageBox{
    padding: 2px 5px;
    border-top: 1px solid #eaeaea;
}

.imgMain2 p{
    width: 80%;
    margin: auto;
    word-break: keep-all;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imgMain2 ul{
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
}

.imgBox{
    margin-top: 20px;
}
.imgBox li{
    position: relative;
}
.playImage{
    cursor: pointer;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

 .playImage{
     height: 48px;
}

.interval20{
    height: 20px;
    clear: both;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, address, code, em, img, strong, dl, dt, dd, ol, ul, body ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, input, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    /*font-weight: normal;*/
    color: #333;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}

ul, ol, li{
    list-style: none;
    display: inline-block;
}

a{
    text-decoration:none;
    color: #fff;
}

/*a:hover img,  .playImage:hover{*/
    /*transform: scale(1.1);*/
/*}*/
a:hover{
    /*font-weight: bolder;*/
    text-decoration: underline;
}
#topImage{
    max-width: 100%;
}
a img{
    text-decoration:none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

body {
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background: #f3f2f3;
}

#bodyBox{
    max-width: 1300px;
    margin: auto;
}


.clear{
    clear: both;
}

#navBox{
   background-color: #252a3c;
   line-height: 50px;
   border-top: solid 2px #0e7dc8;
}

#navBox li{
    padding: 0px 8px;
    text-align: center;
    transition: all .2s ease-in;
    font-size: 15px;
    color: #eeeeee;
}

#navBox li:hover{
    background-color: #7ac9ff
}

#navBox a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

#navBox .sel{
    background-color: #3faef9;
}

.imgHeadBox{
    height: 40px;
    line-height: 30px;
}

.imgHead, .imgHeadRed{
    border-left: 6px solid;
    height: 30px;
}

.imgHead{
    border-left-color: #1592e5;
}
.imgHeadRed{
    border-left-color: #ff4eda;
}


.imgHeadLeft{
    float: left;
    text-indent: 7px;
}

.imgHead .imgHeadLeft strong{
    font-size: 18px;
    color: #1592e5;
    font-weight: normal;
}

.imgHeadRed .imgHeadLeft  strong{
    font-size: 18px;
    color: #ff4eda;
}


.imgHeadRight{
    float: right;
}

.imgHeadRight a{
    font-size: 14px;
    color: #666;
    font-weight: 100;
    text-shadow: 1px 0px 0px #fff;
}

.imgMainLeft{
    float: left;
}

.imgMainRight{
    float: right;
}

.imgMainRight ul{
}
.imgMainRight li{
    margin-left: 5px;
}

.imgMainRight .liBottom{
    margin-top: 5px;
}


.mainBanner{
    margin: 20px 0px;
}

#topBanner, #bottomBanner{
    display:none;
}

.mainBanner img{
    width: 100%;
    max-width: 1020px;
    height: 100px;
    margin: auto;
    display: block;
}

#linkBoxHead{
    background: #ffffff;
    border-bottom: 3px solid #dddddd;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
}

#linkBoxHead strong{
    color: #1592e5;
    font-size: 18px;
}

#linkMainBox{
    overflow: hidden;
}


#linkMainBox a{
    color: #444;
    font-size: 12px;
    margin-left: 10px;
}

#copyRightBox{
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 250px;
}

#copyRightBox a{
    color: #333333;
}

.imgMainLeftBig{
     width: 335px;
     height: 509px;
}

#position{
    clear: both;
    line-height: 50px;
    color: #1691e5;
    height: 50px;
    font-size: 13px;
    background: url(/images/position.png) no-repeat;
    text-indent: 25px;
    background-color: #ffffff;
    border-bottom: 3px solid #dddddd;
}
#position a{
    color: #1691e5;
}

.pageBox{
  text-align: center;
  padding: 20px 0px;
}

#ulPage{

}


.pageBox a{
    display: block;
    float: left;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    text-decoration: none;
    padding: 8px 12px;
    color: #777;

}

.pageBox .pageSelect{
    background-color: #1592E5;
    color: #fff;
}

.pageBox a:hover{
    background-color: #1592E5;
    color: #fff;
}



.imgMainBox{
    text-align: center;
}
.imgMainBox img:hover + p{
    height: 30px;
    line-height: 30px;
    transition:  0.4s;
    -moz-transition:  0.4s; /* Firefox 4 */
    -webkit-transition:  0.4s; /* Safari 和 Chrome */
    -o-transition:  0.4s; /* Opera */
}


#logoBox{
    background: #ffffff;
}

#logoRight {
    float: right;
    line-height: 76px;
    padding-right: 5px;
    text-align: right;
}

.indexLoginBox a {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    margin-top: 25px;
}

.btn_reg {
    display: block;
    background: #f66;
    color: #fff;
    margin-right: 20px;
}

.btn_login {
    color: #666;
    background: #f6f6f6;
}

.indexLoginBox .logined {
    display: block;
    background: #f66;
    color: #fff;
    font-size: 14px;
}

.indexA{
    background: #26B4FF;
    color: #fff;

    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .438rem 1.125rem;
    font-size: .894rem;
    line-height: 1.54;
    border-radius: .25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.commonInput {
    border: 1px solid #ccc;
    padding: 5px 5px;
    box-sizing: border-box;
}

.commonBtnA {
    color: #fff;
    padding: 5px 7px;
    font-size: 14px;
    background-color: #F4543C;
}

#navBox a{
    text-decoration: none;
}

#logoLeft {
    float: left;
    height: 76px;
    line-height: 76px;
}

.logoOpenA {
    float: right;
    padding-left: 5px;
    color: #666;
}

.kejianbanbenP{
    font-size: 16px;
    color: #9e00ff;
    margin-top: 10px;
    font-weight: bold;
}

body .kejianbanbenPFirst{
    margin-top:0;
}

.tableBox{
    max-width: 100%;
    overflow-x: auto;
}
.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}


.table th{
    text-align: left;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.row-fluid a{
    color: #428bca;
    text-decoration: none;
}
.ybclearButton_inputCose:hover {
    background: #b8f8ff;
    opacity: 255 !important;
}

#logoImage{
    display: inline-block;
    vertical-align: top;
}