/*about banner 公司简介banner*/
.about_banner{ width:100%; overflow:hidden; background:url(../images/banner_about.png) no-repeat;}
.about_banner .about_banner_text{ width:100%; height:150px; line-height:150px; color:#fff; font-size:150%; text-align:center;}

/*producs banner 产品中心banner*/
.products_banner{ width:100%; overflow:hidden; background:url(../images/banner_products.png) no-repeat;}
.products_banner .products_banner_text{ width:100%; height:150px; line-height:150px; color:#fff; font-size:150%; text-align:center;}

/*tech banner 技术支持banner*/
.tech_banner{ width:100%; overflow:hidden; background:url(../images/banner_tech.png) no-repeat;}
.tech_banner .tech_banner_text{ width:100%; height:150px; line-height:150px; color:#fff; font-size:150%; text-align:center;}

/*news banner 新闻中心banner*/
.news_banner{ width:100%; overflow:hidden; background:url(../images/banner_news.png) no-repeat;}
.news_banner .news_banner_text{ width:100%; height:150px; line-height:150px; color:#fff; font-size:150%; text-align:center;}

/*case banner 应用案例banner*/
.case_banner{ width:100%; overflow:hidden; background:url(../images/banner_case.png) no-repeat;}
.case_banner .case_banner_text{ width:100%; height:150px; line-height:150px; color:#fff; font-size:150%; text-align:center;}

/*contact banner 联系我们banner*/
.contact_banner{ width:100%; overflow:hidden; background:url(../images/banner_contact.png) no-repeat;}
.contact_banner .contact_banner_text{ width:100%; height:150px; line-height:150px; color:#fff; font-size:150%; text-align:center;}


/*subnav 子导航*/
.subnav{ text-align:center; background-image: linear-gradient(to right, #a8caba 0%, #5d4157 100%); verflow:hidden; height:50px; line-height:50px; }
.subnav ul { padding:0px; display:table; margin-left:auto; margin-right:auto;}
.subnav ul li{ text-align:center; list-style:none; float:left; *float:none; *display:inline; *zoom:1; border-left:1px solid rgba(255,255,255,0.1); border-right:1px solid rgba(255,255,255,0.1); margin-right:-1px; padding:0 15px;}
.subnav ul li a{ color:#fff; }
.subnav ul li:hover{ background:#008000; }

/*current position 当前位置*/
.current_position{ box-shadow: 0px 2px 4px rgba(0,0,0,0.1); font-size:12px; line-height:50px;}
.current_position i{ color:#008000; padding-right:5px; font-size:18px;}
.current_position .breadcrumb {	padding: 8px 15px;margin-bottom: 0px;list-style: none;background-color: #fff;border-radius: 0}


/*main frame 主体框架*/
.main_frame { margin:15px 0;}
