ul li{
    list-style:none;
}

*{margin: 0; padding: 0;}

.clear{
    clear: both;
}

a:link {
    color: #3E3E3E;
}
a:visited{
	color: #3E3E3E;
}
a:hover{
    color: #BC0000;
	text-decoration:none;
}

/*产品搜索*/
.search_group{
      float: right;
      height: 38px;
      background: transparent;
      border: 1px solid #dedede;
      color: #696868;
      margin: 20px 0px 0px 0px;
}
.search_group:hover,.search_group:focus{border: 1px solid #BC0000;}
.search_group input.form-control{
      border-radius: 0px;
      box-shadow: none;
      color: #000;
      padding: 0px 0px 0px 15px;
      height: 38px;
      background: transparent;
      border: none;
}
.search_group input.form-control:focus{
    box-shadow: none;
}
#search_submit{
    background: transparent;
    color:#8a8a8a;
    padding: 0px 10px 0px 0px; 
    font-size: 20px;
    border-radius: 0px;
}
#search_submit:hover{
    color:#BC0000;
    cursor: pointer;
}

/*幻灯片*/
.flash div.bx-pager{
    bottom: 1%;
}
.flash div.bx-controls-direction{
    display:none;
}
.flash{margin-bottom:0px;}


/*新闻列表*/
.news_index li {font-size:16px; margin-bottom:10px; border-bottom:1px dashed #e3e2e2;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.news_title_top{text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }

.news_title{float: left; width: 90%; transition: all 0.4s; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left:3px;margin-bottom:5px;line-height:23px;}
.news_time{float:right;color:#999999;}

/*中间标题*/
.zjbt {margin-bottom:10px;font-size:17px;text-align:left;font-weight:bold;}


/*列表页-横幅*/
.page_bg{
    height: 200px;
    margin-bottom: 0px;
	/*margin-top: 5px;*/
}

/*列表页-面包屑*/
.bread_bg{
    background-color: #f3f3f3;
}
.bread_nav{
    padding: 10px 0px 10px 0px;
}
.bread_nav span{
    color: #828080;
    padding-right: 6px;
}

.left_news h3{text-align:center;  color:#0090FD; background-color:#f3f3f3; font-size: 22px;height:35px;line-height:35px; }
.left_news_ul li {height:35px;line-height:35px;border-bottom:1px solid #E6E6E6;font-size: 15px; text-align:center;  }
.left_news_ul li  a:hover{background-color:#0090FD;color:#FFF;height:34px;display:block; }
.left_news_active{background-color:#0090FD;color:#FFF;height:34px;display:block; }
.left_news_active a{color:#FFF;}
	
/*列表页-右侧新闻*/
.right_new{
    clear: both; 
    list-style:none;
    margin:0px; 
    padding:0px 0px 20px 0px;
}
.right_new li{
    color:#898989;
    /*background: url("../img/li.png") no-repeat left 18px;*/
    font-size: 15px;
    line-height:22px; 
    padding:12px 0px; 
    padding-left:13px;
    border-bottom: 1px dashed #e3e2e2;
}


.right_new_time{
    float:right;
	font-size: 14px;
}
.relevant_new ul.right_new li{
    font-size: 14px;
}	

/*底部信息*/
footer{ text-align:center; background-color: #1F1F1F; color:#A3A3A3; padding:10px 0px 3px 0px; margin-top:10px; font-size:12px; width:100%;}

.right_contents{
    clear: both;
    padding:0px 0px 15px 0px; 
    line-height:28px; 
    overflow: auto;
	font-size:15px;
	
}
.right_contents img{
	max-width:100%;
	
}
.right_contents_h1{
	padding-bottom: 10px;
    text-align: center;
    color: #000;
    font-size:18px;
    color:#434343;
	font-weight:bold;
	font-size:22px;
}

.bxslider1 li{text-align:center;}

.product_title {
	text-align:center;
}

.product_list{
    clear: both;
    padding: 25px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.product_list2{
    padding-top: 20px;
}

.product_img{
    padding-left: 15px; 
    padding-right: 15px; 
    min-height: 350px;
}
.product_img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 300px; 
    max-width: 100%;
    height: auto; 
    margin-bottom: 10px; 
    padding: 0px 0px 0px 0px;
}

.linkbox{ margin:20px auto; border:#ddd 1px solid; padding:20px 0;  text-align:center; float:left; font-size:14px;}
.linkbox a{ padding:0 23px;}


/*大屏幕样式*/
@media screen and (min-width: 769px) {
    .logo {
      display: block;
      margin-top:15px;
      margin-bottom: 10px;
      max-width:420px;
    }
    #search_btn {
      display:none;
    }	
	
    /*导航样式*/
    .navbar {
      margin: 0px;
      border:none;
      background-color: #005197;
      min-height: 60px;
      border-top: 1px solid #efefef;
     /* border-bottom: 3px solid #E24129;*/
    }

    .navbar-default  .navbar-nav > li > a {
      text-align: center;
      color: #ffffff;
      font-size: 17px;
      padding: 20px 35px 20px 35px;
    }
	
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a.active
	{
		color: #ffffff; 
		background-color: #0090FD;
	}

    .navbar-brand {
      display: none;
    }

    /*导航二级菜单*/
    .nav_small {
      background-color:#fff;
      padding: 10px 0px;
      padding-bottom: 15px;
      border: none;
	  opacity: 0.9;
    }
    .nav_small > li > a {
      line-height:20px;
      padding: 8px 0px;
      text-align:center;
      color: #000;
      font-size: 16px;
    }
    .nav_small > li > a:hover,
    .nav_small > li > a:focus {
      color: #ffffff;
      background-color: #0090FD;
    }
    #app_menudown{
      display:none;
    }

}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
    .logo {
      display: block;
      margin:auto;
      margin-top:15px;
      margin-bottom: 10px;
      max-width:300px;

    }
    .top_email{
      display: none;
    }
    .tel{
      display: none;
    }	
    #searchform{
      display: none;
    }
    .search_group{
      margin: 15px 0px 15px 0px;
    }
	
    /*手机-导航搜索图标*/
    #search_btn {
      float: right;
      margin-top: 7px;
      padding:8px 13px;
      font-size: 17px;
      border-radius: 4px; 
      color: #000000;
    }
    #search_btn:hover,
    #search_btn:focus {
      cursor: pointer;
      background-color: #dddddd;
    }	

    /*手机-导航样式*/
    .navbar {
      margin: 0px;
      border:0px;
      min-height: 50px;
      background-color: #ffffff;
      border-top: 1px solid #efefef;
    }

    /*三杠图标*/
    .navbar-default .navbar-brand {
      color: #000000;
      font-size: 15px;
	  font-weight: bold;
    }


    .navbar-toggle {
      border:none;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
      border:none;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #000000;
    }
    .navbar-default .navbar-nav {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .navbar-default .navbar-nav > li:last-child{
      border: none;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      font-family: 'HansKendrickV';
      color: #000000;
    }
     .navbar-default .navbar-nav > li > a:hover,
     .navbar-default .navbar-nav > li > a:focus,
     .navbar-default .navbar-nav > .active > a, 
     .navbar-default .navbar-nav > .active > a:hover, 
     .navbar-default .navbar-nav > .active > a:focus,
     .navbar-default .navbar-nav > .open > a, 
     .navbar-default .navbar-nav > .open > a:hover, 
     .navbar-default .navbar-nav > .open > a:focus,
     .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      background-color: #0090FD;
      color: #fff;
    }
    #app_menudown {
      position: absolute;
      top:0px;
      right:0px;
      height: 40px;
      font-size: 16px;
    }
    #app_menudown:hover {
      background-color: #0090FD;
    }
    .navbar-fixed-top {
      margin-top:0px;
      opacity: 0.9;
    }
	
    .product_img {
        min-height: 250px;
    }	
	
	.left_news h3{color:#0090FD;font-size: 20px;height:35px; text-align:center; }
	.left_news_ul li {height:35px;line-height:35px;border-bottom:1px solid #E6E6E6;font-size: 15px; float:left; width:180px;text-align:center; }
	.left_news_ul li  a:hover{background-color:#0090FD;color:#FFF;height:34px; display:block; }
	.left_news_active{background-color:#0090FD;color:#FFF;height:34px; }
	.left_news_active a{color:#FFF;display:block; }
	.page_bg{display:none;}
	
	.left_news h3{display:none; }
	.news_title{width:95%;}	
	.news_time{display:none; }
	.shipin{display:none; }
	/*中间标题*/
	.zjbt {text-align:center;}
	/*.linkbox{display:none; }	*/
	.linkbox_m{text-align:center;}	
	

}
