﻿@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/
.nav {
	width: 600px;
	padding: 25px 0;
}
.nav li {
	float: left;
	position: relative;
	width: 14%;
}
.nav li a {
	display: block;
	height: 80px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}
.nav li a:hover {
	color: #2d8fff;
}
.nav li a i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	background-image: url(../images/icons_02.png);
	background-image: url(../images/icons_02_ie8.png)\9;
	background-size: 240px auto;
	transition: all .3s;
}
.nav .s1 {
	background-position: 0 0;
}
.nav .s2 {
	background-position: -40px 0;
}
.nav .s3 {
	background-position: -80px 0
}
.nav .s4 {
	background-position: -120px 0;
}
.nav .s5 {
	background-position: -160px 0;
}
.nav .s6 {
	background-position: -200px -200px;
}
.nav .s7 {
	background-position: -200px -240px;
}
/* 统计数据 开始 */
.focus, .focus .pic {
	position: relative;
	width: 370px;
	height: 280px;
	border:1px solid #ccc;
	border-radius: 3px;
}
.focus .pic>div {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.focus .pic img {
	height: 75%;
}

.focus .pic span {
        border-left: 8px solid #fff;
	position: absolute;
	bottom: 3px;
	left: -5px;
	right: 0;
	display: block;
	padding: 10px 10px 10px 10px;
	line-height: 50px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
	text-overflow: ellipsis;
	background-color: transparent;
	color: #333;
}
.focus .focus-prev, .focus .focus-next {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	background-size: 24px auto;
	color: #fff;
	opacity: 0;
	transition: all .3s;
}
.focus .focus-prev .iconfont, .focus .focus-next .iconfont {
	font-size: 28px;
	font-weight: normal;
}
.focus .focus-prev {
	transform: translate(-50px, 0);
	left: 0;
	background-image: none;
}
.focus .focus-next {
	transform: translate(50px, 0);
	right: 0;
	background-image: none;
}
.focus:hover .focus-prev, .focus:hover .focus-next {
	opacity: 1;
	transform: translate(0, 0);
}
.focus .navi {
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 9;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 4px\9;
}
.focus .navi li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	font: 0/0 lx;
	border: 1px solid #fff;
	color: transparent;
	border-radius: 100px;
	transition: all .3s;
}
.focus .navi li.on {
	background-color: #ff9d08;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
}
.focus .swiper-pagination-bullet {
	border:none;
	background: none;
	opacity: 1;
	background-color: #cecfd1;
}
.focus .swiper-pagination-bullet-active {
	background-color: #ff9d08;
}

@media (max-width: 1200px) {
.focus,  .focus .pic {
	position: relative;
	width: 100%;
	height: auto;
}
.focus .pic>div {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 60% 0 0;
}
.focus .pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
}
.a9 li.s1{
	width: 100%;
	height: 210px;
    border-radius: 3px;
    background: #3e7ade url(../images/hbsj.jpg) center no-repeat;
}
.a9 li a{
	color: #fff;
	text-align: left;
	padding-left: 10px;
        height:100%;
        
}
@media (max-width: 1024px) {
.a9 li.s1{
	width: 100%;
	margin-bottom: 20px;
}
}
@media (max-width: 480px) {
.a9 li.s1,.a9 li.s2,.a9 li.s3{
	width: 100%;
}
.a9 li.s1{
	margin-bottom: 20px;
}
}

.box h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding-left:20px;
	position: relative;
}
.box h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-color: #fff;
    border-radius: 100px;
    border:3px solid #ff9d08;
}
.a10 li{
	width: 70px;
	text-align: center;
	margin:5px;
}

.a10 li a{
	display: block;
	height: 100%;
	border:2px solid #e6e6e6;
	line-height: 38px;
	border-radius: 3px;
}
.a10 li a:hover{
	color: #fff;
	border:2px solid #2d8fff;
	background-color: #2d8fff;
}
@media (max-width:1024px) {
.a10 li{
	width: 62px;
}
}
@media (max-width:768px) {
.a10 li{
	width: 70px;
}
}
@media (max-width:320px) {
.a10 li{
	width: 60px;
}
}

.tab_wan{
margin-bottom: 10px;
}
.tab_tow{
margin-bottom: 20px;
}

/* 统计数据 结束*/
