*,: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: 768px){
	.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;
}


@font-face {
    font-family: 'biaotihei';
    src: url('./biaotihei.ttf');
}
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;
    background: #fcfbfe;
}
/*比例盒子*/
.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{
	position: relative;
	width: 100%;
	background: #fcfbfe;
}
.wrap{
	margin: 0 auto;
	width: 12.4rem;

}
.header-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	height: 1.1rem;
}
.header-logo{
    height: 1.1rem;
    display: flex;
    align-items: center;
}
.header-logo img{
	height: .2rem;
}
nav{
	padding: 0 .3rem;
	width: 80%;
}
nav>ul{
	display: flex;
}
nav>ul>li{
	/* padding: 0 .3rem; */
}
nav>ul>li:last-child{
	display: none;
}
nav>ul>li>a{
	padding: 0 .3rem;
	display: block;
	height: 1.1rem;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 1.1rem;
}
nav>ul>li:hover>a,
nav>ul>li.on>a{
	color: rgba(23, 40, 134, 1);
}
.header-lst{
	position: absolute;
	right: 0;
	height: 1.1rem;
	display: flex;
	align-items: center;
}
.header-lst ul{
	display: flex;
}
.header-lst li{
	padding-left: .3rem;
}
.header-lst li a{
	display: block;
	height: .4rem;
	line-height: .4rem;
	font-size: 0.2rem;
	font-weight: 500;
}
.header-lst li a img{
	max-width: .4rem;
	max-height: .4rem;
}

.bg-wrap{
	margin: 0 auto;
	width: 24.7rem;
	border-radius: .5rem;
	background: #fcfbfe;
}

.pro-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .8rem 0;
}
.pro-menu .tit{
	font-size: .5rem;
	color: #172886;
	font-weight: 600;
	font-family: "MiSans";
	letter-spacing: .04rem;
	padding-right: 0.36rem;
}
.pro-menu .tit span{
	padding-left: .15rem;
	font-size: .5rem;
	font-weight: 600;
	color: #ddd;
}
.proMenuUl{
	display: flex;
	padding-top: .1rem;
}
.proMenuUl li a{
	padding: .2rem .38rem;
	display: block;
	font-size: .24rem;
	line-height: 1.45;
	color: #bebebe;
}
.proMenuUl li.cur a{
	color: rgba(23, 40, 134, 1);
}
.pro-item{
	position: relative;
	padding: 0.6rem 0;
}
.pro-item .imgwr{
	position: relative;
	padding-left: 3rem;
	/* height: 5rem; */
	z-index: 1;
}
.pro-item .imgwr img{
	height: 100%;
}
.pro-item .conwr{
	position: absolute;
	padding-top: 1.1rem;
	left: 0;
	top: 0;
	z-index: 2;
}
.pro-item .conwr p{
	font-size: 0.48rem;
}
.pro-item .conwr a{
	display: block;
	padding: 0.2rem 0;
	font-size: 0.2rem;
	color: rgba(23, 40, 134, 1);
}
.pro-item .conwr a span{
	display: block;
	width: 2rem;
	height: 0.5rem;
	line-height: .45rem;
	text-align: center;
	color: #fff;
	border-radius: .3rem;
	background: rgba(23, 40, 134, 1);
}
.header-navbar-bg{
	position: absolute;
	width: 25.6rem;
	background: rgb(0,0,0,.3);
	z-index: 2;
	left: 0;
	top: 1.1rem;
}
.header-navbar-bg.cur{
	height: 100vh;
}

.header-drop{
	position: fixed;
	display: none;
	width: 100%;
	padding: .3rem 0;
	z-index: 9;
	left: 0;
}
.header-drop ol{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.7rem;
}
.header-drop ol li a{
	padding: .4rem;
	display: block;
	font-size: .24rem;
	line-height: 1.45;
	color: #bebebe;
}
.header-drop ol li:hover a,
.header-drop ol li a.on{
	color: #172886;
}







.banner{
	width: 100%;
	/* height: 1050px; */
	/* height: 10.05rem; */
}
.banner img{
	width: 100%;
	height: 100%;
}
.in-pro{
	margin: 0 auto;
}
.in-pro .tit{
	padding: 1.35rem 0;
	font-size: 75px;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}
