*{
	margin:0;
	padding:0;
	font-family: 'Arial';
}
a{
	text-decoration: none;
}
#mypage{
	width: 80%;
	text-align: center;
	position: absolute;
	left: 10%;
	bottom:0;
}
/*index*/
#index_header{
	width: 100%;
	height:164px;
}
#index_header .header{
	width: 1200px;
	margin:0 auto;
	height:106px;
}
#index_header .logo{
	margin-top:16px;
	float: left;
}
#index_header .title{
	width: 80%;
	font-family: 'Arial';
	font-size: 27px;
	text-align: center;
	color: #009BC5;
	float: left;
	margin-top:40px;
}
.nav_wrap{
	width: 100%;
	height: 58px;
	background-color: #009BC5;
	float: left;
}
.nav_wrap .nav{
	width: 1000px;
	height: 40px;
	margin:0 auto;
	background-color: #009BC5;
	position: relative;
}
.nav_wrap .nav .product{
	position:relative;
}

.nav_wrap .nav .product_more{
	width: 20%;
	position:absolute;
	z-index: 10;
	top: 58px;
	left:20%;
	display:none;
}
.nav_wrap .nav .foot_product_more{
	width: 20%;
	position:absolute;
	z-index: 10;
	top:-122px;
	left:20%;
	display:none;
	border:1px solid #e1e1e1;
	border-bottom: 0;
}
.nav_wrap .nav .product:hover>.product_more{
	display: block;
}
.nav_wrap .nav .product_more .detail{
	width: 72%;
	height: 30px;
	color:#009BC5;
	background-color: #fff;
	text-align: left;
	padding-left: 28%;
	line-height: 30px;
	float: left;
}
#current_detail{
	color: #fff;
	background-color: #009BC5; 
}
.nav_wrap .nav .product_more .detail:hover{
	color: #fff;
	background-color: #009BC5;
	font-size: 15px;
}
.nav .nav_item{
	font-family: 'Microsoft Yahei';
	font-size:17px;
	width: 20%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	float: left;
	cursor: pointer;
}
.web_item{
	width: 1200px;
	margin:0 auto;
}
.foot_nav{
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
}
.foot_nav .nav_item{
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.nav_item:hover{
	font-size: 18px
}
#banner{
	width: 100%;
	height: 361px;
	margin-top:10px;
}
#banner img{
	width: 100%;
	height: 100%;
}
#main_content{
	width: 100%;
	margin-top:16px;
}
#index_leftbar{
	width: 22%;
	float: left;
}
#index_leftbar .p_class
{
	width: 100%;
	float: left;
	border:1px solid #e1e1e1;
	border-radius:10px;
	margin-bottom: 24px;
}
#index_leftbar .contact_us
{
	width: 100%;
	float: left;
	box-sizing: border-box;
	border:1px solid #e1e1e1;
	border-radius:10px;
	padding-bottom: 20px;
}
#index_leftbar .p_class .title,
#index_leftbar .contact_us .title{
	width:100%;
	height: 46px;
	line-height: 26px;
	border-radius:10px;
	background-color: #009BC5;
	color: #fff;
	padding:10px;
	margin-bottom:10px;
	float: left;
	box-sizing: border-box;
	font-size: 16px;
}
#index_leftbar .p_class .item{
	width:100%;
	height: 30px;
	float: left;
	color: #009BC5;
	margin-top:10px;
	margin-left: 10%;
	box-sizing: border-box;
	cursor: pointer;
}
#index_leftbar .contact_us .item{
	width:90%;
	float: left;
	margin:10px 0 0 10%;
	font-size: 14px;
	box-sizing: border-box;
}
#index_leftbar .contact_us .item_title{
	font-weight: bold;
	color:#666;
	font-size: 16px;
}
#index_article{
	width: 74%;
	float: left;
	margin-left: 4%;
}
#index_article .company_profile{
	width: 70%;
	float: left;
}
#index_article .company_profile .title{
	width: 100%;
	color:#009BC5;
	float: left;
	border-bottom:1px solid #009BC5;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#index_article .company_profile .photo{
	display: block;
	float: left;
	margin-right:2%;
}
#index_article .company_profile .text{
	font-size: 15px;
	line-height: 20px;
	margin-left: 2%;
}
#index_article .exhibition{
	width: 24%;
	height: 280px;
	float: left;
	margin-left: 5%;
	margin-bottom: 10px;
}

