body {
	/*text-align: center;*/
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	/*font-family: arial, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";*/
	font-family: "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}

#doc {
	/*text-align: center;*/
	min-width: 960px;
	overflow: hidden
}

#doc-hd {
	height: 77px;
	position: relative;
	z-index: 10;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #4F97F0;
}

img {
	vertical-align: middle
}

ol li {
	line-height: 22px;
}

.container {
	width: 960px;
	margin: 0 auto
}

#header-block {
	margin: 0px auto;
	position: relative;
	z-index: 11;
	height: 80px;
}

#logo {
	position: absolute;
	left: 0;
	top: 5px;
}

#nav-block {
	position: absolute;
	top: 120px;
	z-index: 10;
	width: 100%;
	background: #fff;
}

#nav {
	position: absolute;
	left: 185px;
	top: 20px;
	height: 43px;
	width: 81%;
	line-height: 43px;
	font-size: 17px;
	font-weight: bold;
	/*background: url(../../img/public/navbar.jpg) 0 0 no-repeat;
	background-repeat: no-repeat;*/
	z-index: 30;
}

#nav .item {
	float: left;
	text-align: center;
	width: 12.5%;
	height: 100%;
	/*line-height: 55px;*/
	padding: 0px;
	margin: 0px;
	background-color: #5EACFF;
	/*padding: 0 5px;
	margin: 0px 12px;*/
}

#nav .item a:hover {
	color: #4F97F0;
}

#nav .on a {
	color: #4F97F0;
}

#nav-pop-block {
	position: relative;
	width: 100%;
	height: 0
}

#nav-pop-block .item {
	position: absolute;
	left: 0;
	display: none;
	padding-top: 15px;
	width: 928px;
	height: 414px;
	border: 1px solid #e5e5e5;
	border-top: 0
}

#nav-pop-block .item .cate {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 40px;
	line-height: 48px
}

#nav-pop-block .item .cate a {
	color: #666
}

#nav-pop-block .item .cate a:hover {
	/*color: #23ac38*/
	color: #4F97F0;
}

#nav-pop-block .item .cate .title {
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: #333
}

#nav-pop-block .item .cate .product {
	line-height: 40px;
	margin-bottom: 15px;
	font-size: 14px
}

#nav-pop-block .item .cate .product img {
	vertical-align: middle;
	margin-right: 10px
}

#nav-pop-block .item .cate .link {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px
}

#nav-pop-block .item .mul-link .link {
	float: left;
	width: 90px
}

.focus-block {
	overflow: hidden;
	position: relative;
	height: 460px;
	width: 100%;
	margin-bottom: 0px;
	border: 1px solid #e5e5e5;
}

.focus-slide {
	overflow: hidden;
	position: absolute;
	/*width: 73.47%;*/
	/*width: 73.1%;*/
	width: 100%;
	height: 398px;
	left: 0;
	top: 0;
	border-bottom: 1px solid #e5e5e5
}

.focus-slide .tabs {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 3
}

.focus-slide .tabs .tabitem {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 200px;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer
}


/*轮播图左边选项卡没有激活的样式*/

.focus-slide .tabs .tabitem .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	background-color: #0074E8;
	filter: alpha(opacity=10);
	opacity: 0.3;
}

.focus-slide .tabs .tabitem .text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	margin-top: -36px;
	padding: 0 12px;
	color: #fff;
	filter: alpha(opacity=50);
	opacity: .4
}

.focus-slide .tabs .tabitem:hover .bg {
	background-image: none;
	/*background-color: #000;*/
	background-color: #0080FF;
	filter: alpha(opacity=40);
	opacity: 0.7;
}

.focus-slide .tabs .tabitem:hover .text {
	filter: alpha(opacity=100);
	opacity: 1;
}

.focus-slide .tabs .second {
	top: 200px
}

.focus-slide .tabs .active .bg {
	background-image: url("../../img/icon/carousel.png");
	background-position: 0 -295px;
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
}

.focus-slide .tabs .active .text {
	filter: alpha(opacity=100);
	opacity: 1;
}

.focus-slide .views .viewitem {
	top: 0;
	left: 0
}

.focus-slide .slide-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 5;
	margin-left: -48px
}

.focus-slide .slide-pagination a {
	float: left;
	margin: 0 10px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #000;
	font-size: 0;
	filter: alpha(opacity=30);
	opacity: .3
}

.focus-slide .slide-pagination .active {
	/*background-color: #fff;*/
	background-color: #4F97F0;
	filter: alpha(opacity=100);
	opacity: 1
}

.focus-slide .switchable {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 398px;
	overflow: hidden
}

.focus-slide .switchable>div {
	width: 100%;
	height: 398px;
	position: relative;
	overflow: hidden;
}

