@charset "utf-8";
/*首页 S*/
header{
	position: relative;
	height: 95px;
	background: url(../images/header_bg.jpg) repeat-x;
}
header nav>ul>li{
	position: relative;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
header nav>ul>li:hover ul{
	opacity: 1;
	filter: alpha(opacity=100);
}
header nav>ul>li>a{
	padding: 0 25px;
	line-height: 95px;
	font-size: 16px;
}
header nav ul li.active>a,
header nav ul li a:hover{
	color: #d8335e;
}
header nav>ul>li>ul{
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	text-align: left;
	border: 1px solid rgba(153,153,153,.45);
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #ddd;
	-moz-box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	z-index: 999;

}
header nav>ul>li>ul:before{
	content: " ";
	position: absolute;
	top: -10px;
	width: 100%;
	height: 10px;
	background: url(../images/nav_top.png) 50% 0 no-repeat;
}
header nav>ul>li>ul>li{
	line-height: 45px;
	margin: 0 10px;
	border-bottom: 1px solid rgba(153,153,153,.45);
}
header nav>ul>li>ul>li:last-child{
	border-bottom: 0;
}
header nav>ul>li>ul>li>a{
	font-size: 16px;
	color: #999;
}
header nav>ul>li>ul>li>span{
	margin-right: 10px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #999;
}
.banner{position:relative;height:620px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;height: 100%;}
.slides li{height:100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:right;right:150px;}
.flex-control-nav li{display:inline-block;width:18px;height:18px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;*zoom:1;*display:inline;width:14px;height:14px;line-height:40px;overflow:hidden;cursor:pointer;background-color: #333;border-radius: 50%;border: 4px solid #fff;}
.flex-control-nav .flex-active{background-color: #ffc000;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
/*case s*/
.row{
	padding-top: 25px;
	background: url(../images/row_bg.jpg) repeat-x;
	height: 345px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.row .r_about{
	width: 365px;
}
.row .r_cate h2{
	font-size: 20px;
}
.row .r_cate h2:before{
	position: relative;
	content: " ";
	display: inline-block;
	margin-right: 10px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 5px solid #d8335e;
	border-radius: 50%;
	box-shadow: 1px 2px 1px #bbb;
	-moz-box-shadow: 1px 2px 1px #bbb;
	-webkit-box-shadow: 1px 2px 1px #bbb;
	z-index: 9999;
}
.row .r_about .r_img{
	position: relative;
	margin: 20px 0;
	width: 303px;
	height: 105px;
	border: 2px solid #ccc;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
}
.row .r_about .r_text{
	font-size: 14px;
	line-height: 22px;
	width: 303px;
}
.row .r_about .r_text a{
	padding-left: 10px;
	color: #d8335e;
}
/*row */
.row .r_case{
	padding-right: 35px;
	width: 465px;
}
a.cate_more{
	padding: 0 15px;
	line-height: 26px;
	color: #D8335E;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 2px 2px #bbb;
}
.row .line{
	margin-top: 20px;
	height: 1px;
	width: 100%;
	background-color: #ccc;
}
.row .r_case .r_slide{
	position: relative;
	margin-top: 30px;
	padding-top: 20px;
	width: 100%;
	height: 177px;
	overflow: hidden;
}
.row .r_case .r_slide .box{
	position: relative;
	margin: 0 auto;
	width: 380px;
	height: 100%;
	overflow: hidden;
}
.row .r_case .r_slide>a{
	position: absolute;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	top: 70px;
	width: 18px;
	height: 20px;
	background: url(../images/control.png) no-repeat;
	z-index: 999;
}
.row .r_case .r_slide>a.prev{
	left: 0;
	background-position: 0 0;
}
.row .r_case .r_slide>a.next{
	right: 0;
	background-position: -18px 0;
}
.row .r_case .r_slide .box ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.row .r_case .r_slide .box ul li{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 10px;
	width: 165px;
	height: 100%;
	overflow: hidden;
}
.row .r_case .r_slide .box ul li img{
	width: 161px;
	border: 2px solid #fff;
	border-radius: 8px;
}
.row .r_case .r_slide .box ul li>.name{
	line-height: 45px;
	text-align: center;
	font-size: 16px;
}
.row .r_product{
	width: 290px;
}
.row .r_product .pics_wrap{
	position: relative;
	margin-top: 35px;
	width: 100%;
	height: 200px;
}
.row .r_product .pics_wrap .pic{
	position: absolute;
	width: 100%;
	height: 100%;
}
.row .r_product .pics_wrap .pic .thumb{
	width: 135px;
}
.row .r_product .pics_wrap .pic .txt{
	padding-top: 20px;
	width: 150px;
}
.row .r_product .pics_wrap .pic .txt h2{
	font-size: 16px;
}
.row .r_product .pics_wrap .pic .txt p{
	padding: 10px 0;
	padding-right: 10px;
	line-height: 24px;
	color: #999;
}
.row .r_product .pic_control{
	padding-right: 20px;
	text-align: right;
	height: 20px;
}
.row .r_product .pic_control a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 25px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}
.row .r_product .pic_control a:hover{
	background-color: #999;
}
/*footer*/
footer{
	height: 155px;
	padding-top: 25px;
	background-color: #f8f8f8;
}	
footer .f_cr{
	font-size: 16px;
	padding-left: 10px;
	width: 710px;
	line-height: 28px;
}
footer .f_cr>div{
	padding-top: 10px;
	color: #999;
}
footer .f_tel{
	width: 480px;
	padding-top: 10px;
}
footer .f_tel>div{
	vertical-align: top;
}
footer .f_tel .border_line{
	margin: 0  20px;
	width: 1px;
	height: 115px;
	background: url(../images/border_line.png) no-repeat;
}
footer .f_tel .comp{
	position: relative;
	width: 305px;
	text-align: right;
}
footer .f_tel .comp h2{
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
}
footer .f_tel .comp>i{
	position: absolute;
    left: 55px;
    top: 25px;
    font-size: 85px;
    color: #999;
}
footer .f_tel .comp p{
	font-size: 16px;
	line-height: 24px;
}
footer .f_tel .gz{
	padding-top: 10px;
}
footer .f_tel .gz a{
	padding: 5px 10px;
	background-color: #d6024f;
	color: #fff;
	border-radius: 6px;
}
footer .f_tel .gz i{
	font-size: 16px;
}
/*首页 E*/
/*案例S*/
.case{
	background-color: #eaebeb;
}
.case .case_list{
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
.case .case_list ul li {
	margin-right: 40px;
	margin-bottom: 40px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 340px;
}
.case .case_list ul li:nth-child(3n){
	margin-right: 0;
}
.case .case_list ul li .thumb img{
	border: 4px solid #ccc;
}
.case .case_list ul li .name {
	line-height: 70px;
	text-align: center;
	font-size: 23px;
}
.position{
	padding-top: 85px;
	padding-bottom: 65px;
}
.position h2{
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #333;
}
.position h2:before,
.position h2:after{
	content: " ";
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: absolute;
	top: 20px;
	width: 500px;
	height: 6px;
}
.position h2:before{
	left: 0;
	background: url(../images/cate_line_left.png) no-repeat;
}
.position h2:after{
	right: 0;
	background: url(../images/cate_line_right.png) no-repeat;
}
/*案例E*/
/*共享按摩椅S*/
.page_anmo{
	height: 510px;
	background-color: #eaebeb;
	text-align: center;
}
.page_anmo .h2{
	padding-top: 75px;
}
.page_anmo .h2 h2{
	font-size: 46px;
	font-weight: 400;
}
.page_anmo .txt{
	font-size: 18px;
	padding: 10px 0;
}
.page_anmo .imgs img{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.big_img{
	width: 100%;
}
.big_img img{
	width: 100%;
}
/*共享按摩椅E*/
/*关于我们S*/
.about {
	background-color: #eaebeb;
}
.about .a_com .com_info{
	padding: 0 20px;
	width: 710px;
}
.about .a_yj .yj_info h2,
.about .a_com .com_info h2{
	font-size: 18px;
	color: #d6024f;
}
.about .a_yj .yj_info{
	padding-top: 40px;
	text-align: right;
}
.about .a_yj .yj_info p{
	line-height: 32px;
}
.about .a_com .com_info p{
	padding: 15px 0;
	line-height: 32px;
	text-indent: 2em;
}
/*关于我们E*/
/*联系我们S*/
.contact {
	background-color: #eaebeb;
}
.contact .c_map img{
	display: block;
	margin: 0 auto;
}
.contact .c_info {
	padding-bottom: 60px;
}
.contact .c_info .c_tel{
	padding-left: 110px;
	width: 425px;
}
.contact .c_info .c_tel>div{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
.contact .c_info .c_tel .icon{
	font-size: 55px;
	color: #999;
}
.contact .c_info .c_tel .font h2{
	font-size: 20px;
	font-weight: 400;
}
.contact .c_info .c_tel .font p{
	font-size: 14px;
	color: #999;
}
.contact .c_info .c_tel .tel{
	font-size: 30px;
	color: #cc0066;
}
.contact .c_line{
	width: 1px;
	margin: 0 60px;
	margin-top: 10px;
	height: 65px;
	background-color: #ccc;
}
.contact .c_address{
	font-size: 14px;
	line-height: 24px;
}
.contact .c_map{
	padding-bottom: 110px;
}
/*联系我们E*/
/*合作S*/
.hezuo{
	padding-bottom: 70px;
	background-color: #eaebeb;
}
.hezuo .li{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 1105px;
	height: 190px;
}
.hezuo .li .li_txt{
	padding-left: 240px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.hezuo .li .li_txt h2{
	font-size: 32px;
	font-weight: 400;
}
.hezuo .li .li_txt p{
	padding-top: 20px;
	font-size: 20px;
	line-height: 26px;
}
.hezuo .li.jh{
	background: url(../images/li_bg.png) no-repeat;
}
.hezuo .li.gx{
	background: url(../images/li_bg2.png) no-repeat;
}

.model {
	margin-bottom: 70px;
}
.model .m_china{
	margin-right: 70px;
}
.model .hight{
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	color: #333;
	background-color: #e5b704;
}
.model .m_txt{
	padding-top: 20px;
	width: 630px;
}
.model .m_txt p{
	font-size: 16px;
	padding: 20px 0;
	line-height: 26px;
}
/*合作E*/
/*common S*/

/*common E*/