ul li{
  list-style: none;
}

a:hover{
  text-decoration: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
html,body{
	width:100%;
	overflow-x: hidden;
}
body{
	background-color: #f9f9f9;
	font-size:14px;
	color:#333;
	font-family: "微软雅黑";
	min-width: 375px;

}
@media (min-width: 1200px) {
    .container.asly {
        width: 1260px;
    }
}
.classification_content{
	margin-left: 242px;
        min-height: 450px;
}
.wrap{
	width:100%;
	margin-top: 48px;
}
.wrap .container{
	background-color: #fff;
	padding:18px 22px;
}
.wrap h2{
	font-size:28px;
	font-weight:bold;
	color:#1f5285;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0px;
}
/*搜索*/
.head-top{
  background-color: #1F5385;
  height:48px;
  width:100%;
  color:#fff;
  overflow: hidden;
}
.head-top .menu{
  float:right;
  margin-right: 50px;
}
.head-top .menu li{
  float:left;
  line-height: 48px;
}
.head-top .menu li a{
	color:#fff;
}
.head-top .menu li a:hover{
	color:#fff;
}
.head-top .menu li.line{
  padding:0 26px;
}
.head-top .search{
  width:180px;
  float:right;
  margin-top: 12px;

}
.head-top .form-control{
  width:153px;
  height:24px;
  border-radius: 0px;
  border:solid 0px #333;
}
.input-group-btn button{
  background-color: #ffd21f;
  width:27px;
  height:24px;
  border-radius: 0px;
  border:solid 0px #333;

}
/*导航*/
.navbar .navbar-brand>img{
    height: 52px;
    width: auto;
}
.navbar{
  height:94px;
  color:#333;
  background-color: #fff;
  border:solid 0px #333;
  border-bottom:solid 5px #225282;
  z-index:999;
  margin-bottom: 0px;

}
.navbar .dropdown-menu{
  padding:0 11px;
  top:93px;
  font-size:16px;
  background: rgba(255,255,255,0.8);
}
.navbar .dropdown-menu li{
  border-bottom:solid 1px  #1f5284;
  line-height: 47px;
}
.navbar .dropdown-menu li:last-child{
  border-bottom:solid 0px #333;
}
.navbar .dropdown-menu>li>a{
  padding:14px 20px;
}
.navbar .dropdown-menu>li>a:focus, .navbar .dropdown-menu>li>a:hover{
  background-color: transparent;
  color:#1f5284;
}
.navbar .navbar-brand{
  margin-top:5px;
  height:auto;
}
.navbar .navbar-nav{
  width:100%;
  float:none;
}
.navbar .navbar-nav>li{
  text-align: center;

}
.navbar .navbar-nav>li>a{
  line-height: 64px;
  font-size:16px;

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  color:#225282;
  background-color: transparent;
  border-bottom:solid 2px #EB9317;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
  color:#225282;
  border-bottom:solid 2px #EB9317;
}
.navbar-inverse .navbar-nav>li>a{
  font-weight:bold;
  color:#000;
  padding:12px 10px 10px;
  margin:0 12px;

}
.navbar-inverse .navbar-nav>li:last-child>a{
  padding-right: 0;
  margin-right:0;

}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
  color:#333;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar{
  background-color:#ff3300; 
}
.navbar-fixed-top .navbar-collapse{
  max-height: 430px ;
 
}
.navbar .navbar-collapse{
   padding-right: 0px;
}
.navbar .navbar-toggle{
  margin-top: 30px;
}

.navbar .navbar-header{
  height:94px;
}
.navbar .dropdown-menu{
  text-align: center;
}
.navbar-right .dropdown-menu{
	right:auto;
}
/*面包屑*/
.breadcrumb a{
	color:#666;
	font-size:15px;
}
.breadcrumb>.active a{
	color:#666;

}
.breadcrumb{
	padding:16px 15px;
	background-color: #f9f9f9;
	margin-bottom: 28px;
}	
/*左侧菜单栏*/
.content{
	overflow:hidden;
	height:auto;
	position: relative;
}
.content .left{
	width:210px;
	background-color:#edeff1;
	height:100%;
	float:none;
	position: absolute;
}
.content .left .title{
	width:100%;
	height:70px;
	background-color: #1f5284;
	line-height: 70px;
	color:#fff;
	font-size:18px;
	text-align: center;
	border-bottom:solid 2px #e99314;
}
.content .left .btns{
	padding:0 20px;
	color:#000000;
	text-align: center;
}
.content .left .btns p{
	line-height: 50px;
	border-bottom: solid 1px #cdcdcd;
	position: relative;
	cursor: pointer;
}
.content .left .btns p a{
	display: block;
}
.content .left .btns p.cur a{
	color:#e99314;
}
.content .left .btns p.cur .caret{
	display: inline-block;
}
.content .left .btns p a{
	color:#000;
}
.caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-left: 4px solid #e99314;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right:0;
    top:20px;
}
/*footer*/
.footer .top{
	width:100%;
	height:115px;
	background:url(../images/zxsq_bj.png) no-repeat;
	background-size:100% 100%;
	color:#fff;
}
.footer .top  .title{
	float:left;
	font-size:28px;
	font-weight:normal;
	line-height: 20px;
	text-align: center;
	margin-top: 40px;
}

