@charset "utf-8";
/*
* title:博爱曙光口腔科列表页
* Author:luochou
* Date:2024.3.19
*/
.new-header,.container{width:100%;margin:0 auto;}
.container{background-color:#f5f5f5;}
.container img{max-width:100%;display:block;}
.banner{width:100%;height:400px;overflow:hidden; background: url(/style/images/bapz/banner.jpg) no-repeat center top;}
.bannerWAP{display:none;}
.item{width:1200px;margin:0 auto;}

.module{padding:0 0 60px;}
.sidebar{position: relative; float: left; width: 280px;}
.content{float: right; width: 880px;}
/* sidebar_menu */
.sidebar_menu{margin-top: -100px; background: #fff; border-bottom: none;}
.sidebar_menu h2{height: 100px; background-color: rgba(34,168,169,.8); text-align: center;}
.sidebar_menu h2 span{line-height:40px;font-size:32px;color:#fff;font-weight:normal;padding-top:14px;display:block;}
.sidebar_menu h2 small{line-height:32px;font-size:20px;display:block;font-family: Arial, Helvetica, sans-serif;}
.sidebar_menu ul{border: 1px solid #e3e3e3; border-top: none; border-bottom: none;}
.sidebar_menu li{height: 60px;letter-spacing: 2px;border-bottom: 1px solid #e3e3e3;}
.sidebar_menu li a{display: block;height: 60px;text-align: center;overflow: hidden; line-height: 60px;font-size: 20px;color: #545454; border-left:3px solid #fff; border-left: 3px solid transparent; transition: background ease .3s,color ease .3s,border ease .3s;}
.sidebar_menu li a::after{display: inline-block;content: ''; width: 8px;height:18px;margin: 21px 0 0 18px;font-size:0;line-height:0;vertical-align:top;background: url(/style/images/bapz/arrow.png) left top no-repeat; transition: all .3s;}
.sidebar_menu li.on a,.sidebar_menu li a:hover{padding: 0;color: #4cbbb4;background: #eee;border-left: 3px solid #4cbbb4;}
.sidebar_menu li.on a::after,
.sidebar_menu li a:hover::after{background-position: left bottom;}
/* main_title */
.main_title{padding: 30px 0; overflow: hidden;}
.main_title h2{float: left; color: #333; font-size: 28px; font-weight: normal; line-height: 30px;}
.main_title .adr{float: right; color: #666; font-size: 16px; line-height: 30px;}
.main_title .adr a{color: #666;}
.main_title .adr a:hover{color: #22a8a9;}
/* f1Box */
.f1Box{padding-top: 60px;}
.f1Box h2{color: #333; font-size: 40px; font-weight: normal; line-height: 50px; text-align: center;}
.f1Box h2 span{display: block; color: #666; font-size: 24px; line-height: 30px;}
.f1Box ul{padding-top: 25px; overflow: hidden;}
.f1Box li{float: left; width: 280px; margin-right: 20px;}
.f1Box li.mr0{margin-right: 0;}
.f1Box li p{height: 56px; background-color:#4cbbb4; color: #fff; font-size: 18px; line-height: 56px; text-align: center;}
/* f2Box */
.f2Box{padding-top: 60px;}
.f2Box h2{color: #333; font-size: 40px; font-weight: normal; line-height: 50px; text-align: center;}
.f2Box h2 small{display: block; color: #666; font-size: 16px; line-height: 30px;}
.f2Box ul{padding-top: 25px; overflow: hidden;}
.f2Box li{float: left; width: 280px; margin-right: 20px; margin-bottom: 20px;}
.f2Box li.mr0{margin-right: 0;}
.f2Box li h3{height: 60px; background-color:#4cbbb4; color: #fff; font-size: 24px; font-weight: normal; line-height: 60px; text-align: center;}
.f2Box li p{padding: 15px 10px;background-color: #eee; color: #666; font-size: 16px; line-height: 24px; text-align: center;}
/* f3Box */
.f3Box{padding-top: 60px;}
.f3Box h2{padding-bottom: 25px; color: #333; font-size: 40px; font-weight: normal; line-height: 50px; text-align: center;}
.f3Box h2 small{display: block; color: #666; font-size: 16px; line-height: 30px;}
/* f4Box */
.f4Box{padding: 60px 0 120px;}
.f4Box h2{padding-bottom: 25px; color: #333; font-size: 40px; font-weight: normal; line-height: 50px; text-align: center;}
.f4Box h2 small{display: block; color: #666; font-size: 16px; line-height: 30px;}
.f4Con{position: relative;}
.f4Con ul{position: absolute; left:50%; bottom: -82px; margin-left: -388px; width:776px; height: 164px;overflow: hidden;}
.f4Con li{float: left; width: 164px; height:164px; background: url(/style/images/bapz/service/m5_bg.png) no-repeat; margin:0 15px; color: #fff; font-size: 20px; line-height: 30px; text-align: center;}
.f4Con li span{display: block; padding-top: 49px; font-size: 28px; line-height: 36px;}
.f4Con li.mr0{margin-right: 0;}
.f4Con li p{padding-top: 15px; color: #333; font-size: 20px; line-height: 30px; text-align: center;}
/* f6Box */
.f5Box{position: relative;}
.f5Box .info{position: absolute; left: 0; right: 0; top:0; bottom: 0; background-color: rgba(0,0,0,.8);}
.f5Box .info p{position: absolute; left: 0; top:50%; margin-top: -80px; width: 100%; color: #fff; font-size: 24px; line-height: 40px; text-align: center;}

@media only screen and (max-width: 750px){
	.new-header,.container{min-width:320px;width:100%;max-width:750px;margin:0 auto;}
	.container{padding-bottom:0;}
	.container img{max-width:100%;display:block;}
	.item{width:auto;}

	.banner{display:none;}
	.bannerWAP{display: block;}
	.module{padding-bottom:0;}
	.sidebar{display:none;}
	.content{float: none; width: 100%;}
	/* main_title */
	.main_title{padding: .3rem .2rem;display: flex;display: -webkit-flex;flex-direction: column-reverse;}
	.main_title h2{float: none; padding-top: .24rem; font-size: .48rem; line-height: 1.6;}
	.main_title .adr{float: none; font-size: .28rem; line-height: 1.4;}
	.main_body{padding-top: .2rem;}
    /* f1Box */
	.f1Box{padding-top: .6rem;}
	.f1Box h2{font-size: .46rem;line-height: 1.6;}
	.f1Box h2 span{font-size: .3rem; line-height: 1.2;}
	.f1Box ul{padding:.25rem .2rem 0; display: flex; display: -webkit-flex; justify-content: space-between;}
	.f1Box li{float: none; width: 32%; margin-right: 0;}
	.f1Box li p{padding-top: .1rem;font-size: .24rem; line-height:1.5;}
	/* f2Box */
	.f2Box{padding-top: .6rem;}
	.f2Box h2{font-size: .46rem;line-height: 1.6;}
	.f2Box ul{padding:.25rem .2rem 0; display: flex; display: -webkit-flex; justify-content: space-between;}
	.f2Box li{float: none; width: 32%; margin-right: 0;}
	.f2Box li h3{height: .68rem; font-size: .32rem;line-height:.68rem;}
	.f2Box li p{padding-top: .16rem;font-size: .26rem; line-height: 1.4;}
	/* f3Box */
	.f3Box{padding-top: .6rem;}
	.f3Box h2{padding-bottom: .25rem; font-size: .46rem; line-height: 1.6;}
	.f3Box h2 span{font-size: .3rem; line-height: 1.2;}
	.f3Box .info{padding: .2rem; margin:0 .2rem; font-size: .28rem; line-height: 1.6;}
	.f3Box .imgBox{padding: .25rem 0;}
	.f3Rolling{height: 3.2rem; overflow: hidden;}
	.f3Rolling li{width: 2.2rem;margin:0 .12rem 0 0;}
	.f3Rolling li img{width: 2.14rem;height: 2.44rem;margin-bottom:.1rem;border: 3px solid #e6e5e5;}
	.f3Rolling li p{font-size: .28rem;line-height: .4rem;}
	/* f4Box */
	.f4Box{padding-top: .6rem;}
	.f4Box h2{padding-bottom: .25rem; font-size: .36rem;line-height: 1.6;}
	.f4Box h2 small{font-size: .18rem; line-height: 1.2;}
	.f4Box .info{padding: .2rem; margin:0 .2rem; font-size: .28rem; line-height: 1.6;}
	.f4Box ul{padding: .25rem .2rem 0; display: flex; display: -webkit-flex; justify-content: space-between;}
	.f4Box li{float: none; width: 32%; margin-right: 0;}
	.f4Box li p{padding-top: .15rem;font-size: .24rem; line-height: 1.4;}
	/* f5Box */
	.f5Box{padding: .6rem 0 .5rem;}
	.f5Box h2{padding-bottom: .25rem;font-size: .46rem;line-height: 1.6;}
	.f5Box h2 small{font-size: .18rem; line-height: 1.2;}
	/* f6Box */
	.f6Box .info p{margin-top: -1rem;font-size: .32rem; line-height: .5rem;}
	
}
