/******************************left_index_start*************************************/
.downs {
	width: 237px;
	height: 130px;
	cursor: pointer;
}

.icon1 {
	width: 237px;
	height: 275px;
	background: url(../images/icon1-bg.jpg) bottom center no-repeat;
}

.icon1 li {
	float: left;
	text-align: center;
}

.icon1 li a {
	display: block;
	width: 118px;
	height: 62px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	padding-top: 10px;
}

.icon1 li a:hover {
	background: #bc0303;
	text-decoration: none;
}

.icon1 li a span {
	display: block;
	font-size: 12px;
	color: #cccccc;
	margin-top: 4px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.icon1 li a:hover span {
	color: #fff;
	margin-top: 30px;
}

.icon1 li a i {
	display: block;
	background: url(../images/icon1-img.png) no-repeat;
	width: 33px;
	height: 33px;
	margin: 0 auto;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.icon1 li a:hover i {
	margin-top: -45px;
}

.icon1 .zhzc a i {
	background-position: 0 0;
}

.icon1 .kjcz a i {
	background-position: -33px 0;
}

.icon1 .xszn a i {
	background-position: 1px -33px;
	width: 34px;
	height: 34px;
}

.icon1 .zldq a {
	margin: 1px 0 0 1px;
}

.icon1 .zldq a i {
	background-position: -33px -33px;
}

.icon2 {
	width: 237px;
	height: 310px;
	background: url(../images/icon2-bg.jpg) no-repeat;
	margin-top: 10px;
}

.icon2 li {
	float: left;
	margin-bottom: 1px;
	height: 49px;
}

.icon2 li a {
	display: block;
	width: 96px;
	height: 49px;
	overflow: hidden;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	line-height: 49px;
	padding-left: 22px;
}

.icon2 li a:hover {
	background: #bc0303;
	text-decoration: none;
}

.icon2 li a span {
	display: block;
	float: left;
	font-size: 12px;
	color: #cccccc;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	margin-left: 14px;
}

.icon2 li a:hover span {
	color: #fff;
}

.icon2 li a i {
	display: block;
	float: left;
	background: url(../images/icon2-img.png) no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.icon2 li a:hover i {
	margin-left: -40px;
}

.icon2 .aqzx a i {
	background-position: 0 0;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .xgmm a i {
	background-position: -19px 0;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .jzjh a i {
	background-position: 0 -18px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .zhjs a i {
	background-position: -18px -19px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .hfxx a i {
	background-position: 0 -39px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .kfts a i {
	background-position: -22px -39px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .bugtj a i {
	background-position: 0 -59px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .dhqz a i {
	background-position: -17px -59px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .wgqb a i {
	background-position: 0 -77px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}

.icon2 .zxkf a i {
	background-position: -19px -77px;
	width: 18px;
	height: 18px;
	margin-top: 16px;
}


.icon2 .wgqb a {
	height: 50px;
}

.icon2 .zxkf a {
	height: 50px;
}

.icon2 .phone,.icon2 .email {
	font-size: 12px;
	color: #808080;
	margin-left: 39px;
}

.icon2 .phone {
	margin-top: 11px;
}

.icon2 .email {
	margin-top: 7px;
}

.icon3 {
	width: 237px;
	height: 370;
	margin-top: 10px;
}

.icon3 li {
	position: relative;
	width: 237px;
	height: 120px;
	overflow: hidden;
	color: #000;
}

.icon3 li .gg {
	position: absolute;
	height: 120px;
}

.icon3 li .gg img {
	transition: .5s;
}

.icon3 li:hover .gg img {
	transform: scale(1.2);
}

.icon3 li .gg-title {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: .8;
	filter: Alpha(opacity=80);
	transition: .5s;
	padding: 0;
	color: #000;
}

.icon3 li:hover .gg-title {
	width: 197px;
	height: 80px;
	top: 0;
	left: 0;
	padding: 20px;
	text-decoration: none;
}

.icon3 li .gg-title h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}

.icon3 li .gg-title p {
	text-indent: 25px;
}

.icon3 .gg-box1 {
	margin: 5px 0;
	*margin: 0 auto;
}

.icon4 {
	background: url(../images/icon3-bg.jpg) no-repeat;
	width: 237px;
	height: 280px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.icon4 .title {
	padding-top: 11px;
	margin-left: 24px;
}

.icon4 .title h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}

.icon4 .title a {
	float: right;
	display: block;
	background: url(../images/icon2-img.png) no-repeat;
	width: 17px;
	height: 17px;
	background-position: 0 -98px;
	margin: 6px 16px 0 0;
}

.icon4 .time {
	margin: 25px 0 0 43px;
}

.icon4 .time p {
	float: left;
	color: #999999;
	font-size: 14px;
	margin-top: 2px;
}

.icon4 .time span {
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	width: 91px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 38px;
}

.calendar_content {
	border-top: medium none;
	height: 138px;
	top: 5px;
	position: relative;
}

.calendar_content a {
	height: 38px;
	width: 38px;
}

.calendar_content ul {
	display: none;
	height: 95px;
	margin: 16px 0 0 10px;
}

.ico_calendar_1, .ico_calendar_2, .ico_calendar_3, .ico_calendar_4, .ico_calendar_5,
.ico_calendar_6, .ico_calendar_7, .ico_calendar_8, .ico_calendar_9, .ico_calendar_10,
.ico_calendar_11, .ico_calendar_12, .ico_calendar_13, .ico_calendar_14, .ico_calendar_15,
.ico_calendar_16 {
	background: url(../images/calendar_ico.png) no-repeat;
	cursor: pointer;
	height: 38px;
	margin: 7px 0 0 13px;
	position: relative;
	width: 38px;
}

.ico_calendar_1 {
	background-position: 0 0;
}

.ico_calendar_2 {
	background-position: 0 -38px;
}

.ico_calendar_3 {
	background-position: 0 -76px;
}

.ico_calendar_4 {
	background-position: 0 -114px;
}

.ico_calendar_5 {
	background-position: 0 -152px;
}

.ico_calendar_6 {
	background-position: 0 -190px;
}

.ico_calendar_7 {
	background-position: 0 -228px;
}

.ico_calendar_8 {
	background-position: 0 -266px;
}

.ico_calendar_9 {
	background-position: 0 -304px;
}

.ico_calendar_10 {
	background-position: 0 -342px;
}

.ico_calendar_11 {
	background-position: 0 -380px;
}

.ico_calendar_12 {
	background-position: 0 -418px;
}

.ico_calendar_13 {
	background-position: 0 -456px;
}

.ico_calendar_14 {
	background-position: 0 -494px;
}

.ico_calendar_15 {
	background-position: 0 -532px;
}

.ico_calendar_16 {
	background-position: 0 -570px;
}

.calendar_content .calendar_sub_content {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #c9caca;
	color: #595757;
	cursor: default;
	display: none;
	left: 38px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 127px;
	z-index: 1;
}

.calendar_content .calendar_sub_title {
	border-bottom: 1px solid #c9caca;
}

.calendar_content .calendar_btn {
	margin: 28px 0 0 0;
	:
}

.calendar_content .calendar_btn a {
	color: #d1d1d1;
	height: 23px;
	line-height: 23px;
	position: relative;
	text-align: center;
	width: 63px;
	font-size: 12px;
}

.calendar_btn_prev .arrow_prev,.calendar_btn_next .arrow_next {
	background: url(../images/mrhd-btn.png) no-repeat;
	overflow: hidden;
	position: absolute;
	width: 7px;
	height: 12px;
	top: 6px;
	right: 1px;
}

.calendar_btn_prev .arrow_prev {
	background-position: 0 0;
	left: 10px;
}

.calendar_btn_next .arrow_next {
	background-position: -7px 0;
}

.calendar_content .calendar_btn a:hover {
	color: #ffe99d;
	text-decoration: none;
}

.calendar_btn_prev:hover .arrow_prev {
	background-position: 0 -12px;
}

.calendar_btn_next:hover .arrow_next {
	background-position: -7px -12px;
}

#calendar_btn_prev {
	margin-left: 38px;
	padding-left: 9px;
}

#calendar_btn_next {
	margin-left: 18px;
}

.qf-box {
	background: url(../images/icon4-bg.jpg) no-repeat;
	width: 237px;
	height: 280px;
	margin-top: 10px;
	position: relative;
}

.qf-box h3 {
	color: #999;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	margin-left: 24px;
	width: 200px;
}

.qf-box .more span {
	top: 16px;
	right: 9px;
}

/******************************left_index_end*************************************/

/******************************mid_index_start*************************************/
.mid-slide {
	width: 620px;
	height: 275px;
	position: relative;
	overflow: hidden;
}

.slider ul,.slider1 ul {
	width: 500%;
	position: absolute;
}

.slider ul li,.slider1 ul li {
	float: left;
	width: 620px;
	height: 275px;
}

.slide-btn,.slide-btn1 {
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 620px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.slide-btn ul,.slide-btn1 ul {
	width: 620px;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.slide-btn ul li,.slide-btn1 ul li {
	float: left;
	width: 124px;
	height: 35px;
}

.slide-btn ul li a,.slide-btn1 ul li a {
	display: block;
	color: #cccccc;
	font-size: 12px;
}

.slide-btn ul li:hover a,.slide-btn ul li.hover a,.slide-btn1 ul li:hover a,.slide-btn1 ul li.hover a {
	color: #fff;
	background: #bc0303;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.b-ccc {
	background: #000;
	opacity: .5;
	filter: Alpha(opacity=50);
	width: 620px;
	height: 35px;
	bottom: 0;
	left: 0;
}

.mid-slide_btn_top {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}