@charset "gb2312";
/* CSS Document */
.fl{float:left}
.fr{float:right}
.m-header{ display:none; position:fixed;left: 0;top: 0; background:#fff; box-shadow:0 5px 15px rgba(0,0,0,.1); width:100%; height:55px; z-index:99;overflow: hidden;}
.m-header img{ margin-top:2px; max-height:47px;}
.m-header .img3{margin-top: 3px;max-height: 48px;}

.m-btn .line{
    width: 25px;
    height: 16px;
    position: relative;
    cursor: pointer;
    margin-top: 19px;
}
.m-btn span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    margin-left: -12px;
	-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
}
.m-btn span.span1{ top:0;-webkit-transform-origin:4px center;-moz-transform-origin:4px center;-ms-transform-origin:4px center;-o-transform-origin:4px center;transform-origin:4px center}
.m-btn span.span2 {top: 7px;}
.m-btn span.span3 {top: 14px;-webkit-transform-origin:1px center;-moz-transform-origin:1px center;-ms-transform-origin:1px center;-o-transform-origin:1px center;transform-origin:1px center}
.m-btn.active .span1{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.m-btn.active .span3{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.m-btn.active .span2{ opacity:0; filter:alpha(opacity=0)}
.m-btn.active span{background: #00a1e9;}
.cd{ margin-right:15px; margin-top:18px}
.m-menu{ background:#f5f5f5; position:fixed; left:0; width:100%; display:none; overflow-y:auto; overflow-x:hidden; z-index:99;top: 74px;}
.m-menu ul{ width:100%; height:calc(100vh - 60px); overflow-y:auto;overflow-x:hidden}
.m-menu a{ display:block}
.m-menu .menu_li{ border-bottom:1px solid #d8d8d8;}
.m-menu .menu_a{ padding:0 3%; line-height:50px; font-size:16px; color:#222; position:relative}
.m-menu .menu_a i{ width:17px; height:17px; background:url(../img/ico_03.png) no-repeat; background-size:contain; position:absolute; right:3%; top:15px}
.m-menu .menu_li .subnav{ padding:15px 3%; line-height:30px; font-size:14px; display:none}
.m-menu .menu_a.active{ background:#00a1e9; color:#fff;}
.m-menu .menu_a.active i{background:url(../img/ico_03_h.png) no-repeat center; background-size:100% auto}
.sub-menubg{ position:fixed; width:100%; height:100%; background:#f5f5f5;top:0; left:0; z-index:9; display:none}

.mproclass{display:none; position:relative;margin-top: -4px;z-index: 10;text-align: left;}
.mproclass h3{background:#00a1e9; color:#fff; padding:0 3%; height:40px; line-height:40px; position:relative;font-size: 18px;font-weight: normal;}
.mproclass h3:after{ content:""; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #fff; position:absolute; right:3%; top:50%; margin-top:-3px}
.mproclass ul{ position:absolute; width:100%; left:0; display:none; box-shadow:0 5px 15px rgba(0,0,0,0.15)}
.mproclass li{ background:#f5f5f5; line-height:35px; border-bottom:1px solid #e8e8e8;}
.mproclass li a{ padding:0 3%; display:block;font-size: 15px;}
.mproclass li:hover a{ background:#00a1e9; color:#fff}

.jcol h3{background: #92ca7f}
.jcol li:hover a{background:#92ca7f}
.qycol h3{background: #857040}
.qycol li:hover a{background:#857040}

.m-foot{ position:fixed; width:100%; height:45px; left:0; bottom:0;background: #00a1e9; color:#fff; display:none; z-index:1500}
.m-foot li{ float:left; width:50%; text-align:center;}
.m-foot li a{ color:#fff; font-size:12px; display:block;}
.m-foot li.li1 a{ background:url(../img/pic/flmes.png) no-repeat center 5px; padding-top:25px}
.m-foot li.li2 a{ background:url(../img/pic/kf-email.png) no-repeat center 5px; padding-top:25px}
.m-foot li.li3 a{ background:url(../img/pic/fltel.png) no-repeat center 5px; padding-top:25px}
.m-foot li.li4 a{ background:url(../img/pic/right_pic6.png) no-repeat center 3px; padding-top:25px}
.m-foot li.li2 a span{display: block;}
.newsxiang .newsleft .nsconn p iframe {display: none;}
.tanchuang .bg{position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);}
.tanchuang .text{position: fixed;
    left: 50%;
    margin-left: -170px;
    top: 20%;
    width: 300px;
    padding: 20px;
    height: auto;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
	z-index: 1500;
}
.tanchuang .text{font-size: 20px;
    font-weight: bold;}
.tanchuang .text .closed{width: 31px;
    height: 31px;
    background: url(../images/close_1.png) no-repeat center;
    position: absolute;
    top: 5px;
    right: 5px;}

.tanchuang .text .p1{
	color: #f00;
}
.tanchuang .text .tel{
	background: #f00;
    color: #fff;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 15px 0;
}
.tanchuang .text .btn{
	background: url(../images/b-03.png) no-repeat left center;
    background-size: 30px auto;
    display: inline-block;
    padding-left: 35px;
    color: #333;
    text-decoration: underline;
}
.tanchuang .text .p2{
	color: #f00;
    font-size: 18px;
    margin-top: 15px;
}

@media screen and (max-width: 1600px){
/*.banner{width:120%; margin-left:-10%; overflow:hidden}*/
/*.nbanner{width:120%; margin-left:-10%; overflow:hidden}*/

}

@media screen and (max-width: 1440px){

	/*.nbanner{width:130%; margin-left:-15%;}*/
}

@media screen and (max-width: 1280px){
	.main{ width:96%;margin: auto;}
	
	body{overflow-x: hidden;}

}

@media screen and (max-width: 1024px){	
	.header_box{display: none;}
	.header_box2{display: none;}
	.m-header{display: block;}
	.chengfengbox{display: none;}
	.xxySerch{margin: 12px 18px 0 0px;}
	.container{margin: 44px 0 100px 0;}
	.jinghuaright ul{margin-top: 10px;}
	.video-banner{margin-bottom: -100px;}
	.jinghua{background-size: 100% 100%;}
	.conitem{margin-top: 30px;}
	.yidong #preview{margin-left: 0;}
	#preview{width: 680px;max-width: 100%;}
	.yidong #spec-n1{width: 500px;max-width: 100%;}
	.yidong #spec-n5{margin-left: 0;}
	#spec-n1 .o-img{width: 500px;max-width: 100%;}
	.yidong #intro{width: 480px;max-width: 100%;padding: 0 5px;}
	.nbanner{margin-top: 50px;}
	.nav li{width: 15.5%;}
	.footer_r li{margin-right: 10px;}
	.yewu_list img{max-width: 100%;}
	.mproclass{ display:block}
	.location{display: none;}
	.swiper2{top: 0;}
	.war{top: 0;}
	.warrs{margin-top: 55px;}
	.like-box ul{width: 100%;}
	.like-box ul li{width: 33.33%;}
	.xian{margin-bottom: 20px!important;}
	.lxconter2{padding-bottom: 0px;}
	.warxian{margin-top: 50px;}
	.container2{margin-top: 20px;}
	.container5{top: 50px;}
	.mbanner{margin-top: 50px;}
	.mbanner img{width: 100%}
	.lifebox .lf{width: 60%;}
	.war3{margin: 20px 0 50px 0;}
	.qqtitle{height: 60px;}
	.BBconter .icright{width: 72%;}
	.txtright .cat a{padding: 8px 30px;margin-left: 20px;}
	.jia .zengjia{display: none;}
	.txtright .cat a:nth-child(1){margin-left: 0;}
	.war4 .moment{top: -20px;margin-bottom: -10px;}
	.banner1{margin-top: 50px;}
	.SERIES .bath{height: auto;position: relative;}
	.bath .bath-left{width: 50%;}
	.bath img{max-height: 500px;max-width: 100%;display: block;}
	.bath .qianli{margin-right: 0;width: 50%;}
	.bath .qianli img{margin: auto;}
	.bath .daxiao img{max-width: 75%;max-height: 350px;}
	.bath-text{position: absolute;top: 5%;left: 35%;}
	.morrr{margin-left: 10%}
	.bath .bath-right{width: 50%;}
	.mmore{margin-left: 10%;}
	.bath .kuan{max-height: 350px;}
	.bath .qianzuo{left: 39%;}
	.bath-text h3{font-size: 25px;}
	.bath-text p{font-size: 30px;}
	.tos{margin-top: 75px;}
	.SERIES .bath{margin-top: 40px;}
	.otbabyic-left{margin-top: 20%;}
	.xxxotbaby-box img{max-width: 105%;}
	.lxconter h2{padding-right: 0;}
	.conter_n p{text-indent: 0;}
	.ryic li{width: 100%;text-align: center;margin-left: 0;}
	.product-box li{border: 1px solid #efefef;padding: 5px 0 10px 0;;margin-left: 1%;width: 49%}
	.product-box{margin-left: -1%}
	.mgcontainer{overflow-x: hidden;}
	.war3{overflow-x: hidden;}
	.mgment{overflow-x: hidden;}
	.xxxiangqingye{overflow-x: hidden;}
	.dax{margin-top: 50px;}
	.wuxian{border-bottom: none}
	
	
	
}
@media screen and (max-width: 920px){
/*.nbanner{width:140%; margin-left:-20%;}*/
	.hexinneirong .qleft{width: 100%;}
	.qleft .qic{width: 47%;}
	.qleft .qtext{width: 50%;}
	.lxconter h2{font-size: 30px;}
	.ryic li img{max-width: 100%;}
	
	
}
@media screen and (max-width: 768px){	
	.m-foot {display: block;}
	.xxySerch{margin: 13px 20px 0 0px;width: 17%;}
	.container{margin: 54px 0 45px 0;}
	.conter_bd .conbd_left{width: 100%;}
	.conter_bd .conbd_right{width: 100%;}
	.conbd_right ul li:nth-of-type(1){height: 240px;margin-bottom: 35px;}
	.baby_list li h3{margin-top: 10%;margin-bottom: 12px;}
	.product-list li{width: 50%;margin-bottom: 0.5%;}
	.product-list{font-size: 15px;}
	.footer_l .ico1{display: none;}
	.footer_r{display: none;}
	.footer_cent{line-height: 30px;padding: 20px 0;}
	.footer_box{margin-bottom: 37px;}
	.video-banner{height: 400px;}
	.jinghua{background-size: 100% 100%;height:350px;}
	.jinghuaright .title{font-size: 20px;}
	.jinghuaright p{font-size: 14px;margin-top: 10px;}
	.jinghuaright ul{margin-top: 0;}
	.video-banner{margin-bottom: 0;}
	.location .guide li a{padding: 0 15px;}
	.location .weizhi{display: none;}
	.xiangq-left{width: 100%;padding: 2% 0 0 0%;}
	.xxxright{width: 100%;}
	#spec-n1 .o-img{height: auto;margin:0;margin-bottom: 20px;}
	#spec-n1{height: auto;padding-bottom: 20px;}
	.yidong #spec-n1{width: 75%;}
	#spec-n5{max-width: 100%;width: 25%;}
	#spec-list{max-width: 100%;}
	#spec-n5{height: auto;}
	#spec-list li{width: 90px;max-width: 100%;}
	#spec-list img{width: 100%;}
	#spec-list li{height: 92px;}
	#spec-list{height: auto;}
	#spec-n5 .control{left: 15%;}
	#spec-n1 img{max-width: 93%;}
	#spec-list .curr{padding: 0;}
	.xiangq-right{border-left:none;/*border-right: 1px solid #a0a0a0;border-top: 1px solid #a0a0a0;border-bottom:1px solid #a0a0a0;*/}
	.xiangqing-box{border-bottom: none;}
	.like-box ul{width: 100%;}
	.liulan-box{margin-top: 35px;}
	.ye wu_list{width: 80%;}
	.fixspace{padding-bottom: 20px;}
	.imgbox img{max-height: 100%;max-width: 100%;}
	.listright li{padding-bottom: 12px;}
	.listleft{width: 45%;}
	.listright{width: 55%;}
	.nav li{width: 21%;}
	.war3{margin: 20px 0 10px 0;}
	.listright ul{margin-left: -2%;}
	.nav .dianji .subnav{width: 100%;}
	.bbvovid{height: 207px;left: 50%;}
	.videoshd{margin-top: -20%;}
	.video2{width: 60%;height: 280px;top: 45%;}
	.video2 img{max-width: 100%;}
	.jl{padding-bottom: 50px;}
	.wzheader{margin-top: 88px;display: block;font-size: 18px;}
	.wzheader img{width: 60%;}
	.grass{display: none;}
	.bycare{margin-top: 40px;height: 400px;}
	.seriebox li{width: 47.5%;}
	.seriebox li:nth-child(3n+1){margin-left: 5%;}
	.seriebox li:nth-child(2n+1){margin-left: 0;}
	.serproduct{margin-top: -95px;}
	.serright{margin-top: 35%;}
	.xxshuoming{width: 80%;font-size: 20px;line-height: 35px;margin-top: 35px; margin-bottom: 0;}
	.bathconte .otmor a{margin-top: 68%;}
	.bycare .byleft{height: 400px;font-size: 46px;}
	.byleft h3{width: 95%;line-height: 80px;}
	.bycare .byright{height: 400px;}
	.bytop{line-height: 74px;}
	.bathconte li{width: 100%;}
	.bathconte .otmor a{margin-top: 62%;}
	.nav .dianji{margin-top: 0;}
	.pic{left: 5%;}
	.xxwar{margin-top: 60px;}
	.xxwz{margin-top: 20px;}
	.canming{top: -40px;}
	.zuan{width: 90%;}
	.zuanli{padding: 30px 0;}
	.babycont{width: 90%;padding-top: 50px;}
	.xiong{width: 20%;top: -160px;left: -3%;}
	.xiong img{max-width: 100%;}
	.baby-bottom{margin-top: 0px;}
	.baby-bottom .hulimg{height: auto;padding: 25px 0;}
	.baby-bottom .hulimg img{max-width: 90%;height: auto;}
	.biaojia p{padding: 0;text-align: center;}
	.lifebox .lf{width: 60%;}
	.Facial li{width: 32.33%}
	.bar{display: none;}
	.chengfengbox{margin-top: 10px;}
	.qbanner2{margin-top: 0;}
	.qwar .xxqic{width: 30%;top: -100px}
	.xxqic img{max-width: 100%;}
	.xxxiaohei{width: 48%;}
	.xxxiaohei .left img{max-width: 100%;}
	.xxxiaohei .right{width: 57%;}
	.xxxiaohei .right img{width: 100%;}
	.xxxiaohei .txt{left: 0%;top: 0%;}
	.xxxiaohei .txt p{font-size: 16px;}
	.xxxiaohei .txt .xxsize{font-size: 14px;margin-bottom: 10px;}
	.pregnant p{font-size: 18px;}
	.pregnant{padding: 30px 0;line-height: 35px;}
	.icright .xml{margin-top: 20px;}
	.BBconter .icright{width: 80%}
	.BBconter .icleft{width: 20%}
	.bbxiangqing .qqtitle{margin: 30px 0 30px 0;}
	.qqtitle{height: 40px;}
	.pregnant .qsiz{font-size: 18px;}
	.yingerpic{margin-top: 15px;}
	.more8 a{margin-top: 10px;}
	.bath .rig2{width: 60%;}
	.bath .lef2{width: 40%;}
	.morrr{margin-left: 0%}
	.morss{margin-left: 19%}
	.otbabytxt-right strong{margin-top: 12px;}
	.more9 a{line-height: 25px;}
	.nguide{padding-top: 10px;}
	.news-detail h3{padding: 20px 0 10px 0;}
	.location{height: 40px;line-height: 40px;}
	.nguide .nnav03 li{line-height: 40px;}
	.nguide .location{line-height: 40px;}
	.nmain{width: 95%;}
	.news-detail h4{font-size: 15px;}
	
	
	
	

}
@media screen and (max-width: 640px){
	.jinghuaright li{width: 22%;}
	.jinghuaright .title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jinghuaright p{height: 130px;overflow: hidden;}
	.chanpinlist li{width: 50%}
	.chanpinlist li:nth-child(2n){border-right: 1px solid #b9b9b9;}
	.war3{margin: 0px 0 50px 0;}
	.like-box img{max-width: 95%}
	.listright .more10{padding: 6px 10px;}
	.nav li{width: 33%;}
	.listright .yingerpic{font-size: 16px;}
	.videoshd{margin-top: -24%;width:80%;left: 10%;}
	.xxxyingerlist li{width: 50%;}
	.xxxyingerlist li:nth-child(2n){border-right: 1px solid #cdcdcd;}
	.product-box li{width: 33.3%}
	.nav .menu_li .subnav{width: 95%;left: 50%;margin-left: -47.5%;}
	.title-baby .hul{width: 53%;font-size: 20px;top: -17px;}
	.txtright .cat a{margin-left: 10px;}
	.nav .dianji{height: 80px;margin-top: 30px;}
	.product-list li a .pr_txt{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}
	.product-list li a span{margin-right: 4px;}
	.jinghuaright{width: 69%;margin-right: 3%;}
	.xxySerch{display: none;}
	.newslists li .date{width: 100%;height: auto;}
	.newslists li .wenx{width: 100%;}
	
	
	
	
}
@media screen and (max-width: 480px){
	.xxySerch{width: 30%;height: 29px;}
	.conter_bd .conbd_left{width: 50%;}
	.conter_bd .conbd_right{width: 50%;}
	.left_cont:nth-child(1){width: 75%;}
	.left_cont:nth-child(2){width: 25%;}
	.left_cont .warp{margin-top: 10px;}
	.conbd_right ul li:nth-of-type(1){height: 100px;margin-bottom: 10px;}
	.baby_list li h3{margin-top: 5%; margin-bottom: 5px;}
	.baby_list li p{font-size: 13px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.conbd_right ul li{margin-top: 5px;}
	.baby_list li a{font-size: 16px;}
	.baby_list li .title_ic{height: 90px;}
	.baby_list li h3{font-size: 18px;}
	.baby_list li .title{margin: 0;}
	.conbd_left .video_box{margin-top: 20px;margin-left: -12px;}
	.play_video img{height: 130px;}
	.video_box .video{top: 18%;height: 110px;left: 1.4%;}
	.video .video3{width: 184px;height: 110px;}
	.video-banner .video-src{margin-top: -50px;}
	.video-banner{height: 390px;}
	.video-banner{margin-bottom: -125px;}
	.jinghuaright .title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jinghuaright p{height: 80px;overflow: hidden;font-size: 13px;}
	.jinghuaright li{width: 22%;}
	.jinghua{height: 280px;}
	.location .guide li a{padding: 0 9px;font-size: 14px;}
	.listright li{width: 48%;}
	.listleft{width: 100%;}
	.listright{width: 100%;}
	.listright .more10{padding: 6px 15px;}
	.nav li{width: 40%;}
	.dianji a{font-size: 16px}
	.bbvovid img{max-width: 100%;}
	.bbvovid{width: 68%;left: 33%;height: 290px;top: 16%;}
	.videoshd{margin-top: -35%}
	.product-box li{width: 49%;}
	.timg img{height: 230px;}
	.tou .cm{height: 208px;top: -96px;}
	.lxconter2 .tou{margin-bottom: -100px;}
	.tou .cm p{margin-top: 10px;}
	.war{margin-bottom: -1px;padding: 40px 0 30px 0;}
	.lxconter2{padding-bottom: 0px;}
	.bycare{height: auto;}
	.bycare .byleft{width: 100%;height: 300px;}
	.bycare .byright{width: 100%;height: 300px;}
	.byleft h3{line-height: 60px;margin-top: 23%;}
	.byright .byic{width: 42%;}
	.byright .bytxt{width: 51%;}
	.bybw{margin-top: 5%;width: 90%;}
	.seriebox li{width: 100%;height: auto;padding-bottom: 15px;margin-left: 0;margin-top: 25%;}
	.seriebox li:nth-child(3n+1){margin-left: 0;}
	.serleft{width: 42%;}
	.serright{margin-top: 40%;width: 52%}
	.pic{display: none;}
	.ybwarrs{margin-top: 75px;}
	.xxwar{margin-top: 60px;}
	.baichao{margin-bottom: 0;}
	.zuan{width: 94%;}
	.zuan-top{padding: 30px 0 30px 10px;}
	.zuan-left{width: 45%;}
	.zuan-right{margin-right: 5%;}
	.more5 a{margin-top: 10px;}
	.zuan-right{margin-top: 0;}
	.zuan-bottom .zr{margin-left: 0;}
	.lxconter3 .serice{margin-top: 50px;}
	.xiong{top: -90px;}
	.lifebox .one{width: 60%;}
	.lifebox li{width: 38%;}
	.lifeimg{width: 40%;margin-top: 30px;}
	.jiages{width: 108px;}
	.lifebox li:nth-child(2n+1){margin-left: 0;}
	.lifebox .nospace{margin-left: 2%;}
	.lifebox li:nth-child(3){width: 48.7%;}
	.lifebox li:nth-child(4){width: 48.7%;}
	.lifebox{margin-top: 20px;}
	.xiongs{width: 28%;top: -120px;left: -9%}
	.bywidth{padding-top: 20px;}
	.Facial li{width: 49%;}
	.qleft .qic{width: 100%;}
	.qleft .qtext{width: 100%;}
	.qleft .qic{margin-top: 20px;}
	.qqtitle{height: 40px;}
	.qqtitle p{top: -18px;font-size: 18px;}
	.qproductbox li img{max-height: 268px;max-width: 100%;}
	.qwar .xxqic{top: -60px;}
	.xxxiaohei{width: 100%;}
	.xxxiaohei .left{width: 38%;}
	.xxxiaohei .right{width: 62%;}
	.xxxiaohei .txt{top: 18%;}
	.otbabyxiaohei .xxffl{margin-top: 40px;}
	.BBconter .icleft{display: none;}
	.BBconter .icright{width: 100%;}
	.BBconter .txtright{margin-top: 0;}
	.txtright .cat a{padding: 8px 20px;}
	.qqtitle{height: 30px;}
	.BBconter .txtright{width: 64%;margin-right: 2%;}
	.bbgxleft{width: 97%;float: none;margin: auto;}
	.bbgongxiao ul{width: 100%;}
	.bbgxright{width: 97%;border-left: none;float: none;margin: auto;}
	.bbgongxiao li{margin-bottom: 20px;border-bottom: 1px dashed #efefef;padding-bottom: 10px;}
	.qproductbox{margin-top: 50px;}
	.fanhui{position: relative;top: -10px;}
	.war4 .moment{padding-top: 7%;line-height: 35px;}
	.moment p{font-size: 18px;}
	.bbcream{width: 100%;}
	.bbcream .bbico{width: 30%;}
	.bbcream .bbtext{width: 68%;margin-right: 2%;}
	.bbtext h3{font-size: 26px;}
	.bbtext .cat{width: 72%;}
	.iccc img{max-width: 130%;position: relative;right: 20%;}
	.bbl ul{width: 90%;}
	.bbl{height: 230px;background-size: 100% 100%;}
	.care{left: 8%;top: 15%;}
	.care p{font-size: 16px;line-height: 28px;}
	.bath-text{line-height: 30px;}
	.bath-text h3{font-size: 18px;}
	.bath-text p{font-size: 20px;}
	.more8 a{padding: 0px 10px;}
	.SERIES .bath{margin-top: 30px;}
	.bath .kuan{max-height: 200px;}
	.bath .lefs img{max-width: 51%;}
	.SERIES{margin-bottom: 20px;}
	.xxxotbaby-box .PURE{width: 47%;}
	.xxxotbaby-box li{margin-left: -3%;margin-bottom: 10px;}
	.otbabytxt-right strong{margin-top: 8px;}
	.otbabytxt-right{margin-top: 25%;}
	.otbabytxt-right h3{font-size: 18px;}
	.hight{height: 290px;}
	.fix{margin-top: 62px;padding-top: 10px;}
	.tou .cm{height: 190px;margin-bottom: -50px;}
	.tou .cm p{line-height: 25px;font-size: 13px;}
	#spec-n1 img{max-height: 260px;min-height: 200px;}
	#spec-n1 .o-img{padding-top: 10px;}
	.bytop{font-size: 40px;line-height: 55px;}
	.seriebox{padding-bottom: 50px;}
	.xiong{top: -100px;}
	.war4 .xxfanh{width: 40%;}
	.txtright h3{font-size: 27px;}
	.txtright p{font-size: 20px;}
	
	
		
}
@media screen and (max-width:460px){
	.bycare .byleft{height: 200px;font-size: 40px;}
	.byleft h3{margin-top: 15%;}
	.byright .bytxt{margin-top: 12%;}
	.bycare .byright{height: 275px;}
	.bytop{font-size: 35px;}
	.byleft h3{line-height: 45px;}
	.xxwz{margin-top: 0px;}
	.seriebox{margin-top: 20px;}
	.qqtitle{margin-top: 20px;}
	.bath-text p{font-size: 16px;}
	.bath-text h3{font-size: 15px;}
	.morrr{margin-top: 14%;}
	.more8 a{line-height: 23px;}
	.bath .kuan{height: 160px;}
	.more9 a{padding: 0px 10px;}
	.otbabytxt-right span{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	
	
	
	
}

@media screen and (max-width:425px){
	.video-banner .video-src{top: 46%}
	.video-banner{margin-bottom: -140px;}
	.product-box img{max-width: 95%;}
	.byleft h3{margin-top: 10%}
	.xiangq-left{padding: 5% 0 0 0%;}
	.video-banner{margin-bottom: -160px;}
	.zuan-right{width: 53%;margin-right: 2%;}
	.zuan-left{width: 44%;margin-top: 4%;}
	.title-baby p{font-size: 26px;}
	.jiages{font-size: 18px;padding: 3px 0;width: 94px;}
	.bbl{height: 220px;}
	.iccc img{max-width: 100%;position: relative;right: 0%;}
	.bbtext h3{font-size: 24px;}
	.more8 a{line-height: 25px;}
	.care p{line-height: 25px;}
	
	
		
}
@media screen and (max-width:375px){
	.baby_list li p{font-size: 12px;padding: 3px 0px;width: 100%;}
	.baby_list li h3{font-size: 16px;}
	.baby_list li a{font-size: 14px;}
	.baby_list li .title_ic{height: 79px;}
	.conbd_right ul li{margin-top: 0;}
	.play_video img{height: 110px;}
	.location .guide li a{padding: 0 3px;}
	#spec-list li{width: 80px;}
	.shar{width: 94%;}
	.shar-f{width: 43%;}
	.shar-box span{margin-left: 0;}
	.nav li{width: 50%;}
	.nav .menu_li .subnav{width: 90%;margin-left: -45%;}
	.bbl{height: 200px;}
	.hight{height: 240px;}
	
}
@media screen and (max-width:360px){
	.bytop{font-size: 32px;}
	
		
	
}
@media screen and (max-width:320px){
	
	
}
	
@media screen and (max-width:333px){
	
}
















