@charset "utf-8";
/* CSS Document */

<!--*{list-style:none; text-decoration:none;}-->
		body{color:#222;-webkit-text-size-adjust:none;}
		body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;}
		h1,h2,h3,h4,h5,h6{font-size:100%;}
		body,button,input,select,textarea {font-family:Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,sans-self;font-size:62.5%; line-height:1.5;}
		ol,ul{list-style:none;}
		
		html,body{ width:100%; height:100%; overflow:hidden;}
		.section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}
		.section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}
		.section-wrap .section .title{width:100%;position:absolute;top:15%;color:#fff;font-size:2.4em;text-align:center;}
		
		.section-wrap .section-1{ background:url(images/psbg.png) no-repeat center top; background-size:cover;}
		.section-wrap .section-2{background:url(images/p2bg.png) no-repeat center top; background-size:cover;}
		.section-wrap .section-3{ background:url(images/p3bg.png) no-repeat center top; background-size:cover;}
		.section-wrap .section-4{background:url(images/p3bg.png) no-repeat center top; background-size:cover;}
		.section-wrap .section-5{background:url(images/p3bg.png) no-repeat center top; background-size:cover;}
		.section-wrap .section-6{background:url(images/p3bg.png) no-repeat center top; background-size:cover;}
		.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}
		.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}
		.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}
		.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}
		.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}
		.put-section-5{ transform:translateY(-400%);-webkit-transform:translateY(-500%);}
		.section-btn{ width:14px;position:fixed;right:4%;top:50%;}
		.section-btn li{ width:14px;height:14px;cursor:pointer;text-indent:-9999px;border-radius:50%;-webkit-border-radius:50%;margin-bottom:12px; background:#BD362F;text-align:center; color:#fff; onsor:pointer;}
		.section-btn li.on{ background:#fff}
		.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;font-size:20px;color:#fff;border:1px solid #fff;cursor:pointer;overflow:hidden;}
		.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
		@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
		@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
		
@-ms-keyframes plane-move1{
	from{ bottom:-5px; transform:rotate(0deg); }
	25%{ bottom:0%; transform:rotate(0deg); }
	50%{ bottom:5px; transform:rotate(0deg); }
	75%{ bottom:0px; transform:rotate(0deg); }
	to{ bottom:-5px; transform:rotate(0deg);  }
}
@-moz-keyframes plane-move1{
	from{ bottom:-5px; transform:rotate(0deg); }
	25%{ bottom:0%; transform:rotate(00deg); }
	50%{ bottom:5px; transform:rotate(00deg); }
	75%{ bottom:0px; transform:rotate(0deg); }
	to{ bottom:-5px; transform:rotate(00deg);  }
}
@-o-keyframes plane-move1{
	from{ bottom:-5px; transform:rotate(0deg); }
	25%{ bottom:0%; transform:rotate(00deg); }
	50%{ bottom:5px; transform:rotate(0deg); }
	75%{ bottom:0px; transform:rotate(0deg); }
	to{ bottom:-5px; transform:rotate(00deg);  }
}
@-webkit-keyframes plane-move1{
	from{ bottom:-5px; transform:rotate(0deg); }
	25%{ bottom:0%; transform:rotate(00deg); }
	50%{ bottom:5px; transform:rotate(0deg); }
	75%{ bottom:0px; transform:rotate(0deg); }
	to{ bottom:-5px; transform:rotate(0deg);  }
}
@keyframes plane-move1{
	from{ bottom:-5px; transform:rotate(0deg); }
	25%{ bottom:0%; transform:rotate(0deg); }
	50%{ bottom:5px; transform:rotate(0deg); }
	75%{ bottom:0px; transform:rotate(0deg); }
	to{ bottom:-5px; transform:rotate(0deg);  }
}

@-webkit-keyframes rain {
  0% {
	top: -200%
  }
  100% {
	top:0
  }
}
@-moz-keyframes rain {
  0% {
	top: -200%
  }
  100% {
	top:0
  }
}
@keyframes rain {
  0% {
	top:-200%
  }
  100% {
	top:0
  }
}
@keyframes h1go{
	0%{opacity: 0; transform:translate(500px,300px);}
	30%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0;transform:translate(0,0);}
}
@keyframes h2go{
	0%{opacity: 0; transform:translate(0,0);}
	30%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0;transform:translate(-400px,-150px);}
}
@keyframes h3go{
	0%{opacity: 0; transform:translate(0px,0px);}
	30%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0;transform:translate(-600px,-400px);}
}