#index_article .exhibition .title{
	width: 100%;
	color:#009BC5;
	float: left;
	border-bottom:1px solid #009BC5;
	padding-bottom: 4px;
}

#index_article .exhibition .next{
	width: 100%;
	color:#009BC5;
	float: left;
	padding-bottom: 4px;
	font-size: 14px;
	margin:10px 0;
}
#index_article .exhibition .next a{
	display: block;
	margin-top:10px;
	color:#666;
	font-weight: bold;
}
#index_article .exhibition .next .head{
	color:#999;
	margin-top:10px;
}
#index_article .exhibition .prev{
	color: #999;
	font-size: 14px;
}
#index_article .new_products{
	width: 100%;
}
#index_article .new_products .title{
	width: 100%;
	color:#009BC5;
	float: left;
	border-bottom:2px solid #009BC5;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
/*#index_article .new_products .item{
	width: 20%;
	height:156px;
	margin-left: 2%;
}*/
#index_footer{
	width: 100%;
	margin-top: 14px;
	float: left;
	padding-bottom:12px;
}
#index_footer .tel,
#index_footer .addr
{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom:4px;
	display: block;
}
/*index new_product*/
#index_article .item{
	width: 100%;
	height: 240px;
	background-color: #fff;
	float: left;
	margin:0 0 10px 2.4%;
	overflow:hidden;
	position: relative;
}
#index_article .item .photo{
	background-color: #fff;
	text-align:center;
}
#index_article .item .photo img{
	max-width: 80%;
	max-height: 170px;
	margin:0 10%;
	margin-top: 50px;
}

/*product*/
#prodcut_article{
	width: 74%;
	height: 442px;
	border:1px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	margin-left: 4%;
}
#prodcut_article .title{
	width: 96%;
	height: 40px;
	background-color: #F2F2F2;
	border-radius: 4px;
	line-height: 40px;
	color: #009BC5;
	float: left;
	margin:10px 0 0 1%;
	padding-left: 2%
}
#prodcut_article .item{
	margin-top: 60px;
}
/*speaker_box*/
#speaker_article{
	width: 74%;
	border:1px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	margin-left: 4%;
	position: relative;
	padding-bottom: 60px;
}
#speaker_article .title{
	width: 96%;
	height: 40px;
	background-color: #F2F2F2;
	border-radius: 4px;
	line-height: 40px;
	color: #009BC5;
	float: left;
	margin:10px 0 10px 1%;
	padding-left: 2%
}
#speaker_article .item{
	width: 22%;
	height: 240px;
	background-color: #fff;
	border:1px solid #f2f2f2;
	float: left;
	margin:0 0 10px 2.4%;
	overflow:hidden;
	position: relative;
}
#speaker_article .item .photo{
	background-color: #fff;
	text-align:center;
}
#speaker_article .item .photo img{
	max-width: 80%;
	max-height: 170px;
	margin:0 10%;
}
#speaker_article .item .intro{
	width: 100%;
	text-align:center;
	height: 30px;
	line-height: 30px;
	background-color: #f2f2f2;
	color: #009BC5;
	position: absolute;
	bottom:0;
}
/*power_ampafier,company_profile*/
#power_article,
#company_article{
	width: 74%;
	border:1px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	margin-left: 4%;
}
#power_article .title,
#company_article .title{
	width: 96%;
	height: 40px;
	background-color: #F2F2F2;
	border-radius: 4px;
	line-height: 40px;
	color: #009BC5;
	float: left;
	margin:10px 0 0 1%;
	padding-left: 2%
}
#power_article .power_img{
	width: 40%;
	float: left;
	margin:20px 0 0 30%;
}
#company_article .contact_us{
	width:100%;
	margin:10px 0 10px 8%;
	float: left;
}
#company_article .contact_us .item{
	width:90%;
	float: left;
	margin:10px 0 0 0;
	font-size: 14px;
	box-sizing: border-box;
}
#company_article	 .contact_us .item_title{
	font-weight: bold;
	color:#666;
	font-size: 16px;
}
#company_article .company_img{
	width: 40%;
	float: left;
	margin:20px 0 0 8%;
}
#power_article p
{
	width: 84%;
	float: left;
	margin:30px 0 30px 8%;
	font-size: 20px;
	font-family: "Microsoft Yahei";
}
#company_article p
{	
	margin-top: 10px;
	width: 84%;
	float: left;
	margin:30px 0 30px 8%;
	font-size: 16px;
	font-weight: normal;
}
#power_article .param_img{
	width: 84%;
	margin:0 0 20px 8%;
	float: left;
}
#map{width: 84%;
	height: 400px;
	float: left;
	margin:0 0 20px 8%;
}
#spec_table{
	margin:30px 0;
	font-size: 20px;
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
}
#spec_table td{
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}
/*详情页*/
#detail_article{
	width: 74%;
	border:1px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
	margin-left: 4%;
}
#detail_article .title{
	width: 96%;
	height: 40px;
	background-color: #F2F2F2;
	border-radius: 4px;
	line-height: 40px;
	color: #009BC5;
	float: left;
	margin:10px 0 0 1%;
	padding-left: 2%
}
#detail_article .show{
	width: 92%;
	float: left;
	margin:20px 0 0 4%;
	border-bottom:2px solid #009BC4;
	padding-bottom: 20px;
}
#detail_article .show .imgbox{
	text-align: center;
}
#detail_article .show .btn{
	cursor: pointer;
	margin:30px 0 0 20px;
	background-color: #DCDCDC;
	color: #666;
	padding:4px;
	border-radius: 2px;
	float: left;
}
#detail_article .describe,
#detail_article .features,
#detail_article .specifition{
	width: 92%;
	float: left;
	margin:20px 0 0 4%;
}
#detail_article .detail_title{
	color: #fff;
	background-color: #009BC4;
	padding:4px;
	border-radius: 2px;
	cursor: pointer;
}
#detail_article .describe p{
	margin-top: 20px;
}
#detail_article .features .imgbox{
	text-align: center;
	margin-top: 20px;
}
#spec_table{
	width: 100%;
	text-align: left;
	font-size: 16px;
	float: left;
	text-indent: 2em;
}
#spec_table .table_title{
	background-color: #009BC4;
	color: #fff;
	font-size: 18px;
}
.current_btn{
	background-color: #009BC4;
	color: #fff; 
}

