	.doctor_head_wrap {
		position:relative; width:100%; height:500px; background-position:center -100px; background-repeat:no-repeat;
	}
	.doctor_head_wrap2 {
		position:relative; width:100%; height:500px; background-position:center 0px; background-repeat:no-repeat;
	}
	.doctor_head_wrap3 {
		position:relative; width:100%; height:500px; background-position:center 0px; background-repeat:no-repeat;
	}
	.doctor_head_box1 {
		width:300px;
		height:300px;
		font-family:'NBGothic';
		font-size:50px;
		letter-spacing:5px;
		color:#fff;
		position:absolute;
		top:170px;
		left:50%;
		margin-left:300px;
	}
	.doctor_head_box1 .hd_obj1 {
		display:inline-block; font-size:20px; letter-spacing:1px; border:1px solid #fff; padding:5px; margin-bottom:10px;
	}
	.hd_obj_position {
		font-size:20px; letter-spacing:0px;
	}
	.doctor_head_box1 .hd_obj2 {
		margin-top:50px; font-size:20px; letter-spacing:0px;
	}
	.doctor_head_box1 .hd_obj3 {
		margin-top:10px; font-size:17px; letter-spacing:0px;
	}
	.doctors_sub_wrap {
		width:100%; max-width:1100px; margin:0 auto;
	}
	.doctors_sub_menu_wrap {
		width:100%; height:50px; box-sizing:border-box; background:#f2f2f2;
		margin:20px auto;
	}
	.doctors_sub_menu_item {
		width:20%;
		height:50px;
		box-sizing:border-box;
		float:left;
		border-top:1px solid #dfdfdf;
		border-bottom:1px solid #f9ae28;
		border-right:1px solid #dfdfdf;
		font-family:'NBGothicB';
		color:#333;
		font-size:15px;
		padding-top:15px;
		text-align:center;
		cursor:pointer;
	}
	.doctors_sub_menu_item:nth-child(1){
		border-left:1px solid #dfdfdf;
	}
	.doctors_sub_menu_item.selected {
		background-color:#fff !important;
		border:1px solid #f9ae28;
		border-bottom:none;
		color:#f9ae28;
	}
	.doctors_sub {
		display:none;
	}
	.doctors_sub#doct_sub1 {
		display:block;
	}
	.doctor_sub_top_margin_box {
		width:100%;
		height:30px;
	}
	.main_mask1 {
		position:absolute; width:100%; height:500px; background-image:url('/img/doctors/main_mask.png'); background-position:center; background-repeat:no-repeat; opacity:0.7; z-index:0;
	}
	.main_mask2 {
		position:absolute; width:100%; height:500px; opacity:0.7; z-index:0;
	}
	.main_mask2 div {
		width:36.8%; height:500px; float:right; background:#000;
	}
	.doct_top_div {
		width:30px; height:3px; background:#fff; margin-top:20px; margin-bottom:16px; margin-left:5px;
	}