﻿/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
/*微软雅黑 "\5FAE\8F6F\96C5\9ED1",*/
body {
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1", "宋体", "Segoe UI", sans-serif;
	line-height: 180%;
	color: #344355;
}
a {
	color: #6d6d6d;
	text-decoration: none;
}
a:hover {
	color: #ce0000;
	text-decoration: none;
}
a.white {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffe400;
	text-decoration: none;
}
img {
	border: none;
}
div, ul {
	zoom: 1;
}
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}
i {
	font-style: normal;
}
.clear {
	clear: both;
}
/*default.html*/
.content {
	width: 100%;
	background: #e4e4e4;
	border-top: #28abcc 4px solid;
}
.top {
	width: 990px;
	margin: 0 auto;
}
.top-left {
	float: left;
	padding: 10px;
}
.top-right {
	float: right;
	padding: 30px 0px 0px 0px;
}
.top-right-a {
	float: left;
	padding: 8px 10px 0px 10px;
	height: 35px;
	text-align: center;
	margin-right: 5px;
	background: #28abcc;
	font-size: 14px;
	color: #fff;
}
.menu {
	width: 990px;
	margin: 0 auto;
	height: 65px;
}
.menu ul {
	padding: 18px 0px 0px 0px;
}
.menu ul li {
	width: 86px;
	text-align: center;
	float: left;
	font-size: 14px;
	background: #28abcc;
	margin: 2px;
	line-height: 240%;
}
.menu ul li a {
	color: #fff;
}
.menu ul li a:hover {
	color: #fbee99;
	display: block;
	background: #005a71;
}
.slider {
	margin: 0 auto;
	width: 100%;
	height: 262px;
	background: url(../images/slider/bg-slider.jpg) no-repeat top center;
}
.main {
	width: 100%;
	margin: 0 auto;
	background: #f2f4f7;
}
.main-1 {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	overflow: hidden;
}
.main-menu {
	width: 193px;
	margin: 2px;
	float: left;
	background: #28abcc;
	color: #fff;
	line-height: 240%;
	text-align: center;
	font-size: 16px;
}
.main-menu a {
	color: #fff;
}
.main-menu a:hover {
	color: #fbee99;
	display: block;
	background: #005a71;
}
.main-2 {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}
.main-products {
	float: left;
	color: #fff;
	margin-right: 6px;
}
.main-products img {
	float: left;
	width: 320px;
	height: 260px;
	border: 2px solid #28abcc;
}
.main-products-title {
	height: 32px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.main-products-title a {
	color: #fff;
}
.main-products-title a:hover {
	color: #fbee99;
}
.main-products-img {
	background: url(../images/img-products.jpg) no-repeat center;
	border: #fff solid 1px;
	padding: 5px;
	width: 304px;
	height: 255px;
}
.main-3 {
	width: 990px;
	height: 45px;
	background: url(../images/bg-link.jpg) repeat-x;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding-top: 7px;
}
.main-3 span {
	width: 328px;
	height: 45px;
	text-align: center;
	background: #28abcc;
	line-height: 220%;
}
.main-3 span a {
	color: #fff;
}
.main-3 span a:hover {
	color: #fbee99;
	display: block;
	background: #005a71;
}
.footer {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background-color: #f2f4f7;
}
/*profile.html*/
.content-2 {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
}
.onion {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 18px;
}
.onion_title {
	float: left;
	font-size: 30px;
	color: #28abcc;
	line-height: normal;
	margin-bottom: 6px;
	margin-left: 20px;
}
.onion_text {
	float: right;
	color: #28abcc;
	margin-top: 12px;
	background: url(../images/bg-onion.png) top left no-repeat;
}
.onion_text span {
	padding: 5px;
}
.onion_text a {
	color: #28abcc;
}
.onion_text a:hover {
	color: #ce0000;
}
.right {
	float: right;
	width: 740px;
}
.right h1 {
	font-size: 16px;
	padding-left: 25px;
	text-align: center;
	padding: 20px;
}
.right p {
	font-size: 13px;
	line-height: 200%;
	text-align:justify;
	margin-top:20px;
}
.profile {
	padding: 20px;
}
.profile img {
	margin: 20px;
	width: 650px;
}
.left {
	float: left;
	width: 230px;
	text-align: right;
}
.left h1 {
	color: #28abcc;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
}
.left h2 {
	color: #28abcc;
	font-size: 12px;
	text-align: center;
}
.frame {
	border: 1px solid #28abcc;
	margin-bottom: 40px;
}
.left-tel {
	font-size: 14px;
	margin: 5px 0 5px 0;
	background: #28abcc;
	padding: 10px;
	color: #c1dbf1;
	text-align: left;
}
.left ul {
}
.left ul li {
	text-align: center;
	margin: 5px 0 ;
	background: #28abcc;
	font-size: 14px;
	line-height: 150%;
	padding:5px 0;
}
.left ul li a {
	color: #fff;
	padding:5px 0;
	display: block;
}

.left ul li a:hover {
	color: #ffea00;
	display: block;
	background: #005a71;
	padding:5px 0;
}
/*products.html*/
.products {
	padding: 10px;
}
.products-b p {
	clear: both;
	overflow: hidden;
}
.products-s {
	float: left;
	width: 220px;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
	border-bottom: 1px solid #28abcc;
	margin: 9px;
}
.products-s img {
	width: 220px;
	height: 150px;
	line-height: 100%;
}
.products-b {
	margin: 0 auto;
	text-align: justify;
	padding: 15px;
	font-size: 14px;
	line-height: 250%;
	letter-spacing: 2px;
	max-width: 600px;
}
.products-b h1 {
	font-size: 24px;
	text-align: center;
	padding: 0 0 10px 0;
	letter-spacing:0px;
}
.products-b img {
	width: 600px;
	margin: 0px;
	line-height: 100%;
}
/*workshop.html*/
.workshop {
	padding: 10px;
}
.workshop-b p {
	clear: both;
	overflow: hidden;
}
.workshop-s {
	float: left;
	width: 220px;
	text-align: center;
	font-size: 14px;
	line-height: 250%;
	letter-spacing: 2px;
	border-bottom: 1px solid #28abcc;
	margin: 9px;
}
.workshop-s img {
	width: 220px;
	height: 150px;
	line-height: 100%;
}
.workshop-b {
	margin: 0 auto;
	text-align: justify;
	padding: 15px;
	font-size: 14px;
	line-height: 250%;
	letter-spacing: 2px;
	max-width: 600px;
}
.workshop-b h1 {
	font-size: 24px;
	text-align: center;
	padding: 0 0 10px 0;
	letter-spacing:0px;
}
.workshop-b img {
	width: 600px;
	margin: 0px;
	line-height: 100%;
}
/*contact.html*/
.contact_r_1 {
	padding: 20px;
}
.contact_r_1 h2 {
	font-size: 16px;
}
.contact_r_1 ul.list5 li {
	padding: 10px 5px 10px 0;
	list-style: none;
	border-bottom: 1px solid #28abcc;
}
.contact_r_1 input[type="text"], .contact-grid textarea {
	width: 98%;
	padding: 0.8em;
	margin: 0.2em 0;
	background: #fff;
	outline: none;
	border: 1px solid #28abcc;
	-webkit-appearance: none;
}
.contact_r_1 textarea {
	width: 100%;
	margin: 0.2em 0;
	border: 1px solid #28abcc;
	resize: none;
}
.send {
	margin-top: 1em;
	text-align: center;
}
.send input {
	font-size: 1.5em;
	margin: 10px 5px 0px 18px;
	border: #28abcc solid 1px;
	padding: 0.3em 1em;
	text-align: center;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	font-family: '微软雅黑', "黑体" sans-serif;
}
.send input:hover {
	background: #28abcc;
	color: #fff;
}
/*news.html*/
.news_r_1 {
	padding: 20px;
}
.news_r_1 h1 {
	font-size: 16px;
	color: #000;
	padding-left: 25px;
	text-align: center;
	padding: 20px;
}
.news_r_1 img {
	margin: 0;
	padding: 0;
}
.news_r_1 ul {
	padding: 0px;
}
.news_r_1 ul.list3 li {
	border-bottom: 1px solid #28abcc;
	padding: 10px 5px 10px 0;
	list-style: none;
	line-height: 200%;
	width: 100%;
	background: none;
	text-align: left;
}
.news_r_1_title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
.news_data {
	float: right;
	margin-right: 5px;
}
.news_r_1_detail {
	float: right;
	width: 700px;
	padding: 20px;
	line-height: 200%;
}
.news_r_1_detail h1 {
	font-size: 18px;
	text-align: center;
	padding: 10px;
}
.news_r_1_detail img {
	margin: 0 auto;
	border: 1px solid #d3d9e0;
	width: 350px;
	float: right;
	margin-left:10px;
}
.news_r_1_detail p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 200%;
	padding-bottom: 20px;
	text-align: justify;
}
.page_news {
	text-align: center;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
}
.page {
	border-top: 1px solid #28abcc;
	text-align: center;
	padding: 20px 0 40px 0;
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
/*fullSlide -开始*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 349px;
	background: #e4e4e4;
}
.fullSlide .m-bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .m-bd ul {
	width: 100% !important;
}
.fullSlide .m-bd li {
	width: 100% !important;
	height: 349px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .m-bd li a {
	display: block;
	height: 349px;
}
.fullSlide .m-hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .m-hd ul {
	text-align: center;
}
.fullSlide .m-hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.fullSlide .m-hd ul .active {
	background: #f00;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow2.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fullSlide .next {
	left: auto;
	right: 10%;
	background-position: -6px -137px;
}
/*fullSlide -结束*/

/*产品列表轮播开始*/
.dhooo_tab {
	width:100%;
	position:relative;
	float: right;
}
.tab_btn li {
	float:left;
	width:60px
}
.tab_btn li {
	font-size:13px;
	display:block;
	padding:10px;
	margin-right:5px;
	zoom:1;
	text-decoration:none;
	color:#fff;
	line-height:130%;
	cursor:pointer;
	background-color:#28abcc;
	text-align: center;
	width:173px;
	height:36px;
}
.tab_btn li.hot {
	background:#005a71;
	color:#fff;
	cursor:default;
	height:36px;
}
.tab_btn {
	overflow:hidden;
	height:36px;
}
.tab_btn_num {
	position:absolute;
	right:50px;
	bottom:15px;
}
.tab_btn_num li {
	width:20px;
	height:20px;
	background: #CC3300;
	border:2px solid #993300;
	overflow:hidden;
	color:#fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	float:left;
	cursor:default;
	font-size:12px;
	line-height:20px;
	margin:0px 5px;
	font-family:Arial;
}
.tab_btn_num li.hot {
	background:#FFCC00;
	color:#993300;
	border:2px solid #FF0000;
}
.shell {
	width:99999px;
	height:970px;
}
.shell li {
	float:left;
	width:990px;
	height:100%;
}
.shell li li {
	float:left;
	width:990px;
	height:30px;
	background:url(../images/line.gif) repeat-x bottom;
	margin-bottom:10px;
}
.data {
	float:right;
}
.main-pic {
	width:990px;
	height:264px;
	overflow:hidden;
	margin:10px auto;
	text-align:left;
	font-size:12px;
}
/*产品列表轮播结束*/
/*图片无缝滚动特效-左-开始*/
.picMarquee-left {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
.picMarquee-left .m-hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.picMarquee-left .m-hd .prev, .picMarquee-left .m-hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.picMarquee-left .m-hd .next {
	background-position: 0 -50px;
}
.picMarquee-left .m-hd .prevStop {
	background-position: -60px 0;
}
.picMarquee-left .m-hd .nextStop {
	background-position: -60px -50px;
}
.picMarquee-left .m-bd {
}
.picMarquee-left .m-bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .m-bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .m-bd ul li .pic {
	text-align: center;
}
.picMarquee-left .m-bd ul li .pic img {
	width: 178px;
	height: 108px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picMarquee-left .m-bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-left .m-bd ul li .title {
	line-height: 24px;
}
/*图片无缝滚动特效-左-结束*/

/*sitemap.html*/
.sitemap-0 {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.sitemap {
	margin: 0 auto;
	width: 700px;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 25px 25px 30px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #fff;
	line-height: 200%;
}
.sitemap h1 {
	width: 100%;
	background: url(../images/line.gif) repeat-x bottom;
	text-align: center;
	line-height: 250%;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 24px;
}
.sitemap a {
}
.sitemap a:hover {
	color: #b8000b;
}
.sitemap li {
	list-style: none;
	float: left;
	width: 90px;
	height: 30px;
	background: url(../images/line.gif) repeat-x bottom;
	margin: 0 10px 10px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
