/* 金融研究类数据库表介绍开始 */
.finance {
	overflow: hidden;
}

.finance .list_l {
	float: left;
	
}
.list_l ul li{
    width: 350px;
	margin: 0 75px 28px 0;
	background: #f2f2f2;
	text-align: center;    
}
.finance .list_l a {
	display: block;
	text-align: center;
	line-height: 42px;
	padding-bottom: 2px;
	border-top: 5px solid #b49a5a;
	color: #333333;
	font-size: 16px;
}

.finance .list_l a:hover {
	cursor: pointer;
	box-shadow: 2px 1px 2px #dedede;
}
.finance .list_r{
    width: 775px;
    float: left;
    overflow: hidden;
}
.list_r ul li{
    width: 350px;
	margin: 0 75px 28px 0;
	background: #f2f2f2;
	text-align: center;
    float: left;
}
.list_r ul li a{
    display: block;
	text-align: center;
	line-height: 42px;
	padding-bottom: 2px;
	border-top: 5px solid #b49a5a;
	color: #333333;
	font-size: 16px;
}
.list_r ul li a:hover {
	cursor: pointer;
	box-shadow: 2px 1px 2px #dedede;
}
.list_r li:nth-of-type(even){
    margin-right: 0;
}
.finance li .bj-green {
	border-top: 5px solid #0bab96;
}

.finance li .bj-grass {
	border-top: 5px solid #9ea968;
}

.finance li .bj-purple {
	border-top: 5px solid #b4758d;
}

.finance li .bj-blue {
	border-top: 5px solid #3c699b;
}

.finance li .bj-pink {
	border-top: 5px solid #896b9d;
}

.finance li .bj-sea {
	border-top: 5px solid #0587ac;
}

.list_l ul li a div {
	padding: 0 25px 10px 55px;
	text-align: left;
	line-height: 36px;
}

.finance .list_l ul li a div span {
	text-align: left;
	font-size: 15px;
	margin-right: 30px;
}
.list_l ul li:last-of-type,.list_r ul li:nth-of-type(7),.list_r ul li:last-of-type{
    margin-bottom: 5px;
}

/* 金融研究类数据库表介绍结束 */

/* 产品特色 */
.feature{
    width: 1280px;
    height: auto;
    /* margin-top: 55px; */
    overflow: hidden;
    opacity: 0;
}
.feature_l{
    width: 150px;
    height:auto;
    float: left;
    margin: auto;
    text-align: center;
}
.feature_r{
    width: 1100px;
    height: auto;
    float: left;
    margin-right: 30px;
}
.feature_l img{
    width: auto;
    height: auto;
    text-align: center;
}
.feature_l span{
   display: block;
   width: 1px;
   height: 48px;
   background-color: #b5b5b5; 
   margin-left: 74px;
   margin:13px 0 14px 74px;
}
.feature_info{
    margin-top: 46px;
}
.feature_info:first-of-type{
    margin-top: 0;
}
/* 公用鼠标滚动后动画开始 */
.rise{
	margin-top:55px;
    
	animation:mymove 1s linear;
	-webkit-animation:myrise 1s linear; 
	opacity: 1;
}
 @keyframes myrise
{
from {opacity:0;margin-top:150px;}
to {opacity:1;transform: translateY(0px)}
}

@-webkit-keyframes myrise
{
	from {opacity:0;margin-top:150px;}
	to {opacity:1;transform: translateY(0px)}
} 
/* 公用鼠标滚动后动画结束 */

/* 高频类数据库开始 */
.gp{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gp li{
    width: 360px;
    height: 180px;
    margin: auto;
    margin:0 40px 30px 10px;
    float: left;
    position: relative;
}
.gp li:nth-of-type(1){
    background: url(images/gp1.jpg);
}
.gp li:nth-of-type(2){
    background: url(images/gp2.jpg);
}
.gp li:nth-of-type(3){
    background: url(images/gp3.jpg);
    margin-right: 10px;
}
.gp li:nth-of-type(4){
    background: url(images/gp4.jpg);
    margin-bottom: 5px;
}
.gp li:nth-of-type(5){
    background: url(images/gp5.jpg);
    margin-bottom: 5px;
}
.gp li:nth-of-type(6){
    background: url(images/gp6.jpg);
    margin-bottom: 5px;
    margin-right: 10px;
}
.gp li::after{
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(102,202,253,0.6), rgba(54,106,252,0.6));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.gp li:hover::after{
    opacity: 1;
}
.gp li span{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
}
/* 高频类数据库结束 */

/* 经济类数据库开始 */
.econo{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;;
}
.econo li{
    width: 236px;
    height: 48px;
    padding-left: 22px;
    background-color: #f9f9f9;
    border:1px solid #d2d2d2;
    border-radius: 5px;
    margin:0 36px 30px 10px;
    float: left;
}
.econo li:nth-of-type(4n){
    margin-right: 10px;
}
.econo li:nth-of-type(29),.econo li:nth-of-type(30){
    margin-bottom: 5px;
}
.econo li a{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    margin-left: 5px;
}
.econo li img{
    display: inline-block;
    vertical-align: middle;
}
/* 经济类数据库结束 */

/* 特色类数据库开始 */
.special{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
    background: url(images/feature.png) 0 center;
}
.special li{
    width: auto;
    height: 46px;
    padding:0 50px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    float: left;
}
.special li:hover{
    padding:0 55px 0 45px;
    transition: 0.3s;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
}
.special li a{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}
.special li img{
    display: inline-block;
    vertical-align: middle;
}
.special li:nth-of-type(1){
    margin:0 0 0 50px;
}
.special li:nth-of-type(2){
    margin:0 0 0 520px;
}
.special li:nth-of-type(3){
    margin:20px 0 0 140px;
}
.special li:nth-of-type(4){
    margin:20px 0 0 380px;
}
.special li:nth-of-type(5){
    margin:20px 0 0 100px;
}
.special li:nth-of-type(6){
    margin:20px 0 0 560px;
}
.special li:nth-of-type(7){
    margin:20px 0 0 10px;
}
.special li:nth-of-type(8){
    margin:20px 0 0 510px;
}
.special li:nth-of-type(9){
    margin:20px 0 0 150px;
}
.special li:nth-of-type(10){
    margin:20px 0 0 390px;
}
.special li:nth-of-type(11){
    margin:20px 0 0 50px;
}
.special li:nth-of-type(12){
    margin:20px 0 0 605px;
}
.special li:nth-of-type(13){
    margin:20px 0 0 130px;
}
.special li:nth-of-type(14){
    margin:20px 0 0 430px;
}
.special li:nth-of-type(15){
    margin:20px 0 0 160px;
}
/* 特色类数据库结束 */