@charset "utf-8";
/* CSS Document */	/*导航代码开始 */				
		a{
			outline:none;}						
.daohang2{
		display:inline-block;
		float:right;
		margin-top:26px;
		position:relative;
		z-index:1000;
		width:20px;
		cursor:pointer;
	
		}
		
			.daohang2 p{
				display:inline-block;
				width:20px;margin-top: 0px;
				border-radius:3px;
				height:3px;
				float:left;
				margin-bottom:3px;
				background:rgba(255,255,255,0.6);
				
				
				
				}
				
				
				
				
				
			.daohangtan{
			width:100%;
			height:100%;
			position:fixed;
			z-index:1500;
			left:0px;
			top:0px;    background-color:rgba(21,21,21,0.9);
			
			
			opacity:0;
			visibility:hidden;
			
			}
			
			
			.xianshi{
			opacity:1;
			visibility:visible;
				}
			
			.daohangtanguan{
				position:absolute;
				right:30px;
				top:20px;
				z-index:1;
				cursor:pointer;
			
				
				
				
				}
			.daohangtanguan svg{	transition:all 0.5s;
			}
			
			.daohangtanguan:hover svg{
				transform:rotate(360deg);
				
				}
			.daohangtanzong{
				display:table;
				width:100%;
				height:100%;
				}
				
				.daohangtan1{
		vertical-align:middle;
  display:table-cell;
  text-align:center;

  

  
				}
				
					.daohangtan1-1{
						width:300px;
						margin:auto;}
				
				.daohangtan1 a{  width:300px;
				display:inline-block;
				margin-bottom:5px;
				margin-top:5px;
					color: rgba(255,255,255,.5);font-size: 24px;
    line-height: 25px;
					}
					
					
					
					
					
					
					
					
					
					.daohangtan1 a:hover{
						color:#fff;    }
						
						
						.daohangtan1 p{
							opacity:0;
							transform:translateY(50px);
						
							
						
							
							}
							
							
							
				.xianshi .daohangtan1 p{	opacity:1;
							transform:translateY(0px);
					
					
					}		



.xianshi .daohangtan1 p:nth-child(1){
	
	transition:all 0.5s 0.1s ;
	
	
	
	}


.xianshi .daohangtan1 p:nth-child(2){
	
	transition:all 0.5s 0.2s;
	
	
	
	}
	
.xianshi .daohangtan1 p:nth-child(3){
	
	transition:all 0.5s 0.3s;
	
	
	
	}
	
.xianshi .daohangtan1 p:nth-child(4){
	
	transition:all 0.5s 0.4s;
	
	
	
	}
	
.xianshi .daohangtan1 p:nth-child(5){
	
	transition:all 0.5s 0.5s;
	
	
	
	}
	
.xianshi .daohangtan1 p:nth-child(6){
	
	transition:all 0.5s 0.6s;
	
	
	
	}
	
.xianshi .daohangtan1 p:nth-child(7){
	
	transition:all 0.5s 0.7s;
	
	
	
	}
	
	.xianshi .daohangtan1 p:nth-child(8){
	
	transition:all 0.5s 0.8s;
	
	
	
	}
			/*导航代码结束*/				
								
				
				
				
		/*返回代码开始 */		
		
		.fanhui{
			position:fixed;
			z-index:100;
			right:20px;
			bottom:-240px;
		
			    transition: .5s all  ease-in-out;
			
			
			
			}		
			
			
			.shang{
					bottom:30px;
				}
		
		
			.fanhui div{
				cursor:pointer;
				margin-top:20px;}
				
				.fanhui div:hover circle{
				fill:#999899;
				}
								
								
		/*返回代码结束 */		
		
		
		.zhezhao{
			width:100%;
			height:100%;
			position:fixed;
			z-index:1000;
			left:0px;
			top:0px;
			background:rgba(0,0,0,0.6);
			display:none;
			}
			
				.zhezhao img{
					position:absolute;
					left:0px;
					top:0px;
					bottom:0px;
					right:0px;
					margin:auto;
					z-index:1;
					width:200px;
					height:200px;
					
					
					
					
					
					
			
					}
									
				

				
				
				
				
						
						
						/*加载代码开始 */
	.jiazai{
		
		width:100%;
	height:100%;
	position:fixed;
	z-index:2000;top:0;
    left: 0;
	text-align:center;
       background: #fff;transition: transform 0.5s;
		
		
	
	
	}
	
	.dengdai {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #36a2d2;
  letter-spacing: 0.2em;
}
.dengdai::before, .dengdai::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #36a2d2;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}
.dengdai::before {
  top: 0;
}
.dengdai::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

	
	
	
	
		/*加载代码结束 */
		.widgetxin{
			padding-left:30px!important;
		}
		
		
					@media screen and (min-width:320px) and (max-width:399px) {
		.widgetxin{
			padding-left:30px!important;
		}
       .widget_recent_entries{
	        width: 100%!important;
}
       .fenlei a{
       	margin-left: 4px;
        margin-right: 0px;
       }
       .tupian{
       	  margin-bottom: 311px!important;      	    
       }
       .tupian img{
/*       position: absolute;
    left: 26%;
    top: 499px;*/
       }
	.daohangtan1-1 p:last-child
{ 
display: none;
}
								
			}
			
				
				
				
				
				@media screen and (min-width: 400px) and (max-width:499px){
.widgetxin{
			padding-left:30px!important;
		}
			
			}
		
		@media screen and (min-width: 500px) and (max-width:639px){
		
			.widgetxin{
			padding-left:30px!important;
		}
			}
		
		
		
		
		
		@media screen and (min-width: 640px) and (max-width:767px){
			.widgetxin{
			padding-left:30px!important;
		}
			
			
			}
		
		
		
		
		@media screen and (min-width: 768px) and (max-width:991px){
.widgetxin{
			padding-left:30px!important;
		}
			
			}
		
		@media screen and (min-width: 992px)and (max-width:1199px){

		.widgetxin{
			padding-left:30px!important;
		}				
			
			}

	@media screen and (min-width: 1200px)and (max-width:1400px){
				}
	
					@media screen and (min-width: 1401px){
					
					
					}

.tw-counterup img{
	max-width: 80px!important;
}
/*.active{
	color: #595959;
}*/
.uk-animation-slide-bottom-small{
	margin: 0 auto; 
}
.daohangtan1-1 p:last-child
{ 
display: none;
}
.f15{
	color: #fff;
}


@media screen and(max-width: 700px){
	.tw-main-menu {
		padding-top: 0px!important;
	}
	.uk-background-top-center{
    	height: 300px!important;
    }
}

@media screen and (min-width: 640px) and (max-width:1200px){
        

        .ccc{
        	display: none;
        }


       .chanping{
       	    left: 41%!important;
            top: 105px!important;
       }

				}


@media screen and (min-width: 320px) and (max-width:640px){
    .uk-background-top-center{
    	height: 300px!important;
    }
    .chanping{
    left: 33%!important;
    top: 159px!important;
       }
}

#neirong:-ms-input-placeholder ,#neirong::-moz-placeholder,#neirong:-moz-placeholder,#neirong::-webkit-input-placeholder{
    color: #595959!important;
}




.vv::-webkit-input-placeholder, .vv::-webkit-input-placeholder {
    color: red!important;
}
.vv:-moz-placeholder, .vv:-moz-placeholder {
    color: red!important;
}
.vv::-moz-placeholder, .vv::-moz-placeholder {
    color: red!important;
}
.vv:-ms-input-placeholder, .vv:-ms-input-placeholder {
    color: red!important;
}

