*,:after,:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{}
html,body,div,p,strong,input,form,img,
h1,h2,h3,h4,h5,h6,ul,ol,li,
dl,dd,dt{margin: 0;padding: 0;vertical-align:middle;}
tbody,tr,td{margin:0;padding:0;}
ul,ol,li{list-style: none;}
i,em{font-style:normal;font-weight: normal;}
a{
	text-decoration: none;
    /* transition-duration: .5s; */
    cursor: pointer;
	color: #333;
}
/*a:focus,a:hover{text-decoration:none;color: #333;}*/
input,button,textarea{ font-family: 'Noto Sans SC','MiSans','宋体';border:0;}
/*清除浮动*/
.cle{clear:both;height:0;margin:0;padding:0;border:none; overflow:hidden;}
.clearfix:before,
.clearfix:after{display:table;content:"";visibility:hidden;height:0}
.clearfix:after{clear:both;}
.clearfix{zoom:1} /*IE < 8*/
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.fl,.le{float:left;}
.fr,.ri{float:right;}
.por{position:relative;}
.poa{position:absolute;}
img{
	max-width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	/*-ms-transition: all 0.3s;*/
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-interpolation-mode: bicubic;
}
.pcshow{display: block !important;}
.webshow{ display: none !important; }
/*滚动条*/
@media screen and (max-width: 640px){
	.pcshow{display: none !important;}
	.webshow{display: block !important;}
    /*仅作用于webkit*/
    body::-webkit-scrollbar {
        display: none;
    }
}
::-webkit-scrollbar{
	width: .6rem;
	height: 1rem;
	width: 3px;
	height: 1px;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem;
	border-radius: 0 0 3px 3px;
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */

.wrap:before,
.wrap:after{
	display: table;
	content: '';
}
.wrap:after{
	clear: both;
}

body{
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #333;
	font-family: 'Noto Sans SC','MiSans','宋体';
	/* font-size: .14rem; */
	line-height: 1.45;
	font-weight: 500;

}
/*比例盒子*/
.ratio-box{
	position: relative;
	overflow: hidden;
	/*border: 1px solid #3e3935;*/
}
.ratio-box .img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

header{

}
.wrap{
	margin: 0 auto;
	width: 12.4rem;

}

nav{
	width: 90%;
	height: auto;
	float: left;
}
nav>ul{
	/* display: flex; */
}
nav>ul>li{
	/* padding: 0 .3rem; */
}
nav>ul>li>a{
	display: block;
	width: 16%;
	height: 100%;
	float: left;
	color: #262626;
	text-align: center;
}
nav>ul>li:hover>a,
nav>ul>li.on>a{
	color: rgba(23, 40, 134, 1);
}
@media screen and (max-width: 768px){
	nav>ul>li{
		width: 100%;
	}
	nav>ul>li>a{
		padding: 10px 0;
		width: 100%;
	}
}





.banner{
	width: 100%;
	/* height: 1050px; */
	/* height: 10.05rem; */
}
.banner img{
	width: 100%;
	height: 100%;
}








/** 内页 banner**/
.sub-banner-box{
	position: relative;
	margin: 0 auto;
	width: 24.7rem;
	border-radius: .5rem;
	overflow: hidden;
}
.sub-banner{
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.sub-banner img{
	position: relative;
	z-index: 1;
}
.sub-banner .tit{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.sub-banner .tit p{
	color: rgba(23, 40, 134, 1);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .04rem;
}
.sub-banner-link{
	position: absolute;
	display: block;
	width: .6rem;
	height: .6rem;
	bottom: .6rem;
	right: .6rem;
	z-index: 9;
}
.sub-banner-link img{
	width: 100%;
	height: 100%;
}

.sub-main{
	
}
.sub-box{
	margin: .3rem auto 0;
	width: 24.7rem;
	border-radius: .5rem;
	overflow: hidden;
	background: rgba(245, 245, 247, 1);
}
.sub-wrap{
	margin: 0 auto;
	width: 19.8rem;
}

/** product **/

/**产品详情***/

/***视频中心index***/
.sub-wrap{
	margin: 0 auto;
	width: 19.8rem;
}
.sub-box{
	margin: .3rem auto 0;
	width: 24.7rem;
	border-radius: .5rem;
	overflow: hidden;
	background: rgba(245, 245, 247, 1);
}
.picturelist{
	padding: 1rem 0;
}
.video-ls ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -.2rem;
	margin-right: -.2rem;
	padding-top: 2rem;
	/*justify-content: space-between;*/
}
.video-ls li{
	position: relative;
	width: 9.7rem;
	border-radius: .3rem;
	background: #fff;
	overflow: hidden;
	margin: .2rem;
}
.video-ls li a{
	position: relative;
	display: block;
	width: 100%;
}
.video-ls li .imgwr{
	width: 100%;
	height: 10rem;
	overflow: hidden;
}
.video-ls li img{
	width: 100%;
	height: 100%;
}
.video-ls li .conwr{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .04rem;
	color: #fff;
	left: 0;
	top: 0;
	right: 0;
}

/**视频页面**/
.video-title{
	text-align: center;
	font-size: .6rem;
	line-height: 1.45;
	padding-bottom: .6rem;
}
.video-list{
	padding: 1rem 0;
}
.video-list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -.1rem;
	margin-right: -.1rem;
	/*justify-content: space-between;*/
}
.video-list li{
	width: 4.8rem;
	border-radius: .16rem;
	background: #fff;
	overflow: hidden;
	margin: 0 .1rem;
	margin-bottom: .5rem;
	cursor: pointer;
}
.video-list li .imgwr{
	width: 100%;
	height: 2.7rem;
	overflow: hidden;
}
.video-list li img{
	width: 100%;
	height: 100%;
}
.video-list li .conwr{
	display: flex;
	align-items: center;
	height: 1.34rem;
	font-size: .23rem;
	font-weight: 500;
	line-height: 1.45;
	margin-left: .4rem;
} 
/** 视频弹出框 **/
.videos{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	left: 0;
	top: 0;
	z-index: 99;
}
.videos-wrap{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.videos-wrap i{
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	background: url('../images/gb1.png') no-repeat;
	background-size: contain;
	right: .05rem;
	top: .05rem;
	cursor: pointer;
}
.videos-box{
	position: relative;
	width: 12rem;
	border-radius: .3rem;
	overflow: hidden;
}
.videos-box video{
	width: 100%;
}

/** 诊所案例详情页 **/
.video-show-2{
	padding-top: 1.5rem;
}
.video-show-2 .v-box{
	width: 100%;
	border-radius: .5rem;
	overflow: hidden;
}
.video-show-2 .v-box video{
	width: 100%;
}
.v-box-ul{
	padding-top: 1rem;
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
}
.v-box-ul li{
	width: 6.1rem;
	height: 3.05rem;
	border-radius: .2rem;
	/* background: rgba(13, 205, 162, 1); */
	overflow: hidden;
	margin: .25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: .01rem solid #f9f9f9;
}
.v-box-ul li img{
    
}




@media screen and (max-width: 1200px){
    .wrap{
        /*width: 19.8rem;*/
    }
}
@media screen and (max-width: 768px){
	
}













/** 分页 **/
.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	text-align: center;
	height: 70px;
	padding:20px 0px;
}
.pagination a{
	display: inline-block;
	margin-right:10px;
	padding:2px 12px;
	height: 30px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}
.pagination p{
	display: inline-block;
	padding:2px 12px;
	font-size:12px;
	height:30px;
	line-height:24px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;

}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}
@media screen and (max-width: 640px){
	.pagination a,
	.pagination p{
		display: none;
	}
	.pagination .on{
		display: inline-block;
	}
}