/* 公司概况 */
*:focus { outline: none; }
/* header */
.header{
  width: 1200px;
  margin: 0px auto;
  height: 100px;
  padding:20px 0;
}
.nav-logo{
  width: 210px;
  height: 60px;
  float: left;
}
.nav-search{
  width: 210px;
  height: 60px;
  float: right;
  padding: 15px 0px;
  position: relative;
}
.nav-search input{
  width: 100%;
  height: 30px;
  padding:2px 25px 2px 10px;
  border: 1px solid #0050A1;
  border-radius: 20px;
}
.search-btn{
  position: absolute;
  right: 10px;
  top:20px;
  background: none;
  color: #0050A1;
}
.naver{
  width:720px;
  height: 60px; 
  float: left;
}
.nav{
height: 60px;

}
.nav li a.nav-a{
  margin: 0px;
  line-height: 38px;
  color: #000000;
}
.nav li:hover a.nav-a{
  background-color: #337ab7;
  color: #ffffff;
}
.nav li:hover ul.dropdown-menu{
  display: block;
}

.dropdown-menu{
  margin: 0px;
  border: none;
  background-color: #337ab7;
  color: #ffffff;
  min-width: 144px;
  padding: 0px;
}
.dropdown-menu li{
  height: 54px;
  border: none;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li a{
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  line-height: 50px;
  color: #ffffff;
}
.dropdown-menu li:hover a{
  background-color: #ffffff;
  color:#000000;
}
.dropdown-menu li:first-child{
  border-top:1px solid #ffffff;
}
.dropdown-menu li:last-child{
  border-bottom:none;
}
.classify-i{
  display: none;
}
/* nav END */
/* banner */
.banner{
  width: 100%;
  height: 350px;
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* breadNav */
.breadnav{
  width: 100%;
  height: 50px;
  background-color: #F8F8F8;
}
.breadnav-content{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.breadnav-content-left{
  width:600px;
  height: 100%;
  float: left;
}
.breadnav-content-right{
  width: 600px;
  height: 100%;
  float: left;
}
.bread-nav{
  width: auto;
  height: 100%;
  float: right;
}
.bread-nav li{
  width: 120px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  float: right;
  background-color: #DFDFDF;
}
.bread-nav li.active{
  background-color: #0087D5;
}
.bread-nav li.active a{
  color: #ffffff!important;
}
.breadcrumb{
padding: 0px;
margin: 0px;
height: 50px;
/* background-color: #ffffff; */
}
.breadcrumb li{
  height: 50px;
  line-height: 50px;
}
.breadcrumb>li+li:before{
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.breadcrumb li:nth-child(2)::before{
  content: "";
} 
.breadcrumb .active{
  color: #0087D5;
}
/* main1 */
.main1{
  width: 100%;
  height: auto;
}
.mian1-content{
  width: 1200px;
  height: auto;
  margin: 40px auto 20px;
}
.mian1-list{
  width: 100%;
  height: auto;
  float: left;
}
.law-li{
  width: 100%;
  height:40px;
 
}
.law-li a{
  width: 90%;
  height:40px;
  line-height: 36px;
  float: left;
  overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.law-li span{
  width: 10%;
  height:40px;
  line-height: 36px;
  float: left;
  color: #666666;
  text-align: right;
}
.mian1-pag{
  width: 100%;
  height: 60px;
  float: left;
  text-align: center;
}


/* footer */
.footer{
  width:100%;
  background-color: #008fd7;
}
.copyright{
  width:100%;
  line-height:36px;
  padding: 20px 0px;
  text-align: center;
  color:#ffffff;
}
.footer-nav {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  width: 1200px;
  margin: 0 auto;
  color:#ffffff;	
}
.footer-nav a {
	color:#ffffff;
	margin:0 10px;
	}