﻿@charset "utf-8";
	

/* 网站头部 */

/* 头部栏目右边搜索 */
.search {
	width: 227px;
	height: 40px;
	text-align: right;
	font-size: 16px;
	background: #0099e6;
}
.search input {
	border: 1px solid #0099e6;
	width: 160px;
	height: 38px;
	padding-left:15px;
}
.search i {
	width: 50px;
	height: 40px;
	background: url(search.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
/* 省高赔安高 */
.feate ul {
	width: 1200px;
	overflow: hidden;
	margin: 26px auto;
}
.feate ul li:first-child {
	margin-left: 0;
}
.feate ul li {
	width: 232px;
	height: 62px;
	float: left;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
}
.feate ul li dt {
	position: absolute;
	width: 60px;
	height: 60px;
}
.feate ul li dd {
	position: absolute;
	left: 78px;
	top: 8px;
}
.feate ul dt.fea1 {
	background: url(fea1.png) no-repeat center;
	vertical-align: middle;
}
.feate ul dt.fea2 {
	background: url(fea2.png) no-repeat center;
	vertical-align: middle;
}
.feate ul dt.fea3 {
	background: url(fea3.png) no-repeat center;
	vertical-align: middle;
}
.feate ul dt.fea4 {
	background: url(fea4.png) no-repeat center;
	vertical-align: middle;
}
.feate ul dt.fea5 {
	background: url(fea5.png) no-repeat center;
	vertical-align: middle;
}
.feate ul dd strong {
	font-size: 16px;
	padding-top: 10px;
}

/* 侧边栏 */
.side {
	position: fixed;
	width: 60px;
	height: 360px;
	background: #4D4D4D;
	right: 0;
	top: 50%;
	margin-top: -180px;
	z-index: 100;
	border-radius: 25px 0 0 25px;
}
.side ul li {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	line-height: 50px;
}
.side ul li span {
	padding-left: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
}
.side ul li .sidebox {
	vertical-align: middle;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
}
.side ul li .side1 {
	background: url(sider.png) no-repeat 19px center;
}
.side ul li .side2 {
	background: url(sider1.png) no-repeat 16px center;
}
.side ul li .side3 {
	background: url(sider2.png) no-repeat 19px center;
}
.side ul li .side4 {
	background: url(sider3.png) no-repeat 18px center;
}
.side ul li .side5 {
	background: url(sider4.png) no-repeat 18px center;
}
.side ul li .side6 {
	background: url(sider5.png) no-repeat 19px center;
}
.side ul li .sidebox img {
	padding: 11px 18px;
	float: left;
}
.side ul li .sidetop img {
	padding: 15px;
	float: left;
}
.side ul li .sidetop {
	width: 60px;
	height: 60px;
	display: inline-block;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
	cursor: pointer;
}
.side .sider_2wm {
	position: absolute;
	right: 60px;
	top: -180px;
	display: none;
}
.side .sider_h:hover .sider_2wm {
	display: block;
}
/* 左边栏 */
.sider_left {
	position: fixed;
	width: 144px;
	z-index: 9999;
	left: 0;
	top: 50%;
	margin-top: -200px;
	;
	display: none;
}
.sider_left .sider_lx {
	width: 20px;
	height: 20px;
	background: url(sider_lx.png) no-repeat center;
	position: absolute;
	top: 4px;
	left: 120px;
	cursor: pointer;
}
.sider_left_mini {
	width: 52px;
}
.sider_left_mini .sider_lx {
	left: 50px;
	display: none;
}
