@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	text-decoration: none;
	list-style: none;
}

/*nav start*/
#nav {position:fixed; top:0; height:100px; width:100%;z-index:3070;}
#nav ul{float:right;margin:0;padding:0;width:80%;}
#nav li{ list-style-type:none; float:left;font: 16px "Microsoft Yahei"; width:8%; text-align:center; padding:20px 0;text-shadow:2px 3px 6px #000;}
#nav a, #nav a:hover{display: block; padding: 10px 0; color: #fff; text-align: center; text-decoration: none;}
#nav li.active{background:url(../images/navbg.png) 90% 90% no-repeat; background-size:100% 75%;}
.nav {background:#222;opacity:.5;height:60px;overflow:hidden;animation:navheight 5s;-webkit-animation:navheight 1s; background:rgba(00,00,00,0.8)}
.nav li{padding:0;margin:0;padding:5px 26px;color:#fff; text-shadow:2px 3px 6px #fff;}
.nav a, .nav a:hover{display: block; padding: 10px 0; color: #fff; text-align: center; text-decoration: none;}
.nav li.active{}
.nav li.active{background:url(../images/navbg.png) 90% 90% no-repeat; background-size:100% 75%;}

.body_detail #nav,.body_news #nav{background:#222;opacity:.5;height:60px;overflow:hidden;animation:navheight 5s;-webkit-animation:navheight 1s; background:rgba(00,00,00,0.8)}
/*nav end*/


#nav ul li ul {display:none;width:6%; position: fixed;z-index: 10000;background:#acacac;top:50px;*top:38px; }
#nav>ul>li ul>li{ width: 100%; line-height: 25px;background:rgba(00,00,00,.6);color:#666666}
#nav>ul>li ul>li a:hover{text-decoration:underline;}
#nav>ul>li:hover ul{ display: block; }

/*顶部导航*/
.head_t{
	width: 100%;
	height: 92px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.head_t img{
	height: 100%;
}
.head_t ul{
	width: 24.0rem;
	float: right;
	margin:0;
	padding:0;
}
.head_t ul li{
	width: 2.21875rem;
	text-align: center;
	height: 92px;
	line-height: 92px;
	float: left;
	font-size: 14px;
}
.head_t ul li.active{
	background:url(../images/zhanlue/title_bg.png) no-repeat center 34px;
}
.head_t ul li.active a{
	color: #fff;
}
.head_t ul li a{
	color: #000;
	text-decoration: none;
}
.head_t ul p{
	font-size: 12px;
	display: block;margin:0 0.1875rem;
	float: left;
}
.head_t ul p img{
	margin-top:32px;
}
.head_t ul p a{
	color: #000;
}
.box1{ width:9.578125rem; height:2.734375rem;  margin:0px auto;position: relative;}
.box1 img{
	width: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.box2{ width:100%; height:100%;  margin:0px auto; overflow:hidden; }
.box2 > p{
	width: 4.0rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	margin:0.9375rem auto 0;
	background:url(../images/zhanlue/tit_bg.png) no-repeat center bottom;
	background-size: 100%;
	color: #3f3f3f;
	font-size: 0.53125rem;
	font-weight: bold;
}
.box2_con{
	width: 100%;
	height: 10.234375rem;
}
.box2_con .box2_right{
	width: 15rem;
	float: right;
}
.box2_con .box2_right img{
	max-width: 100%;
}
.box2_con .box2_left{
	width: 9.625rem;
	margin:1.84375rem 0 0 5.15625rem;
	float: left;
}
.box2_con .box2_left h2{
	font-size: 0.6875rem;
	color: #053224;
	position: relative;
	height: 1.625rem;
	line-height: 1.625rem;
	text-align: left;
}
.box2_con .box2_left h2:after{
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	width: 1.40625rem;
	height: 0.09375rem;
	background-color: #053224;
}
.box2_con .box2_left p{
	font-size: 18px;
	color: #000;
	line-height: 40px;
	text-align: left;
}
.box3{ width:100%; height:100%;  margin:0px auto;overflow:hidden; }
.box3 > p{
	width: 4.0rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	margin:0.9375rem auto 0;
	background:url(../images/zhanlue/tit_bgb.png) no-repeat center bottom;
	background-size: 100%;
	color: #fff;
	font-size: 0.53125rem;
	font-weight: bold;
}
.box3 ul{
	width: 100%;
	height: 7.5625rem;
	margin-top:1.125rem;
}
.box3 ul li:hover{
	background-color: rgba(255,255,255,0.58);
}
.box3 ul li:hover h4,.box3 ul li:hover p{
	color: #053224;
}
.box3 ul li:hover:after{
	position: absolute;
	bottom:0;
	left: 2.96875rem;
	width: 1.625rem;
	height: 0.25rem;
	background-color: #053224;
	content: "";
}
.box3 ul li{
	position: relative;
	width: 7.1rem;
	margin-left: 0.5rem;
	height: 7.5625rem;
	background-color: rgba(255,255,255,0.2);
	float: left;
	overflow: hidden;
}
.box3 ul li:last-child{
	float: right;
}

.box3 ul li:first-child{
	margin-left: 0;
}
.box3 ul li h4{
	font-size: 0.4375rem;
	line-height: 1.65625rem;
}
.box3 ul li p{
	font-size: 0.34375rem;
	line-height: 0.53125rem;
}
.box3 ul li .box3_img{
	width: 1.65625rem;
	height: 1.5625rem;
	margin:0.78125rem auto 0;
}
.box3 ul li .box3_img1{
	background:url(../images/zhanlue/m1.png) no-repeat center;
	background-size: 100% 100%;
}
.box3 ul li .box3_img2{
	background:url(../images/zhanlue/m2.png) no-repeat center;
	background-size: 100% 100%;
}
.box3 ul li .box3_img3{
	background:url(../images/zhanlue/m3.png) no-repeat center;
	background-size: 100% 100%;
}
.box3 ul li .box3_img4{
	background:url(../images/zhanlue/m4.png) no-repeat center;
	background-size: 100% 100%;
}
.box3 ul li:hover .box3_img1{
	background:url(../images/zhanlue/m1h.png) no-repeat center;
	background-size: 100% 100%;
}
.box3 ul li:hover .box3_img2{
	background:url(../images/zhanlue/m2h.png) no-repeat center;
	background-size: 100% 100%;
}
.box3 ul li:hover .box3_img3{
	background:url(../images/zhanlue/m3h.png) no-repeat center;
	background-size: 100% 100%;
}
.box3 ul li:hover .box3_img4{
	background:url(../images/zhanlue/m4h.png) no-repeat center;
	background-size: 100% 100%;
}
.box4{ width:100%; height:100%;  margin:0px auto; overflow:hidden;position: relative; }
.box4 > p{
	width: 4.0rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	margin:0.9375rem auto 0;
	background:url(../images/zhanlue/tit_bg.png) no-repeat center bottom;
	background-size: 100%;
	color: #3f3f3f;
	font-size: 0.53125rem;
	font-weight: bold;
}
.box4 ul{
	width: 20.46875rem;
	margin:1.15625rem auto 0;
}
.box4 ul li{
	width: 3.6875rem;
	height: 2.6125rem;
	margin: 0.1875rem;
	float: left;
	background-color: #fff;
	text-align: center;
	line-height: 2.6125rem;
	position: relative;
}
.box4 ul li img{
	max-width: 90%;
}
.box4 ul li img{
	width: 100%;
	cursor: pointer;  
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.box4 ul li img:hover{
	transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
}
.box4 ul li:hover:after{
	content: "";
	width: 3.6875rem;
	height: 0.125rem;
	left: 0;
	bottom: -0.125rem;
	background-color: #053224;
	position: absolute;
}
.box4_bot{
	position: absolute;
	left: 0;
	bottom:0;
	height: 44px;
	line-height: 44px;
	background-color: #053224;
	width: 100%;
}
.box4_botcon{
	width: 21.875rem;
	height: 44px;
	margin: 0 auto;
	font-size: 16px;
}
.box4_botcon p{
	color: #fff;
	display: block;
	float: left;
}
.box4_botcon a{
	color: #fff;
	display: block;
	float: right;
}
.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}
.ph1{ animation-name:ph;animation-duration:2.5s;}
@keyframes ph{
	0%{ transform:translateY(-840px);}
	100%{transform:translateY(0px);}
	}
.ph2{ animation-name:ph2;animation-duration:2.5s;animation-play-state:paused; }
@keyframes ph2{
	0%{ transform:translateY(0px);}
	100%{transform:translateY(-840px);}
	}
.wheel{animation-name:spin; animation-duration:5s; animation-timing-function:linear;animation-iteration-count:infinite; animation-delay:2.5s;}
@keyframes spin {
  100% {transform: rotate(1turn); }
  }
  	
.nail{ animation-name:nai;animation-duration:2.5s; animation-play-state:paused;}
@keyframes nai{
	0%{ transform:translateY(-240px);}
	100%{transform:translateY(0px);}
	}
	
.cloud{ animation-name:clou;animation-duration:2.5s;animation-play-state:paused;}
@keyframes clou{
	0%{ transform:translateX(700px);}
	100%{transform:translateX(0);}
	}
  
.shop{animation-name:shop;animation-duration:2.5s;animation-play-state:paused;}
@keyframes shop{
	0%{ transform:translateY(-640px);}
	100%{transform:translateY(0px);}
	}
	
.fun{ animation-name:fu;animation-duration:2.5s;animation-play-state:paused;}
@keyframes fu{
	0%{ transform:translateY(200px); opacity:0.1;}
	100%{transform:translateY(0px); opacity:1;}
	}
	
.gift1{ animation-name:gif1;animation-duration:2.5s;animation-play-state:paused;}
@keyframes gif1{
	0%{ transform:translateX(200px);}
	100%{transform:translateX(0);}
	}
	
.gift2{ animation-name:gif2;animation-duration:2.5s;animation-play-state:paused;}
@keyframes gif2{
	0%{ transform:translateX(-200px);}
	100%{transform:translateX(0);}
	}
	
.ballon{ animation-name:bal;animation-duration:2.5s;animation-play-state:paused;}
@keyframes bal{
	0%{ transform:translateY(400px); }
	100%{transform:translateY(0px); }
	}
	
.phone1{ animation-name:ph1;animation-duration:2.5s;animation-play-state:paused;}
@keyframes ph1{
	0%{ transform: rotate(0deg)}
	100%{transform: rotate(30deg); transform-origin:bottom right; }
	}