/*头部导航*/
.head .navBox{
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 1000;
	color: #000;
	transition: .5s;
	position: relative;
	border-bottom: 1px solid #ddd;
}
/*头部导航内容*/
.navBox .navContent{
	width:1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
/*LOGO*/
.navBox .navContent h1{
	width: 136px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background: url(../image/logo_2x.png) no-repeat 13px 5px;
	background-size: 120px;
}
/*导航菜单*/
.navBox .navList{
	font-size: 16px;
	margin-top: 20px;
	margin-right: 290px;
}
.navBox .navList a{
	color: #000;
	display: block;
}
.navBox .navList li{
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	padding: 0 8px;
	margin: 0 7px;
}

.navList .active>a{
	color: #018ECD !important;
}
.languageTwo{font-size: 14px;color:#979797;position: absolute;right: 0;height: 30px;line-height: 30px;padding: 19px 0 0 0;}
.languageTwo a{color: #000;}
.languageTwo a:hover{color: #00A0E8;}
.languageTwo a:nth-child(1){color: #04629D;}
.languageTwo a:nth-child(1):hover{color: #00A0E8;}

/*鼠标点击*/
.active_bc{
	border-bottom:2px solid #00A0E8;
}
.navList .active_bc>a{
	color: #0076C0 !important;
}

/*导航搜索框*/
.navBox .navContent .search{
	margin-top: 20px;
	position: relative;
	margin-right:180px;
	margin-left: 20px;
	display: none;
}
.navBox .search input{
	width: 118px;
	height: 28px;
	line-height: 28px;
	outline:none;
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0.7);
	padding: 0 15px 0 30px;
	font-size: 14px;
	font-family: Helvetica, Heiti SC,Verdana,Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑","黑体" ,SimSun, sans-serif;
	color:#333;
}

/*搜索按钮*/
.navBox .search label{
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../image/search_blue.png) no-repeat 0px 3px;
	background-size: 70%;
	cursor: pointer;
}
/*滚动条变化*/
.head .navBox_bc{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
}

/*导航弹出层*/
.industry_pop{
	width: 100%;
	height: 345px;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 999999;
   	padding-bottom:26px;
   	display: none;
   	border-bottom: 4px solid #00A0E8;
   	overflow: hidden;
}
.industry_list{
	width: 280px;
	float: left;
	margin-top: 22px;
}
.industry_list>ul{
	width: 262px;
	padding-left: 18px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
	border-left: 1px solid #ccc;
}
.industry_list>ul li{
	color: #00A0E9;
}
.industry_list>ul>li a{color: #00A0E9;}
.industry_list>ul>li a.black{color: #000;}
.industry_list>ul>li a:hover{text-decoration: underline;color: #00A0E9;}
.industry_list>ul>li p{
	width:224px;padding-left: 0;line-height:22px;margin: 5px 0 0 18px; text-align: justify;
}

.industry_pop h5{
	font-family: "黑体";
	font-size: 18px;
	color: #000;
	margin: 0px 0px 16px;
}
.industry_pop h6{
	font-family: Helvetica, Heiti SC,Verdana,Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑","黑体" ,SimSun, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 40px;
	cursor: pointer;
}
.industry_pop h6:hover{
	color: #00A0E8;
}
.industry_pop p{
	font-family: Helvetica, Heiti SC,Verdana,Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑","黑体" ,SimSun, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	margin-bottom: 5px;
}
.industry_pop p a:hover{
	color: #00A0E8;
}
.industry_pop li{
	margin-bottom: 12px;
}
.line{
	width: 1px;
	height: 10px;
	background-color: #aaa;
	display: inline-block;
	margin: 0 10px;
}
/*投资者关系弹出层*/
.investment_pop{
	width: 400px;
	background-color: rgba(255,255,255,1);
	position: absolute;
	top: 40px;
	left: -150px;
	text-align: center;
	font-family: Helvetica, Heiti SC,Verdana,Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑","黑体" ,SimSun, sans-serif;
	font-size: 14px;
	display: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	padding: 10px 0;
}
.investment_pop p a{
	color: #333 !important;
}
.investment_pop p a:hover{
	color: #00A0E8 !important;
}
/*网页底部*/
.foot{
    width: 100%;
    background-color: #9B9B9B;
    color: #fff;
    font-size: 14px;
    /*line-height: 50px;*/
	text-align:center;
	padding-bottom: 10px;
}
.foot.fixed{position: fixed;bottom: 0;left: 0;}
.foot>div{
	width: 1200px;
	margin:0 auto;
	padding:21px 0 15px 0;
}
.foot h5{
	font-family: "黑体";
	font-size: 14px;
	color: #546066;
	line-height: 22px;
}
.foot li{
	font-family: Helvetica, Heiti SC,Verdana,Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑","黑体" ,SimSun, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: 100;
}
.company_text{
	width: 800px;
	padding: 30px 50px;
	border-bottom: 1px solid #879AA3;
	margin: 0 auto;
}
.company_foot{
	text-align: center;
	margin-top: 20px;
}

.company_foot li{
	line-height: 30px;
}

/*回到顶部*/
.GoHead{
	width: 40px;
	position: fixed;
	bottom: 150px;
	left: 50%;
	margin-left: 486px;
	display: none;
}

.GoHead img{
	width: 100%;
	cursor: pointer;
}
.GoHead i{
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	background:url(../image/top70home2_2x.png) no-repeat;
	background-size: 100%;
}

.GoHead i:hover{
	background:url(../image/tophover_2x.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
}

/*********common return top*********/
#comReturnTop{display:none;width: 40px;height: 49px;position: fixed;right:100px;bottom: 100px; z-index: 100;background: url(../image/top.png)no-repeat 0 0;cursor: pointer;}
#comReturnTop:hover{background: url(../image/top-hover.png)no-repeat 0 0;}
@media only screen and (max-width:1099px) {
	#comReturnTop{right: -40px;}
}
@media only screen and (min-width: 1100px) and (max-width:1500px) {
	#comReturnTop{right: 50px;}
}

/*********科普天地 header*********/
.sub-nav-wrap{width: 100%;height: 30px;background: #f8f8f8;border-bottom: 1px solid #ddd;}
.sub-nav{height: 30px;line-height: 30px;font-size: 14px;}
.sub-nav a{margin-right: 20px;color: #555;}
.sub-nav a:hover{color: #00A0E8;}
.sub-language{padding: 0;top: 0;}


/* 产品中心-心血管介入产品 子分类*/
 #productApplianceAngiocarpy #subcategory a{
	padding-left:70px;
}

/* 产品中心-心脏节律和电生理产品 子分类*/
 #productApplianceAngiocarpy #subcategory2 a{
	padding-left:70px;
}

/* 产品中心-结构性心脏病产品 子分类*/
 #productApplianceAngiocarpy #subcategory3 a{
	padding-left:70px;
}
/* #productApplianceAngiocarpy #subcategory li:hover{
	border-left: 6px solid #0095e8;
	background: #aedcf1;
} */
