﻿#continer{
	/*border: 1px solid red;*/
	font-family: "微软雅黑";
}
/*版心*/
.centerW{
	width: 1200px;
	margin: 0 auto;
}
/*banner*/
#continer>#banner{
	width: 100%;
}
#continer>#banner>img{
	width: 100%;
}
/*一个德国牙医博士的执着*/
#continer>#dentist_insistence{
	/*border: 1px solid blue;*/
}
#continer>#dentist_insistence>.centerW{
	background: no-repeat url(../images/video_bg.jpg) top right;
}
/*标题:通用*/
#continer .bigTitle{
	padding-bottom: 46px;
}
#continer .bigTitle>span{
	display: block;
	width: 100%;
	text-align: center;
}
/*橘色大字*/
#continer .bigTitle>.bigTitle_bigText{
	font-size: 36px;
	line-height: 36px;
	color: #ea5514;
	font-weight: bold;
	margin: 60px auto 24px;
}
/*黑色小字*/
#continer .bigTitle>.bigTitle_smallText{
	font-size: 22px;
	line-height: 22px;
	color: black;
}
/*详细内容*/
#continer>#dentist_insistence .dentist_insistence_content{
	width: 100%;
}
#continer>#dentist_insistence .dentist_insistence_content>div{
	width: 100%;
	overflow: hidden;
}
/*视频*/
#continer>#dentist_insistence .dentist_insistence_content>div>embed{
	width: 498px;
	border: 4px solid #ea5514;
	float: left;
}
#continer>#dentist_insistence .dentist_insistence_content>div>p{
	display: block;
	width: 675px;
	float: right;
}
#continer>#dentist_insistence .dentist_insistence_content p{
	font-size: 18px;
	line-height: 32px;
	color: black;
	text-indent: 2em;
	text-align: justify;
}
#continer>#dentist_insistence .dentist_insistence_content>p{
	margin-top: 8px;
}
/*咨询按钮:通用*/
#continer .consult_btn{
	display:block;
	width: 295px;
	text-align: center;
	margin: 0 auto;
	font-size: 28px;
	line-height: 60px;
	color: white;
	background-color: #ea5514;
	margin: 30px auto 40px;
	border: 1px solid transparent;
	overflow: hidden;
	position: relative;
}
#continer .consult_btn:hover{
	border: 1px solid #ea5514;
	background-color: transparent;
	color: #ea5514;
	transition: 0.3s;
}
#continer .consult_btn::after{
	content: "";
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	background:linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,0.5)50%,rgba(229,172,142,0));
	transform: rotateZ(60deg) translate(-5em,9em);
	animation: btnSheen 1.5s linear infinite;
}
/*海德堡联合口腔大事记*/
#continer>#hdb_history{
	background:no-repeat url(../images/digitization_bg.jpg);
	overflow: hidden;
	background-size: 100% 100%;
}
#continer>#hdb_history>.centerW{
	overflow: hidden;
}
/*标题*/
#continer>#hdb_history .bigTitle_smallText{
	color: white;
}
/*历史轮播*/
#continer>#hdb_history .hdb_history_slide{
	/*border: 1px solid yellow;*/
}
#continer>#hdb_history .hdb_history_slide .hdb_historyList{
	/*border: 1px solid pink;*/
}
#continer>#hdb_history .hdb_history_slide .hdb_historyList>li{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#continer>#hdb_history .hdb_history_slide .hdb_historyList>li>div{
	width: 25%;
	float: left;
}
/*历史图片*/
#continer>#hdb_history .hdb_history_slide .hdb_historyList>li>div>img{
	display: block;
	width: 255px;
	margin: 0 auto;
}
/*历史文字*/
#continer>#hdb_history .hdb_history_slide .hdb_historyList>li>div>p{
	display: block;
	width: 255px;
	height: 366px;
	color: #fff ;
	margin: 0 auto;
	font-size: 18px;
	line-height: 34px;
	padding-top: 90px;
	/*margin: 90px auto 150px;*/
}
#continer>#hdb_history .hdb_history_slide .hdb_historyList>li>div>.text_bottom{
	/*margin: 159px auto 80px;*/
	padding-top: 159px;
}
#continer>#hdb_history .hdb_history_slide .hdb_historyList>li>div>p>span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 14px;
}
/*时间轴*/
#continer>#hdb_history .hdb_history_slide .hdb_historyList>li>img{
	display: block;
	position: absolute;
	top: 165px;
	left: 0px;
}
/*欧洲种植牙联盟亚太诊疗基地落户海德堡联合口腔*/
#continer>#hdb_alliance{
	/*border: 1px solid blue;*/
}
/*标题下文字详细介绍：通用*/
#continer .bigTitle_detail{
	display: block;
	width: 100%;
	text-indent: 2em;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-top: 27px;
}
/*四大学校联合*/
#continer>#hdb_alliance .four_school_slideBox{
	/*border: 1px solid paleturquoise;*/
	margin-bottom: 15px;
}
/*轮播列表*/
#continer>#hdb_alliance .four_school_slideBox .hd{
	/*border: 1px solid red;*/
}
#continer>#hdb_alliance .four_school_slideBox .hd ul{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
#continer>#hdb_alliance .four_school_slideBox .hd ul>li{
	width: 390px;
	height: 124px;
	float: left;
	/*margin-right: 13px;*/
	margin-right: 12px;
	background-color: #eeeeee;
}
#continer>#hdb_alliance .four_school_slideBox .hd ul>li.on{
	background-color: #ea5514;
}
#continer>#hdb_alliance .four_school_slideBox .hd ul>li:first-child img{
	display: block;
	width: 154px;
	margin: 20px auto 0px;
}
#continer>#hdb_alliance .four_school_slideBox .hd ul>li:first-child+li img{
	display: block;
	width: 171px;
	margin: 14px auto 0px;
}
#continer>#hdb_alliance .four_school_slideBox .hd ul>li:first-child+li+li img{
	display: block;
	width: 250px;
	margin: 30px auto 0px;
}
#continer>#hdb_alliance .four_school_slideBox .hd ul>li:first-child+li+li+li img{
	display: block;
	width: 106px;
	margin: 12px auto 0px;
}
/*轮播详细内容*/
#continer>#hdb_alliance .four_school_slideBox .bd{
	/*border: 1px solid yellowgreen;*/
}
#continer>#hdb_alliance .four_school_slideBox .bd ul{
	width: 100%;
}
#continer>#hdb_alliance .four_school_slideBox .bd ul>li{
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
}
#continer>#hdb_alliance .four_school_slideBox .bd ul>li>img{
	width: 558px;
	float: left;
}
#continer>#hdb_alliance .four_school_slideBox .bd ul>li>p{
	display: block;
	width: 565px;
	float: right;
	margin-right: 40px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}
