/*>>>>>方案导航>>>>>*/
/*.medic-nav{
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}*/
.medic-nav{
	width: 1200px;
	margin: auto;
}
.medic-nav ul{
	width: 80%;
    position: relative;
	margin: auto;
	height: 124px;
    top: 32px;
    left: 0;
}

.medic-nav ul li{
	width: 25%;
    float: left;
    text-align: center;
    position: relative;
	list-style: none;
}

.medic-nav ul li p::before{
	position: absolute;
    content: '';
    width: 0%;
    height: 8px;
    background-color: #D9B059;
    left: 0px;
    bottom: -15px;
}

.medic-nav ul li a.active p::before,
.medic-nav ul li:hover p::before
{
	width: 100%;
	background: url(../images/medic_nav_img.jpg);
}

.medic-nav ul li a.active p,
.medic-nav ul li:hover p
{
	color: #D9B059;
}

.medic-nav ul li p{
	color: #333333;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
}

.medic_title{
	margin: 50px auto;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
	text-align: center;
}

/*>>>>>>>内容过渡带>>>>>>*/
.medic_Zone{
	width: 100%;
	height: auto;
	/*height: 224px;
	margin-top: 40px;
	margin-bottom: 40px;*/
	background: url(../images/medic_zone.jpg);
}
.medic_Zone-container{
	margin: auto;
	margin-top: 100px;
	width: 1400px;
	height: 300px;
	padding-top: 90px;
	/*background: url(../images/midZone.png);*/
}
.medic_Zone-container .Zone_content
{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}
.medic_Zone-container .Zone_content p
{
	display: block;
	line-height: 26px;
	text-align: center;
}

/*>>>>>>>导航下的分割线>>>>>>*/
.medic_line{
	width: 100%;
	height: 2px;
	display:flex;
	background-color: #D4D4D4;
	margin-top: -100px;
}

/*>>>>>>>检测案例>>>>>>>*/
.medic_project{
	width:100%; 
	text-align: center;
}

.medic_project ul{
	display: flex;
	list-style: none;
}
.medic_project p{
	margin: 30px 0px;
	text-align: center;
}
.medic_project span{
	background-color: #D9B059;
	width: 120px;
	height: 40px;
	border-radius: 6px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 400;
}
.medic_project img{
	margin-right: 10px;
}
.medic_project img:hover{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.project_text4{
	width: 150px;
	height: 240px;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #D9B059;
	background: rgba(0, 0, 0, 0.05);
}
.project_text5{
	width: 160px;
	height: 248px;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 15px;
	color: #D9B059;
	background: rgba(0, 0, 0, 0.05);
}
.project_text5 p:hover,
.project_text4 p:hover
{
	font-size: 20px;
}
/*>>>>>>>药板检测方案>>>>>>>*/
.medic_board{
	width: 1440px;
	margin: auto;
}
.medic_board.active{
	display:block;
}
.medic_board .board_img{
	width: 1200px;
	height: 566px;
	margin-bottom: 25px;
	/*transition: 1s all ease-in-out;*/
	position: relative;
	top: 200px;
	opacity: 0;
}
.medic_board.active .board_img{
	top: 0px;
	opacity: 1;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
}

.medic_board .board_img .img_left{
	float: left;
	margin-right: 30px;
}
.medic_board .board_img .img_right{
	
}
.img_right .right_top{
	margin-bottom: 28px;
}
.board_content{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #333333;
	margin: 20px 0px;
	letter-spacing: 2px;
}
.board_title2{
	font-size: 20px;
font-weight: bold;
line-height: 26px;
color: #333333;
	margin: 40px 0px;
}

/*>>>>>>>>>泡罩检测方案>>>>>>>>*/
.medic_bubble{
	width: 1200px;
	margin: auto;
	display: none;
}
.medic_bubble.active{
	display: block;
}
.medic_bubble .bubble_img{
	width: 1200px;
	height: 498px;
	margin-bottom: 25px;
	position: relative;
	/*transition: 1s all ease-in-out;*/
	top: 200px;
	opacity: 0;
}
.medic_bubble.active .bubble_img{
	top: 0px;
	opacity: 1;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
}
.bubble_img .img_left{
	float: left;
	margin-right: 49px;
}
.bubble_img .img_right{
	
}

/*>>>>>>药盒检测方案>>>>>>*/
.medic_box{
	width: 1200px;
	margin: auto;
	display: none;
}
.medic_box:active{
	display: block;
}
.medic_box .box_img{
	width: 1200px;
	height: 540px;
	margin-bottom: 25px;
	position: relative;
	/*transition: 1s all ease-in-out;*/
	top: 200px;
	opacity: 0;
}
.medic_box.active{
	display: block;
}
.medic_box.active .box_img{
	top: 0px;
	opacity: 1;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
}
.medic_box .box_img .img_left{
	float: left;
	margin-right: 60px;
}
.medic_box .box_img .img_right{
	
}
.medic_box .box_img .img_right .right_top{
	margin-bottom: 15px;
}
.medic_box_tabel{
	display: flex;
	width: 1200px;
	height: 304px;
	margin: 40px 0px 25px 0px;
}

.medic_box_tabel .tabel_left{
	width: 800px;
	margin-right: 40px;
}
.medic_box_tabel .tabel_title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	ine-height: 26px;
	color: #333333;
	margin-bottom: 40px;
}
.medic_box_tabel p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: #333333;
	margin-bottom: 30px;
}

