.bs-shadow{
    box-shadow: 0 0 1px 2px #f3f3f3;
}
.bs-bg-gray{
    background-color: #fafafa;
}
.bs-ani-rotate {
	transition: 1s;
	transform: rotate(360deg);
}
#bjss{
	cursor: pointer;}
/*首页*/
.banner-index {
	background: green;
	margin-top: 120px;
	height: 30%;
	text-align: center;
}
.banner-index-content {
	display: inline-block;
	background: blue;
	height: 100%;
	margin: 0 15px;
	text-align: left;
}
.banner-index-content button {
	height: 100%;
}
.banner-index-content div {
	display: none;
	background: #fff;
}


.banner-info .banner-index-nav{
	width: 100%;
	text-align: center;
}

/* Banner展开菜单样式 */
.banner-menu {
	margin: 6% 0 0 21%;
}
.banner-menu-btns {
	width: 120px;
	height: 130px;
	float: left;
	margin-right: 30px;
	position: relative;
}
.banner-menu-btns button {
	padding-top: 50px;
	width: 120px;
	height: 130px;
	color: #fff;
	border: none;
	outline: none;
	position: absolute;
    left: -60px;
}
.banner-menu-btns ul {
	display: none;
	width: 224px;
	background: #fff;
	border-radius: 0 65px 65px 0;
	overflow: hidden;
}
.banner-menu-btn1 ul, .banner-menu-btn4 ul {
	height: 105px;
	padding-top: 25px;
}
.banner-menu-btn2 ul, .banner-menu-btn5 ul {
	height: 110px;
	padding-top: 20px;
}
.banner-menu-btn3 ul {
	height: 90px;
	padding-top: 40px;
}
.banner-menu-btns ul li {
	height: 26px;
	line-height: 26px;
	padding-left: 80px;
}
.banner-menu-btn1 ul li:hover {
	background: #c4e9fa;
}
.banner-menu-btn2 ul li:hover {
	background: #fbded5;
}
.banner-menu-btn3 ul li:hover {
	background: #d9d5fa;
}
.banner-menu-btn4 ul li:hover {
	background: #d6f5e3;
}
.banner-menu-btn5 ul li:hover {
	background: #f5d7f0;
}
.banner-menu-btns ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
}
.banner-menu-btns ul li a img {
	width: 13px;
	height: 13px;
	margin-right: 25px;
}
.mr120 {
	margin-right: 200px;
}

/* Banner右侧图片样式 */
.banner-right {
	width: 176px;
	height: 155px;
}