#speaker_article .exhibition_item{
	margin:10px 0 0 10px;
}
#speaker_article .exhibition_item .photo{
	text-align: center;
}
#speaker_article .exhibition_item .intro{
	margin-top: 10px;
	text-align: center;
}

/*新增左侧栏手风琴*/
.bar_show{
	display: block;
}

/*二级菜单*/
.menu{width: 1000px;height: 58px;line-height: 58px;}  
.menu ul,.menu li{margin:0; padding:0;list-style:none outside;}  

.menu>ul{overflow:auto; display:inline-block;}  
.menu a,.menu span{ font-size: 14px;cursor:pointer; height:30px; line-height:30px; padding:0 5px; display:block; text-overflow:ellipsis; overflow:hidden; text-decoration:none; color:#009BC5;text-align: center;}  
.menu a:hover,.menu span:hover,.menu li:hover>a,.menu li:hover>span{color:#fff;}  
.menu li:hover{background-color:#009BC5;}  
.menu li:hover>ul{display:block;}  
.menu>ul>li{float:left;}  
.menu>ul>li ul{display:none;float:left; background-color:#fff; border:1px solid Highlight; position:absolute;z-index: 20;}  
.foot_menu>ul>li ul{display:none;float:left; background-color:#fff; border:1px solid Highlight; position:absolute;z-index: 20;bottom: 40px}  
.menu>ul>li li{margin:2px;width:160px;}  
.menu>ul>li>ul>li ul{margin-left:158px; margin-top:-30px;text-align: center;}  
#child_wrap{bottom: 72px}  
.menu .main_item{font-family: 'Microsoft Yahei';width: 20%;height:58px;line-height: 58px;color: #fff;font-size: 16px;}

.menu .main_item_a{text-align: center;height:58px;line-height: 58px;font-size:18px;color:#fff;}
/*.menu .main_item a:hover{font-size: 19px;}*/
.foot_menu .foot_main_item{width: 20%;height:40;line-height: 40px;color: #fff;font-size: 16px;}
.foot_menu .foot_main_item_a{text-align: center;height:40px;line-height: 40px;font-size:17px;color: #fff}
.foot_menu .foot_main_item_a2{text-align: center;height:40px;line-height: 40px;font-size:14px;color: #009BC5}