/*>>>>>OCR检测方案>>>>>>>*/
.medic_OCR{
	width: 1250px;
	margin: auto;
	display: none;
}
.medic_OCR:active{
	display:block;
}
.medic_OCR .OCR_img{
	width: 1260px;
	height: 536px;
	margin-bottom: 25px;
	position: relative;
	/*transition: 1s all ease-in-out;*/
	top: 200px;
	opacity: 0;
}
.medic_OCR.active{
	display: block;
}
.medic_OCR.active .OCR_img{
	top: 0px;
	opacity: 1;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
}
.medic_OCR .OCR_img .img_left{
	float: left;
	margin-right: 20px;
}
.medic_OCR .OCR_img .img_right{
	
}
.medic_OCR .OCR_img .img_right .right_top{
	margin-bottom: 15px;
}
.project_OCR{
	width:100%; 
	text-align: center;
	margin-bottom: 30px;
}
.project_OCR ul{
	display: flex;
	list-style: none;
}
.project_OCR ul li{
	width: 192px;
	height: 192px;
	background-color: rgba(217, 176, 89, 1);
	margin: 0px 4px;
	border-radius: 96px;
	text-align: center;
	font-size: 18px;
	fontont-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 192px;
	color: #FFFFFF;
}
.project_OCR ul li:hover{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
	font-size: 24px;
}

/*>>>>>>双铝药板检测方案>>>>>>>*/
.medic_alum{
	width: 1440px;
	margin: auto;
	display: none;
}
.medic_alum:active{
	display: block;
}
.medic_alum .alum_img{
	width: 1200px;
	height: 498px;
	margin-bottom: 40px;
	position: relative;
	/*transition: 1s all ease-in-out;*/
	top: 200px;
	opacity: 0;
}
.medic_alum.active{
	display: block;
}
.medic_alum.active .alum_img{
	/*transform: translateY(-200px);*/
	top: 0px;
	opacity: 1;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
}
.medic_alum .alum_img .img_left{
	float: left;
	margin-right: 106px;
}
.project_alum{
	width: 900px;
	margin: auto;
}
.project_alum .pro_img{
	float: left;
	margin-right: 22px;
}
.project_alum img{
	width: 434px;
	height: 343px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.project_alum .pro_text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}

@-webkit-keyframes fadeIn{
	0%{
		top: 200px;
		opacity: 0;
	}
	10%{
		top: 180px;
		opacity: 0.1;
	}
	20%{
		top: 160px;
		opacity: 0.2;
	}
	30%{
		top: 140px;
		opacity: 0.3;
	}
	40%{
		top: 120px;
		opacity: 0.4;
	}
	50%{
		top: 100px;
		opacity: 0.5;
	}
	60%{
		top: 80px;
		opacity: 0.6;
	}
	70%{
		top: 60px;
		opacity: 0.7;
	}
	80%{
		top: 40px;
		opacity: 0.7;
	}
	100%{
		top: 0px;
		opacity: 1;
	}
}

