﻿/*@import "menu.css";*/ /** 清除内外边距  */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote, /* structural elements 结构元素 */
dl,dt,dd,ul,ol,li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form,fieldset,legend,button,input,textarea, /* form elements 表单元素 */
th,td, /* table elements 表格元素 */
images /* img elements 图片元素 */
{margin:0;padding:0;}
/** 设置默认字体 **/
body,button,input,select,textarea {
	font: 12px/ 1.5 '微软雅黑', '宋体', tahoma, Srial, helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

em {
	font-style: normal;
}

/** 重置列表元素 **/
ul,ol {
	list-style: none;
}

/** 重置超链接元素 **/
a {
	text-decoration: none;
	color: #666666;
}

/*a:hover { text-decoration: underline;color:#009688 }*/ /** 重置图片元素 **/
img {
	border: 0px;
}

/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
}

body {
	background-color: #f9f9f9;
}

/*清除浮动*/
.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

.fleft {
	float: left;
	margin-top:10px;
}

.fright {
	float: right;
	margin-top:10px;
}

/*头部*/
.header {
	width: 100%;
	height: 90px;
	background-color: white;
}

.scurf {
	height: 90px;
	margin: 0 auto;
	  min-width: 955px;
  max-width: 1000px;
}

.logo {
	width: 164px;
	height: 46px;
	margin-top: 22px;
	background: url("../images/logo.png") no-repeat scroll 0 0;
}

.logo_en {
	background: url("../images/logo_en.png") no-repeat scroll 0 0;
}

.nav {
	float:left;
	padding:0 0 0 20px;
}

.nav li {
	float: left;
	font-size: 16px;
	margin: 36px;
}

.nav li a {
	color: #222222;
}

.nav.fleft li a:hover {
	color: #009688;
}

.nav li a.first {
	color: #009688;
}

/*dropmenu*/
#divselect {
	margin: 20px 0;
	position: relative;
	width: 120px;
	z-index: 1111;
	font-size: 14px;
}

#divselect cite {
	background: url(../images/xit.png) no-repeat scroll 92px center #ebebeb;
	color: #666666;
	cursor: pointer;
	display: block;
	font-style: normal;
	height: 33px;
	line-height: 33px;
	padding-left: 18px;
	width: 102px;
}

#divselect ul {
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	width: 120px;
	z-index: 20000;
    left: 0;
}

#divselect ul li {
	border-top: 1px solid #ebebeb;
	height: 37px;
	line-height: 37px;
	margin: 0 10px;
}

#divselect ul li:first-child{ 
  margin-top: 27px;
  border-top: 1px solid #ebebeb;
  margin-left: 0;
  margin-right: 0;
}
#divselect ul li:first-child a{
	padding-left: 20px;
	padding-right: 20px;
}
#divselect ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#divselect ul li a:hover {
	color: #009688;
}

/*focus_banner轮播*/
.focus_banner {
	margin: 0;
	height: 480px;
	position: relative;
	width: 100%;
}

.f1 {
	background: url(../images/banner_bg01.jpg) no-repeat center top;
	background-color: #45cdc0;
}

.f2 {
	background: url(../images/banner_bg02.jpg) no-repeat center top;
	background-color: #c9eaec;
	display: none;
}
.f3{
	background: url(../images/banner_bg03.jpg) no-repeat center top;
	background-color: #c9eaec;
	display: none;
}

#focus_box {
	width: 1420px;
	
}

#focus_box li {
	position: absolute;
	width: 100%;
}

.focus_tab {
	position: absolute;
	bottom: 10px;
	right: 10%;
	margin-left: -36px;
}

