/*整体开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
 select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#333;font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体","SimSun","宋体";}
a { color:#333; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;
}

video embed, video object, video iframe {
width: 100%;
height: auto;
}
		*{
			margin:0px;
			padding:0px;
		}
		div{
			display:block;
		}
		body{
			background:#fff;
		}
		html{
			color:#666;
		}
		html,body{
			width: 100%;
		}

/*产品页*/
.frd_cp{
	width:100%;
	margin-top:80px;
}
.frd_cp .frd_cp1{
	width:1400px;
	margin:0 auto;
}
/*骨科*/
.cp_gk{
	width:100%;
}
.cp_tit{
	width:280px;
	height:69px;
	line-height:50px;
	font-size:35px;
	font-weight:bold;
	color:#fff;
	background:url(../images/cp_bt.png) no-repeat;
	background-size:100% 100%;
	text-align:center;
	margin-top:40px;
}
.cp_gk ul{
	width:100%;
	overflow:hidden;
}
.cp_gk ul li{
	width:18%;
	float: left;
	margin:30px 1% 0% 1%;
}
.cp_gk ul li:first-child{
	margin-left:0%;
}
.cp_gk ul li:nth-child(6){
	margin-left:0%;
}
.cp_gk ul li img{
	width:100%;
}
.cp_gk ul li p{
	width:100%;
	height:40px;
	line-height:40px;
	color:#096ebb;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.cp_gk ul li p:hover{
	text-decoration:underline;
}
.cp_bot{
	width:100%;
	height:50px;
}
/*手机版*/
@media (min-width: 640px) and (max-width:1400px){
        body{
            width:1400px;
        }
    }
/*手机版*/
 @media screen and (max-width: 640px){
.frd_cp {
    width: 100%;
    margin-top: 30px;
}
.frd_cp .frd_cp1 {
    width: 96%;
    margin: 0 auto;
}
.cp_gk ul li{
	width:48%;
	margin: 20px 1% 0% 1%;
}
.cp_gk ul li:first-child {
    margin-left: 1%;
}
.cp_gk ul li:nth-child(6){
	margin-left:1%;
}
.cp_tit{
	font-size:25px;
}




}