﻿/****动画效果css*****/
#box{background:url(jg.png) no-repeat center center;}
.tpLeft{ 
	position: absolute;
	top:0px;
	/*animation: fadeInLeftBig 2.0s ease ;
	-webkit-animation:fadeInLeftBig 2.0s ease ;*/
		}
.tRight{
	position: absolute; 
	top:0px;
	right:0px;
	/*animation: fadeInRightBig 3.5s ease ;*/
		}
.cenGh{
	position: absolute;
	left: 49%;
	margin-left: -152px;
	top:40px;
	animation: fadeInDown 1.0s linear;
	-webkit-animation:fadeInDown 1.0s linear;  
	transition: top 0.5s;
	-webkit-transition:top 0.5s;
	}
.search{
		position: absolute;
		left: 43%;
    	margin-left: -153px;
		top:260px;
		transition: top 0.5s;
		}
.dh{position: absolute; width:1200px; left:50%; margin-left:-600px; top:425px; background:#bd1a2d; line-height:52px; height:52px; border-radius:10px; transition: top 1.5s;}

/* 隐藏效果 */
.hide{
	top: -30px;
}

/****隐藏鼠标移动出现导航css****/
#navTwo{ 
display:none;
  position: fixed;
  top:40px;
  z-index: 1000;
  border: none;
  outline: none;
  cursor: pointer;
  background:#fff;
  width:100%; 
  height:115px;
  /*transition:all .3s linear;*/
  transition: all 0.8s ease-out 0s;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
#nav1200 {
 width:1200px; margin:0 auto;
}

@media screen and (min-width: 320px) and (max-width:1024px) {
/****动画效果css*****/
#box{display:none;}
.tpLeft{display:none;}
.tRight{display:none;}
.cenGh{display:none;}
.search{display:none;}
.dh{display:none;}

/* 隐藏效果 */
.hide{display:none;}

/****隐藏鼠标移动出现导航css****/
#navTwo{display:none;}
#nav1200 {display:none;}