﻿* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: "微软雅黑";
	text-decoration: none;
	box-sizing: border-box;
}

html,
body {
	font-size: 14px;
	color: #666;
	width: 100%;
	min-width: 1100px;
	min-height: 100%;
	background: #fff;
}

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

.header {
	width: 100%;
	height: 96px;
	background: #fff;
	overflow: hidden;
}

.header .logo {
	background: url(../img/logo.png) no-repeat center;
	display: block;
	width: 180px;
	height: 96px;
	float: left;
}

.header .call {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #026697;
	font-size: 20px;
	background: url(../img/icon-call.png) no-repeat left center;
	padding-left: 40px;
	float: right;
}

.header .menu {
	list-style: none;
	float: right;
	clear: right;
	height: 40px;
	margin-top: 16px;
}

.header .menu li {
	float: left;
}

.header .menu li a {
	color: #333;
	font-size: 15px;
	padding: 8px 20px;
}

.header .menu li.current a {
	background: #026697;
	color: #fff;
	border-radius: 10px;
}

.header .menu li a:hover {
	color: #026697;
}

.header .menu li.current a:hover {
	color: #fff;
}

.fixedRight {
	width: 130px;
	position: fixed;
	right: 0px;
	top: 40%;
	z-index: 100;
}

.fixedRight .content {
	background: #eeeeee;
	border-top-left-radius: 5px;
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
}

.fixedRight .content a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666;
	text-align: left;
}

.fixedRight .content a.taobao {
	background: url(../img/icon-taobao.png) no-repeat 10px center;
	border-bottom: 1px solid #ccc;
}

.fixedRight .content a.qq {
	background: url(../img/icon-qq.png) no-repeat 13px center;
	border-bottom: 1px solid #ccc;
	padding-left: 40px;
	margin-bottom: 10px;
}

.fixedRight .content a.wechat {
	background: url(../img/icon-wechat.png) no-repeat 13px center;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
}

.fixedRight .shadow {
	background: url(../img/shadow.png) no-repeat top left;
	width: 140px;
	height: 12px;
	position: relative;
	top: -1px;
}

.mainBanner {
	width: 100%;
	height: 600px;
	background: #61b3ff;
	position: relative;
}

.mainBanner .container {
	height: 100%;
	position: relative;
}

#bannerBg1 {
	background: url(../img/bannerBg1.png) no-repeat;
	width: 310px;
	height: 410px;
	position: absolute;
	top: 0px;
	left: -20px;
	animation-duration: 0.6s;
	animation-delay: 0.3s;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-duration: 0.6s;
	-moz-animation-delay: 0.3s;
}

#bannerBg2 {
	background: url(../img/bannerBg2.png) no-repeat;
	width: 337px;
	height: 223px;
	position: absolute;
	bottom: 0px;
	right: -20px;
	animation-duration: 0.6s;
	animation-delay: 0.1s;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-duration: 0.6s;
	-moz-animation-delay: 0.1s;
}

#bannerBg3 {
	background: url(../img/bannerBg3.png) no-repeat;
	width: 470px;
	height: 140px;
	position: absolute;
	top: 0px;
	right: 0px;
	animation-duration: 0.6s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-duration: 0.6s;
	-moz-animation-delay: 0.5s;
}

#baby {
	background: url(../img/baby.png) no-repeat;
	width: 858px;
	height: 545px;
	position: absolute;
	bottom: 0px;
	left: -20px;
	animation-duration: 0.6s;
	animation-delay: 0.7s;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-duration: 0.6s;
	-moz-animation-delay: 0.7s;
}

#slogan {
	background: url(../img/slogan.png) no-repeat;
	width: 536px;
	height: 145px;
	position: absolute;
	top: 130px;
	right: 50px;
	animation-duration: 0.6s;
	animation-delay: 0.9s;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-duration: 0.6s;
	-moz-animation-delay: 0.9s;
}

.title big {
	font-size: 30px;
	color: #026697;
}

.title i {
	padding-left: 10px;
	color: #9ccc18;
}

.intro {
	margin-top: 20px;
}

.introTitle {
	width: 298px;
	height: 82px;
	overflow: hidden;
	background: url(../img/introBg1.png) no-repeat;
	padding: 22px 0px 0px 20px;
}

.intro .title big,
.intro .title i {
	color: #fff;
}

.introContent {
	position: relative;
	top: -22px;
	left: 0px;
	border: 5px solid #61B3FF;
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px 60px 20px;
	background: url(../img/introBg2.gif) no-repeat center bottom;
}

.share {
	width: 100%;
	background: url(../img/shareBg4.gif) no-repeat center bottom;
	margin-top: 30px;
}

.center {
	text-align: center;
}

.share a {
	display: inline-block;
	width: 120px;
	height: 134px;
	color: #333333;
	font-size: 15px;
	margin: 0px 5px;
	padding-top: 45px;
}

.share a.bg1 {
	background: url(../img/shareBg3.png) no-repeat center;
}

.share a.bg2 {
	background: url(../img/shareBg1.png) no-repeat center;
}

