﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea{ margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/
html {
  scroll-behavior: smooth;
}
/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; }
a:hover { color: #009fe8; }


.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; overflow:hidden;}
.nr {width: 1680px; margin: 0 auto; }
@media (max-width: 1680px){
	.nr { width:1200px}
}
@media (max-width: 1200px){
    .nr { width:92%}
}
.header{ width:100%; height:114px; position:absolute; left:0; top:0; z-index:9 }
.header .nr{ height:100%; position:relative}
.header .nav{ position:relative; height:100%; float:right; margin-right:30px}
.header .nav ul{ height:100%}
.header .nav ul li{ float:left; font-size:14px; height:100%; margin-right:35px; position:relative}
.header .nav ul li>a{ display:block; height:100%; display:flex; align-items: center; color:#fff}

.header .nav ul li .xl{ width:140px; position:absolute; left:50%; margin-left:-70px; top:calc(50% + 20px); background: rgba(255,255,255,1);backdrop-filter:blur(2px); background-size:cover; line-height:38px; text-align:center; padding:10px 0; border-radius:0 0 10px 10px; visibility:hidden; opacity:0; z-index:99; transform: rotateY(90deg); transition:all 0.5s; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.header .nav ul li .xl a{ font-size:14px; color:#333; display:block}
.header .nav ul li .xl a:hover{ color:#0271b9}
.header .nav ul li .xl dd {}
.header .nav ul li:hover .xl { transform: rotateY(0); opacity: 1; visibility: visible; }


.header .nr .logo{ height:100%; float:left}
.header .nr .logo a{ height:100%; display:flex; align-items: center;}
.header .nr .logo a .img1{ display:block}
.header .nr .logo a .img2{ display:none}
.header .nr .rt{ float:right; height:100%; display:flex; align-items: center; color:#fff}
.header .nr .rt .sea{ background:url(g_02.png) left center no-repeat; padding-left:32px; font-size:14px; cursor:pointer;}
.header .nr .rt .lan{ margin-left:35px; position:relative; height:100%; display:flex; align-items: center;}
.header .nr .rt .lan span{ background:url(g_03.png) left center no-repeat; padding-left:35px; font-size:14px}
.header .nr .rt .lan span i{ background:url(g_04.png) right center no-repeat; padding-right:18px;}
.header .nr .rt .lan .bot{position: absolute; top: 100px;opacity: 0;visibility: hidden;border-radius: 10px;transition: all 0.5s;text-align: center;padding:10px 0;width: 120px;background: #ffffff;box-shadow: 0 0 14px rgba(0,0,0,.2); left:50%; margin-left:-60px}
.header .nr .rt .lan .bot::before{content: '\20';position: absolute;z-index: 2;top: -19px;left: 50%;transform: translateX(-50%);border: 10px solid transparent;border-bottom-color: #ffffff;}
.header .nr .rt .lan .bot a{display: flex;justify-content: center;align-items: center;color: #333;font-size: 14px;padding: 5px 10px;transition: all 0.3s;}
.header .nr .rt .lan .bot a:hover{color: #0070d9;}
.header .nr .rt .lan .bot a .pic{margin-right: 8px; }
.header .nr .rt .lan .bot a .pic img{width: 26px; display: block;}
.header .nr .rt .lan .bot a .txt{width: 40px;}
.header .nr .rt .lan:hover .bot{top: 80px; opacity: 1; visibility: visible;}
.header .nr .rt .fw{ margin-left:35px}
.header .nr .rt .fw a{ display:flex; align-items: center; justify-content: center; width:100px; height:36px; border:1px solid #fff; color:#fff; font-size:14px}

.header.white{ position:relative; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.header.white .nr .logo a .img2{ display:block}
.header.white .nr .logo a .img1{ display:none}
.header.white .nav ul li a{ color:#333}
.header.white .nav ul li.on>a{ color:#02619f}
.header.white .nav ul li:hover>a{ color:#02619f}
.header.white .nr .rt .sea{ background:url(g_02_2.png) left center no-repeat; color:#333}
.header.white .nr .rt .lan span{ background:url(g_03_2.png) left center no-repeat;}
.header.white .nr .rt .lan span i{ background:url(g_04_2.png) right center no-repeat; color:#333}
.header.white .nr .rt .fw a{ border:1px solid #02619f; background:#02619f; }

.header.white2{ position:fixed; width:100%; left:0; top:0; z-index:999; box-shadow:0 0 10px rgba(0,0,0,0.1); background:#fff}
.header.white2 .nr .logo a .img2{ display:block}
.header.white2 .nr .logo a .img1{ display:none}
.header.white2 .nav ul li a{ color:#333}
.header.white2 .nav ul li.on>a{ color:#02619f}
.header.white2 .nav ul li:hover>a{ color:#02619f}
.header.white2 .nr .rt .sea{ background:url(g_02_2.png) left center no-repeat; color:#333}
.header.white2 .nr .rt .lan span{ background:url(g_03_2.png) left center no-repeat;}
.header.white2 .nr .rt .lan span i{ background:url(g_04_2.png) right center no-repeat; color:#333}
.header.white2 .nr .rt .fw a{ border:1px solid #02619f; background:#02619f; }



@media (max-width:1680px) {
	.header{ height:100px; }
	.header .nav ul li{ font-size:14px; margin-right:15px}
	.header .nr .logo a img{ height:50px}
	.header .nr .rt .sea{ background:url(g_02.png) left center no-repeat; background-size:16px; padding-left:28px; font-size:12px;}
	.header .nr .rt .lan{ margin-left:30px; }
	.header .nr .rt .lan span{ background:url(g_03.png) left center no-repeat; background-size:18px; padding-left:28px; font-size:12px}
	.header .nr .rt .lan span i{ background:url(g_04.png) right center no-repeat; background-size:10px; padding-right:16px;}
	.header .nr .rt .fw{ margin-left:30px}
	.header .nr .rt .fw a{ height:32px; font-size:12px; width:90px}
}
@media (max-width:1200px) {
	
	.header .menu{ display:block; float:right; background:url(g_01x.png) center center no-repeat; background-size:100%; width:18px; height:100%; margin-left:12px}
	.header.white .menu{ background:url(g_01x_2.png) center center no-repeat; background-size:100%; }
	.header.white2 .menu{ background:url(g_01x_2.png) center center no-repeat; background-size:100%; }

	
	.header{ height:60px; }
	.header .nav{ display:none}
	.header .nr .logo{ position:relative; float:left; left:0; transform:translate(0)}
	.header .nr .logo a img{ height:30px}
	.header .nr .rt .sea{ background:url(g_02.png) left center no-repeat; background-size:16px!important; padding-left:16px; font-size:0; height:100%}
	.header .nr .rt .lan{ margin-left:12px; }
	.header .nr .rt .lan span{ background:url(g_03.png) left center no-repeat; background-size:16px!important; padding-left:20px; font-size:12px}
	.header .nr .rt .lan span i{ background:url(g_04.png) right center no-repeat; background-size:8px!important; padding-right:12px;}
	.header .nr .rt .fw{ margin-left:12px; display:none}
	.header .nr .rt .fw a{ height:28px; font-size:12px; width:auto;  padding:0 5px}
	.header .nr .rt .lan:hover .bot{top: 60px; }
	
}
@media (max-width:750px) {
	.header .logo img.img1{ height:36px}
	.header .logo img.img2{ display:none}
}


.gcon_4{ background:url(g_18.jpg) center center no-repeat; background-size:cover; padding:120px 0; color:#fff; text-align:center}
.gcon_4 .a1{ font-size:36px; line-height:1}
.gcon_4 .a2{ font-size:16px; margin:20px 0 40px}
.gcon_4 .a3{ display:flex; align-items: center; justify-content: center;}
.gcon_4 .a3 a{ display:flex; align-items: center; justify-content: center; width:215px; height:48px; background:#0271b9; color:#fff; border-radius:30px; font-size:18px}
@media (max-width: 1680px){
	.gcon_4{ padding:90px 0; }
	.gcon_4 .a1{ font-size:28px; }
	.gcon_4 .a2{ font-size:14px; margin:15px 0 30px}
	.gcon_4 .a3 a{ width:160px; height:40px; font-size:16px}
}
@media (max-width: 1200px){
	.gcon_4{ padding:60px 0; }
	.gcon_4 .a1{ font-size:24px; }
	.gcon_4 .a2{ font-size:12px; margin:12px 0 24px}
	.gcon_4 .a3 a{ width:120px; height:36px; font-size:14px}
}

@media (max-width: 750px){
	.gcon_4{ padding:40px 0; }
	.gcon_4 .a1{ font-size:20px; }
	.gcon_4 .a2{ font-size:12px; margin:15px 0}
	.gcon_4 .a3 a{ width:120px; height:36px; font-size:14px}
}




.sea_on{ width:100%; height:100%; left:0; top:0; background:rgba(00,00,00,0.5); position:fixed; z-index:99; display:none}
.sea_on .s1{ width:400px; height:68px; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-34px; background:#fff}
.sea_on .s1 .inp1{ width:200px; height:68px; border:0; position:absolute; left:10px; top:0; font-size:14px;}
.sea_on .s1 .inp2{ width:76px; height:68px; background:url(sea.png) center center no-repeat #004898; position:absolute; right:0; top:0; cursor:pointer} 
.sea_on .s1 .gb{ width:30px; height:30px; background:url(gb.png) center center no-repeat; background-size:30px; position:absolute; right:0; top:-50px; cursor:pointer}
@media (max-width:1200px) {
	.sea_on .s1{ width:300px; height:48px;margin-left:-150px;margin-top:-24px;}
	.sea_on .s1 .inp1{ width:180px; height:48px;}
	.sea_on .s1 .inp2{ width:76px; height:48px;} 
	.sea_on .s1 .gb{ width:24px; height:24px; background:url(gb.png) center center no-repeat; background-size:24px; position:absolute; right:0; top:-30px; cursor:pointer}
}

.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; font-family:"sy" }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}
.slide_nav li.tel>a{ color:#d95715}
.slide_nav li.tel>a i{ font-family:Arial; vertical-align:top; font-weight:bold}
.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 10px;font-size: 16px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #666;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(o_ico_18.gif) 15px center no-repeat;}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:80%; padding:66px 0 30px; }
	.z_mask{ }
}


.video{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.video .s1{position:absolute; left:50%;  top:50%; transform:translate(-50%,-50%)}
.video .s1 video{ width:auto; height:60vh}
.video .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:-40px; cursor:pointer}
@media (max-width:1200px) {
	.video .s1 video{ width:90vw; height:auto}
}

.footer{ background:#001017; color:#fff}
.footer .ft01 .nr{ position:relative; display:flex;justify-content: space-between; flex-wrap: wrap;}
.footer .ft01 .nr:after{ content:""; display:block; width:100%; height:1px; background:rgba(255,255,255,0.21); position:absolute; left:0; top:120px}
.footer .ft01 .lt{ width:30%}
.footer .ft01 .lt .tel{display:flex; align-items: center; height:120px; font-size:16px}
.footer .ft01 .lt .tel a{ font-size:30px; font-weight:bold; color:#fff}
.footer .ft01 .logo{ margin-top:36px;}
.footer .ft01 .logo img{ height:65px;}
.footer .ft01 .lx{ margin-top:25px; font-size:16px; line-height:2.5}
.footer .ft01 .lx a{ color:#fff }
.footer .ft01 .ewm{ margin-top:40px; display:flex}
.footer .ft01 .ewm .item{ position:relative; margin-right:10px}
.footer .ft01 .ewm .item .ico img{ height:34px}
.footer .ft01 .ewm .item .ico .img1{ display:block}
.footer .ft01 .ewm .item .ico .img2{ display:none}
.footer .ft01 .ewm .item .pic{ width:120px; position:absolute; left:50%; transform:translateX(-50%); bottom:100%; z-index:2; display:none}
.footer .ft01 .ewm .item .pic img{ width:100%}
.footer .ft01 .ewm .item:hover .pic{ display:block}
.footer .ft01 .ewm .item:hover .ico .img2{ display:block}
.footer .ft01 .ewm .item:hover .ico .img1{ display:none}
.footer .ft01 .rt{ display:flex; width:68%; justify-content: space-between; }
.footer .ft01 .rt dl{ }
.footer .ft01 .rt dt{ margin-bottom:10px}
.footer .ft01 .rt dt a{display:flex; align-items: center; height:120px; font-size:16px; color:#fff; font-weight:bold}
.footer .ft01 .rt dd a{ display:block; line-height:38px; color:rgba(255,255,255,0.5); font-size:16px}
.footer .ft01 .rt dd a:hover{ color:#fff}
.footer .ft02{ margin-top:100px; font-size:14px; color:rgba(255,255,255,0.35) }
.footer .ft02 .nr{ border-top:1px solid  rgba(255,255,255,0.21); padding:20px 0}
.footer .ft02 a{ color:rgba(255,255,255,0.35)}
.footer .ft02 a:hover{ color:rgba(255,255,255,1)}
.footer .ft02 .lt{ float:left}
.footer .ft02 .rt{ float:right}
@media all and (max-width:1680px){
	.footer .ft01 .nr:after{ top:100px}
	.footer .ft01 .lt .tel{ height:100px; font-size:14px}
	.footer .ft01 .lt .tel a{ font-size:26px }
	.footer .ft01 .logo{ margin-top:30px;}
	.footer .ft01 .logo img{ height:50px;}
	.footer .ft01 .lx{ margin-top:20px; font-size:14px; }
	.footer .ft01 .ewm{ margin-top:30px; }
	.footer .ft01 .ewm .item .ico img{ height:30px}
	.footer .ft01 .rt dl{ margin-left:10px}
	.footer .ft01 .rt dt a{ height:100px; font-size:14px; }
	.footer .ft01 .rt dd{ max-width:120px}
	.footer .ft01 .rt dd a{ line-height:30px; font-size:14px}
	.footer .ft02{ font-size:14px}

}
@media all and (max-width:1200px){
	
	.footer .ft02{ font-size:14px}
	
	.footer .ft01 .nr:after{ top:60px}
	.footer .ft01 .lt{ width:100%}
	.footer .ft01 .lt .tel{ height:60px; font-size:12px}
	.footer .ft01 .lt .tel a{ font-size:20px }
	.footer .ft01 .logo{ margin-top:20px;}
	.footer .ft01 .logo img{ height:40px;}
	.footer .ft01 .lx{ margin-top:10px; font-size:12px; line-height:2 }
	.footer .ft01 .ewm{ margin-top:20px; }
	.footer .ft01 .ewm .item .ico img{ height:30px}
	.footer .ft01 .rt{ display:none}
	.footer .ft02{ font-size:12px; margin-top:20px}
	
	
}
@media all and (max-width:750px){
	
	.footer .ft02 .lt{ width:100%; text-align:center}
	.footer .ft02 .rt{ width:100%; text-align:center}
	
}



/*返回顶部*/
/*返回顶部*/
#back_top{position:fixed;right:2.6vw;bottom:5.208333333333334vw;opacity: 0;visibility: hidden;
  transform:translateY(100%);-webkit-transform:translateY(100%);z-index:888;transition:all .6s ease;}
  #back_top.onshow{opacity:1;-webkit-opacity:1;visibility:visible;transform:none;-webkit-transform:none;}
  #back_top .master_backTop .master_aperture{background-color:rgba(0 ,133 ,254,.7);position:absolute;width:100%;height:100%;border-radius:50%;-webkit-border-radius:50%;
  opacity:0;-webkit-opacity:0;z-index:-1;}
  #back_top .master_backTop .master_backTop_btn{ display:block;color:#fff;width:64px;height:64px;border-radius:50%;-webkit-border-radius:50%;
  align-items:center;justify-content:center;z-index:2;background-color:var(--blue);}
  #back_top .master_backTop .master_aperture.circle01{animation:scalej01 2s .4s infinite;-webkit-animation:scalej01 2s .4s infinite;}
  @keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
  }  
  @-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
  }  
  #back_top .master_backTop .master_aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
  @keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
  }  
  @-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
  }  

.bubble{width:100%;height:100%;position:absolute;left:0;top:0;z-index: -1;} 
.bubble span,.back_bubble span{display:block;width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;z-index:-1; transition: ease 1s;-webkit-transition: ease 1s;position:absolute;left:50%;bottom:0px;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity:0;-webkit-opacity:0;}
.bubble span:nth-child(1){animation:pao 4s linear infinite;-webkit-animation:pao 4s linear infinite;background: rgba(0 ,133 ,254,.6);}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;-webkit-transition-delay:0.3s;transition-delay:0.3s;background: rgba(0 ,133 ,254,.8);}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;-webkit-transition-delay:0.8s;transition-delay:0.8s;background: rgba(0 ,133 ,254,1);}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite; background: rgba(0 ,133 ,254,.3);}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite; background: rgba(0 ,133 ,254,.5);}
 @keyframes pao{
 	0% {
 		transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao2 {
 	0% {
 		transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao3 {
 	0% {
 		transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		-webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.4,.4);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
@keyframes pao4 {
	0% {
		transform: translate(400%,0px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		-webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		-webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
		opacity:0;-webkit-opacity:0;
	}
}
@keyframes pao5 {
	0% {
		transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
		-webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		-webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		opacity:0;-webkit-opacity:0;
	}
}
@media all and (max-width:1200px){
	#back_top{ display:none!important}
}