.in-video{
	padding: 180px 0;
	padding: 1.8rem 0;
	margin: 0 auto;
	width: 2470px;
	width: 24.7rem;
}
.in-video .items{
	position: relative;
	margin-bottom: 30px;
	margin-bottom: .3rem;
	width: 100%;
	/* height: 1000px; */
	/* height: 10rem; */
	/* background: rgba(0,0,0,.2); */
	border-radius: 50px;
	border-radius: .5rem;
	overflow: hidden;
	cursor: pointer;
}
.in-video .items video{
	border-radius: .5rem;
	/* width: 100%; */
	height: 10rem;
}
.in-video .items .txt{
	position: absolute;
	width: 100%;
	height: 10rem;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .3);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .1rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}








/** 内页 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;
}
.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{
	padding-bottom: 2rem;
}
.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 **/
.product-list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.2rem;
	margin-right: -0.2rem;
}
.product-list li{
	position: relative;
	margin: 0.2rem;
	width: 9.7rem;
	height: 10rem;
	border-radius: .3rem;
	background: #fcfbfe;
	overflow: hidden;
	box-shadow: 0px 0px 30px  rgba(0, 0, 0, 0.1);
}
.product-list li:last-child{
	width: 100%;
}
.product-list .imgwr{
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
}
.product-list .conwr{
	position: absolute;
	z-index: 2;
	left: 1rem;
	top: 1rem;
}
.product-list .conwr i{
	display: block;
	width: 3rem;
	height: 0.5rem;
	background: url('../images/m100.png') no-repeat left center;
	background-size: contain;
}
.product-list li:nth-child(1) .conwr i,
.product-list li:nth-child(2) .conwr i{
	background: url('../images/m200.png') no-repeat left center;
	background-size: contain;
}
.product-list .conwr p{
	padding-top: .2rem;
	font-size: .45rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .02rem;
	color: rgba(117, 117, 125, 1);
}
.product-list li:last-child .conwr p{
    font-size: .28rem;
}
.product-list li:last-child .conwr i{
    height: .3rem;
}
/**产品详情***/
.product img{
	position: relative;
	width: 100%;
	z-index: 1;
}
.pro-wrap{
	margin: 0 auto;
	width: 14rem;
}
.product-bimg,.product-images,.product-pzb{
	background: #fcfbfe;
}
.product-bimg .pro-wrap{
	position: relative;
}
.product-bimg .link{
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	z-index: 2;
	top: 1.65rem;
	left: .6rem;
}
.product-bimg .link img{
	width: 100% !important;
	height: 100% !important;
}
.product-details{
	background: #f5f5f7;
}
.product-pzb .tit{
	padding: 0.5rem 0;
	font-size: .5rem;
	line-height: 1.45;
	font-weight: 500;
	text-align: center;
	letter-spacing: .02rem;
	color: rgba(23, 40, 134, 1);
}
/***视频中心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{
    
}





/** footer **/
.footer-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 1.15rem;
	padding-bottom: 2.5rem;
}
.footer-items{
	display: flex;
}
.footer-items dl:first-child{
	margin-right: 1.5rem;
}
.footer-items dt{
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1.45;
	padding-bottom: 0.2rem;
}
.footer-items dd{
	display: block;
}
.footer-items dd a{
	display: block;
	font-size: 0.2rem;
	line-height: 1.45;
	margin: .1rem 0;
}
.footer-ewm{
	display: flex;
	flex-wrap: wrap;
}
.footer-ewm li:first-child{
	margin-right: 0.8rem;
}
.footer-ewm li i{
	display: block;
	margin: 0 auto;
	width: 0.35rem;
	height: 0.35rem;
}
.footer-ewm p{
	margin-top: 0.6rem;
	width: 2rem;
	height: 2rem;
}
.footer-ewm img{
	width: 100%;
	height: 100%;
}

.copyright{
	height: 1.23rem;
	line-height: 123px;
	line-height: 1.23rem;
	font-size: 22px;
	font-size: 0.22rem;
	letter-spacing: 1px;
	letter-spacing: .01rem;
	color: #888;
	text-align: center;
	border-top: .01rem solid #888;
}