/* Banner导航条样式 */
.banner-index-nav{
    background-color: #fff;
    display: table;
	z-index: 6;
}
.banner-index-nav a{
    width: 240px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.banner-index-nav a .tit img{
	display: block;
	margin-right: 20px;
}
.banner-index-nav a .tit{
    font-size: 18px;
    color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-index-nav a .desc{
    font-size: 14px;
    color: #999999;
    padding:  0;
}
.banner-index-nav hr {
	width: 1px;
	height: 60px;
	border: none;
	background: #ededed;
}

.main-box {
	margin: 0 auto;
	width: 1200px;
}
.title-active {
	color: #1c8cec;
	border-bottom: 4px solid #1c8cec;
}
.more {
	float: right;
	margin: 25px 20px 0 0;
	text-decoration: none;
	color: #999;
}
.more1 {
	font-size: 16px;
	float: right;
	margin: 25px 20px 0 0;
	text-decoration: none;
	color: #999;
}
.second-part {
	margin-top: 40px;
	width: 100%;
	background: #fafafa;
}
.stats-nav {
	overflow: hidden;
	width: 100%;
}
.stats-nav-title {
	float: left;
	padding: 10px 0;
	font-size: 24px;
}
.stats-nav-search {
	float: right;
	margin: 20px 50px 0 0;
	width: 400px;
	height: 36px;
	background: #eee;
	border-radius: 18px;
}
.stats-nav-search>input {
	margin: 0 20px;
	width: 320px;
	height: 36px;
	background: none;
	border: none;
	outline: none;
}
.stats-nav-search>a {
	float: right;
	margin: 10px 20px;
}
.stats-sum {
	margin-top: 60px;
}
.stats-sum ul {
	list-style: none;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	width: 100%;
}
.stats-sum ul li {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.stats-sum span {
	margin: 0 10px;
	color: #1d92f7;
	font-size: 36px;
}
.stats-sum-up {
	font-size: 14px;
}
.stats-sum-up p {
	font-size: 16px;
}
.stats-sum-down {
	font-size: 18px;
}
.stats-info>table {
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
.stats-info>thead {
	display: inline-block;
}
.stats-info th {
	border-bottom: 1px solid #f1f1f1;
	height: 48px;
	padding-left: 10px ;
	text-align: left;
	box-sizing: border-box;
}
.stats-info td {
	max-width: 400px;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
    padding: 10px 0;
}
.third-part {
	margin-top: 50px;
	overflow: hidden;
}
.news-nav {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.news-nav-title {
	float: left;
	padding: 10px 0;
	font-size: 24px;
}
.news-left {
	float: left;
	overflow: hidden;
	display: flex;
	width: 650px;
	height: 180px;
}
.news-left img {
	width: 240px;
	height: 176px;
}
.news-left-content {
	margin-left: 20px;
	width: 390px;
}
.news-left-content>h3 {
	width: 100%;
	margin: 10px 0 15px 0;
	font-size: 22px;
	line-height: 36px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-left-time {
	 color: #999;
	 margin: 0 0 20px 0;
	 width: 100%;
	 overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-left-brief {
	margin: 0;
}
.news-right {
	display: inline-block;
	float: right;	
	width: 500px;
}
.news-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-right-title li {
	margin: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.news-right-title li a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.news-right-title li em{
	display: inline-block;
	width: 60%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.news-right-title li span {
	color: #666;
	float: right;
}
.news-down {
	float: left;
}
.news-down>ul {
	list-style: none;
	padding: 0;
	display: flex;
}
.news-down li {
	margin: 30px 20px 0 0 ;
}
.forth-part {
	height: 500px;
	background: #fff;
	margin-top: 40px;
}
.profile-nav {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.profile-nav-title {
	float: left;
	padding: 10px 0;
	font-size: 24px;
}
.profile-left {
	float: left;
}
.profile-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.stats-info ul li:hover{
	color: #1c8cec;
}
.stats-info ul li a:hover{
	color: #1c8cec;
}
.stats-info ul li:nth-child(2n){
	background-color: #f9f9f9;
}
.stats-info ul li {
	padding: 10px 0;
	width: 1200px;
}
.stats-info ul li span {
	/*float: left;*/
	 text-align: center;
	 padding: 10px 0 10px 10px;
    box-sizing: border-box;
    display: inline-block;
}
.profile-left img {
	margin: 0 15px 0 0;
}
.profile-left li {
	margin: 14px 0;
	display: flex;
	align-items: center;
}
.profile-left-content {
	width: 480px;
	height: 90px;
	margin: 40px 0 0 0;
}
.profile-left-content>a {
	float: right;
	margin-right: 10px;
	color: #1d92f7;
	text-decoration: underline;
}
.profile-right {
	float: right;
	width: 630px;
	height: 300px;
	border:#ccc solid 1px;
	font-size:12px;
}

/* 按钮图片 */
.banner-menu-btn1 button {
	background: url(../images/banner-menu-btn1.png) no-repeat;
	background-size: 100% 100%;
}
.banner-menu-btn2 button {
	background: url(../images/banner-menu-btn2.png) no-repeat;
	background-size: 100% 100%;
}
.banner-menu-btn3 button {
	background: url(../images/banner-menu-btn3.png) no-repeat;
	background-size: 100% 100%;
}
.banner-menu-btn4 button {
	background: url(../images/banner-menu-btn4.png) no-repeat;
	background-size: 100% 100%;
}
.banner-menu-btn5 button {
	background: url(../images/banner-menu-btn5.png) no-repeat;
	background-size: 100% 100%;
}