.focus_tab ul li {
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 3px;
	display: inline;
	background: url(../images/focus_tab.png) no-repeat left -12px;
	cursor: pointer;
}
#box{position:relative; width:100%;}
#box img{height:480px;}
.pic{ display:none; position:absolute; text-align:center; margin:0 auto;}
.pic1{width:100%; min-width:900px; height: 480px; background: url(../images/banner_bg01.jpg) no-repeat 50% 50% #FFFFFF; margin:0 auto; }
.pic2{width:100%; min-width:900px; height: 480px; background: url(../images/banner_bg02.jpg) no-repeat 50% 50% #FFFFFF; margin:0 auto;}
.pic3{width:100%; min-width:900px; height: 480px; background: url(../images/banner_bg03.jpg) no-repeat 50% 50% #FFFFFF; margin:0 auto;}

.focus_tab ul li.on {
	background: url(../images/focus_tab.png) no-repeat left -1px;
}

.streamer {
	position: absolute;
	right: 13%;
	top: 180px;
	width: 400px;
}

.streamer>label {
	color: #FFFFFF;
	font-family: "Microsoft YaHei";
	font-size: 40px;
	line-height: 40px;
}

.video {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 3001;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity =     70);
}

.video_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 22%;
	width: 53%;
	height: 49%;
	padding: 8px;
	border: 8px solid #E8E9F7;
	background-color: white;
	z-index: 3002;
	overflow: auto;
}

.video_close {
	position: absolute;
	width: 42px;
	height: 42px;
	background: url("../images/close.png") no-repeat scroll 0 0;
	cursor: pointer;
	right: 10px;
	top: 10px;
}

.video_cover>img {
	float: left;
	position: absolute;
	right: 225px;
	top: 60px;
}

video {
	overflow: hidden;
}

.capacity {
	position: absolute;
	right: 40%;
	top: 60px;
}

.capacity>label {
	color: #009688;
	font-family: "Microsoft YaHei";
	font-size: 40px;
}

.see_video {
	background: url("../images/film_btn02.png") no-repeat scroll 0 0;
	display: block;
	height: 42px;
	width: 90px;
	color: rgb(102, 102, 102);
	font-size: 16px;
	height: 42px;
	left: 95px;
	letter-spacing: 1px;
	line-height: 42px;
	padding-left: 50px;
	position: absolute;
}

/*中间内容*/
.banner {
	height: 535px;
	color: #6A727A;
	min-width: 800px;
}



.banner_leftside {
	  float: right;
	  text-align: right;
}

.banner_leftside li {
	height: 65px;
  	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	position:relative;
	width:205px;
}

.banner_leftside label     ,.banner_rightside label {
	font-size: 16px;
	font-weight: 700;
}

.banner_leftside p     ,.banner_rightside p {
	font-size: 12px;
}


.introduce_img1 {
	background: url("../images/introduce_icon01.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	cursor: pointer;
	margin-left: 24px;
}


.introduce_img2 {
	background: url("../images/introduce_icon02.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	cursor: pointer;
	margin-left: 24px;
}

.introduce_img3 {
	background: url("../images/introduce_icon03.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	cursor: pointer;
	margin-left: 24px;
}

.introduce_img4 {
	background: url("../images/introduce_icon04.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	cursor: pointer;
	margin-left: 24px;
}
.introduce_img5 {
	background: url("../images/introduce_icon05.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	cursor: pointer;
	margin-left: 24px;
}
.introduce_img6 {
	background: url("../images/introduce_icon06.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	cursor: pointer;
	margin-left: 24px;
}
.introduce_img7 {
	background: url("../images/introduce_icon07.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	margin-right: 30px;
	cursor: pointer;

}
.introduce_img8 {
	background: url("../images/introduce_icon08.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	margin-right: 30px;
	cursor: pointer;
}
.introduce_img9 {
	background: url("../images/introduce_icon09.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	margin-right: 30px;
	cursor: pointer;
}
.introduce_img10 {
	background: url("../images/introduce_icon10.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	margin-right: 30px;
	cursor: pointer;
}
.introduce_img11 {
	background: url("../images/introduce_icon11.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	margin-right: 30px;
	cursor: pointer;
}
.introduce_img12 {
	background: url("../images/introduce_icon12.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	margin-right: 30px;
	cursor: pointer;
}
.introduce_img13 {
	background: url("../images/introduce_icon13.png") no-repeat scroll 0 0;
	height: 40px;
	width: 38px;
	margin-right: 30px;
	cursor: pointer;
}


.banner_picture {
	background: url("../images/introduce_color_pic01.png") no-repeat scroll;
	height: 415px;
	background-position: center center;
	margin-top:50px;
	position:relative;
}

.banner_picture_float {
	display: none;
	height: 415px;
	background-position: center center;
}

.banner_rightside li {
	vertical-align: middle;
	cursor: pointer;
	height:65px;
	line-height:40px;
	position:relative;
	width:300px;
}

.banner_dot {
  margin: 0 auto;
  width: 154px;
}

.banner_dot li {
	float: left;
	margin: 10px 5px;
	cursor: pointer;
}

.picture_black {
	background: url("../images/introduce_color_icon01.png");
	width: 20px;
	height: 20px;
	background-position: 0 0;
}

.picture_white {
	background: url("../images/introduce_color_icon02.png");
	width: 20px;
	height: 20px;
	background-position: 0 -30px;
}

.picture_orange {
	background: url("../images/introduce_color_icon03.png");
	width: 20px;
	height: 20px;
	background-position: 0 -30px;
}

.picture_red {
	background: url("../images/introduce_color_icon04.png");
	width: 20px;
	height: 20px;
	background-position: 0 -30px;
}

.picture_blue {
	background: url("../images/introduce_color_icon05.png");
	width: 20px;
	height: 20px;
	background-position: 0 -30px;
}

.sport_detection {
	background: url("../images/diagram_pic01.jpg") no-repeat scroll 0 0;
	width:100%;
	height: 600px;
	position: relative;

}

.sport_movement {
	background-color: rgb(195, 190, 174);
	color: rgb(255, 255, 255);
	left: 200px;
	opacity: 0.85;
	position: absolute;
	top: 60px;
	padding: 20px;
}

.sleep_movement {
	background-color: #42454E;
	color: #FFFFFF;
	right: 200px;
	top: 60px;
	padding: 20px;
	position: absolute;
	opacity: 0.85;
}

.sign_movement {
	background-color: #D8BEC1;
	color: #FFFFFF;
	left: 250px;
	opacity: 0.85;
	position: absolute;
	top: 60px;
	padding: 20px;
	width: 260px;
}

.environment_movement {
	background-color: #C4CBCE;
	color: #FFFFFF;
	right: 230px;
	top: 60px;
	padding: 20px;
	position: absolute;
	opacity: 0.85;
}

.deep_sleep,.temperature {
	margin-top: 15px;
}

.deep_sleep li,.temperature li {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.deep_sleep span,.temperature span,.sport_movement span,.sign_movement span
	{
	font-size: 18px;
	margin: 0 5px;
}

.campaign {
	font-size: 26px;
	height: 75px;
	line-height: 65px;
	width: 100%;
}

.campaign>img {
	float: left;
	margin-right: 10px;
}

.walk {
	background: url("../images/diagram_icon01_pic01.png") no-repeat scroll 0
		0;
	font-size: 14px;
	height: 42px;
	line-height: 35px;
}

.sleep_detection {
	background: url("../images/diagram_pic02.jpg") no-repeat scroll 0 0;
	width: 100%;
	height: 600px;
	position: relative;
}

.heart_rate {
	margin: 10px 1px 1px 0;
	background-color: #FFFFFF;
	color: rgb(102, 102, 102);
	font-size: 14px;
	text-align: center;
	width: 49%;
}

.body_surface {
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	color: rgb(102, 102, 102);
	font-size: 14px;
	text-align: center;
	width: 50%;
}

.menstruation {
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
	float: left;
	padding-bottom: 15px;
	padding-left: 21px;
	text-align: center;
	width: 91%;
}

.menstruation_img>img {
	float: left;
	margin-top: 20px;
}

.menstruation>p {
	float: left;
	font-size: 14px;
	height: 60px;
	line-height: 90px;
	margin-left: 10px;
}

.heart_rate.fleft>p,.body_surface.fleft>p {
	line-height: 30px;
}

.sign_detection {
	background: url("../images/diagram_pic03.jpg") no-repeat scroll 0 0;
	width: 100%;
	height: 600px;
	position: relative;
}

.environment_detection {
	background: url("../images/diagram_pic04.jpg") no-repeat scroll 0 0;
	width: 100%;
	height: 600px;
	position: relative;
	background-size:cover;
}

.product_standard_parameter {
	color: rgb(102, 102, 102);
	padding: 50px 0;
	width: 100%;
	background-color: white;
}

.Parameter_tool {
	border-bottom: 1px solid #e3e3e3;
	color: rgb(51, 51, 51);
	font-size: 26px;
	height: 50px;
	letter-spacing: 2px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

.product_standard_parameter>ul {
	margin: 0 auto;
	width: 1100px;
	padding: 10px 0 0 80px;
}

.product_standard_parameter li {
	float: left;
	width: 33%;
}

.product {
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.parameter {
	width: 170px;
	margin:10px 0 0 25px;
}

.parameter li {
	width: 100%;
	color: #888888;
	line-height: 25px;
	list-style: square;
}

.blue_night {
	height: 180px;
	width: 100%;
}

.blue_night div {
	width: 40%;
	padding: 30px 0 30px 10%;
}

.blue_night a {
	float: left;
}

.blue_night a:hover {
	opacity: 0.85;
}
.bluetooth_explain{
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}
.bluetooth_img {
	float:left;
	margin-right: 15px;
}
.one-tool{float:right;}
.two-tool{float:left;}
.tooltable td{ width:50%}

.adaptive_img {
  margin-right: 14px;
  float:left;
}

.versions {
	color: rgb(51, 51, 51);
	font-size: 25px;
	line-height: 55px;
}

.explain {
	color: #999999;
	line-height: 18px;
	display:none;
	position:absolute;
	left: 166px;
 	top:40px;
	z-index:999999;
	border:1px solid #dadada;
	box-shadow:1px 1px 1px #ccc;
	background: #FFF;
	padding:5px 10px;
	border-radius: 5px;
	width: 250px;
	text-align: left;;
}
.explain2 {
	color: #999999;
	line-height: 18px;
	display:none;
	position:absolute;
	left: -185px;
 	top:40px;
	z-index:999999;
	border:1px solid #dadada;
	box-shadow:1px 1px 8px #ccc;
	background: #FFF;
	padding:5px 10px;
	border-radius: 5px;
	width: 195px;
	text-align: left;
}

.contentus2 {
	background: url("../images/interbanner03.jpg") no-repeat scroll 0 0;
	font-size: 24px;
	color: #037f74;
	width: 940px;
	height: 160px;
	line-height: 160px;
	padding: 0px 0px 0px 40px;
}

.contentus {
	background: url("../images/contact_us.jpg") no-repeat scroll 0 0;
	font-size: 24px;
	color: #037f74;
	width: 940px;
	height: 160px;
	line-height: 160px;
	padding: 0px 0px 0px 40px;
}
.contentus_en {
	background: url("../images/contact_us_en.jpg") no-repeat scroll 0 0;
	font-size: 24px;
	color: #037f74;
	width: 940px;
	height: 160px;
	line-height: 160px;
	padding: 0px 0px 0px 40px;
}
/*底部*/
.footer {
	background-color: rgb(51, 51, 51);
	height: 100px;
	text-align: center;
	width: 100%;
}

.service_number {
	color: rgb(207, 207, 207);
	font-size: 20px;
	height: 50px;
	line-height: 140px;
}

.copyright {
	color: rgb(142, 142, 142);
}

/*下载页*/
.downBox {
	width: 1070px;
	margin: auto;
	overflow: hidden;
	padding: 20px 0px;
}

.downPic {
	width: 540px;
	float: left;
}

.downTxt {
	float: left;
	width: 500px;
	padding: 80px 0px 0px 30px;
}

.downTitle {
	font-size: 40px;
	color: #037f74;
	padding: 20px 0px 0px 0px;;
}

.downXz {
	font-size: 16px;
	color: #666666;
}

.downTxt dl {
	overflow: hidden;
	width: 360px;
	margin: 40px 0px 25px 0px;;
}

.downTxt dt {
	float: left;
	overflow: hidden;
	width: 118px;
	height: 118px;
	border: 1px solid #ccc3bb;
	margin: 0px 25px 0px 0px;
}

.downTxt dd {
	overflow: hidden;
	margin: 6px 0px 10px 0px;
}

.downTxt dd a {
	display: inline-block;
	font-size: 14px;
	color: #037f74;
	text-decoration: none;
	width: 120px;
	height: 42px;
	line-height: 42px;
	padding: 0px 0px 0px 60px;
	border: 1px solid #037f74;
}

.downTxt dd.android a {
	background: url(../images/phoneicon.png) no-repeat scroll 13px 4px;
}

.downTxt dd.iphone a {
	background: url(../images/phoneicon.png) no-repeat scroll 13px -94px;
}

.downTxt dd.android a:hover {
	background: url(../images/phoneicon.png) no-repeat scroll 13px -37px
		#037f74;
	color: #fff;
}

.downTxt dd.iphone a:hover {
	background: url(../images/phoneicon.png) no-repeat scroll 13px -134px
		#037f74;
	color: #fff;
}

.downXm {
	font-size: 12px;
	color: #888;
	width: 340px;
}

/*常见问题*/
.faq_box h2 {
	font-size: 18px;
	line-height: 24px;	
}

.faq_box {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.interbanner {
	width: 980px;
	height: 160px;
}

.faq {
	background: #FFF;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e6e6e6;
	color: #333333;
	overflow: hidden;
	padding: 10px 40px;
	margin: 0px 0px 20px 0px;
}

.faq_box h3 {
	margin: 30px 0;
}

.faq dl {
	margin: 0px;
	padding: 0px;
}

.faq dl p {
	text-indent: 2em;
}

.faq dt {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	line-height: 42px;
}

.faq dd {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 16px;
	  padding: 10px 27px;
}

.dl {
	padding: 5px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}

.faq_box p {
	font-size: 14px;
	text-align: left;
	text-indent: 2em;
	line-height: 26px;
	color: #666;
}

.dl_div {
	float: left;
	width: 220px;
	margin: 20px 0;
}
.dl_div2 {
	float: left;
	  margin: 20px 0 40px 0;
}
.dl_div2 h6{
    margin: 7px 60px 0 60px;
	font-size:16px; 
	font-weight:100;
	  color: #222;
}
.dl_div2 span{
margin: 4px;
}

.dl_div img {
	float: left;
}

.dl_div span {
	float: left;
	line-height: 56px;
	text-align: center;
	margin: 0 0 0 10px;
	  color: #222;
  font-size: 16px;
  font-weight: 100;
}

.service_box p {
	font-family: arial, sans-serif;
	line-height: 22px;
}

.back-to {
	bottom: 10px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	width: 50px;
	z-index: 999;
}

.back-to .back-top {
	background: url(../images/backToTop.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 50px;
	outline: 0 none;
	text-indent: -9999em;
	width: 50px;
}

.back-to .back-top:hover {
	background-position: -50px 0;
}
.banner_rightside{*width:250px;}
.dorm,.mileage,.sleep2,.shell_temperature,.temperature2,.menstrual_cycle{*width:380px;}
.banner_introduce{ position:relative;}
.sign{ margin-left:102px;}
.sign1{ margin-left:88px;}
.sign2{ margin-left:70px;}
.sign3{ margin-left:40px;}
.sign4{ margin-left:39px;}
.sign5{ margin-left:3px;}
.sign6{ margin-left:11px;}
.heart_rate_show{  color: #999999;  line-height: 18px;  display: none;  position: absolute;  left: 23px;  bottom:11px;  z-index: 999; border: 1px solid #dadada;  box-shadow: 1px 1px 8px #ccc;  background: #FFF;  padding: 5px 10px;  border-radius: 5px; text-align: left;}

.company_pro{ background:#FFF;  padding: 20px 10px;}
.company_pro h1{ font-size:25px;}


