@charset "utf-8";
/* CSS Document */
.banner-wrap {
    width: 100%;
    background: url(../images/bk.jpg) no-repeat 50%;
    color: #fff;
}
.banner-wrap .big-title {
    text-align: center;
    font-size: 40px;
    line-height: 68px;
    padding: 50px 15px;
    font-weight: 700;
}
.big_title{
	text-align:center;
	line-height: 50px;
	height:50px;
	padding-top: 6px;
}
.big_title .title_style{
    font-size: 24px;
	font-weight:600;
	display:inline-block;
	width: 200px;
    position: relative;
}
.big_title .title_style:before{
	content:url(../images/title_style_left.png);
	background-size: 100%;
	display: block;
	height: 50px;
	width: 36px;
	position:absolute;
	left: 0;
    top: 0;
}
.big_title .title_style:after{
	content:url(../images/title_style_right.png);
	background-size: 100%;
	display: block;
	height: 50px;
	width: 36px;
	position:absolute;
	right: 0;
    top: 0;
}
.classify-list{
	width: 100%;
    float: left;
	display:block;
	overflow:hidden;
	position:relative;
	padding-bottom: 30px;
}
.classify-list li {
    width: 132px;
    height: 90px;
    float: left;
}
.classify-list li a {
    width: 118px;
    height: 70px;
    margin-left: 16px;
    margin-top: 15px;
    background: #215dc6;
    border-radius: 3px;
    display: block;
    padding-left: 17px;
    line-height: 24px;
    padding-top: 11px;
    font-size: 12px;
    position: relative;
}
.classify-list li a span {
    font-size: 14px;
    font-weight: 700;
}
.bigtitle {
    width: 100%;
    height: 10px;
    border-bottom: 1px dashed #e8e8e8;
    text-align: center;
    position: relative;
    padding: 10px 0 10px;
    margin-bottom: 20px;
}
.bigtitle span {
    position: absolute;
    top: 10px;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-left: -30px;
    font-size: 14px;
}
.bigtitle span i {
    vertical-align: middle;
    margin-left: 5px;
}
.icon-ciku-title-arrow {
    background-position: -267px -328px;
    width: 11px;
    height: 6px;
}
.icon-ciku-title-arrow, .icon-dou11111 {
    display: inline-block;
    font-size: 0;
    background-image: url(../images/sprite.icon.png);
}
.naotu{
	width: 100%;
	display:block;
}
.naotu li {
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin-bottom: 25px;
}
.naotu li a{
	color: #666;
	background:#f5f5f5;
	display:inline-block;
	width:100%;
	padding:15px;
    border-radius: 15px;
}
.photo{
	width:100%;
	height:260px;
	max-height:260px;
	overflow: hidden;
    border-radius: 15px;
}
.photo img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 1s all ease;
}
.photo img:hover{
  transform: scale(1.2);
}
.naotu li .info {
    width: 100%;
    height: 90px;
    float: left;
    line-height: 20px;
}
.naotu li .info .icon {
    width: 30px;
    height: 30px;
    float: left;
    margin: 25px 10px 25px 0px;
}
.naotu li .info .icon img {
    width: 100%;
    height: 100%;
}
.naotu li .info .name {
    margin-top: 26px;
    font-size: 14px;
    font-weight: 700;
}
.all_database{
	width:100%;
	float: left;
    display: block;
    position: relative;
}
.all_database li{
	display: block;
	float:left;
	padding-bottom:25px;
}
.all_database li a{
	display: block;
	width:100%;
	overflow:hidden;
	color: #333333;
}
.all_database li a span{
	display: block;
	width:100%;
	float:left;
	text-align:center;
}
.all_database li a .icon_ciku{
	padding:0 10px;
}
.all_database li a .icon_ciku img{
	max-width:60px;
	max-height:60px;
}
.all_database li a .name{	
	font-size:16px;
	font-weight:600;
}
.all_database li a .number{
	padding-top:10px;
	font-size:18px;
	font-weight:800;
	color:#1973cd;
}
.data-index_title {
    background: rgba(0,0,0,0) url(../images/data_03.png) no-repeat scroll 0 0;
    border-bottom: 1px solid #ff0000;
    height: 42px;
    line-height: 42px;
}
.data-index_title span {
    float: left;
    width: 190px;
    height: 42px;
    text-indent: 0.8em;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 微软雅黑;
}
.data-index_list {
    float: left;
    height: auto;
    padding: 25px 0 10px 0px;
    width: 100%;
}
.data-index_list ul li {
    float: left;
    font-size: 14px;
    line-height: 35px;
}
.data-index_list ul li a {
    color: #333;
}
@media (min-width: 360px){
.all_database li{
	width:33.333%;
}
}
@media (min-width: 540px){
.data-index_list ul li{
	width:50%;
}
}
@media (min-width: 640px){
.all_database li{
	width:25%;
}
}
@media (min-width: 768px){
.all_database li{
	width:20%;
}
.data-index_list ul li{
	width:33.33%;
}
}
@media (min-width: 922px){
.all_database li{
	width:14.2857%;
}
}
@media (min-width: 1200px){
.all_database li{
	width:14.2857%;
}
.data-index_list ul li{
	width:25%;
}
.col-lg-20 {
    width: 20%;
}
}



