*{color:#000;margin: 0;padding: 0;list-style: none;text-decoration: none;font-size:16px;font-family: "Arial";padding: 0;}
p{margin: 0;}
/* @font-face{
    font-family: 'AkzidenzGrotesk-Medium';
    src : url('AkzidenzGrotesk-Medium.otf');  
} */


table{
	width:100% !important;
	border-collapse: collapse !important;
	border: 1px solid #DDDDDD !important;
}
table td{ 
	border: 1px solid #ddd !important;
}
table tr{
	border: 1px solid #ddd !important;
}

input,textarea{
	outline:none
}
input::-webkit-input-placeholder {
        color: #999999;
}
              @keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}
@-webkit-keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}  
.hov5 {position: relative;overflow: hidden;}
.hov5::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
	.hov5:hover::before {-webkit-animation: shine .75s;animation: shine 1.5s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}
.circle {width: 24px;margin: 3px auto 0;display: flex;justify-content: space-between;align-items: center;padding: 0 3px;}
.circle-bubble {width:5px;height:5px;border-radius: 50%;background-color: #72a54a;}
.circle1 {animation: pulse .4s ease 0s infinite alternate;}
.circle2 {animation: pulse .4s ease .2s infinite alternate;}
.circle3 {animation: pulse .4s ease .4s infinite alternate;}
@keyframes pulse {
	from {opacity: 1;transform: scale(1);}
	to {opacity: 1;transform: scale(.35);}
}
@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(0px, -3px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}
@keyframes shake{
      33.3%{transform:translateX(-6px)}
      49.95%{transform:translateX(4px)}
      66.6%{transform:translateX(-2px)}
      83.25%{transform:translateX(1px)}
      to{transform:translateX(0)}
}
.he{position: relative;}
.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.row1{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.row2{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.row3{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.row4{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
.row5{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.row6{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;overflow: hidden;}
.row7{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:7;overflow: hidden;}
.row8{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:8;overflow: hidden;}
     .clearfix{clear:both;}
     .f-l{float: left;}
     .f-r{float:right;}
     .ov{overflow:hidden;}
     .uk-container{padding: 0;} 
     .uk-container{max-width: 1200px;}
	 /* 顶部信息 */
	 .header-top{padding: 14px 3%;position:relative;background: #f4a102;}
	 .top-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .top-left{width: calc(100% - 310px);}
	 .top-right{display: flex;justify-content: space-between;flex-wrap: wrap;width: 300px;}
	 .top-sm{width: 150px;display: flex;justify-content: space-between;padding-top: 3px;}
	 .top-lar{width: 96px;display: flex;justify-content: space-between;}
	 .top-wel{font-size: 16px;color:#0b0807;font-weight: bold;line-height: 24px;}
    @media(max-width:768px){
    	.top-left{width:100%;margin-bottom: 8px;}
		.top-right{width: 100%;max-width: 300px;}
    }

		 .sousuo-box1{height:32px;width:100%;border:none;border:1px solid #282828;background: none; z-index: 99;border-radius: 18px;box-sizing: content-box;
		 }
		 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 32px;line-height: 32px;padding-left: 14px;
		 background:none;float:left;color:#000;border:none;}
		 .sousuo-box1>input::-webkit-input-placeholder{color:#000000;padding-left: 6px;opacity: 0.6;font-size: 12px;line-height: 32px;}
		 .sousuo-box1>button{width:13px;float:right;border:none;background: none;float:right;margin-top: 7px;margin-right:16px;}
	   .lar-box{width:60px;display: flex;align-items: center;flex-direction: row;padding-left: 20px;}
	   .lar-box1{display:flex;justify-content:space-between;width:40px;}
	   .lar{width:24px;height:16px;margin-left:6px;}
	   .lsj{width:9px;height:4px;margin-top:5px;}
	   .lar-name{color:#282828;font-size:14px;line-height:16px;}
	   .lar-xiala{width:40px!important;padding:0px!important;;margin:0!important;}
	   .lar-xiala1{padding:5PX 0!important;margin:0!important;background: none;width: auto!important;}
	   .lar-box2{width:40px;display:flex;justify-content:space-between;;margin:0!important;}
		/* 导航样式 */
	    .header-nav{padding:12px 3%;}
		
		.nav-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.nav-left{width: 180px;
		display: flex;align-items: center;flex-direction: row;
		}
		.logo{max-width: 280px;}
		.nav-center{width:calc(100% - 500px);display: flex;align-items: center;flex-direction: row;justify-content: space-between;padding: 0 0;}
		.nav-right1{width:200px;display: flex;align-items: center;flex-direction: row;}
		.uk-navbar-nav{width: 100%;}
		.uk-navbar-nav>li>a{color:#000000;line-height:40px;font-size: 18px;font-weight: 400;padding: 0 0;position: relative;height: 40px;text-transform: uppercase;
		}
		.uk-navbar-nav>li>a:before{content: " ";width: 14px;height: 2px;background: #f4a102;position: absolute;bottom: 0;left: calc(50% - 7px);bottom: 0;
		display: none;
		}
		.uk-navbar-nav>li.uk-active>a:before{display: block;}
		.uk-navbar-nav{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.uk-navbar-nav>li{text-align: center;line-height: 20px;position:relative;}
		.uk-navbar-nav>li.uk-active>a{color:#f4a102;background:none;}
		.uk-navbar-nav>li.uk-active>a:before{left: calc(50% - 13px);}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#f4a102;background:none;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:before:focus{color:#f4a102;background:none;} 
		.uk-navbar-toggle{margin-left: 20%;margin-top: 3%;}
		.nav-zuo>a{display: block;width: 100%;line-height:24px;text-align: left;font-size: 18px;margin-bottom: 6px;
		 padding-left: 10%;color:#ffffff;text-transform: uppercase;color:#fff;} 
		.erji{font-size: 14px!important;padding-left: 10%!important;color:#ccc!important;margin-bottom: 2px!important;line-height: 24px!important;z-index:99;} 
		.erjiname>a>span{text-align: right;color:#fff;float: right;opacity: 0;} 
		.d-erji{background:none;padding-top:0;background:rgba(244,161,2,.9);padding-bottom: 0;left:0!important;
		text-align: left;	
		}
		.d-erji>ul>li>a{line-height: 24px!important;color:#fff!important;font-size: 16px;font-weight: 200;border-bottom: 1px solid #fff;}
		.d-erji>ul>li:nth-child(2) span{display: none;}
		.d-erji>ul>li>a:hover{background:rgba(244,161,2,.8);}
		.d-erji>ul>li>a:hover span{opacity: 1;}
	
		.sousuo-box{height:42px;width:100%;border:none;background: none;border:1px solid #eaeaea;margin-top:30px;border-radius: 20px;}
		.sousuo-box>input{width:calc(100% - 58px);float:left;height: 40px;line-height: 40px;padding-left: 18px;
		background:none;float:left;border:none;color:#fff;}
		.sousuo-box>button{width:22px;float:right;border:none;background: none;float:right;margin-top: 8px;margin-right:36px;}
		
		@media(max-width:1060px){  
		  .nav-left{width: 100%;}
		  .logo{margin:  10px auto 12px;}
		  .nav-center{width: calc(100% - 220px);}
		  .uk-navbar-nav>li>a{padding: 0 6px;}
		  }
	
	    @media(max-width:768px){  
	         .nav-left{width: 100%;}
			 
	    .lar-box{position:absolute;right:40px;top:20px;}     
	    .header-nav{padding: 0;}
		
		.nav-center{padding: 0;background: #f4a102;display: block;width: 100%;max-width: 100%;}
		.header-nav>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #de9200!important;margin-left: 0;color:#fff;}	
		.nav-right{display: none;}
		}
		/* 首页标题板块 */
		.banner>.uk-container{max-width: 1920px;}
		
		/* 首页产品展示 */
		.index-pr{padding: 3%;}
       .index-title{font-size: 48px; line-height: 52px;color:#0b0807;text-align: center;font-family: "Impact"}
	   .index-xian{width: 133px;height: 5px;background: #f4a102;margin: 10px auto 30px;}
	   .inpr-box{display: block;transition: 0.6s;position: relative;}
	   .inpr-tu{overflow: hidden;border: 1px solid #d2d2d2;position: relative;}
	   .inpr-tu img{width: 100%;transition: 0.6s;}
	   	 .font{top:0;left:0;position:absolute;color:#de9200;text-align:center;width: 100%;height: 100%;}
	       .font::before{position:absolute;content:'';opacity:0;transition:all 0.5s;}
	   	.font::before{top:0;right:0;bottom:0;left:0;border-top:3px solid #de9200;
	   	 border-bottom:3px solid #de9200;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
	   	 .font::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
	   	.font::after{top:0;right:0;bottom:0;left:0;border-right:3px solid #de9200;
	   	      border-left:3px solid #de9200;transform:scale(1,0);transform-origin:100% 0;} 

	   .inpr-name{font-size: 24px;color:#000000;line-height: 28px;text-align: center;margin-top: 14px;font-family: "Impact";transition: 0.6s;}
	   .inpr-box:hover{text-decoration: none;}
	   .inpr-box:hover .inpr-name{color: #de9200;}
	   .inpr-box:hover .font::before{opacity:1;transform:scale(1);transition: all 0.5s;}
	   .inpr-box:hover .font::after{opacity:1;transform:scale(1);transition: all 0.5s;}
	   .inpr-box:hover .inpr-tu{border:1px solid #fff;}
	   .inpr-box:hover .inpr-tu img{transform: scale(1.1);}
	   
	   /* 首页公司简介 */
	  .index-ab{background: #eeeeee;}
	   .index-ab .uk-container{max-width: 1920px;overflow: hidden;}
	   .iab-box{display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 1560px;}
	   .iab-left{width: 61%;}
	   
	   .iab-right{width: 39%;padding-left: 24px;position: relative;}
	   .iab-title1{font-size: 92px;line-height: 95px;color:#000000;opacity: 0.04;font-family: "Impact";position: absolute;width: 100%;left: 54px;top: 36px;text-transform: uppercase;white-space: nowrap;}
	   .iab-box1{width: 100%;max-width: 575px;}
	   .iab-titlebox{padding-left: 10px;border-left: 3px solid #f4a102;margin-top: 86px;margin-bottom: 20px;}
	   .iab-title{font-size: 48px;line-height: 48px;color:#f4a102;font-family: "Impact";}
	   .iab-subtitle{font-size: 14px;color:#999999;text-transform: uppercase;margin:2px 0;}
	   .iab-xian{width: 100%;height: 1px;background: #dddddd;max-width: 300px;}
	   .iab-desc{font-size: 16px;line-height: 32px;max-height: 224px;overflow-y: auto;}
	    .iab-desc::-webkit-scrollbar {background: #dbdbdb;width: 8px;}
	   	.iab-desc::-webkit-scrollbar-thumb {background: #f4a102;}
	   .iab-more{margin-top: 30px;display: block;}
	   
	   @media(max-width:1400px){
	   	.iab-title1{top: 4px;}	     
	     .iab-titlebox{margin-top: 10px;}
	   
	   }
	   @media(max-width:1000px){
		 .index-ab{padding-bottom: 30px;}  
	   	.iab-left{width: 100%;margin-bottom: 10px;}
		.iab-right{width: 100%;padding: 0 20px;}
		.iab-box1{max-width: 100%;}
	   }
	   
	   /* 首页搜索 */
	   .index-search{padding: 12px 3%;background: #f4a102;}
	   .insc-title{font-size: 22px;line-height: 32px;font-weight: bold;}
	   .insc-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	   .insc-right{width: 100%;max-width: 398px;}
	    .insc-box1{height:32px;width:100%;border:1px solid #fff;background: #fff; z-index: 99;box-sizing: content-box;
		 }
		 .insc-box1>input{width:calc(100% - 40px);float:left;height: 32px;line-height: 32px;padding-left: 14px;
		 background:none;float:left;color:#000;border:none;}
		 .insc-box1>input::-webkit-input-placeholder{color:#000000;padding-left: 6px;opacity: 0.6;font-size: 14px;line-height: 32px;text-transform: uppercase;}
		 .insc-box1>button{width:13px;float:right;border:none;background: none;float:right;margin-top: 7px;margin-right:16px;}
	   
	   /* 首页热门产品 */
	   .index-hot{padding:3%;overflow: hidden;}
	   .hot-box{display: block;overflow: hidden;position: relative;border: 3px solid #e5e5e5;}
	   .hot-tu{width: 100%;display: block;}
	   .hot-name{position: absolute;width: 100%;bottom: 6px;font-size: 24px;color:#0b0807;font-family: "Impact";text-align: center;line-height: 28px;}
	   .hot-fugai{position: absolute;width: 100%;height: 100%;display: flex;flex-direction: column;background: rgba(244,161,2,.9);    justify-content: center;
	   top: 0;left: 0;transform: rotateY(90deg);transition: 0.6s;
	   }
	   .hot-name1{font-size: 20px;color:#fff;font-family: "Impact";text-align: center;line-height: 24px;text-align: center;margin-bottom: 12px;width: 100%;}
	   .hot-more{width: 120px;line-height: 30px;background: #fff;color: #f4a102;text-align: center;font-size: 16px;text-align: center;margin: 0 auto;}
	   .hot-box:hover{text-decoration: none;}
	   .hot-box:hover .hot-name{opacity: 0;}
	   .hot-box:hover .hot-fugai{transform: rotateY(0deg);}
	   
	   .o-left::before,.o-right::before{display: none;}
	    .o-left{display: block!important;left: -6%!important;}
	   .o-right{display: block!important;right: -6%!important;}
	   
	   
	     @media(max-width:1600px){
	   	 	
	   		  .o-left{display: block!important;left:0%!important;}
	   		  .o-right{display: block!important;right:0%!important;} 
	   	 	   }
	/* 首页新闻展示 */		   
	.index-news{padding: 3%;}	
	.inews-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.inews-left{width: 45%;overflow: hidden;}
	.inews-left img{width: 100%;display: block;transition: 0.6s;}
	.inews-left:hover img{transform: scale(1.1);}
	.inews-right{width: 52%;display: flex;justify-content: space-between;flex-direction: column;}	   
	.inews-box{display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;z-index: 2;padding: 8px;}
	.inews-left1{width: 25%;}
	.inews-left1 img{width: 100%;display: block;transition: 0.6s;}
	.inews-right1{width: 70%;}
	.inews-name{font-size: 20px;text-transform: uppercase;line-height: 24px;color:#333333;}
	.inews-date{font-size: 14px;color:#999999;margin: 6px 0 8px;line-height: 16px;}
	.inews-xian{width: 100%;height: 1px;background: #999999;margin-bottom: 8px;}
	.inews-desc{font-size: 14px;color:#666666;line-height: 24px;}
	.inews-box::before {content: "";background:#f4a102;position: absolute;top: 0;left: 0;width:100%;height:0;
	       		z-index: -1;-webkit-transition: all ease 0.5s;transition: all ease 0.5s;}
	.inews-box:hover{text-decoration: none;}
    .inews-box:hover::before {height: 100%;top: auto;bottom: 0;}
	.inews-box:hover .inews-name{color: #fff;}
	.inews-box:hover .inews-date{color: #fff;}
	.inews-box:hover .inews-xian{background: #fff;}
	.inews-box:hover .inews-desc{color: #fff;}
	@media(max-width:900px){
		.inews-left{width: 100%;margin-bottom: 20px;}
		.inews-right{width: 100%;}  
	    .inews-box{margin-bottom: 10px;}
		.inews-left1{width: 28%;}
		   }
	
	@media(max-width:560px){
		.inews-left1{width: 100%;margin-bottom: 20px;}
		.inews-right1{width: 100%;}  
	    
		
		   }	   
	
	   
		/* 页尾信息 */
		.footer{background: #333333;padding:3% 0;padding-bottom: 0;}
		.f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
		.f-left{width: 20%;padding-right: 2%;}
		.f-logo{display: block;margin: 16px auto 0;}
		.foot-xian{width: 100%;height: 1px;background: #fff;margin: 20px auto 14px;}
		.foot-sm{display: flex;justify-content: space-between;}
		.foot-sm a{display: block;position: relative;overflow: hidden;}
		.foot-sm a img{width: 22px;height: 22px;position: relative;left: 0; transition: .6s;display: block;-webkit-filter: drop-shadow(#fff 22px 0);filter: drop-shadow(#fff 22px 0); 
		left: -100%;
		}
		.f-center{width: 18%;padding-left: 3%;}
		.f-center1{width: 20%;}
		.f-right{width: 36%;}
		
		.f-lx{font-size: 14px;line-height: 30px;color:#cccccc;text-align: left;}
	
		.f-title{color:#fff;font-size: 16px;line-height: 20px;text-transform: uppercase;margin-bottom: 22px;}
		.f-xian{width: 38px;height: 5px;background: #fff;margin-bottom: 20px;}
		.shemei{display: block;margin-top:64px;}
		.f-nav{display: block;font-size: 14px;line-height: 30px;color:#cccccc;transition: 0.6s;}	
		.f-nav:hover{color:#fcb026;text-decoration: none;letter-spacing: 2px;}
		.bottom{padding: 10px 0;border-top: 1px solid #fff;}
		.sitem{color:#fff;}
		.bottom p{color:#fff;font-size: 16px;}
		.bottom span{color:#fff;float:right;margin-left: 10px;}
		.link-box{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-bottom: 20px;}
		.link-title{color:#fff;font-size:18px;line-height: 24px;}
		.link-name{color:#fff;font-size:14px;line-height: 24px;padding: 0 15px;}
		.link-name:hover{text-decoration: none;color:#fcb026;}
	  @media(max-width:960px){ 
	 .footer{padding-left:3%;padding-right: 3%;}
	 .f-left{width: 30%;padding: 0;}
	 .f-center{width: 20%;padding: 0;}
	 .f-center1{width: 40%;padding: 0;}
	 .f-right{width: 100%;margin-top: 20px;}
	 }
	    @media(max-width:568px){ 
	 .f-left{width: 100%;margin-bottom: 20px;max-width: 260px;}
	 .f-center{width: 100%;margin-bottom: 20px;}
	 .f-center1{width: 100%;margin-bottom: 20px;}
	 .f-right{width: 100%;margin-bottom: 20px;}
	 }
  /* 表单 */
  .biaodan{margin-top: 0;}
	
	.biaodan>li>input{width: 100%;height: 42px;font-weight: 400;background:#fff;
	border:1px solid #fff!important;color:#000;padding-left: 16px;font-size: 16px;margin-bottom: 10px;}
	.biaodan>li>input::-webkit-input-placeholder{color:#d4d4d4;font-size: 16px;}
	.biaodan>li>textarea{width: 100%;font-weight: 400;background: #fff;border:1px solid #d4d4d4!important;color:#000;
	padding-left: 16px;line-height: 48px;font-size: 14px;
	}
	.biaodan>li>textarea::-webkit-input-placeholder {color: #d4d4d4;line-height: 40px;font-weight: 400;font-size: 16px;} 
	.biaodan>li>textarea::-moz-input-placeholder {color: #d4d4d4;line-height: 40px;font-weight: 400;font-size: 16px;} 
	.biaodan>li>textarea::-ms-input-placeholder {color: #d4d4d4;line-height: 40px;font-weight: 400;font-size: 16px;} 
	.send{
		width: 100%!important;
		height: 36px!important;
		font-size: 18px;
		border:1px solid #f4a102;
		background: #f4a102;
		color: #fff;
		font-weight: 100;
		
		transition: 0.8s;-webkit-transition: 0.8s;
		display: block;
	    margin-top: 20px;
         margin-bottom: 10px;
	}
	.send:hover{background: #fff;color:#000;border-color:#fff;}

    /* 内页面包屑 */
   .m-box>a{font-size:16px;color:#fff;text-decoration: none;line-height:20px;font-weight: 400;text-transform: uppercase;}
   .xian5{background:none;padding:12px 0;border-top: 1px solid #fff;margin-top:-44px;position:relative;}
   .mbx-home{margin-right: 10px;}
   .ny-banner{margin: 0 auto;display: block;}
   /* 内页公司简介 */
	.about{padding: 3%;background: url(images/abbg.jpg) top center;}
	.ab-title{font-size: 36px;font-weight: bold;color:#ffffff;margin-bottom: 20px;background: #008d84;margin: 0 auto;max-width: 1920px;
	text-align: center;padding: 26px;}
	.work{padding: 3%;background: #f4a102;}
	.index-title2{color: #fff;}
	.index-xian2{background: #fff;}
    .work-tu{display: block;width: 100%;}
	.h-left::before,.h-right::before{display: none;}
	 .h-left{display: block!important;left: -6%!important;}
	.h-right{display: block!important;right: -6%!important;}
	.zs{background: url(images/zsbg.jpg) top center repeat;padding: 3%;padding-top: 40px;}
	.zs-nr{max-width: 1020px;margin: 0 auto 80px;}
	.zs-box{display: flex;justify-content: center;}
	 .zs-box a{max-width: 204px;padding-bottom: 20px;}
	.zs-tu{display: block;margin: 0 auto;
	   -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent) , to(rgba(250, 250, 250, 0.5)));
	}
	.iabimg-box{margin: 0 auto;}
	.cus-box{overflow: hidden;}
	.cus-tu{transition: 0.6s;}
	.cus-tu:hover{transform: scale(1.1);}
	     @media(max-width:1600px){
	   	.h-left{display: block!important;left:0%!important;}
	   	.h-right{display: block!important;right:0%!important;} 
	   	 	   }
	

	  /*内页新闻列表 */
	     .news-list{padding:3% 0;}
	     .nlist-box{padding: 10px 0;transition: 0.8s;margin-bottom: 20px;}
	     .nlist-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	     .nlist-left{width: 25%;  transition: 0.6s;}
		 .nlist-left img{border: 1px solid #ccc;width: 100%;display: block;}
	     .nlist-right{width:73%;}
	     .news-title{color:#f4a102;font-size: 30px;line-height: 36px;font-family: "Impact";}
		 .news-date{color:#f4a102;font-size: 16px;text-align: left;margin-top: 4px;}
	     .news-xian{width:100%;height: 1px;background: #d0d0d0;margin: 12px 0;}
	     .news-desc{color:#666666;font-size: 14px;line-height: 20px; height: 40px;}
	    .news-more{text-align: center;font-size: 16px;line-height:48px;width: 156px;background: #f4a102;margin-top: 20px;color:#fff;transition: 0.6s;}
	     
	     .nlist-box:hover{background: #fcb026;}
	     .nlist-box:hover .nlist-nr{text-decoration: none;}
	     .nlist-box:hover .news-title{color: #fff;}
	     .nlist-box:hover .news-xian{background: #fff;}
	     .nlist-box:hover .news-nian{color: #fff;opacity: 1;}
	     .nlist-box:hover .news-date{color: #fff;opacity: 1;}
	     .nlist-box:hover .news-desc{color: #fff;opacity: 1;}
	     .nlist-box:hover .news-more{color: #fcb026;background: #fff;}
	     .news-hot{padding: 3%;padding-bottom: 100px;}
         .nhot-box{display: block;}
		 .nhot-tu{width: 100%;display: block;	}
		 .nhot-name{font-size: 24px;color:#f4a102;line-height: 28px;font-family: "Impact";margin: 6px 0 8px;}
		 .nhot-date{font-size: 14px;line-height: 18px;margin-bottom: 12px;color:#fff;}
		 .nhot-desc{font-size: 16px;line-height: 24px;color:#fff;}
		 .n-left::before,.n-right::before{display: none;}
		  .n-left{display: block!important;left: -6%!important;top: 40%!important;}
		 .n-right{display: block!important;right: -6%!important;top: 40%!important;}
		 .nhot-box:hover{text-decoration: none;}
		 
		   @media(max-width:1600px){
		 	 	
		 		  .n-left{display: block!important;left:0%!important;}
		 		  .n-right{display: block!important;right:0%!important;} 
		 	 	   }
	    @media(max-width:768px){
		.nlist-nr{padding-bottom: 24px;}	
	    .nlist-left{width: 100%;margin-bottom: 20px;}
	    .nlist-right{width: 100%;padding: 0 20px;}
	      }
	
	/*内页新闻详情 */
	.news-page{padding:3%;}
	.news-contont{max-width:1100px;}
	.xq-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.xq-left{width: calc(100% - 160px);max-width:870px;}
	.xq-right{width: 140px;display: flex;justify-content: space-between;}
	.news-sx{width: 38px;height: 38px;}
	.news-center{width: 25px;height: 25px;margin-top: 6.5px;}
	.xq-title{font-size:30px;line-height: 32px;text-align: left;color:#f4a102;font-family: "Impact";}
	
	.xq-xian{margin: 14px auto;display: block;width:100%;height:1px;background: #8d8d8d;}
	.news-ico{margin: 30px auto 0;display: block;}
	.news-bottom{margin: 4px auto 20px;}
	.fy{margin: 40px auto 0;}
	.fy-box{display: flex;justify-content: space-between;margin-bottom: 1px;}
	.fy-left{width:120px;line-height: 48px;border: 1px solid #bfbfbf;color:#666666;text-align: center;transition: 0.6s}
	.fy-right{width:calc(100% - 121px);line-height: 48px;border: 1px solid #bfbfbf;color:#666666;text-align: center;transition: 0.6s;}
	.fy-box:hover{text-decoration: none;}
	.fy-box:hover .fy-left{background:#f4a102;color:#fff;border:1px solid #f4a102;}
	.fy-box:hover .fy-right{background:#f4a102;color:#fff;border:1px solid #f4a102;}
	
	@media(max-width:560px){
	.xq-left{width: 100%;}
	.xq-right{display: none;}
	}
	@media(max-width:480px){
	.m-box{padding: 0 15px;}
	}


	/* 产品列表 */
	.pr-list{padding: 3% 3%;}
	.pro-left {padding-right: 0;}
	.pr-titlebox{display: flex;background: #f4a102; padding: 8px 12px;align-items: center;flex-direction: row;margin-bottom: 2px;}
	
	.pr-title{color:#1d1d1d;font-size:24px;line-height:28px;font-weight: bold;text-transform: uppercase;text-align: left;}
	.pr-title1{color:#1d1d1d;font-size:36px;line-height:38px;text-transform: uppercase;text-align: left;border-bottom: 1px solid #bfbfbf;font-family: "Impact";padding-bottom: 8px;margin-bottom: 24px;}
	
	.pro-left ul li {display: block;text-align: left;line-height: 70px;margin-top:10px;background: none;padding:0 7%;}
	.pro-left ul li a {display: block;font-size: 20px;color: #ffffff;}
	.pro-left ul li:hover,.pro-left ul .default {color: #f4a102;}
	.pro-left ul li:hover a,.pro-left ul .default a {color: #f4a102;}
	.lei-list{padding-bottom: 0;}
	    .lei-list div .lei-name1 p{color:#f4a102!important;text-decoration: underline;} 
		.nav-box2{margin-bottom: 2px;padding-bottom: 0;}
		.nav-box1{overflow:hidden;height:0;position:relative;}
	    .lei-list h3{padding: 0;padding: 10px 0;position:relative;text-align: left;font-weight: bold;
		 color:#0b0807;line-height:20px;font-size: 18px;font-weight: bold;margin-bottom: 2px;
		 display: flex;align-items: center;border-bottom: 1px solid #bfbfbf;background: none;
	         }
	    .nav-box3{margin-bottom:2px;padding: 0 0;background: none;}
		.nav-box3:hover{cursor: pointer;}
		 .lei-list a p{font-size: 16px;line-height: 20px;float: right;color:#000;padding: 5px 10px;width: 100%;
		 background: none;text-align: left;
		 }
	.sanjiao2{transform: rotate(0)!important;margin-right: 8px;position: relative;top: -2px;} 
	.jia-box{position: relative; position:absolute;top:calc(50% - 8px);right:16px;width: 18px;height: 18px;}
	.heng{position: absolute;left: 0;top: 8px;width: 18px;height: 2px;background: #000;}
	.shu{position: absolute;left: 8px;top:0;width: 2px;height: 18px;background: #000;transition: 0.2s;}
	.lei-list div .uk-active .shu{height: 0;}
	.lei-list div .uk-active1{color:#f4a102!important;background: none;}
	.uk-accordion-content{padding:0!important;}
	.lpr-box{display: block;transition: 0.6s;position: relative;overflow: hidden;border:1px solid #bfbfbf;padding-bottom: 16px;}
	.lpr-box::before{content: " ";width: 0;height:0;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;background: rgba(244,161,2,.05);transition: 0.4s;z-index: 10;}
	.lpr-tu{overflow: hidden;}
	.lpr-img{width: 100%;display: block;margin: 0 auto;transition: 0.6s;}
	.lpr-name{text-align: center;font-size:20px;line-height: 24px;color:#000000;transition: 0.6s;padding: 0 18px;margin-top: 6px;transition: 0.6s;font-weight: bold;}
	.lpr-box:hover{text-decoration: none;border: 1px solid #f4a102;}
	.lpr-box:hover::before{width: 100%;height: 100%;}
	.lpr-box:hover .lpr-img{transform:scale(1.2);}
	.lpr-box:hover .lpr-title{color:#fcb026;}
	
	/* 产品详情*/
	.pr-page{padding:3%;background: #fff;}
		.show{width: 100%;border: 1px solid #ccc;overflow: hidden;margin-bottom: 18px;}
		.xiao{border: 1px solid #ccc;}
		.npr-title{color:#3d3e3f;font-size: 26px;line-height: 28px;margin-top: 20px;font-weight: bold;margin-bottom: 10px;}
		.npr-xian{width: 100%;height: 1px;background: #000;margin-bottom: 20px;max-width: 752px;opacity: 0.6;}
		.pr-lx{display: flex;justify-content: space-between;width: 100%;max-width: 400px;}
		.cont{display: block;width: 180px;height: 48px;background: #f4a102;text-align: center;line-height: 48px;font-size: 18px;color:#f9fafb;border-radius: 24px;text-transform: uppercase;
		}
		.pr-lxname{font-size: 24px;color:#333333;width: 200px;font-weight: bold;line-height: 58px;margin-bottom: 15px;margin-top:20px;}
		.cont:hover{text-decoration: none;color:#fff;background: #000;}
		.pr-page .uk-active img{border: 1px solid #f4a102!important;}
		.bottom-nr{margin-top: 40px;}
		.prbottom-title{font-size: 28px;font-weight: bold;color:#3d3e3f;margin-bottom: 8px;line-height: 32px;text-transform: uppercase;}
		.prbottom-xian{width: 100%;height: 1px;background: #1b1b1b;}
		.prbottom-xian1{width:92px;height: 7px;background: #f4a102;margin-top: -4px;margin-bottom: 20px;}
		.s-left::before,.s-right::before{display: none;}
		.s-left{left:-10%!important;top: 52%!important;display: block!important;border: none;color:#999999;width: 20px;}
		.s-right{right:-10%!important;top: 52%!important;display: block!important;border: none;color:#999999;width: 20px;}	
		.s-left:hover{background: none!important;color:#f4a102!important;}
		.s-right:hover{background: none!important;color:#f4a102!important;}
	/* 更多产品 */
	.rel{padding: 3%;padding-top: 0;}
	.rel-title{color:#333333;font-size: 24px;line-height: 28px;;font-weight: bold;margin-bottom: 10px;}
	.rel-xian{width: 100%;height: 1px;background: #ccc;margin-bottom: 30px;}
	.rel-tu{border: 1px solid #ccc;display: block;}
	.rel-name{color:#1f1e1e;font-size: 18px;line-height: 24px;margin-top: 12px;text-align: center;}
	.p-left::before,.p-right::before{display: none;}
    .p-left{display: block!important;left: -4%!important;}
	.p-right{display: block!important;right: -4%!important;}
	  .biaodan2>li{margin-bottom: 3%;position: relative;}
	 .biaodan2>li>input::-webkit-input-placeholder {
		          color: #999999;
		  }
		  .biaodan2>li>input{width: 100%;height: 35px;margin-bottom: 15px;font-weight: 300;background: #f2f3f5;
		   border:1px solid #f2f3f5;color:#888888;}
		 
		  .biaodan2>li>textarea{width: 100%;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;color:#888}
		  .biaodan2>li>textarea::-webkit-input-placeholder {color: #999999;line-height: 40px;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;} 
		  .biaodan2>li>textarea::-moz-input-placeholder {color: #999999;line-height: 40px;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;} 
		  .biaodan2>li>textarea::-ms-input-placeholder {color: #999999;line-height: 40px;font-weight: 300;background: #f2f3f5;border:1px solid #f2f3f5;} 
		.send3{
		width: 126px!important;
		height: 32px!important;
		background: #fcb026;
		border:1px solid #fcb026;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		transition: 0.8s;-webkit-transition: 0.8s;
		display: block;
		transition: 0.6s;	
		}
	
	  @media(max-width:1600px){
		 	  .s-left{display: block!important;left:3%!important;}
		 	  .s-right{display: block!important;right:3%!important;}   
			  .p-left{display: block!important;left:1%!important;}
			  .p-right{display: block!important;right:1%!important;} 
		 	   }

   
/* 联系我们 */
	.contact{padding: 3%;padding-bottom: 0;}  
	.map{padding: 0;margin-top: -100px;}
	.map .uk-container{max-width: 1920px;}
	.c-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.c-left{width:51%;}
	.c-right{width:43%;padding:0  26px;padding-bottom:110px;position: relative;z-index: 10;background: #fff;overflow: hidden;
	-moz-box-shadow:0px 0px 10px #B8B8B8; -webkit-box-shadow:0px 0px 10px #B8B8B8; box-shadow:0px 0px 10px #B8B8B8;}
	.con-title{color:#f4a102;font-size: 48px;text-transform: uppercase;margin-top:46px;line-height: 52px;font-family: "Impact";}
	.con-desc{font-size: 16px;color:#434342;margin-top: 20px;line-height: 24px;margin-bottom: 30px;}
	.b-title{color:#f4a102;font-size: 48px;text-transform: uppercase;margin-top:46px;line-height: 52px;font-family: "Impact";}
	.b-desc{font-size: 16px;color:#434342;margin-top: 20px;line-height: 24px;margin-bottom: 30px;}
    .con-lx{display: flex;justify-content: space-between;margin-bottom: 26px;}
	.con-lx img{width: 25px;height: 25px;}
	.con-lx p{width: calc(100% - 33px);font-size: 24px;line-height: 24px;text-align: left;color:#434342;}
	
	  @media(max-width:960px){
	  .c-left{width:70%;float: none;}
	 .c-right{width:100%;float: none;padding-bottom: 30px;}
	.map{margin-top: 20px;} 
	  }
	  @media(max-width:560px){
	   .c-left{width:100%;float: none;}
	  .c-right1{width:100%;float: none;margin-bottom: 40px;}
	  }
	 /* 联系我们表单 */
	.biaodan1>li{margin-bottom: 30px;}
	.biaodan1>li>input{width: 100%;height: 40px;font-weight: 400;background: #fff;
	border: none;color:#000;border-bottom: 1px solid #b5b5b5;}
	.biaodan1>li>input::-webkit-input-placeholder{color:#434342;}
	.biaodan1>li>textarea{width: 100%;font-weight: 400;background: #fff;border:none;color:#000;border-bottom: 1px solid #b5b5b5;
	 height: 40px;}
	.biaodan1>li>textarea::-webkit-input-placeholder {color: #434342;line-height: 40px;font-weight: 400;} 
	.biaodan1>li>textarea::-moz-input-placeholder {color: #434342;line-height: 40px;font-weight: 400;} 
	.biaodan1>li>textarea::-ms-input-placeholder {color: #434342;line-height: 40px;font-weight: 400;} 
	.button-box{margin-top:10px;}
	.send-box{display: flex;justify-content: space-between;}
	.send1{width: 100%!important;height: 56px!important;background: #f4a102;color: #ffffff;transition: 0.8s;display: block;border: none;line-height: 56px;font-size: 16px;}
	.reset{width: 100%!important;height: 56px!important;background: #eeeeee;color: #000;transition: 0.8s;display: block;border: none;line-height: 56px;font-size: 16px;}
    .reset:hover{background: #f4a102;color:#fff}




/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Deactivate browser history navigation in IE11
 */
.uk-slider {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  touch-action: pan-y;
}
/*
 * 1. Reset list style without interfering with grid
 */
.uk-slider:not(.uk-grid) {
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Sub-object item
 * 1. Position items above each other
 */
.uk-slider > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
}
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden;
}
/*
 * Dragged
 */
.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
/*
 * 1. Makes text unselectable
 */
.uk-slider.uk-drag {
  cursor: col-resize;
  /* 1 */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
 * 1. Prevents images and links from being dragged (default browser behavior)
 * 2. Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-slider a,
.uk-slider img {
  /* 1 */
  -webkit-user-drag: none;
  user-drag: none;
  /* 2 */
  -webkit-touch-callout: none;
}
/*
 * 1. Prevents images and links from being dragged in Firefox
 */
.uk-slider img {
  pointer-events: none;
}
/* Modifier: `uk-slider-fullscreen`
 ========================================================================== */
.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh;
}





/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -15px;
  margin-top: -15px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-dotnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 15px;
  margin-top: 15px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav:after {
  clear: both;
}
.uk-dotnav > * {
  float: left;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background: rgba(50, 50, 50, 0.4);
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6);
}
/* Active */
.uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4);
}
/* Modifier: `uk-dotnav-contrast`
 ========================================================================== */
.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: rgba(255, 255, 255, 0.7);
}
/* OnClick */
.uk-dotnav-contrast > * > :active {
  background: rgba(255, 255, 255, 0.9);
}
/* Active */
.uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9);
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * DEPRECATED
 */
.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav-vertical > * {
  float: none;
}

/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}
/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow > li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}
/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow > .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}
/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow > li > img {
  visibility: hidden;
}
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  /* 3 */
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover,
.uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
/* Active */
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
/*
 * Icons
 */
.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
  position: relative;
}
/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}
/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
/* Active */
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #eeeeee;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
  padding: 0 15px 15px 15px;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-accordion-content:before,
.uk-accordion-content:after {
  content: "";
  display: table;
}
.uk-accordion-content:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

	CSS Document */
	