#continer>#hdb_alliance .four_school_slideBox .bd ul>li>p>span{
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 48px auto 15px;
}
/*四大联盟*/
#continer>#hdb_alliance .four_alliance_slideBox{
	background: no-repeat url(../images/four_centerbg.jpg);
	overflow: hidden;
}
/*轮播列表*/
#continer>#hdb_alliance .four_alliance_slideBox .hd{
	width: 295px;
	float: left;
	margin:50px 10px 10px;
}
#continer>#hdb_alliance .four_alliance_slideBox .hd ul{
	width: 100%;
}
#continer>#hdb_alliance .four_alliance_slideBox .hd ul>li{
	width: 100%;
	height: 74px;
	font-size: 22px;
	line-height: 74px;
	color: #333333;
	background-color: #f3f3f3;
	padding-left: 15px;
	margin-bottom: 24px;
}
#continer>#hdb_alliance .four_alliance_slideBox .hd ul>li.on{
	background-color: #ea5514;
	color: white;
}
/*详细内容轮播*/
#continer>#hdb_alliance .four_alliance_slideBox .bd{
	width: 872px;
	float: left;
	margin-top: 50px;
}
#continer>#hdb_alliance .four_alliance_slideBox .bd ul{
	width: 100%;
	height: 367px;
}
#continer>#hdb_alliance .four_alliance_slideBox .bd ul>li{
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	overflow: hidden;
}
#continer>#hdb_alliance .four_alliance_slideBox .bd ul>li>img{
	width: 462px;
	float: left;
}
#continer>#hdb_alliance .four_alliance_slideBox .bd ul>li>div{
	width: 340px;
	height: 100%;
	float: left;
	margin-left: 25px;
	overflow-y: scroll;
}
#continer>#hdb_alliance .four_alliance_slideBox .bd ul>li>div>img{
	display: block;
	margin: 20px 0px 10px;
}
#continer>#hdb_alliance .four_alliance_slideBox .bd ul>li>div>p{
	display: block;
	font-size: 18px;
	line-height: 32px;
	text-indent: 2em;
	color: #333333;
	margin:0px 15px 15px 0px;
}
/*海德堡UNIC种植体系 开启全数字化智能种牙时代*/
.pc_unic_boxd{
	/*border: 1px solid blue;*/
	background: no-repeat url(../images/digitization_bg.jpg);
	background-size: 100% 100%;
	overflow: hidden;
}
.pc_unic_boxd_bg{
    /*background: url('../images/pc_unic_boxd_bg.jpg') no-repeat center;*/
}
.pc_unic_boxd_bg .bigTitle_bigText{
	color: white !important;
}
.pc_unic_boxd_bg .bigTitle_detail{
	color: white !important;
}
.pc_unic_boxd_accordion{
   /*border: 1px solid red;*/
}
.pc_unic_boxd_accordion ul{
    position: relative;
    overflow: hidden;
    width:100%;
    height: 520px;
}
.pc_unic_boxd_accordion ul li{
    float: left;
    width: 54px;
    overflow: hidden;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.pc_unic_boxd_accordion_conte{
    width: 930px;
    height: 520px;
    background-color:#fff;
    padding-top:22px;
    padding-left:74px;
    padding-right:40px;
}
.pc_unic_boxd_accordion_conte span{
    font-size:22px;
    line-height:34px;
    color:#dd5319;
    padding-left:24px;
    display:inline-block;
}
.pc_unic_boxd_accordion_conte .pc_unic_boxd_spanb{
    padding-top:24px;
}
.pc_unic_boxd_accordion_conte .pc_unic_boxd_span5{
    padding-top: 0;
}
.pc_unic_boxd_accordion_conte p{
    font-size:18px;
    line-height:30px;
    padding-left:24px;
    padding-bottom:6px;
}
.pc_unic_boxd_serialNumber{
    position:absolute;
    top: 0;
    left: 0;
}
/*咨询按钮*/
.pc_unic_boxd_bg .consult_btn{
	width: 390px !important;
}




/*按钮闪光*/
@keyframes btnSheen{
	100%{display: block;transform: rotateZ(60deg) translate(1em,-16em);}
}
@-webkit-keyframes btnSheen{
	100%{display: block;transform: rotateZ(60deg) translate(1em,-16em);}
}
@-moz-keyframes btnSheen{
	100%{display: block;transform: rotateZ(60deg) translate(1em,-16em);}
}
@-ms-keyframes btnSheen{
	100%{display: block;transform: rotateZ(60deg) translate(1em,-16em);}
}
@-o-keyframes btnSheen{
	100%{display: block;transform: rotateZ(60deg) translate(1em,-16em);}
}
