.sep-header .sep-mainnav .sep-container .logo img{
    	          max-width:240px;
    	      }
    	      .sep-footer .fo-media a{
    	          margin-right:15px;
    	      }
	          .sep-footer .fo-media a:last-child{
	              margin-right:0;
	          }
	          .sep-inner-body .pro-list-wrap .toggle-btns h3{
	              font-size:16px;
	          }
	          .sep-pro-banner .sep-breadcrumb{
	              position:static;
	          }
	          .sep-pro-banner .sep-breadcrumb .breadcrumb li{
	              color:#333;
	          }
	          .sep-pro-banner .sep-breadcrumb .breadcrumb li a{
	               color:#333;
	          }
	           .sep-pro-banner .sep-breadcrumb .breadcrumb li+li:before{
	               color:#333;
	          }
	          .sep-footer>.sep-container .foot-top .foot-ul:first-child .right1 a{
	              width:35px;
	              height:35px;
	          }
	          .sep-footer>.sep-container .foot-top .foot-ul:first-child .li-list li a{
	              font-size:19px;
	          }
	          .sep-footer>.sep-container .foot-top .foot-ul:first-child .icon{
	              background:#666;
	          }
	          .sep-footer>.sep-container .foot-top .foot-ul:first-child .right1 a{
	                background:#666;
	          }
	          .sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul li{
	              width:19%;
	          }
	          .sep-video-grid .item .box .info{
	              height:auto;
	          }
	          .sep-video-grid .item{
	              display:flex;
	          }
	          .sep-video-grid .item .box{
	              flex:1;
	                  display: flex;
    flex-direction: column;
    justify-content: space-between;
	          }
	          .sep-video-grid .item .box .info{
	                 flex:1;
	                  display: flex;
	                  padding-bottom:20px;
    flex-direction: column;
    justify-content: space-between;
	          }
	          .sep-video-grid .item .box .info .title{
	               flex:1;
	               text-align:center;
	          }
	           .langu-dis {
    position: absolute;
    z-index: 999;
    display: none;
    right: 0;
    width: 158px;
    top: 100%;
}
.langu-dis ul{
    display:block !important;
}
.langu-dis ul li{
    width:100%;
        text-indent: 10px;
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}
.langu-dis ul li a{
    
    margin-left:6px;
    display:block;
}
.langu-dis ul li a img{
    margin-right:8px;
}

.sep-header .language{
    position:relative;
        cursor: pointer;
        margin-left:20px;

}
    
.sep-header .language:hover .langu-dis{
    display:block;
}
        @media screen and (max-width:640px){
            *{
	            font-family:'Lucida Grande', 'Microsoft Yahei' !important;
	        }
	        .fa{
	                    font-family: FontAwesome !important;
	        }
	        .iconfont{
	            font-family: "iconfont" !important;
	        }
        }
        
        .sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .sep-container{
            max-width:auto;
        }
        .sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul li{
            width:15%;
        }
         .list-video-swiper .thumb iframe{
		            width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
		    }
		    .list-video-swiper .thumb img{
		            width: 100%;
		    }
		    .list-video-swiper .thumb{
		        position:relative;
		    }
		    .list-video-swiper .thumb-title{
		        font-size: 18px;
    line-height: 30px;
    margin-top: 22px;
    text-align: center; }