@media screen and (max-width: 1200px){
	
    .wrap{
        /*width: 19.8rem;*/
    }
}
@media screen and (max-width: 768px){
    .nav-hide{
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity = 0);
	}
	.header-lst{
		right: 3.5rem;
	}
	.header-lst ul{
		/* padding-right: .8rem; */
	}
	nav{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 9;
	}
	nav>ul {
		display: block;
		/* padding: 40px 0; */
		width: 100%;
		/* max-height: calc(100% - 80px); */
		overflow-y: scroll;
		overflow-x: hidden;
		/* -webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0); */
		margin-top: 3.5rem;
		padding-left: 2.5rem;
		padding-bottom: 1.2rem;
	}
	nav>ul>li{
		width: 100%;
		height: 2.5rem;
	}
	/* nav>ul>li:first-child{
		display: none;
	} */
	nav>ul>li:last-child{
		display: block;
	}
	nav>ul>li>a{
		height: 3rem;
		line-height: 3rem;
		font-size: 1.5rem;
		font-family: "MiSans";
		font-weight: bold;
		color: #172886;
	}
    .wrap,.sub-wrap{
		margin: 0 auto;
        width: 98%;
    }
	.in-pro .tit{
		font-size: 1rem;
	}
	.product-list li{
		margin: .5%;
		width: 49%;
		height: 13rem;
	}
	.product-list .conwr p{
		font-size: .8rem;
	}
	.pro-wrap{
		margin: 0 auto;
        width: 98%;
	}
	.product-bimg .link{
		width: 1.5rem;
		height: 1.5rem;
	}

	.video-list li{
		width: 49%;
	}
	.video-list li .imgwr{
		height: 6rem;
	}
	.video-list li .conwr{
		height: 2rem;
		font-size: .95rem;
	}
	.v-box-ul li{
		margin: .5%;
		width: 49%;
		height: 7rem;
	}
	.video-show-2{
		padding-top: 1rem;
	}

	.video-ls ul{
		padding-top: 1rem;
		margin-left: 0;
		margin-right: 0;
	}
	.video-ls li{
		margin: 1.5%;
		width: 47%;
	}


	.videos-box{
		width: 100%;
		overflow: inherit;
	}
	.videos-wrap i{
		width: 2rem;
		height: 2rem;
		top: -2rem;
	}


	.footer-box{
		margin: 0 auto;
		width: 20.2rem;
	}
	.footer-items{
		flex-wrap: wrap;
		padding-bottom: 1.15rem;
		width: 5rem;
		justify-content: space-between;
	}
	.footer-items dl{
		width: 100%;
	}
	.footer-items dl:first-child{
		margin: 0;
		padding-bottom: 1.5rem;
	}
	.footer-items dt{
	    font-family: 'biaotihei';
		font-size: 1.35rem;
		color: #1b2781;
		font-weight: normal;
		line-height: 1;
		padding-bottom: .5rem;
	}
	.footer-items dd a{
		margin: .25rem 0;
		font-size: .7rem;
		color: #bebebe;
	}
	.footer-ewm{
		width: 7.3rem;
		display: block;
	}
	.footer-ewm li{
		width: 100%;
		padding-bottom: 2rem;
	}
	.footer-ewm li:first-child{
		margin: 0;
	}
	.footer-ewm li i{
		display: inline-block;
		width: 1rem;
		height: 1rem;
	}

	.footer-ewm p{
		margin-top: 1rem;
		padding: .5rem;
		width: 6rem;
		height: 6rem;
		border: .12rem solid #1a264a;
		border-radius: 1rem;
		float: right;
	}
	.copyright{
		height: 2rem;
		line-height: 2rem;
		font-size: 0.8rem;
	}


	.header-box{
		height: 3rem;
	}
	.header-logo{
		display: flex;
		padding-left: .8rem;
		width: auto;
		height: 3rem;
		justify-content: center;
		align-items: center;
	}
	.header-logo a{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.header-logo img{
		height: 1rem;
	}
	.header-lst{
		top: 0;
		height: 3rem;
	}
	.header-lst li{
		
	}
	.header-lst li a{
		padding: 0 0.5rem;
		display: block;
		font-size: 1.1rem;
		height: 3rem;
		line-height: 3rem;
		font-weight: bold;
	}
	/* .header-lst li:first-child{
		display: none;
	} */
	.header-lst li{
		display: none;
	}
	.header-lst li.weblang{
		display: block;
	}
	/* .header-lst .web-menu{
		margin-left: .3rem;
		padding: 0 .8rem;
		
	}
	.header-lst .web-menu .btn{
		width: 1.5rem;
		height: 100%;
		display: flex;
        align-items: center;
	} */
}













/** 分页 **/
.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;
	}
}