/*==========DV-PHM100==========*/
.board_intro{
	
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.board_intro_title
{
	font-family: Microsoft YaHei;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.09em;
	color: #333333;
}
.board_intro_cont{
	margin: 20px 0px;
	font-family: Microsoft YaHei;
	font-size: 18px;
font-weight: normal;
line-height: 28px;
text-align:justify;
letter-spacing: 0.09em;

color: #333333;
}

.board_Range{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.board_Range_Img{
	width: 1200px;
	height: 235px;
	margin-top: 20px;
}
.board_Range_Img ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.board_Range_Img ul li{
	list-style: none;
	margin: auto;
}
.board_Range_Img img{
	width: 365px;
	height: 164px;
	margin: auto;
}
.board_Range_Img p{
	font-family: Microsoft YaHei;
font-size: 18px;
font-weight: normal;
line-height: 18px;
	text-align: center;
	margin-top: 10px;
	color: #000000;
}

.board_chara{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.board_chara_Img{
	width: 1300px;
	height: 580px;
	margin-top: 20px;
	margin-left: -20px;
}
.board_chara_Img ul{
	width: 100%;
	height: 50%;
	display: flex;
}
.board_chara_Img ul li{
	width: 400px;
	list-style: none;
	margin: auto;
}
.board_chara_Img img{
	width: 154px;
	height: 154px;
}
.board_chara_Img p{
	font-family: Microsoft YaHei;
font-size: 18px;
font-weight: normal;
line-height: 24px;
	text-align: center;
	margin-top: 10px;
	color: #3D3D3D;
}

.board_param{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}

.board_param_table{
	width: 1420px;
	margin-left: -100px;
	margin-top: 40px;
	padding-bottom: 50px;
}

.board_param_table table tr th{
	border: 1px solid #D8D8D8;
	font-family: Microsoft YaHei;

font-weight: bold;
text-align: center;
color: #333333;
	height: 49px;
}
.board_param_table table tr td{
	border: 1px solid #D8D8D8;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	

color: #333333;
}
.board_heart1{
	font-size: 22px;
font-weight: bold;
line-height: 32px;

color: #333333;
}
.board_heart2{
	font-size: 18px;
font-weight: bold;
line-height: 32px;

color: #333333;
}

.board_defect{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}

.board_defect_Img{
	width: 1200px;
	height: 700px;
	margin-top: 20px;
	
}
.board_defect_Img ul{
	width: 100%;
	height: 50%;
	display: flex;
}
.board_defect_Img ul li{
	width: 300px;
	list-style: none;
	margin: auto;
}
.board_defect_Img ul li p{
	margin-top: -15px;
}
.board_defect_Img img{
	width: 240px;
	height: 240px;
	/*border-radius: 20px;
	box-shadow: 0px 0px 24px 0px rgba(144, 157, 172, 0.12);*/
}
.board_defect_Img p{
	font-family: Microsoft YaHei;
font-size: 18px;
font-weight: normal;
line-height: 24px;
	text-align: center;
	margin-top: 10px;
	color: #3D3D3D;
}
/*==========DV-PHM100==========*/

/*==========DV-PH700==========*/
.bubble_intro{
	width: 1440px;
	height: 760px;
	margin-left: -160px;
	margin-top: 50px;
}
.medic_bubble_intro3{
	width: 450px;
	height: 200px;
	margin: auto;
	margin-top: 60px;
}
.medic_bubble_intro4{
	width: 600px;
	height: 250px;
	margin: auto;
}
.bubble_intro ul{
	display: flex;
}
.bubble_intro ul li{
	width: 150px;
	list-style: none;
	margin: auto;
}
.bubble_intro ul li p{
	font-family: Microsoft YaHei;
font-size: 18px;
font-weight: normal;
line-height: 30px;
text-align: center;

color: #3D3D3D;
}
.medic_bubble_intro4 li{
	height: 200px;
}
.bubble_intro ul li p img{
	border-radius: 50px;
	box-shadow: 0px 0px 24px 5px rgba(144, 157, 172, 0.12);
}
.bubble_Range{
	width: 1200px;
	height: 410px;
	margin: auto;
	margin-top: 50px;
}
.bubble_Range_Img{
	width: 1200px;
	height: 350px;
	margin-top: 20px;
}
.bubble_Range_Img ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.bubble_Range_Img ul li{
	list-style: none;
	margin: auto;
}
.bubble_Range_Img img{
	width: 586px;
	height: 263px;
	border-radius: 30px;
	margin: auto;
}
.bubble_Range_Img p{
	font-family: Microsoft YaHei;
font-size: 18px;
font-weight: normal;
line-height: 18px;
	text-align: center;
	margin-top: 10px;
	color: #000000;
}
.bubble_defect{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}

.bubble_defect_Img{
	width: 1400px;
	height: 1000px;
	margin-top: 20px;
	margin-left: -100px;
}
.bubble_defect_Img ul{
	width: 100%;
	height: 33%;
	display: flex;
}
.bubble_defect_Img ul li{
	width: 200px;
	list-style: none;
	margin: auto;
}
.bubble_defect_Img ul li p{
	margin-top: -15px;
}
.bubble_defect_Img img{
	width: 175px;
	height: 175px;
	/*border-radius: 20px;
	box-shadow: 0px 0px 24px 0px rgba(144, 157, 172, 0.12);*/
}
.bubble_defect_Img p{
	font-family: Microsoft YaHei;
font-size: 22px;
font-weight: normal;
line-height: 32px;
	text-align: center;
	color: #3D3D3D;
}
/*==========DV-PH700==========*/

/*==========DV-IRM100==========*/

.box_intro{
	width: 1414px;
	margin-left: -100px;
	margin-top: 50px;
}
.box_chara{
	width: 1414px;
	margin-left: -100px;
	margin-top: -100px;
}
.box_chara_cont{
	font-family: Microsoft YaHei;
font-size: 18px;
font-weight: normal;
line-height: 28px;
letter-spacing: 0.09em;
margin-top: 20px;
color: #3D3D3D;
	display: flex;
}
.box_chara_cont img{
	margin-top: 3px;
	padding-right: 10px;
	width:30px;
	height: 24px;
}
.box_param{
	width: 1414px;
	margin-left: -100px;
	margin-top: 100px;
}
.box_param_img{
	position: relative;
}
.box_param_img p{
	margin: auto;
}
/*==========DV-IRM100==========*/

/*==========DV-XRAY100==========*/
.OCR_intro{
	width: 1280px;
	height: 800px;
	margin-left: -20px;
	margin-top: 50px;
}
.OCR_intro ul{
	display: flex;
}
.OCR_intro ul li{
	width: 150px;
	list-style: none;
	margin: auto;
}
.OCR_intro ul li p{
	font-family: Microsoft YaHei;
font-size: 18px;
font-weight: normal;
line-height: 30px;
text-align: center;

color: #3D3D3D;
}
.OCR_intro ul li p img{
	width: 141px;
	height: 141px;
	border-radius: 100px;
	box-shadow: 0px 0px 24px 0px rgba(144, 157, 172, 0.22);
}
.OCR_chara{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.OCR_defect{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.OCR_defect_Img{
	width: 1414px;
	height: 660px;
	margin-top: 20px;
	margin-left: -110px;
}
.OCR_defect_Img ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.OCR_defect_Img ul li{
	list-style: none;
	margin: auto;
}
.OCR_defect_Img ul li p{
	margin-top: -15px;
}
.OCR_defect_Img img{
	width: 220px;
	height: 220px;
	/*border-radius: 20px;
	box-shadow: 0px 0px 24px 0px rgba(144, 157, 172, 0.12);*/
}
.OCR_defect_Img p{
	font-family: Microsoft YaHei;
font-size: 22px;
font-weight: normal;
line-height: 32px;
	text-align: center;
	color: #333;
}
/*==========DV-XRAY100==========*/
