@charset "utf-8";
/*通用样式*/
body{
	margin:0px;
}

img{
	width:100%;
	border:0px;
}
a{
	text-decoration:none;
	color:black;
}
ul{
	padding:0px;
	margin:0px;
	
}
li{
	list-style: none;
}
p{
margin:0px;
}
.dashicons,a{
	cursor: pointer;
}
/*自适应*/
.one-sixth{
	width: 16.66%;
}
.one-fifth{
	width: 20%;
}
.one-fourth{
	width: 25%;
}
.one-third{
	width: 33.333%;
}
.two-fifth{
	width: 40%;
}
.one-second{
	width: 50%;
}
.three-fifth{
	width: 60%;
}
.two-third{
	width: 66.666%;
}
.three-fourth{
	width: 75%;
}
.four-fifth{
	width: 80%;
}
.five-sixth{
	width: 83.333%;
}
.one{
	width: 100%;
}
/*header部分*/
header>div{
margin:0px auto;
overflow:hidden;
}
header .img{
width:40%;
float:left;
}
header .form{
float:right;
width:20%;
}
header form{		
margin-top:22%;
}				
header .form label{
margin-top:12%;
display:block;
}						
header input{
outline:none;
border:none;
border-radius:5px;
width:60%;
}
header span{
color:#FFFFFF;
margin-top:2px;
}
/*body*/
.ishome,.newcolor{
background-color:#F7F7F7;
}
.homecontent{
background-color:#FFFFFF;
/*padding:0px 2%;*/
/*margin-top:1% !important;*/
box-shadow:0 3px 5px 5px rgba(0, 0, 0, 0.1);
}
.paddcontent{
padding:0px 4%;
}
/*footer*/
footer .footer-middle{
}
footer .footer-left{
width:40%;
float:left;
}			
footer .footer-right{
width:50%;
float:right;
padding:3% 0px;
margin-top:2%;
}			
footer .addre{
clear:both;
}/*
footer .left-text{
overflow:hidden;
}
footer .left-text>a{
display:block;
width:10%;
float:left;
margin-right:5%;
}*/
.blockimg{
-webkit-animation-duration: 1s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
	display:none;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	display:block;
  }
}
.blockimg {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
footer .footer-right>div>.contrlblock{
cursor:pointer;
}

footer .footer-right>div>.noneimg{
position:absolute;
top:-120px;
z-index:999;
visibility:hidden;
width:100%;
}
footer .footer-right>div>.noneimg img{
height:100%;
width:100%;
}
footer .footer-right>div{
float:right;
width:20%;
position:relative;
text-align:center;
margin-left:10%;
}
footer .addre{
text-align:center;
margin-top:1%;
}

/*上一页链接*/
.prev-width,.prev-width a{
padding:2% 1% 2% 1%;
color:#9A231D;
font-weight:bold;
}
.prev-width{
padding-left:6%;
}		
/*菜单*/
.menu-contain>ul>li>.sub-menu>li{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#FFFFFF;
}

/*屏幕大于1240*/
@media screen and (min-width: 1240px) {
	.content .fix-width,.prev-width,header>div,footer>div,.homecontent{
		max-width: 1200px;
		margin: 0px auto;
	}
}
/*屏幕大于等于1200px,小于等于1239px样式*/
@media (min-width: 1200px) and (max-width: 1239px){
	.content .fix-width,.prev-width,header>div,footer>div,.homecontent{
		max-width: 950px;
		margin: 0px auto;
	}
	header .form{
	width:25%;
	}
	header form{		
    margin-top:18%;
    }				



}

/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 992px) and (max-width: 1199px){
	.content .fix-width,.prev-width,header>div,footer>div,.homecontent{
		max-width: 920px;
		margin: 0px auto;
	}
	.five-sixth,.four-fifth,.three-fourth,.two-third,.three-fifth,.one-second{
		width: 100%;
	}
	header .form{
	width:30%;
	}
	header form{		
    margin-top:15%;
    }				

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 750px) and (max-width: 991px){
	.content .fix-width,.prev-width,header>div,footer>div,.homecontent{
		max-width: 700px;
		margin: 0px auto;
	}
	.five-sixth,.four-fifth,.three-fourth,.two-third,.three-fifth,.one-second,.two-fifth,.one-third,.one-fourth,.one-fifth,.one-sixth{
		width: 100%;
	}
	/*header*/
	header .form label{
    	margin-top:0px;
    }					
	header .form{
		width:30%;
		font-size:15px;
	}
	header form{
		margin-top:13%;
	}

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 0px) and (max-width: 749px){
	header>div{
		width:77%;
	}
	.content{
		/*padding:0px 8%;*/
	}
	.mobilepadding{
		padding:0px 4%;
	}
	.content .fix-width,.prev-width,footer>div,.homecontent{
		max-width: 500px;
		margin: 0px auto;
	}
	
	.five-sixth,.four-fifth,.three-fourth,.two-third,.three-fifth,.one-second,.two-fifth,.one-third,.one-fourth,.one-fifth,.one-sixth{
		width: 100%;
	}
	/*header部分*/
	header .img{
	width:100%;
	}
	header .form{
	display:none;
	}
	/*菜单*/
	.vim-top{
		padding-top:30px !important;
	}



}
