/*大于等于1050px*/
@media screen and (min-width: 1050px){
    #logoBox{
        margin-top: 10px;
    }
    #topToggle{
        display: none;
    }
    .imgHeadRight a{
        margin-left: 10px;
    }

    .imgMain2 li{
        margin: 20px;
        width: 460px;
        float: left;
    }
    .imgMainRight{
        width: 714px;
    }

    .liBox{
        width: 450px;
        height: 300px;
        overflow: hidden;
    }

}

/*小于1050px*/
@media screen and (max-width: 1050px){
   #topDesc{
        display: none;
    }
    #logoLeft{
        width: 160px;
    }
    #logoLeft img{
    }
    #navBox{
        display: none;
        text-align: center;
    }
    #logoRight ul{
        display: none;
    }

    .imgMain2 li {
        margin: 15px 5px;
    }

    #topToggle{
        margin-top: 15px;
        margin-right: 15px;
    }
    .imgHeadRight a{
        margin-left: 5px;
    }
    .imgMainLeft{
        width: 100%;
    }
    .imgMainRight{
        margin-top: 20px;
        width: 100%;
    }
}

.oneItemImage{
    max-width: 100%;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 1px;
}
.bottomImageLeft, .bottomImageRight{
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    vertical-align: bottom;
    color: #666;
    font-size: 12px;
}
.imgMainBox p{
    text-align: center;
    font-size: 12px;
    color: #222;
}
.bottomImageLeft{
    float: left;
    text-align: left;
}
.bottomImageRight{
    float: right;
    text-align: right;
}

.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;
}

.imgBox{
    margin-top: 20px;
}
.imgBox li{
    position: relative;
}
.playImage{
    cursor: pointer;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

 .playImage{
    width: 60px;
    height: 60px;
}

.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: 14px;
    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;
    color: #fff;
}

a{
    text-decoration:none;
    color: #fff;
}

a:hover img,  .playImage:hover{
    filter:alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
    transform: scale(1.02);
} 
#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: 1050px;
    margin: auto;
}

#logoLeft{
    float: left;
    height: 76px;
}

#logoRight{
    float: right;
    line-height: 76px;
}
#logoRight a{
    color: #1592e5;
}
#logoRight li{
    margin-right: 5px;
}


.clear{
    clear: both;
}

#navBox{
   background-color: #118fe4;
   line-height: 45px;
   border-top: solid 2px #0e7dc8;
}

#navBox li{
    padding: 0px 8px;
    text-align: center;
    transition: all .2s ease-in;
}

#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;
}

.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{
    background: #ffffff;
    border-bottom: 3px solid #dddddd;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}


#linkMainBox a{
    color: #444;
    font-size: 12px;
    margin-left: 10px;
}

#copyRightBox{
    width: 100%;
    text-align: center;
    clear: both;
    margin: 25px 0px;
}

#copyRightBox a{
    color: #000;
}

.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 */
}

#logoImage{
    width: 150px;
    height: 79px;
}


/*弹出层 start*/
.mask_back{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999999999;
}

.mask_center{
    width: 95%;
    max-height: 230px;
    margin: auto;
    margin-top: 5%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
}

.mask_bottom{
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.mask_content{
    padding: 20px 5px;
}
.mask_bottom a{
    cursor: pointer;
    border: 1px solid #aaa;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
}
.mask_bottom a:hover{
    background-color: #428bca;
    color: #fff;
}
.mask_close{
    float: right;
    font-size: 18px;
    font-weight: 700;
    color: #aaa;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    margin-right: 10px;
}
/*弹出层 end*/
