﻿@CHARSET "UTF-8";
.introduce-wrap{
	height: 395px;
	background: url(banner.jpg) top center repeat;
}
.search-wrap{
	text-align: center;
	margin-top: 35px;
}
#q{
	width: 700px;
	padding: 0 12px;
	font-size: 20px;
	height:45px;
	line-height: 45px;
	background-color: #E0F1F9;
	color: #333333;
	outline: none;
	border: 1px solid #4798C3;
	border-right: 0;
}
.search-wrap .search-btn{
	border: 1px solid #4798C3;
	padding: 0 17px;
	height:45px;
	line-height: 45px;
	text-align: center;
	border-left:0;
}
.search-wrap .search-btn i{
	font-size: 25px;
	margin-right: 0;
}
.data-domain-select-bg{
	background: url(data-domain-select-bg.png) center center no-repeat;
	height: 70px;
	margin-top: 60px;
}
.data-domain-select-wrap{
	padding: 30px 0;
	overflow: hidden;
}
.data-domain-select-wrap>a{
	width: 157px;
	height: 144px;
	float: left;
	text-align: center;
	border: 1px solid #F0F0F0;
	border-left: 0;
	border-top:0;
	vertical-align: middle;
}
.data-domain-select-wrap>a:nth-child(7n+7){
	border-right: 0;
}
.data-domain-select-wrap>a:hover{
	background-color: #F2F8F8;
}
.data-domain-select-wrap>a>img{
	margin: 10px auto;
	border: 0;
}
.data-domain-select-wrap>a>span{
	display: block;
	line-height: normal;
	font-size: 16px;
}
.data-overview-bg{
	background: url(data-overview-bg.png) center center no-repeat;
	height: 70px;
	background-color: #F2F8F8;
}
.data-overview-wrap{
	background-color: #F2F8F8;
	overflow: hidden;
}
.data-overview-channel-switch{
	text-align: center;
	height: 100px;
	line-height: 100px;
}
.data-overview-channel-switch>a{
	font-size: 16px;
	padding: 10px 30px;
	vertical-align: middle;
	background-color: #A3B1BE;
	color: #ffffff;
	margin: 0 25px;
	border-radius: 8px;
}
.data-overview-channel-switch>a.selected{
	background-color: #5D90D2;
}
.data-overview-info,.data-overview-list-info{
	text-align: center;
	font-size: 28px;
	line-height: 50px;
}
.data-overview-info>span{
	color: #5F90D3;
}
.data-overview-list-wrap{
	margin-bottom:60px;
	font-size: 18px;
}
.data-overview-list-wrap ul{
	overflow: hidden;
	padding-left:30px;
}
.data-overview-list-wrap ul>li{
	width: 20%;
	margin-bottom: 15px;
	margin-right:50px;
	list-style: none;
	vertical-align: top;
	display: inline-block;
	*display:inline;
    zoom:1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.data-overview-list-wrap ul>li i{
	font-size: 16px;
	color: #FCC02A;
}
.square{
	background-color: #FAC12C;
	height: 5px;
	float: left;
	width: 5px;
	margin-top: 10px;
	margin-right: 5px;
}
.data-overview-list-wrap a{
	color: #5F90D3
}
.data-overview-list-info{
	margin-bottom: 40px;
}
.data-overview-list-info span{
	color: #5F90D3;
}
.data-overview-list{
	display: none;
}
.data-overview-list-more{
	text-align: center;
	margin-top: 20px;
}
.data-overview-list-more>a{
	border: 1px solid #5F90D3;
	padding: 5px 10px;
	border-radius: 8px;
}
.domain_toggle{
	width: 100%;
	text-align:center;
	margin-bottom: 35px;
}
.domain_toggle>a{
	color: #5F90D3;
	font-size:18px;
	border: 1px solid #5F90D3;
    padding: 5px 10px;
    border-radius: 8px;
}
