/* 公司概况 */

*: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{


}

.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: auto;

  margin: 40px auto 20px;

  box-sizing: border-box;

}

.tab{

  width: 100%;

}

.nav-tabs>li {

  float: left;

  margin: 0px 10px 20px;

  border: 1px solid #0087D5;

}

.nav-tabs>li>a {

  margin-right: 0px;

  text-align: center;

  color: #0087D5;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

  color: #ffffff;

  cursor: default;

  background-color: #0087D5;

  border: 1px solid #ddd; 

}

.tab-content{

  width: 100%;

  height: auto;

  float: left;

  margin: 10px 0px;

  box-sizing: border-box;

}

.tab-main{

  width: 100%;

  height: auto;

  float: left;

}



.tab-list{

  width:385px;
  float: left;
  margin-left: 22px;
  margin-top: 20px;
  background-color: #F3F3F3;

}

.tab-pane ul li:nth-child(1),.tab-pane ul li:nth-child(4),.tab-pane ul li:nth-child(7),.tab-pane ul li:nth-child(10){

  margin-left: 0px;

}

.tab-li-img{

  width: 100%;
  height: 260px;
}

.tab-li-img img{
  width: 100%;
  height: 100%;
}

.tab-li-p{

  width: 100%;
  padding: 5px 10px 0px;

  box-sizing: border-box;

}

.tab-li-p p:first-child{

  width: 100%;

  height: 30px;

  font-size:16px;

  color: #0087D5;

  line-height: 30px;

  overflow: hidden;

}



.tab-li-p p:last-child{

  width: 100%;

  max-height: 60px;
  min-height : 30px;
  font-size:14px;

  overflow: hidden;  

  display: -webkit-box; 

  -webkit-box-orient: vertical;  

  -webkit-line-clamp: 2;

}

.tab-li-sub{

  width: 100%;

  height: 40px;


  padding: 5px 10px 0px;

  box-sizing: border-box;

}

.tab-li-sub-p{

  width:115px;

  height: 30px;

  font-size:14px;

  color: #666666;

  line-height: 30px;

  overflow: hidden;

  float: left;

}

.tab-li-sub-btn{

  width:60px;

  height: 30px;

  font-size:14px;

  color: #ffffff;

  line-height: 30px;

  overflow: hidden;

  float: right;

  background-color: #0087D5;

  border-radius: 15px;

  text-align: center;

  box-sizing: content-box;

}

.tab-subpag{

  width: 100%;

  height: auto;

  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;
	}
	
	
.jl-xz { margin-top:20px;}
.ryzz-list-xz { width:360px; margin:0 20px 40px; box-sizing:border-box; background:#fff;}
.ryzz-list-xz .tab-li-img { width:338px ; height:280px; display:inline-table; vertical-align:middle; text-align:center; line-height:100%; border:1px solid #d3d3d3; padding:10px;}
.ryzz-list-xz .tab-li-img img { width:auto; height:auto; max-width:338px; max-height:280px; vertical-align:middle;}
.ryzz-list-xz .tab-li-p { height:40px; line-height:40px; color:#ffffff; text-align:center; background:#008fd7;}
.ryzz-list-xz .tab-li-p p { color:#ffffff; font-size:16px; font-weight:bold;}

.trans_msg {width: auto;padding: 2px;border-radius: 2px;background:#fff;border:1px solid #eee;text-align: center;}
.trans_msg img { max-width: 450px;height: auto;margin: 0 auto;display:block;text-align: center;vertical-align: middle;border:1px solid #f1f1f1;}