.footer .top  .title span{
	font-size:12px;
}
.footer .top .btns{
	float:left;
	margin-top: 40px;
}
.footer .top .btns button{
	padding:6px 39px;
	background-color: transparent;
	border:solid 1px #fff;
	margin-left: 50px;
	font-size:18px;
}
.footer .top .btns button a{
	display: block;
	color:#fff;
}
.footer .bottom{
	margin-top: 13px;
	height:134px;
	background-color: #fff;
	border-bottom:solid 6px #1d4976;
	overflow: hidden;
}
.footer .bottom .left ul{
	padding-left:0;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 24px;
}
.footer .bottom .left ul li{
	float:left;
	font-size:16px;
	
}
.footer .bottom .left ul li:first-child a{
	padding-left: 0;
}
.footer .bottom .left ul li:last-child a:after{
	width:0px;
}
.footer .bottom .left ul li a{
	display: block;
	padding:0 20px;
	color:#333;
	position: relative;
}
.footer .bottom .left ul li a:after{
	content:"";
	width:1px;
	height:17px;
	position: absolute;
	right:0;
	top:2px;
	background-color: #494949;
}
.footer .bottom .right {
	margin-top: 7px;
}
.footer .bottom .right ul li{
	float:left;
	text-align: center;
	font-size:16px;
	margin-left:53px;
}
@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a{
	    margin:0 13px;
	  }
  	.footer .bottom{
		height:auto;
		width: 100%;
	}
	.footer .bottom .right {
		padding-top:10px;
		float:none;
		width:100%;
		overflow: hidden;
		clear:both;
	}
	.footer .bottom .right ul{
		width:100%;
		overflow: hidden;
		padding-left: 0;
	}
}
@media screen and (max-width: 767px){
	 .head-top{
	    font-size:12px;
	  }
	  .head-top .search{
	    width:120px;
	  }
	  .head-top .form-control{
	    width:93px;
	  }
	  .head-top .menu {
	      float: left;
	      margin-right: 50px;
	      margin-left: 0px;
	      padding-left: 0;
	  }
	  .head-top .menu li.line {
	      padding: 0 6px;
	  }
	  .navbar .navbar-brand{
	    margin-left:15px;
	  }
	  .navbar-fixed-top .navbar-collapse{
	    background-color: #101010;
	  }
	   .navbar .navbar-collapse{
	    background-color:#f8f8f8;
	  }
	  .navbar .navbar-nav{
	    margin:0;
	  }
	  .navbar .navbar-nav>li{
	    overflow: hidden;
	  }
	   .navbar .dropdown-menu{
	    position: static;
	  }
	  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	    border-bottom: solid 2px #eee;
	  }
	  .navbar-inverse .navbar-nav>li>a{
	    font-weight:normal;
	  }
	  .navbar-inverse .navbar-nav>li>a{
	    padding:0;
	    margin:0;
	    border-bottom:2px solid #eee;
	  }
	  .navbar .container{
	    padding-left:0px;
	    padding-right:0px;
	  }
	  .navbar .navbar-toggle{
	    margin-right: 30px;
	  }
	  .navbar-inverse .navbar-toggle .icon-bar {
	    background-color: #888;
	  }
	  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	     background-color: #ddd;
	  }
	  .navbar-inverse .navbar-toggle {
	      border-color: #ddd;
	  }
	  .navbar .navbar-collapse{
	    border-top-width: 0px;
	  }
	  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
	    line-height: 30px;
	  }
	  .navbar-nav>li>.dropdown-menu{
	    width:100%;
	  }
	  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
	    color:#9d9d9d;
	  }

	  .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	    border-bottom:solid 2px #eee;
	  }
	  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
	    padding: 14px 20px;
	  }
	  .navbar-nav .open .dropdown-menu{
	    background-color:#fff;
	    padding-left: 0px;
	  }
	  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	     height: calc(100vh - 108px);
	  }
	  .navbar .navbar-brand>img{
	    height:40px;
	  }
	  .navbar{
	    height:60px;
	  }
	  .navbar .navbar-header{
	    height:60px;
	  }
	  .navbar .navbar-brand{
	    margin-top: 0px;
	    padding:8px 15px;
	  }
	  .navbar .navbar-toggle{
	    margin-top: 11px;
	  }
	.footer .top .title{
		font-size:27px;
	}
	.footer .top .btns button{
		font-size:16px;
		margin-left: 20px;
		padding: 6px 15px;
	}
	.footer .bottom .left ul li a{
		font-size:14px;
		padding: 0 14px;
	}
	.content .left{
		float:none;
		height:auto;
		width:100%;
		position: static;
	}
	.classification_content{
		margin-left: 0px;
	}
	.wrap h2{
		margin-top: 50px;
		font-size:24px;
	}
	.classification_content ul{
		padding-left: 0px;
	}

}
@media screen and (min-width: 768px){
  .navbar .navbar-right .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}