

/*-----------------------------简洁版样式定义- 开始---------------------------------------------------*/

.jj-list {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-right: 16px;
}
.jj-list:nth-of-type(3n) {
    padding-right: 0;
}
.jj-list-tit {
    font-size: 16px;
    line-height: 25px;
    color: rgba(49, 70, 89, 1);
    font-weight: bold;
}

.jj-list-con {
    overflow: hidden;
    margin: 0 auto;
}
.jj-list-con  li {
box-sizing: border-box; /*以IE盒子模型的width为标准*/
    padding: 3px 3px; /*设置div的内边距*/
    width: 150px; /*div等分成*部分*/
    margin: 3px 3px;
    float: left;
    transform-origin: center top;

}


.jj-list-con li:hover {
    animation: swing 2s linear 0s 1 forwards
}
@keyframes swing {
    0%, 100% {
        transform: perspective(200px) rotateX(0);
    }
    20% {
        transform: perspective(200px) rotateX(-45deg);
    }
    40% {
        transform: perspective(200px) rotateX(45deg);
    }
    50% {
        transform: perspective(200px) rotateX(-25deg);
    }
    60% {
        transform: perspective(200px) rotateX(25deg);
    }
    70% {
        transform: perspective(200px) rotateX(-5deg);
    }
    80% {
        transform: perspective(200px) rotateX(5deg);
    }
    90% {
        transform: perspective(200px) rotateX(-3deg);
    }
    95% {
        transform: perspective(200px) rotateX(3deg);
    }
}



.link-3{
	display: block;
	background: rgba(30,160,255,10);
	color: #FFF;
	font-size: 13px;
	text-align: center;
	line-height: 33px;
	padding: 5px 0;
	border-radius: 5px;
	transition: all 0.2s;
	z-index: 1;
}
.link-3:hover{
	background: rgba(124,225,10,10);
        color: #FF6606;
	font-size: 20px;
        text-align: center;
        line-height: 42px;
        padding: 5px 0;
        border-radius: 5px;
	font-weight: bold
}

.link-4{
	display: block;
	background: rgba(30,114,255,10);
	color: 	#F9F900;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
	padding: 3px 0;
	border-radius: 3px;
	transition: all 0.2s;
	z-index: 1;
}
.link-4:hover{
	background: rgba(0,225,255,10);
        color: #FFF;
	font-size:20px;
        text-align: center;
        line-height: 42px;
        padding: 5px 0;
        border-radius: 5px;
	font-weight: bold
}

.image1{undefined

margin-top: 20px;

width:40px;

height:40px;

border-radius:40px;

}

.image2{undefined

margin-top: 30px;

width:40px;

height:40px;

border-radius:10px;

}

.bgimg{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    min-width: 740px;

    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background: url(http://api.btstu.cn/sjbz/?lx=m_meizi) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

/*-----------------------------简洁版样式定义- 结束---------------------------------------------------*/


