#banner{
	height: 2.5rem;
	width: 100%;
}
#banner img{
	height: 100%;
	width: 100%;
}


  
  /* 列表 */
   
   .tabbar {
       width: 1300px;
       height: 58px;
       background: #FBFBFB;
       margin: 0 auto;
   }
   
   .tabbar .tabbar-ul {
       list-style: none;
       clear: both;
   }
   
   .tabbar .tabbar-ul .tabbar-item {
       float: left;
       height: 0.58rem;
       line-height: 58px;
       margin-right: 80px;
       position: relative;
   }
   
   .tabbar .tabbar-ul .tabbar-item a {
       height: 58px;
       display: block;
       font-size: 16px;
       font-weight: 400;
       color: #000000;
       letter-spacing: 1px;
   }
   
   .tabbar .tabbar-ul .active {
     font-weight: bold;
       border-bottom: 2px solid #458D92;
   }
   
   .headline {
       text-align: center;
       margin-bottom: 50px;
   }
   
   .headline .wenzi {
       font-size: 30px;
       color: #000000;
       letter-spacing: 2px;
   }
   
   .headline .wenzi1 p {
       font-size: 48px;
       color: #458D92;
       letter-spacing: 4px;
       margin-top: -38px;
       opacity: 0.14;
   }


   /* 头部代码 */
   

   #toubu {
       height: 80px;
       width: 1344px;
       background-color: #FFFFFF;
       overflow: hidden;
       margin: 0 auto;
   }
   
   #toubu #kaiqing {
       height: 80px;
       width: 150px;
       float: left;
   }
   
   #toubu #kaiqing img {
       height: 100%;
       width: 100%;
   }
   
   #toubu #xuanxiang {
       float: left;
       margin-left: 30px;
   }
   
   #toubu #xuanxiang ul li {
       height: 80px;
       padding: 0 30px;
       float: left;
       text-align: center;
       line-height: 80px;
   }
   
   #toubu #xuanxiang ul li:hover a {
       opacity: 1 !important;
       border-bottom: 3px solid #458D92;
   }
   
   #toubu #xuanxiang ul li a {
       font-size: 16px;
       font-weight: 500;
       color: #000000;
       letter-spacing: 1px;
       padding-bottom: 9px;
       opacity: 0.7;
   }
   
   .dibuys {
       opacity: 1 !important;
       border-bottom: 3px solid #458D92;
   }
   
   #icon {
       width: 1rem;
       position: fixed;
       top: 6rem;
       right: 1.2rem;
       z-index: 10;
       margin: 0 auto;
       background-color: #FFFFFF;
       border-radius: 0.05rem;
       box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
   }
   /* #gn{
	width: 0.8rem;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 0.05rem;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
} */
   
   #icon li {
       font-size: 0.12rem;
       color: #000000;
       text-align: center;
       letter-spacing: 1px;
       padding: 0.19rem 0 0.03rem 0;
   }
   
   #icon .ziya {
       padding-top: 0.04rem;
   }
   
   #icon .hddb {
       padding-bottom: 0.2rem;
   }
   
   #icon li img {
       height: 0.38rem;
       width: 0.63rem;
       margin: 0 auto;
   }
   
   #icon .jta img {
       margin-top: 0.33rem;
   }
   
   #icon .gn:hover .skm {
       display: block;
   }
   
   .skm {
       position: absolute;
       top: 0.4rem;
       left: -2.1rem;
       height: 2rem;
       width: 2rem;
       background: #ffffff;
       display: none;
   }
   
   .skm img {
       height: 1.7rem;
       width: 1.7rem;
       margin-top: -0.05rem;
   }