.focus-slide .switchable .items li {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center
}

.focus-slide .btn-prev,
.focus-slide .btn-next {
	display: none;
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 40px;
	height: 64px;
	margin-top: -32px
}

.focus-slide .btn-prev {
	left: 39px;
	background-image: url("../../img/icon/carousel.png");
	background-position: 0 0
}

.focus-slide .btn-prev:hover {
	background-position: -45px 0
}

.focus-slide .btn-next {
	right: 0;
	background-image: url("../../img/icon/carousel.png");
	background-position: 0 -75px;
}

.focus-slide .btn-next:hover {
	background-position: -45px -75px
}

.focus-slide.mouseenter .btn-prev,
.focus-slide.mouseenter .btn-next {
	display: block
}

.focus-product {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 400px;
	padding-left: 10px;
	margin-top: 10px;
	left: 0;
}

.focus-product .product-item {
	float: left;
	/*width: 286px;*/
	width: 24.7%;
	height: 100%;
}

.focus-product .product-item .pic {
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
}

.focus-product .product-item .pic img {
	height: 40px;
	width: 40px;
}

.focus-product .product-item .text {
	margin-top: 5px;
}

.focus-product .product-item .text .title {
	/*width: 100%;*/
	padding-top: 0px;
	font-size: 16px;
	line-height: 1;
}

.focus-product .product-item .text .desc {
	/*width: 100%;*/
	color: #999;
	line-height: 22px;
	font-size: 12px;
}

.focus-product .first-item {
	border: 0
}



.box .box-hd {
	margin-bottom: 0px;
	font-size: 20px;
	/*color: #23ac38;*/
	color: #4F97F0;
	line-height: 1.5
}

.box .box-bd {
	/*border: 1px solid #e5e5e5;*/
}


#bottom-nav {
	padding: 0px 0px;
	margin-top: 2px;
	/*background-color: #f6f6f6;*/
}

#bottom-nav .container {
	position: relative;
	overflow: hidden
}

#bottom-nav .cate-nav {
	float: left;
	margin-left: -30px
}

#bottom-nav .cate-nav .cate-item {
	float: left;
	width: 209px;
	height: 168px;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
	line-height: 2
}

#bottom-nav .cate-nav .title {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1
}

.ie6 #bottom-nav .cate-nav .title {
	line-height: 20px
}

#bottom-nav .cate-nav dd {
	font-size: 14px
}

#bottom-nav .cate-nav dd a {
	color: #666
}

#bottom-nav .cate-nav dd a:hover {
	/*color: #23ac38*/
	color: #4F97F0;
}

#bottom-nav .follow-us {
	float: right;
	position: relative;
	width: 270px;
	overflow: hidden
}

#bottom-nav .follow-us .title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold
}

.ie6 #bottom-nav .follow-us .title {
	line-height: 20px
}


/*#bottom-nav .follow-us .weibo {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 30px;
	line-height: 18px;
	font-size: 14px;
	color: #666;
	background-image: url("../../p3.qhimg.com/t018e1bdf2122a4b64b.png"
	);
	background-position: -150px -484px;
	background-repeat: no-repeat
}*/

#bottom-nav .follow-us .weibo:hover {
	/*color: #23ac38*/
	color: #4F97F0;
}

#bottom-nav .follow-us .qr-list {
	margin-left: -30px
}

#bottom-nav .follow-us .qr-list li {
	display: inline;
	float: left;
	width: 120px;
	margin-left: 30px
}

#bottom-nav .follow-us .qr-list .text {
	text-align: center;
	line-height: 30px;
	color: #999
}

#copyright {
	padding: 10px 0;
	margin-top: 10px;
	text-align: center;
	line-height: 2;
	color: #999;
}

#copyright p {
	margin-top: 7px;
}

/*下拉菜单的样式*/

/*body #doc #doc-hd .container #header-block #nav {
	
}*/

body #doc #doc-hd .container #header-block #nav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

body #doc #doc-hd .container #header-block #nav a:hover {
	/*color: #3080e4;*/
	background-color: #77c1ff;
}

body #doc #doc-hd .container #header-block #nav .nav-sub {
	display: none;
	width: 100%;
	/*border-top: solid #0474ff;*/
	background-color: transparent;
}

body #doc #doc-hd .container #header-block #nav .nav-sub li {
	float: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #0080FF;
	background-color: #5eacff;
	/*background: url(../../img/public/nav.jpg) 0 0 repeat;*/
	margin: 0px 0px;
	text-align: center;
	/*padding-left: 30px;*/
}

body #doc #doc-hd .container #header-block #nav .nav-sub li a {
	/*color: #0080FF;*/
	color: #FFFFFF;
}