.w1000{ width:1000px; margin:0 auto;}
		.tit{ width:30%; height:auto; margin:0 auto; position:relative; z-index:999;}
		.tit img{ width:100%; height:auto;}
.headbox {width: 2400px; height: 900px;background: rgba(0,0,0,0);position: absolute; left: 50%;top: 50%; margin: -450px 0 0 -1200px;}
   		.headbox img.h1{opacity: 0;animation: h1go 10s linear infinite; width: 333px; height: 286px;position: absolute;left: 0px;top: 0px;}
    	.headbox img.h2{opacity: 0;animation: h2go 10s linear infinite;animation-delay: 1s; width: 287px;height: 283px;
position: absolute;  right: 400px; bottom: 300px}  
.headbox img.h3{opacity: 0;animation: h3go 10s linear infinite;animation-delay: 1s; width: 360px;height: 309px;
position: absolute;  right:0px; bottom: 0px}  
.pr3con .don h2{ text-align:center;}    
   
    
    
   
    
    
   
    
    
    	
    
    
   
    
   
		.erwm img{ position:absolute; right:0px; top:0px; width:30%; height:auto;}
		.boat{ width:10%; hieght:auto; position:absolute; left:20%; bottom:8%;
		animation:'plane-move1' 3.0s linear 0s infinite;
	-ms-animation:plane-move1 3.0s linear 0s infinite;
	-moz-animation:plane-move1 3.0s linear 0s infinite;
	-o-animation:'plane-move1' 3.0s linear 0s infinite;
	-webkit-animation:'plane-move1' 3.0s linear 0s infinite;}
		.boat img{ width:100%; height:auto;}