.share a.bg3 {
	background: url(../img/shareBg2.png) no-repeat center;
}

.share a:hover {
	color: #026697;
}

.products {
	margin-top: 100px;
	overflow: hidden;
	position:relative;
}

.proTap {
	width: 60px;
	position:absolute;
	left:0px;
	bottom:0px;
	border-collapse: collapse;
}

.proTap tr td 
{
	width: 100%;
	height: 130px;
	padding: 0 20px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	background:#fff;
}

.proTap tr td p {
	z-index: 1;
	layout-flow : vertical-ideographic;
    overflow:hidden;
    text-overflow:ellipsis;   
	position: relative;
	line-height: 1.1em;
	color: #333333;
	font-size: 15px;
}

.proTap tr td span {
	display: block;
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	border: 1px solid #61B3FF;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.proTap tr td.current span {
	background: #61B3FF;
}

.proTap tr td.current p {
	color: #fff;
}

.proContent {
	width: 100%;
	padding-left:64px;
	height: 390px;
	background: #61B3FF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.proContent table {
	width: 100%;
	height: 390px;
	display: none;
}

.proContent table:first-child {
	display: table;
}

.proContent table tr td {
	background: #FFFFFF;
	border-radius: 8px;
	text-align:center;
    text-overflow:ellipsis;
}

.proContent table tr td img {
	width: 240px;
	height: 240px;
}

.proContent table tr td p {
	color: #333;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;    
	font-size: 15px;
	margin-bottom: 15px;
}

.price {
	color: #ec5598;
}

.price big {
	font-size: 30px;
	font-weight: bold;
}

.footer {
	clear: both;
	width: 100%;
	height: 180px;
	background: #0086c8;
	border-top: 10px solid #61B3FF;
	color: #fff;
	margin-top: 150px;
}

.footer .container {
	position: relative;
}

.footerL {
	float: left;
}

.footerL .logo {
	display: block;
	width: 160px;
	height: 90px;
	background: url(../img/logo2.png) no-repeat;
	margin-bottom: 20px;
}

.footerL p {
	font-size: 12px;
}

.footerR {
	float: right;
	margin-top: 30px;
}

.footerR ul {
	list-style: none;
	float: left;
	line-height: 2em;
	margin-left: 80px;
}

.footerR ul li a {
	color: #FFFFFF;
}

.footer span {
	position: absolute;
}

.footer span.bgL {
	background: url(../img/footerBg1.png) no-repeat;
	display: block;
	width: 341px;
	height: 134px;
	top: -134px;
	left: -10px;
}

.footer span.bgR {
	background: url(../img/footerBg2.png) no-repeat;
	display: block;
	width: 51px;
	height: 97px;
	top: -96px;
	right: 0px;
}

.banner {
	width: 100%;
	height: 210px;
	background: #61B3FF url(../img/banner.jpg) no-repeat center;
}

.smilebanner {
	width: 100%;
	height: 210px;
	background: hsl(356, 100%, 75%) url(../img/cocosmile.jpg) no-repeat center;
}

.pageTitle {
	height: 40px;
	overflow: hidden;
}

.pageTitle div.title {
	float: left;
}

.pageTitle div.location {
	float: right;
	text-align: right;
	line-height: 40px;
	font-size: 12px;
}

.introPage {
	overflow: hidden;
}

.introText {
	width: 55%;
	float: left;
}

.introImg {
	float: right;
	margin-top: 20px;
}

.introText big {
	font-size: 18px;
	color: #333333;
}

.introText p {
	text-indent: 2em;
	line-height: 1.5em;
	font-size: 15px;
}

.contactPage,
.proListPage,
.advicePage,
.knowledgePage {
	overflow: hidden;
}

.contactPage img {
	float: left;
	margin-left: 50px;
}

.contactText {
	float: left;
	margin: 100px 0px 0px 100px;
}

.contactText big {
	color: #333333;
	font-size: 18px;
}

.contactText p {
	font-size: 16px;
	line-height: 2em;
}

.contactText p span {
	color: #026697;
}

.leftMenu {
	width: 250px;
	float: left;
	color: #333333;
}
.leftMenu ul{list-style: none;}
.leftMenu ul li{ cursor: default;}
.leftMenu > ul {
	width: 210px;
}

.leftMenu > ul > li {
	line-height: 2.5em;
	border-bottom: 1px dashed #ddd;	
}
li.dropDown{ background: url(../img/arrow_Down.png) no-repeat right 1em;padding-right: 10px;}
li.arrowUp{ background: url(../img/arrow_up.png) no-repeat right 1em;}
.leftMenu ul li ul{ display: none;}
.leftMenu ul li.arrowUp ul{ display: block;}
.leftMenu > ul > li:last-child {
	border-bottom: none;
}
.leftMenu ul li a {
	color: #333333;
}

