@charset "utf-8";
body {
	margin: 0;
	color: #333;
	cursor: default;
	font: normal 14px/26px "Microsoft Yahei", SimSun, Helvetica, sans-serif;
	background-color: #fff;
	min-width: 1140px;
}
ul, li {list-style: none}
img, form, ul, li, p, h3 {
	margin: 0;
	padding: 0;
}
img {border: none}
a {
	color: #000;
	text-decoration: none;
	transition: all .2s;
}
a:hover {color: #2088e5}
#topBar>div, #top>div, #foot>div {
	margin: auto;
	width: 1140px;
}
#topBar>div>*:before, #menu div a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 0;
	width: 25px;
	height: 25px;
	background: url("../img/ico.png")/*tpa=http://www.bochuannet.com/img/ico.png*/ 0 0 no-repeat;
}
#topBar a:before {background-position: -25px 0}
#topBar {background-color: #2088e5}
#topBar>div {
	height: 51px;
	line-height: 51px;
	color: #fff;
}
#topBar>div>div {
	float: left;
	margin-left: 23px;
}
#topBar a {
	float: right;
	margin-right: 30px;
	color: #fff;
}
#topBar a:hover {text-decoration:underline}
#top {
	border-bottom: 1px solid #f1f1f1;
	background-color: #fff;
	transition: box-shadow .2s;
}
.floatTop {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 20px rgba(0,0,0,.25);	
}
#top>div {
	position: relative;
	z-index: 10;
	height: 83px;
	background: url("../img/tag.png")/*tpa=http://www.bochuannet.com/img/tag.png*/ 246px center no-repeat;
}
#top img {
	float: left;
	margin: 12px 14px 0 4px;
}
#menu {
	float: right;
	padding-left: 200px;
	height: 83px;
	font-size: 16px;
	background-color: #fff;
}
#menu li {float: left}
#menu li>a, #menu li>span {
	display: block;
	padding: 0 27px;
	height: 82px;
	line-height: 82px;
	font-weight: bold;
	color: #333;
	border: 1px solid transparent;
	transition: all .3s;
}
#menu li:hover>a, #menu li:hover>span {
	border-color: #f1f1f1;
	background-color: #f7f7f7;
}
#menu li:hover>a {color: #2088e5}
#menu li:hover>span {
	border-bottom: 1px solid #f7f7f7;
}
#menu div {
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 0;
	height: 54px;
	padding: 25px 20px 0;
	background-color: #f7f7f7;
	opacity: 0;
	transition: all .3s;
}
#menu li:hover div {
	top: 84px;
	opacity: 1;
}
#menu div a {
	float: left;
	color: #888;
	margin: 0 13px;
}
#menu div a:hover {color: #2088e5}
#menu div a:before {
	background-color: #888;
	transition: background-color .3s;
}
#menu div a:hover:before {background-color: #2088e5}
#menu li:nth-child(2) div a:nth-child(1):before {background-position: 0 -25px}
#menu li:nth-child(2) div a:nth-child(2):before {background-position: -25px -25px}
#menu li:nth-child(2) div a:nth-child(3):before {background-position: -50px -25px}
#menu li:nth-child(2) div a:nth-child(4):before {background-position: -75px -25px}
#menu li:nth-child(3) div a:nth-child(1):before {background-position: 0 -50px}
#menu li:nth-child(3) div a:nth-child(2):before {background-position: -25px -50px}
#menu li:nth-child(3) div a:nth-child(3):before {background-position: -50px -50px}
#menu li:nth-child(3) div a:nth-child(4):before {background-position: -75px -50px}
#menu li:nth-child(4) div a:nth-child(1):before {background-position: 0 -75px}
#menu li:nth-child(4) div a:nth-child(2):before {background-position: -25px -75px}
#menu li:nth-child(4) div a:nth-child(3):before {background-position: -50px -75px}
#menu li:nth-child(4) div a:nth-child(4):before {background-position: -75px -75px}
#foot {
	font-size: 16px;
	color: #fff;
	background-color: #333;
}
#foot a {color: #fff}
#foot a:hover {text-decoration: underline}
#foot .t {height: 110px}
#foot .m {
	height: 180px;
	border-top: 1px solid #4c4c4c;
}
#foot .l {float: left}
#foot .r {
	float: right;
	margin-right: 15px;
}
#foot .t .l {margin-top: 42px}
#foot .t .l a {margin: 0 15px}
#foot .t .r {
	margin-top: 24px;
	padding: 10px 0 10px 225px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	background: url("../img/f_logo.png")/*tpa=http://www.bochuannet.com/img/f_logo.png*/ 0 8px no-repeat;
}
#foot .m .l {
	margin: 45px 0 0 15px;
	line-height: 30px;
}
#foot .m .r p {
	display: inline-block;
	margin: 40px 0 0 20px;
	width: 88px;
	color: #999;
	font-size: 14px;
	text-align: center;
}
#foot .m .r img {
	display: block;
	width: 88px;
	height: 88px;
}
#sidebar {
	position: fixed;
	bottom: 172px;
	width: 69px;
}
#sidebar>* {
	position: relative;
	display: block;
	margin-bottom: 2px;
	width: 69px;
	height: 69px;
	border-radius: 3px;
	background-color: #30a8fc;
}
#sidebar>*:before {
	content: '';
	position: absolute;
	width: 31px;
	height: 31px;
	margin: 19px 0 0 19px;
	background: url("../img/ico.png")/*tpa=http://www.bochuannet.com/img/ico.png*/ 0 -100px no-repeat;
}
#sidebar .t2:before {background-position: -31px -100px}
#sidebar .t3:before {background-position: -62px -100px}
#sidebar .t4:before {background-position: -93px -100px}
#sidebar .t5:before {background-position: -124px -100px}
#sidebar p {
	position: absolute;
	width: 69px;
	height: 69px;
	overflow: hidden;
}
#sidebar span {
	display: block;
	padding-top: 14px;
	width: 69px;
	height: 55px;
	border-radius: 3px;
	background-color: #0067c4;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	-ms-transform: rotate(120deg);-ms-transform-origin: -20% 70%;
	-webkit-transform: rotate(120deg);-webkit-transform-origin: -20% 70%;
	-moz-transform: rotate(120deg);-moz-transform-origin: -20% 70%;
	-o-transform: rotate(120deg);-o-transform-origin: -20% 70%;
	transform: rotate(120deg);transform-origin: -20% 70%;
	transition: all .2s ease-out;
}
#sidebar .t1, #sidebar .t2, #sidebar .t5 {overflow: hidden}
#sidebar .t3 div {
	position: absolute;
	margin-top: -42px;
	width: 0;
	height: 153px;
	overflow: hidden;
	transition: all .3s;
}
#sidebar .t3 img {
	margin: 10px;
	width: 133px;
	height: 133px;
	box-shadow: 0 0 10px rgba(0,0,0,.75);
}
#sidebar .t4 div {
	position: absolute;
	width: 0;
	height: 69px;
	overflow: hidden;
	background-color: #30a8fc;
	transition: all .3s;
}
#sidebar .t4 div h3 {
	width: 150px;
	font-size: 16px;
	color: #fff;
	line-height: 68px;
	text-align: center;
}
#sidebar .t5 {
	cursor: pointer;
	height: 0;
	transition: height .3s;
}
#sidebar>*:hover span {
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
#sidebar .t3:hover div {
	width: 143px;
	margin-left: -143px;
}
#sidebar .t4:hover div {
	width: 160px;
	margin-left: -150px;
}