/* 公司概况 */
*: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;
}
.main1-content{
  width: 1200px;
  height: 308px;
  margin: 40px auto;
  box-sizing: border-box;
}


.main1-content-left{
  width:495px;
  height: 278px;
  float: left;
}
.main1-img{
  width:100%;
  height:100%;
}
.main1-content-right{
  width:680px;
  height: 278px;
  float: left;
  margin-left: 25px;
}
.main1-title{
  width: 100%;
  height: 40px;
  line-height: 30px;
  color: #008fd7;
  font-size: 24px;
  font-weight: 500;
  overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main1-p{
  width: 100%;
  height: 175px;
  margin: 10px 0px 10px;
  line-height: 25px;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;  
   -webkit-box-orient: vertical; 
   -webkit-line-clamp: 7;
}
.main1-content-right p:last-child{
  width: 100%;
  height: 40px;
  padding:0px 0px 0px;
}
.main1-time{
  width: 50%;
  height: 40px;
  color: #999999;
  float: left;
  line-height: 36px;
}
.main1-href{
  width: 160px;
  height: 40px;

  float: right;
  background-color: #008fd7;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  border-radius: 20px;
}
/* mian2 */
.main2{
  width: 100%;
  height: auto;
}
.main2-content{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px 20px;
  box-sizing: border-box;
}
.new-main{
  width: 100%;
 height: auto;
  float: left;
  overflow: hidden;
}
.new-list{
  width: 100%;
  height: 120px;
  background-color: #F6F6F6;
  margin-bottom: 15px;
  padding:20px;
  box-sizing: border-box;
}
.new-date{
  width:80px;
  height:100%;
  float: left;
  text-align: center;
  border-right: 1px solid #AFAFAF;
}
.new-date p:first-child{
  font-size: 36px;
}
.new-date p:last-child{
  font-size: 14px;

}
.new-p{
  width: 920px;
  height: 100%;
  float: left;
  padding: 0px 20px;
  box-sizing: border-box;
}
.new-p p:first-child{
  font-size:20px ;
  width: 100%;
  height: 30px;
  overflow: hidden; 
	text-overflow:ellipsis;
	white-space: nowrap; 
}
.new-p p:last-child{
  font-size:14px;
  width: 100%;
  height: 40px;
  overflow: hidden;  
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
   margin-top: 10px;
  
}
.new-btn{
  width:160px;
  height: 100%;
  float: left;
}
.news-button{
  width: 160px;
  height: 40px;
  margin: 20px 0px;
  border-radius: 20px;
  background-color: #0087D5;
  text-align: center;
  color: #ffffff;
}
.new-main ul li:hover{
  background-color: #0087D5;
  color: #ffffff;
}

.new-main ul li:hover .news-button{
  color: #0087D5;
  background-color: #ffffff;
}
.new-subpag{
  width: 100%;
  height: 80px;
  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;
	}