/*banner*/

.bannerbox {
	height: 344px;
}

.banner {
	position: relative;
	width: 100%;
	height: 344px;
	overflow: hidden;
	margin: 0 auto;
}

.bannerContent {
	position: relative;
}

.banner_item {
	display: none;
	position: absolute;
	left: -960px;
	margin-left: 50%;
	/*切换动画*/
	transition-duration: .2s;
	transition-property: opacity;
	transition-timing-function: ease;
}

.banner_item a,
.banner_item a img {
	display: block;
	width: 1920px;
	height: 344px;
	text-align: center;
	margin: 0 auto;
}


/*banner 当前项目样式*/

.banner_active {
	display: block;
}

.navigator {
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.navigator_list {
	width: 40%;
	text-align: center;
	margin: auto;
	font-size: 0;
	position: relative;
}

.navigator_item {
	/*指示器普通样式*/
	display: inline-block;
	margin-left: 15px;
	width: 25px;
	height: 6px;
	line-height: 12px;
	background: #fff;
	opacity: 1;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.navigator_item {
	/*兼容ie7*/
	*display: inline;
}

.navigator_item_active {
	/*指示器活动样式*/
	opacity: 1;
	width: 25px;
	height: 6px;
	background: #1c6560;
	position: relative;
}

/*tab*/
.mt-tabpage {
	width: 420px;
	margin: 15px auto;
}
.mt-tabpage-title {
	height: 50px;
	background: #f3f5f2;
	width: 420px;
	border-bottom: 8px solid #fff;
}
.mt-tabpage-title .mt-tabpage-item {
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #303030;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	background: url(../image/tab_active.png) center top no-repeat;
	border-bottom: none;
	padding-bottom: 8px;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 18px;
	background: url(../image/tab_active.png) center top no-repeat;
}
.mt-tabpage-count {
	position: relative;
	width: 420px;
	height: 400px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 420px;
	height: 400px;
}
/*jdt*/

.box {
	width: 370px;
	height: 295px;
	overflow: hidden;
	position: relative;
}

.box-1 ul li {
	width: 370px;
	height: 295px;
	position: relative;
}

.box-1 ul li img {
	display: block;
	width: 368px;
	height: 258px;
	border: 1px solid #dce0db;
}



.box-2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 15px;
	width: 40%;
}

.box-2 ul li {
	float: left;
	width: 20px;
	height: 5px;
	overflow: hidden;
	margin: 0 3px;
	background: url(../images/tab_item_ico.png) center no-repeat;
	font-size: 0;
}

.box-2 ul .on {
	background: url(../images/tab_item_active.png) center no-repeat;
}


/*sys_list*/

.focus-img {
	position: relative;
	width: 1350px;
	height: 110px;
}

.focus-img-con {
	position: relative;
	width: 1350px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}

.focus-img-con ul {
	position: absolute;
	right: 10px;
	left: 0px;
}

.focus-img-con ul li {
	width: 338px;
	float: left;
	display: inline-block;
	margin-left: 6px;
}

.focus-img-con ul li:nth-of-type(4n+1) {
	margin-left: 0px;
}

.focus-img-con ul li a {
	background: #fff url(../images/list_bg.png) center no-repeat;
	border: 1px solid #eff0f1;
	height: 78px;
	width: 315px;
	padding: 15px 0;
	text-align: center;
	line-height: 30px;
	display: block;
}

.focus-img-con ul li:hover a {
	color: #014e99;
}

.focus-img-con ul li:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.focus-img-con ul li img {
	height: 30px;
	width: auto;
	margin: 12px auto 0 auto;
	-webkit-transition: transform 1s ease;
	transition: transform 1s ease;
}

.focus-img .change-bnt {
	display: block;
	width: 22px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 9;
}

.focus-img .change-bnt.prev-bnt {
	background: url(../images/left_btn.png) left center no-repeat;
	display: block;
	width: 22px;
	height: 50px;
	left: 0;
}

.focus-img .change-bnt.next-bnt {
	background: url(../images/right_btn.png) right center no-repeat;
	display: block;
	width: 22px;
	height: 50px;
	right: 0;
}