.leftMenu ul ul li{padding-left: 15px; background: url(../img/listStyle.png) no-repeat left 1em;}
.leftMenu ul ul li a{ color: #666666; font-size: 0.9em;}
.leftMenu > ul > li.current > a {
	color: #026697;
}
.leftMenu ul ul li.current{ background-color: #e6f5fc;}
.leftMenu a img {
	width: 210px;
	margin-top: 30px;
}

.rightContent {
	width: 800px;
	float: right;
}

.proList {
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.proList li {
	width: 33.3%;
	float: left;
	padding: 5px;
	background: #e6f5fc;
	border-radius: 10px;
}

.proList li a div {
	display: block;
	max-width: 240px;
	max-height: 240px;
	background: #FFFFFF;
	text-align: center;
	overflow:hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.proList li a p {
	color: #026697;
	width:80%;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
	padding: 10px;
}

.proList li hr {
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #61B3FF;
	margin-bottom: 10px;
}

.proList li a.buy {
	float: right;
	padding: 8px 20px;
	border-radius: 20px;
	background: #61B3FF;
	color: #fff;
}

.proImg {
	width: 33.3%;
	float: left;
	padding: 5px 5px 10px 5px;
	background: #e6f5fc;
	border-radius: 10px;
	margin: 0px 30px 30px 0px;
}

.proImg > div {
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.proImg > div a {
	margin: 0 auto;
	width: 240px;
	display: block;
}

.zoomIcon {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/zoomIn.png) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.proImg .buy {
	font-size: 18px;
	background: #EC5598;
	color: #fff;
	padding: 8px 25px;
	border-radius: 25px;
	float: right;
}

.MagicZoomBigImageCont {
	border: 1px solid #61B3FF;
	overflow: hidden
}

.MagicZoomBigImageCont img {
	width: 800px;
	height: 800px
}

.MagicZoomBigImageCont iframe {
	width: 300px;
	height: 300px
}

.MagicZoomHeader {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background: #91b817;
	text-align: center !important
}

.MagicZoomPup {
	border: 1px solid #aaa;
	background: #fff;
	cursor: hand;
	left: 0
}

.MagicZoomLoading {
	text-align: center;
	background: #fff;
	color: #444;
	opacity: 0.8;
	padding: 3px 3px 3px 3px !important;
	display: none
}

.MagicZoomLoading img {
	padding-top: 3px !important
}

.MagicThumb {
	cursor: url(cursor/zoomin.cur), pointer;
	outline: none
}

.MagicThumb-zoomed {
	cursor: default
}

.MagicThumb span {
	display: none
}

.MagicThumb-image {
	border: 1px solid #ccc;
	outline: none
}

.MagicThumb-image-zoomed {
	cursor: url(cursor/zoomout.cur), pointer
}

.MagicThumb-caption {
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	padding: 8px 16px
}

.MagicThumb-controlbar {
	display: block;
	height: 18px
}

.MagicThumb-controlbar a {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px
}

.MagicThumb-loading {
	border: 1px solid #000;
	background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}

.proIntro .textHidden {
	height: 230px;
	overflow: hidden;
}

.proIntro big {
	color: #026697;
	font-size: 18px;
}

.textIndent {
	text-indent: 2em;
	line-height: 1.5em;
}

.proIntro .moreBtn {
	text-align: center;
	margin-top: 10px;
}

.moreBtn a {
	color: #026697;
	cursor: pointer;
}

.textTitle {
	clear: both;
	color: #333333;
	font-size: 16px;
	margin: 10px 0px;
	background: url(../img/textTitle.jpg) no-repeat left center;
	padding-left: 20px;
}

.textTable {
	width: 100%;
	background: #E6F5FC;
	border-collapse: collapse;
}

.textTable tr td {
	padding: 10px;
	border: 1px solid #FFFFFF;
}

.textList {
	list-style: none;
}

.textList > li {
	display: block;
	overflow: hidden;
	padding: 5px 0px;
}

.textList span {
	display: block;
	width: 20px;
	height: 100%;
	float: left;
}

.textList span small {
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	background: #61B3FF;
	color: #fff;
	border-radius: 8px;
}

.textList li ul {
	list-style-image: url(../img/listIcon.jpg);
	margin-left: 40px;
}

.textList li ul li {
	padding: 2px 0px;
}

.group {
	border-collapse: collapse;
	width: 100%;
}

.group tr th {
	background: #E6F5FC;
	color: #333;
	width: 60px;
	padding: 10px;
	font-weight: 400;
}

.group tr td {
	text-align: center;
	padding: 10px;
	border: 1px solid #E6F5FC;
}

.group tr td img {
	width: 140px;
}

.group tr td big {
	font-size: 24px;
	color: #61B3FF;
}

.rightImg {
	float: right;
	margin: 10px 0px 10px 10px;
}

.defaultTable {
	width: 100%;
	border-collapse: collapse;
}

.defaultTable tr th {
	background: #61B3FF;
	color: #FFFFFF;
	font-weight: 400;
	padding: 8px;
}

.defaultTable tr td {
	padding: 5px;
	border: 1px solid #DDDDDD;
}

.defaultTable tr:nth-child(odd) td {
	background: #E6F5FC;
}
.main_img{
     max-width :257px;
     min-width:257px;
     min-height:240px;
     max-height:240px;
     overflow:hidden;
    }
    