.rain {
    background:url(images/rain.png)repeat-y;
    position: absolute;
    left: 0;
    top: 0px;
    height: 300%;
    width: 100%;
	opacity:0.5;
    -webkit-animation: rain 1s linear infinite;
    -moz-animation: rain 1s linear infinite;
    -o-animation: rain 1s linear infinite;
    animation: rain 1s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.p2{ height:641px; position:absolute; margin-top:-310.5px; left:50%; top:38%; margin-left:-500px;}
.p2top{ width:100%; overflow:hidden;zoom:1;}
.p2topl{ width:30%; height:auto; float:left;}
.p2topl img{ width:100%; height:auto;}
.p2topr{ width:60%; margin-left:5%; float:left; padding-top:8%;}
.p2topr h2{ text-align:right;margin-bottom:5px; }
.p2topr p{ font-family:"宋体"; font-size:12px;
text-indent:26px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.pr3con{ overflow:hidden; zoom:1; padding-top:15px; width:1200px; margin:0 auto; }
.don{ float:left; width:28%; margin:0 2.5%; position:relative;height:auto; }
.don img{ height:auto;width:100%}
.don h2{ font-size:18px; margin-top:12px; color:#000; margin-bottom:12px;}
.don span{ color:#000;}
.don:hover{ color:red;}
.don h2:hover{ color:red;}





.p3tabmenu ul{ overflow:hidden;zoom:1; width:720px; margin:0 auto;}
.p3tabmenu ul li{ float:left;}
.p3tabmenu ul li a{ display:block; width:180px; height:158px;}

.zc_box{ width:958px; border:#009944 dashed 1px; background:rgba(255,255,255,0.5); padding:20px;}
.zc_box p{ font-size:16px; line-height:1.5; font-family:"微软雅黑"; text-indent:36px;}
.hide{ display:none;}

.p4{ height:690px; position:absolute; margin-top:-345px; left:50%; top:45%; margin-left:-500px;}
.p4top img{ width:60%; height:auto;}
.p4con{ width:920px; height:455px; background:url(images/p4conbg.png) no-repeat center; padding:45px 40px 0 ; font-family:"微软雅黑";}
.p4con h2{ font-size:22px; font-weight:normal; margin-bottom:10px;}
.p4con p{ font-size:18px; font-family:"微软雅黑"; line-height:1.3; text-indent:30px;}
.botcon{ text-align:right; color:#666;font-size:16px; padding:20px 40px;}


.xon{ width:1150px; margin:0 auto; margin-top:50px;}
.xon ul{ float:left;}
.xon ul li img{ border-radius:200px;float:left; margin-right:20px; margin-top:20px;}
.xon ul li{float:left; width:530px;  height:200px; border:2 px red solid;  margin-right:20px;}
.xon  .lon h2{ font-size:18px; margin-top:px; display:block;}
.xon  .lon span{margin-top:3px; display:block;}
a{ color:#000;}








.p5top{ width:100%; overflow:hidden;zoom:1;}
.p5topl{ width:36%; height:auto; float:left;}
.p5topl img{ width:100%; height:auto;}
.p5topr{ width:59%; margin-left:5%; float:left; padding-top:5%;}
.p5topr h2{ text-align:right; margin-bottom:5px; }
.p5topr p{ font-family:"宋体"; font-size:10px;
text-indent:26px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}

.p5{ height:690px; position:absolute; margin-top:-345px; left:50%; top:45%; margin-left:-500px;}
.p5con{ overflow:hidden;zoom:1;}
.p5confl{ float:left; width:500px; margin-right:20px;height:430px;  }
.p5confr{ float:left; width:480px; overflow:scroll; overflow-x:hidden; height:450px; }
.p5confl form p{ vertical-align:middle; margin:10px 0px; text-align:right;}
.p5confl form p span{ font-size:20px; font-family:"微软雅黑"; vertical-align:top;}
.p5confl form input.name{ width:400px; border:#999 solid 1px; background:rgba(255,255,255,0.5); border-radius:5px; height:35px; line-height:35px;text-align:left;}
.p5confl form textarea{ width:400px; border:#999 solid 1px; background:rgba(255,255,255,0.5); border-radius:5px;height:200px; line-height:35px; text-align:left;}
.p5confl form p.dx{ font-size:16px;}
.p5confl form button{ width:120px; height:35px; line-height:35px; color:#fff; cursor:pointer; border:none; background:#009944; font-size:20px; margin:10px 10px; font-family:"微软雅黑";}
.p5confl form p.bu{ text-align:center;}
.p5confl form button.res{ background:#666;}
.ly{ font-family:"微软雅黑"; border-bottom:#009944 dashed 1px; padding:5px 10px; margin-right:10px; margin-bottom:20px;}
.ly p{ font-size:14px; vertical-align:middle; line-height:1.5;}
.ly p span{ font-size:16px; color:#009944;}

.p6{ font-family:"微软雅黑";height:720px; position:absolute; margin-top:-360px; left:50%; top:50%; margin-left:-500px;}
.p6top{ font-size:24px; color:#009944; padding-bottom:50px;}
.picbox1{ width:510px; margin:0 auto;overflow:hidden; font-size:18px; color:#000;}
.picbox2{ width:510px; margin:0 auto;overflow:hidden; font-size:18px; color:#000; margin-top:10px;}
.p6pic{ width:150px; margin:0 10px; text-align:center; float:left;}
.p6pic img{ border-radius:200px; margin-bottom:100px; margin-bottom:10px; box-shadow:2px 2px 0px #19839f;}

.wq{ margin-top:20px;}
.wq h2{ font-weight:normal; font-size:24px; color:#000;}
.wq ul{ overflow:hidden;zoom:1; margin-top:10px;}
.wq ul li{ float:left; margin-left:5px; width:18%;}
.footer{ text-align:center; font-size:16px; color:#000; padding-top:15px; }
.footer p img{ vertical-align:middle; }
.wq img{ width:100%;}
/*03.31*/
.p2picp:hover{ background:rgba(0,0,0,0.8);}
.p2picp{ position:absolute;width:90%; height:95%; z-index:2; top:0px;left:0px; padding:5%; cursor:pointer;transition: all 1s;}
.p2picp p a{ color:#fff; padding:20px; text-decoration:none;}
.none{ display:none;}


.domcon















