/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
a {
	text-decoration: none;
	color: #000;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
* {
	font-family: "微软雅黑";
}
/*==导航样式==*/

/*普通页面导航*/
.daohang {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0, 153, 255, 0.9);
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	z-index: 100;
}
.daohang-bg {
	width: 100%;
	height: 60px;
}
.daohang .logo img {
	position: relative;
	float: left;
	text-align: left;
	height: 50px;
	left: 10%;
	top: 6px;
	z-index: 18;
}
@media (max-width: 1300px) {
	.daohang .logo img {
		left: 30px;
	}
}
.daohang ul {
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 1px #333;
}
.daohang ul li {
	display: inline-block;
}
.daohang ul li a {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 24spx;
	font-weight: bold;
	padding: 3px;
}
.daohang ul li:hover a {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	border-bottom: 3px solid #ff6600;
}

/*1000px以下（手机）导航*/
.daohang-phone {
	position: relative;
	width: 100%;
	height: 120px;
	background-color: #0099ff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
	z-index: 101;
}
.daohang-phone .logo {
	position: relative;
	float: left;
	text-align: left;
	left: 30px;
	top: 33px;
	z-index: 18;
}
.daohang-phone .anniu {
	position: relative;
	float: right;
	width: 100px;
	height: 130px;
	right: 60px;
	padding-top: 30px;
	z-index: 16;
}
.daohang-phone .anniu img {
	padding: 0 0;
}
.daohang-phone .anniu ul {
	position: absolute;
	width: 200px;
	right:-50px;
	top: 125px;
	display: none;
	background-color: rgba(50,50,50,0.8);
	border-radius: 20px;
	z-index: 18;
}
.daohang-phone .anniu ul li {
	width: 160px;
	display: block;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	border-radius: 20px;
}
.daohang-phone .anniu ul li a {
	text-decoration: none;
	color: #ddd;
	font-size: 30px;
	font-weight: bold;
}
.daohang-phone .anniu:hover ul {
	display: block;
}
.daohang-phone .anniu ul li:hover {
	background-color: rgba(0,0,0,0.30);
}
.daohang-phone .anniu ul li:hover a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

/*手机导航隐藏*/
@media (min-width: 1000px) {
.daohang-phone {
	display: none;
}
}

/*普通导航隐藏*/
@media (max-width: 1000px) {
.daohang, .daohang-bg {
	display: none;
}
}
/*==右侧导航==*/

/*右侧功能栏*/
.side-bar a, .chat-tips i {
	background: url(../images/rightbg.png) no-repeat;
}
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 20px;
	right: 15px;
	font-size: 0;
	line-height: 0;
	z-index: 47;
}
.side-bar a {
	width: 66px;
	height: 66px;
	display: inline-block;
	margin-bottom: 2px;
}
.side-bar .icon-ali {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-qq {
	background-position: 0 -198px;
	position: relative;
}
.side-bar .icon-shop {
	background-position: 0 -266px;
}
.side-bar .icon-top {
	background-position: 0 10px;
}
.side-bar .icon-map {
	background-position: 0 -334px;
}
.icon-ali:hover {
	background: url(../images/rightbg.png) no-repeat;
	background-position: 0 -62px;
}
.icon-chat:hover {
	background: url(../images/rightbg.png) no-repeat;
	background-position: 0 -130px;
	position: relative;
}
.icon-qq:hover {
	background: url(../images/rightbg.png) no-repeat;
	background-position: 0 -198px;
	position: relative;
}
.icon-shop:hover {
	background: url(../images/rightbg.png) no-repeat;
	background-position: 0 -266px;
}
.icon-top:hover {
	background: url(../images/rightbg.png) no-repeat;
	background-position: 0 10px;
}
/*鼠标经过显示二维码*/ 
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}

.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -55px;
	background-color: #fff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position: -88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}

@media (max-width: 800px) {
	.side-bar {
		display: none;
	}
}
/*==底部↓==*/

/*链接*/
#bottom {
	width: 100%;
	height: 400px;
	background-color: #0099ff;
	margin: 50px auto 0;
	padding-top: 80px;
	align-content: center;
}
.bottom {
	width: 25%;
	float: left;
}
.bottom h2 {
	color: #fff;
}
.bottom ul li {
	margin: 20px auto;
}
.bottom ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	text-shadow: 0 1px 1px #333;
}
.bottom ul li:hover a {
	background-color: rgba(0,0,0,0.30);
	border-radius: 5px;
}
.bottom p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #333;
}
.ewm {
	padding-top: 30px;
	color: #fff;
	text-shadow: 0 1px 1px #333;
}
.copy {
	background-color: #eee;
}
.copy ul {
	width: 95%;
}
.copy ul li {
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-right: 10px;
	display: inline;
}
.copy ul li a {
	color: #000;
}