@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
a{ text-decoration:none;}
ul li{ list-style-type:none;}

.tou{ width:100%; margin:0 auto;}
.tou img{ width:100%;}
.xia{ width:1000px; margin:0 auto; position:relative;}
.xia1{ width:95px; height:95px; position:absolute; top:-10px; left:50%; margin-left:-47px; z-index:1000;}

.yi{ width:1000px; height:450px; margin-top:320px;}
.yi h2,.jiu h2,.san h2,.wu h2,.liu h2,.si h2{ margin:0 auto; font-size:30px; text-align:center; margin-bottom:30px; color:#f9c80c; font-weight:800;}
.yi span,.wu span{ display:block; text-indent:2em; font-size:16px; color:#CCC; line-height:25px; margin-bottom:20px;}


.jiu{ width:1000px; height:750px; margin:30px 0px;}
.jiu img{ margin-bottom:10px;}
.jiu ul li{ width:200px; height:330px; float:left; margin:10px 66px;}
.jiu ul li a span{ display:block; text-indent:2em; width:198px; line-height:25px; font-size:14px;}
.jiu ul li b a{ display:block; float:right; width:200px;  height:30px; background-color:#f26f21; color:#FFF; text-align:center; line-height:30px;}



.san{ width:1000px; height:2155px; margin:30px 0px;}
.san h5{ font-size:22px; width:1000px; border-bottom:2px solid #996c33; margin:30px auto; text-align:center; color:#FF0;}
.san img{ margin-bottom:10px;}
.san ul li{ width:200px; height:200px; float:left; margin:0 25px;}
.san ul li img{ width:200px; height:70px;}
.san ul li h3{ text-align:center; border:none;}
.san ul li span{ display:block; line-height:25px;}
.san .ue li{ height:230px;}


.wu{ width:1000px; height:340px;}
.wu ul li{ width:240px; height:160px; float:left; margin:0 13px 13px 0;}






@charset "utf-8";

body{
    font-family: Arial, "Microsoft YaHei UI Light";
}

/*一、24格处理*/
#iconWall{
    width:1004px;
    background-color: #f0f0f0;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 1px;
    list-style: none;
}

#iconWall li{
    width:250px;
    height: 150px;
    /*background-color: #fff;*/
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;

}

/*二、3D反转区域处理 */
.img-back, .img-front{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width:250px;
    height:150px;
    text-align: center;
    line-height: 108px;
}

li img{
    vertical-align: middle;
}


.img-3d{
    transform-style: preserve-3d;
}

.img-back{
    transform: rotateY(180deg);
	background-color:#135faa;
}

/*测试代码*/
/*li:hover .img-3d{*/
    /*transition: .3s linear;*/
    /*transform: rotateY(180deg);*/
/*}*/

/*三、换一批*/
#btnRefresh{
    text-align: center;
    transition: .3s linear;
    background-color: #fff;
}
.iconRefresh{
    width: 28px;
    height: 28px;
    background: url(images/refresh-white.png);
    margin: 32px auto 0;
}
#btnRefresh:hover{
    color: #fff;
    background-color: #dd2727;
    transition: 0s;
}
#btnRefresh:hover .iconRefresh{
    background: url(images/refresh.png);
}


/*四、处理浮层*/
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width:250px;
    height:150px;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
}

.mask img{
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}
.mask p{
    font-size:16px;
    color: #fff;
	margin-top:75px;
    text-align: center;
}
.mask a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: red;
    width: 70px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
}

li:hover .mask{
    opacity: 1;
    transition: .3s linear;
}

/*页脚*/
footer{
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.4;
}





.liu{ width:1000px; height:465px; margin-top:30px;}
.liu img{ width:200px; height:200px;}
.liu ul li{ width:200px; height:200px; float:left;}