

/*-----------------------------简洁版样式定义- 开始---------------------------------------------------*/

.jj-list {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding-right: 5px;
}
.jj-list:nth-of-type(3n) {
    padding-right: 0;
}
.jj-list-tit {
    font-size: 5px;
    line-height: 5px;
    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: 33%; /*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: 14px;
	text-align: center;
	line-height: 19px;
	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: 14px;
        text-align: center;
        line-height:19px;
        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: 20px;
	padding: 5px 0;
	border-radius: 5px;
	transition: all 0.2s;
	z-index: 1;
}
.link-4:hover{
	background: rgba(0,225,255,10);
        color: #FFF;
	font-size: 15px;
        text-align: center;
        line-height: 15px;
        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: 20px;

width:100px;

height:100px;

border-radius:20px;

}

.image3{undefined

margin-top: 50px;

width:80px;

height:80px;

border-radius:20px;
position: absolute;
    right: 38%;
   top: 20px;

}

.image4{undefined

margin-top: 0px;

width:10px;

height:10px;

border-radius:0px;

}

.bgimg{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    min-width: 740px;

    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background: url(https://cdn.seovx.com/?mom=302) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

  .box {
    background: #f7f7f7;
    position: relative;
  }

  .box-content {
    padding: 20px;
    width: 70%;
  }

  .box-content-title {
    margin: 0 0 10px;
  }

  .box-content-desc {
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .box-content-link {
    color: #006ec8;
    font-size: 14px;
    text-decoration: none;
  }

  .box-content-link:hover {
    text-decoration: none;
  }

  .box-img {
    position: absolute;
    right: -38%;
    top: 20px;
  }

.divcss5 { 
position: relative;
width: 340px;
height: 140px; 
border: 1px solid rgba(0,0,0,0.1)
} 
/* 定义父级position:relative 为就认为是绝对定位声明吧 */ 
.divcss5-a { 
position: absolute;
z-index: 10;
width: 100px;
height: 100px; 
left: 3px;
top: 3px;
background: rgba(255, 255, 255, 0.3);
} 
/* 使用绝对定位position:absolute样式 并且使用left top进行定位位置 */ 
.divcss5-b { 
 position: absolute;
z-index: 10;
z-index: 10;
width: 330px;
height: 30px; 
right: 3px;
bottom:3px;

background: rgba(95,158,160);
        color: 	#FFF0F5;
	font-size: 15px;
        text-align: center;
        line-height: 5px;
        padding: 7px 0;
        border-radius: 5px;
	font-weight: bold

} 
/* 使用绝对定位position:absolute样式 并且使用right bottom进行定位 标题 位置 */ 

.divcss5-c { 
 position: absolute;
z-index: 10;
width: 230px;
height: 100px; 
right: 3px;
bottom: 35px;


background: rgba(253,245,230);

        color: 	#008080;
	font-size: 14px;
        text-align: center;
        line-height: 20px;
        padding: 10px 0;
        border-radius: 5px;
       

	
} 


/* 使用绝对定位position:absolute样式 并且使用right bottom进行定位位置 */ 

/* 使用绝对定位position:absolute样式 并且使用left top进行定位位置 */ 
.divcss5-d { 
 position: absolute;
z-index: 20;
width: 60px;
height: 18px; 
right: 255px;
bottom:35px;

background: rgba(30,144,255,0.8);
        color: 	#F8F8FF;
	font-size: 12px;
        text-align: center;
        line-height: 5px;
        padding: 6px 0;
        border-radius: 5px;
	

} 

/* 使用绝对定位position:absolute样式 并且使用left top进行定位位置 */ 
.divcss5-e { 
 position: absolute;
z-index: 20;
width: 18px;
height: 18px; 
right: 230px;
bottom: 95px;

	

} 


.jj-list-tit-logo2 {
 position: absolute;
z-index: 20;
width: 18px;
height: 18px; 
right: 75%;
bottom: 25px;
font-size: 25px;    
    
  
    line-height: 5px;
    color: rgba(0,19,255,1);
    font-weight: bold;  
   
}

.jj-list-tit-logo1 {

position: absolute;
z-index: 20;
width: 18px;
height: 18px; 
right: 75%;
bottom: 0px;
font-size: 15px;


    
    line-height: 5px;
    color: rgba(0,128,128);
 
    
   
}
/*-----------------------------简洁版样式定义- 结束---------------------------------------------------*/


