@charset "utf-8";
/* CSS Document */
html,body{background:#ffffff;color:#2c2c2c;font-size:10px;font-family:Microsoft YaHei;}
body,h1,h2,h3,h4,h5,h6,dl,dt,li,ol,ul,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0;}
a{text-decoration:none!important;}
*{margin:0;padding:0;}
img{-webkit-user-drag: none;}

select {
  
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/zc-arrow.png") no-repeat #fff scroll right center transparent!important;

  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
	
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
}

input::-webkit-input-placeholder{color:#757575;}
input::-moz-placeholder{color:#757575;}       /* Mozilla Firefox 19+ */
input:-moz-placeholder{color:#757575;}        /* Mozilla Firefox 4 to 18 */
input:-ms-input-placeholder{color:#757575;}   /* Internet Explorer 10-11 */ 


/*公共 S*/
.fl{float:left;}
.fr{float:right;}
/*公共 E*/

/*导航 S*/
.tel{margin-top:-3px;}
.tel p{display:inline-block;vertical-align:middle;font-size:2.6rem;color:#9b0c14; font-family:telfont;}
.tel img{display:inline-block;vertical-align:middle;margin-right:10px;}

	@media(max-width:1199px){
	.tel{margin-top:-3px;}
	.tel p{font-size:2rem;}
	.tel img{display:inline-block;vertical-align:middle;margin-right:10px;}
	}
	@media(max-width:991px){
	}
/*导航 E*/

/*图片放大*/
.rel p{position: absolute;bottom: 0;left: 0;right: 0;width:100%;line-height: 1.6;padding:5px 0;color: #fff;text-align: center;font-size: 1.4rem;background: rgba(178,30,35,.9);}
.rel{position: relative;transition: all .5s;z-index: 1;margin: 0 0 8px;}
.rel:hover{box-shadow:0 0 20px rgba(0,0,0,.6);transform:scale(1.1);z-index:999;}



/*山大留学--------------------------------------------------------------------------- S*/
.logo{width:319px;height:59px;vertical-align:top; background: url(../images/top-logo.png)no-repeat;background-size:100%; }
.logo-xs{width:50%;height:auto;margin:0 25%;}
/*山大留学--------------------------------------------------------------------------- E*/

/*zc----------------------------------------------------------------------------------- S*/
.padd-zc{padding:2rem 2rem 1rem;}
.zc{background:#eee;width:100%;}
.zc02{background:#909090;}
.zc h2{ font-size:3.6rem; text-align:center;}
.zc h2 span{font-size:2.4rem;}
.zc h4{font-size:2rem; font-weight:bold; text-align:center; line-height:2.5;}

.zc_xiala,.zc_kuang{ margin:0 auto!important;width:95%;background:#fff; border-radius:8px;}
.zc_xiala select,.zc_kuang input{ width:100%; background: #fff; border:0;border-radius:8px; font-size: 1.6rem; padding:13px 10px;}
.zc_xiala option{width:100%; background: #fff;border-radius:8px; border:0; line-height: 3.6rem!important;font-size: 1.6rem; padding:4px 10px;}
.btn-style input{ line-height:30px;padding:6px 20px;font-size:16px; border:0;}
.form-tj input{ line-height:30px;font-size:16px; border: 0;}

	/*手机*/
	@media (max-width:859px){
	.padd-zc{width:90%;}	
	}
/*zc----------------------------------------------------------------------------------- E*/


/*footer------------------------------------------------------------------------------- S*/

footer { 
	width:100%;
	height: auto;
    margin:0px auto;
	padding-top:40px;
	padding-bottom:60px;  
	background:#6b6b6b;
	color:#fff;
	font-size:1.4rem;
	}


	/*手机*/
	@media (max-width:859px){
		
	
	/*留学手机底部浮条*/
	.foot {position: fixed;width: 100%;margin: 0px auto 0; color:#fff;z-index: 9999;background:rgba(176,27,65,0.9);left: 0;bottom: 0;}
	.foot .footWrap{padding: 0;margin: 0 auto; color:#fff;}

	.foot ul{list-style: none;}
	.foot ul li {float: left;width:100%;text-align: center;padding:10px 0;}
	.foot ul li .border-left{ border-left:1px solid #fff;}
	.foot ul li a { color:#fff; text-decoration:none; font-size:16px;}

	.footWrap img{ width:25px; height:25px;display:inline-block; margin-right:10px; vertical-align:middle;}
	.footWrap span{ margin-top:15px;}
	
	.shan{
		width:100%;
		height:100%;
		margin: 0 auto;
		background:#fe0000;
		animation: bg .1s infinite;
		animation-name:bg;
		animation-duration: 0.8s;
		animation-timing-function: initial;
		animation-delay: initial;
		animation-iteration-count: infinite;
		animation-direction: initial;
		animation-fill-mode: initial;
		animation-play-state: initial;
		}

	@keyframes bg{
		0%{opacity:1;}
		50%{opacity: 1;}
		70%{opacity: 1;}
		100%{opacity: 0;}
	}

	@-webkit-keyframes bg{
		0%{opacity:1;}
		50%{opacity: 1;}
		70%{opacity: 1;}
		100%{opacity: 0;}
	}
		
	}
/*footer------------------------------------------------------------------------------- E*/


/*按钮*/
.btn-box{width:100%;margin: 0 auto; padding: 0 0; text-align: center;}
.btn-box p{font-size:1.6rem; color:#767676; line-height:3.6rem; margin-top:1rem;}

.btn-style{width:auto; line-height:3.6rem; font-size:1.6rem; text-align: center; color: #fff;padding:10px 20px; border-radius:6px;background-color: #a52934;}
.btn-style:link{color:#fff!important;}
.btn-style:hover{color:#fff!important;}
.btn-style:visited{color:#fff!important;}

.btn-style3{width:auto;text-align:center;color:#fff;border-radius:0!important;border:1px solid #941219;background-color: #a52934;display: inline-block;font-size:1.8rem; font-weight:bold; padding:10px 0;line-height:1.5;vertical-align:text-top;min-width:180px;}
.btn-style3:link{color:#fff!important;}
.btn-style3:hover{color:#fff!important;}
.btn-style3:visited{color:#fff!important;}

.btn-style4{width:auto;text-align:center;color:#a52934;border-radius:0!important;border:1px solid #941219;background-color:#fff;display: inline-block;font-size:1.8rem; font-weight:bold; padding:10px  0;line-height:1.5;vertical-align:text-top;min-width:180px;}
.btn-style4:link{color:#a52934!important;}
.btn-style4:hover{color:#a52934!important;}
.btn-style4:visited{color:#a52934!important;}

.zx-tel{color:#b21e23; font-size:1.8rem; font-weight:bold;text-align: center;padding:20px 0;}


.width33{ width:32.7%; float: left;margin-left: 0.6%; margin-bottom:0.6rem;}

.md{padding-top:100px;margin-top:-100px;}

.padding{ padding:6rem 2rem;}
.padding2{padding:2rem 2rem 4rem;}
.padd-ul{padding-left:2rem; padding-right:2rem;}

.mt10{margin-top: 1rem;}
.mt20{margin-top: 2rem;}
.mt30{margin-top: 3rem;}
.mt60{margin-top: 6rem;}
.mb10{margin-bottom: 1rem;}
.mb20{margin-bottom: 2rem;}
.mb30{margin-bottom: 3rem;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px;}
.font14{ font-size:1.4rem;}
.font16{ font-size:1.6rem; line-height:1.6;}
.font18{ font-size:1.8rem; line-height:1.8;}
.font24{ font-size:2.4rem; }
.font30{font-size:3rem;}
.font12{ font-size:1.2rem;}
.auto{ margin:0 auto;}
h3{font-size:2.4rem;border-left: 8px solid #a52934;padding-left: 10px;}
h4{font-size:2rem;font-weight: bold; line-height:3; border-bottom:1px solid #dcdcdc;}

	@media(max-width:859px){
	html,body{font:9px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
	h3{font-size:2rem;}
	.padding{ padding:4rem 3rem 2rem 3rem;}
	.padding2{padding:3rem 2.5rem;}
	.btn-style3{padding:10px;min-width:auto;}
	.btn-style4{padding:10px;min-width:auto;}
	.mt60{margin-top:3rem;}
	}

/*标题*/
.title{margin:0 0 3rem;}
.title h2{ font-size:3rem; line-height:1.4;font-weight:bold; color:#2c2c2c;text-align:center;}
.title p{font-size:1.6rem; color:#2c2c2c; text-align:center;line-height:1.6; margin-top: 1rem;}
.title-text{font-size:2.4rem; color:#2c2c2c; text-align:center;line-height:36px; margin-top: 20px; margin-bottom: 20px;}

	@media(max-width:1199px){
	}
	@media(max-width:991px){
	}
	@media(max-width:859px){
	.title h2{ font-size:2rem}
	.title p{text-align:left;}
	.title-text{font-size:2rem;margin-top:10px;line-height:20px;  margin-bottom:0;}
	.zx-tel{font-size:1.6rem;padding:10px 0;}
	}


/*前景色背景色*/
.col-red{color:#b21e23!important;}
.col-black{ color:#2c2c2c;}
.col-gray{color:#767676;}
.bg-white{background:#fff;}
.bg-gray{background:#ededed;}
.bg-gray1{background:#f4f4f4;}
.bg-gray2{background:#e2e2e2;}
.col-white{color:#fff;}

/*banner*/
.banner{background:#4c4c4c url(../images/banner.jpg) no-repeat center top;height:570px;}
.banner .btn-pos{ position: absolute; top: 36rem; left:30%; width:auto; line-height: 40px; font-size:1.8rem; text-align: center; color: #fff;padding:5px 20px; border-radius:6px;background:url(../images/dian.png) right no-repeat #a52934; padding-right:4.2rem;}

	@media(max-width:1199px){
	.banner{background:#4c4c4c url(../images/banner-1200.jpg) no-repeat center top;height:570px;}
	}
	@media(max-width:991px){
	.banner{background:#4c4c4c url(../images/banner-991.jpg) no-repeat center top;height:478px;}
	}
	@media(max-width:859px){
	.banner{background:#f8f8f8;height:auto;padding:30px 0;}
	}


/*滚动*/
.m-xm-list{width:100%;}
.m-xm-list .bd li{ float: left; position: relative; width:100%; margin-left:2px; height:300px; overflow: hidden;*zoom:1; margin-bottom: 8px;}
.m-xm-list .bd li img{ width:100%;}
.m-xm-list .bd li p{background: rgba(0,0,0,.5)!important;filter:Alpha(opacity=90);color:#fff; height: 40px; line-height: 40px; text-align: center; font-size:1.4rem;position: absolute; bottom:0; width:100%;}
.m-xm-list .bd li p a{ color: #b57e69}
.m-xm-list .bd .prev{ left:-25px;}
.m-xm-list .bd .next{ right:-25px;}
.m-xm-list .sb-nav{ padding-top: 0px; overflow: hidden;*zoom:1;}
.m-xm-list .sb-nav li{ width:5px; height:5px; background: url(../images/dot_a01.png) no-repeat;background-size:100%; float: left; margin-right: 3px; text-indent: -999em; overflow: hidden;*zoom:1;cursor: pointer;}
.m-xm-list .sb-nav li.on{  background: url(../images/dot_a02.png) no-repeat;background-size:100%;}
.m-xm-list .sb-nav.tac{text-align: center;}
.m-xm-list .sb-nav.tac li{ display: inline-block; float: none;}

.m-slideBox{ position: relative;}
.m-slideBox .con{overflow: hidden;*zoom:1;}

.m-slideBox .next,
.m-slideBox .prev{ top:50%; margin-top: -11px;}
.m-slideBox .next{right:0;}
.m-slideBox .prev{left:0;}

.pa{position:absolute}


	@media(max-width:1199px){
	}
	@media(max-width:991px){
	}
	@media(max-width:859px){
	.m-xm-list .bd li{ height:20%;}
	}


/*山东大学严选师资，统一管理对接西班牙、日本、韩国高等院校*/
.bg-02{background:url(../images/bg-02.jpg) bottom center #515151 no-repeat;}
.bg-02 .col-sm-6{padding:10px 30px;}


.fx-box{padding:0; position: relative;}
.fx-box .fx img{width:100%;}

.fx-box .title{font-size:3rem; color:#fff;line-height:30px;margin:0 auto;font-weight: bold;}
.fx-box .heng{width:50%;height:6px; background:#ffb453; position: absolute; top:-6px;left:0;}
.fx-box .text{background:#fff;margin:0 auto;padding:25px;height:210px;position: relative;}
.fx-btn a{position: absolute; bottom:25px; left:25px; right:25px;font-size:1.8rem;font-weight: bold; background:#ffb453; padding:10px 30px;border-radius:5px;color:#fff;text-align: center;margin:15px auto 0;}
.fx-box .text h2{font-size:2rem;font-weight:bold;}


.bg-03{background:url(../images/bg-03.jpg) right top #d9d8d7 no-repeat; border-top:8px solid #b21e23;}

.kecheng-box{background:rgba(255,255,255,.9);padding:60px 40px 50px;position: relative;}
.kecheng-box .title{background:#b21e23;color:#fff;font-size:2.4rem; font-weight: bold; padding:18px 40px; display:inline-block;width:auto; position: absolute; top:-30px;left:0;}
.kecheng-box p{font-size:1.6rem;line-height:1.6;margin-top:15px;}
.home{display:block;width:100px;height:100px; border-radius:50%; background:#ffb453;font-size:1.8rem;font-weight:bold; padding:20px 0; line-height:20px;text-align: center;position: absolute; right:0;color:#fff;z-index:999;}
.home:hover{color:#fff;}
.home:visited{color:#fff}
.home img{display: block;width:20px!important; height:20px;margin:0 auto 5px;}




	@media(max-width:1199px){
	}
	@media(max-width:991px){

	}
	@media(max-width:859px){
	.bg-02 .col-sm-6{padding:15px;}
	.fx-box .text{padding:20px;height:auto!important;}
	.fx-box .text h2{font-size:1.8rem;line-height:1.5;}
	.fx-btn a{position:static;display: block;}
	.kecheng-box{padding:20px 30px;}
	.kecheng-box .title{font-size:2rem;padding:10px 20px; top:-20px;}
	.home{width:70px;height:70px;padding:15px 0;font-size:1.6rem;line-height:16px; position: absolute; right:0; bottom:-30px;}
	.home:hover{color:#fff;}
	.home:visited{color:#fff}
	.home img{width:10px!important; height:10px;margin:0 auto 5px;}
	}

/*part04*/
.bg-04{background:url(../images/bg-04.jpg) left top #648cca no-repeat;}
.slgsdx-zpq{background:rgba(255,255,255,.9);}
.slgsdx-box{background:rgba(255,255,255,.9);padding:20px;}
.slgsdx-box img{width:100%;}
.slgsdx-logo{position: absolute;top:130px;right:50px;}
.slgsdx-box .text{padding:20px 40px 30px;}
.slgsdx-box .title h2{color:#4c6494; font-weight:bold; font-size:3rem;}
.slgsdx-box .text p{font-size:1.6rem;line-height:1.6;}
.slgsdx-intro{padding:20px 0;}
.slgsdx-intro h2{color:#4c6494; font-weight:bold; font-size:2rem;}

	@media(max-width:1199px){
	}
	@media(max-width:991px){
	}
	@media(max-width:859px){
	.slgsdx-box{background:rgba(255,255,255,.9);padding:10px;margin:0 auto;}
	.slgsdx-box img{padding: 30px 50px 0 50px;}
	.slgsdx-logo{position:static;}
	.slgsdx-box .text{padding:10px 20px 20px 20px;}
	.slgsdx-box .title h2{font-size:1.8rem;}
	.slgsdx-intro{padding:20px 15px;}
	.slgsdx-intro h2{text-align:center;}
	}

/*part5西班牙升学院校推荐*/
.bg-05{background:url(../images/bg-05.jpg) right top #d1d1d1 no-repeat;}

.xuexiao .col-sm-4{padding:0 20px; margin-bottom:30px;}
.xx-logo{width:100%;height:70px;padding:0 40px;}
.xx-box{background:#fff; border-radius:30px 0 30px 0;padding:30px;position: relative;height:160px;}
.xx-box .xx-title{font-size:1.8rem; font-weight:bold;}
.xx-box p{font-size:1.4rem;line-height:1.6; margin-top:10px;}
.xx-box .xx-heng{width:10%; height:4px; background:#b02b2f; position: absolute; top:0;left:45%;}

	@media(max-width:1199px){
	.xx-box{height:190px;}
	.xx-logo{height:90px;padding:10px 20px;}
	}
	@media(max-width:991px){
	.xuexiao .col-sm-4{padding:0 10px; margin-bottom:20px;}
	.xx-box{padding:30px 20px;}
	.xx-box .xx-title{font-size:1.7rem;}
	.xx-box{height:170px;}
	}
	@media(max-width:859px){
	.xuexiao .col-sm-4{padding:0 3px; margin-bottom:20px;}
	.xx-logo{height:auto;padding:10px;}
	.xx-box{background:rgba(255,255,255,0.5);padding:15px;height:190px;}
	.xx-box p{font-size:1.4rem;line-height:1.6; margin-top:5px;}
	}



/*成功案例*/
.cgal-title{font-size:2.4rem; color:#b21e23;text-align: center;font-weight: bold;}
.cgal-box{background:#fff; border-radius:15px;position:relative;left:10%;right:150px;width:90%;}
.cgal-xm{font-size:1.8rem; font-weight:bold; color:#fff;background:rgba(178,30,35,1);padding:10px 130px;position: absolute;height: 40px; left:-100px;right:0;z-index:1;}
.cgal-intro{font-size:1.6rem; font-weight:bold;color:#b21e23;padding:50px 0 0 30px;line-height:1.6;}
.cgal-intro div{margin:5px 0;}

.cgal-box p{font-size:1.4rem;line-height:1.5;text-indent:2.8rem; padding:10px 30px 20px 30px;color:#575757;}
.cgal-ren{width:150px; height:150px; position: absolute; top:-30px; left:-150px;border:5px solid #b21e23;border-radius:50%;z-index:999;}


	@media(max-width:1199px){
	.cgal-ren{width:130px; height:130px;left:-130px;}
	.cgal-xm{left:-80px;padding:10px 110px;}
	}
	@media(max-width:991px){
	.cgal-ren{width:120px; height:120px;left:-100px;border:2px solid #b21e23;}
	.cgal-xm{left:-80px;}
	}
	@media(max-width:859px){
	.cgal-ren{width:80px; height:80px;top:-20px; left:-60px;border:2px solid #b21e23;}
	.cgal-xm{font-size:1.8rem; font-weight:bold; padding:10px 75px;position: absolute;height: 40px; left:-50px;right:0;z-index:1;}
	.cgal-intro{line-height:1.4;padding:45px 10px 0 25px;}
	.cgal-box p{font-size:1.6rem;text-indent:3.2rem;padding:10px 10px 20px 25px;}
	}




/*更多*/
.gengduo ul {list-style: none;}
.gengduo ul li{float: left;font-size: 14px;width: 15%;text-align: center;border-right: 1px solid #e3e3e3;}
.gengduo ul li a{color:#555;}
.gengduo ul li a:hover{color:#a52934;}



#wrap ul li .a1 img{
	width:100%;
	height:auto;
}
#wrap ul li{
	width:32.9%;
	height:auto;
	list-style: none;
	position: relative;
	float: left;
	overflow: hidden;
	margin:0.2%;
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height:auto;
	padding:2% 5%;
	background: #fafafa;
}
#wrap ul li .a1 .divA>.p1{
	width:100%;
	line-height:2;
	font-size:1.6rem;
    color: #2c2c2c;
	font-weight: bold;
	text-align:left;
}
#wrap ul li .a1 .divA>.p2{
	width: 312px;
	height: 21px;
    font-size: 14px;
    color: #b4b4b4;
    line-height:1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
	position: absolute;
	right:12px;
	bottom: 10px;
	width:auto;
	color: #fff;
	font-size:1.4rem;
	border-radius:4px;
	background: #a52934;
	padding:2px 5px;
}
#wrap ul li .a1 .divA>.p3>span{
	font-size: 24px;
	font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-100%;
	width:100%;
	height:100%;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
	width:100%;
	text-align: center;
	position: absolute;
	top:30px;
	left: -100%;
	color: #ffe605;
	font-size:1.8rem;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .a2 .p5{
	width:100%;
	text-align: center;
	line-height:1.5;
	position: absolute;
	top:65px;
	left: -100%;
	font-size:1.2rem;
    color: white;
	text-align: left;
	padding: 0 10px;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p6{
	position: absolute;
	top: 140px;
	left: 175px;
	transform: scale(1.4);
	transition: all 0.3s 0.2s ;
}
#wrap ul li .a2 .p6 span{
	font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    color: white;
}
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:-50px;
	left:25%;
	width:50%;
	height:38px;
	line-height: 38px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;

	transition: all 0.2s 0.5s ;
}



.db-zpq .col-xs-6,.db-zpq .col-xs-9,.db-zpq .col-xs-3,.db-zpq .col-xs-4{padding:0 4px!important;}


/* 边栏 */
.fixmes {position: fixed;left:0;top:140px;display: none;z-index:999;}
.fix{width:120px;height:auto;padding:4px 0;margin-top:2px; font-size:14px; line-height:20px;border-radius:4px;}
.fix-logo{width:120px;height:auto;}
.fix img{ margin:0 auto;}
.fix a,#yingcang{display: block;color:white;text-align: center;font-family:"Microsoft Yahei",Arial;}
.fix:hover{filter:alpha(opacity=90); text-align: center;-moz-opacity:0.9; opacity:0.9;}
.fix:visited{color:#fff;}
.fix1 {background: #a52934;}
.fix2 {}
.fd-input{border-radius:4px;background:#fff; border:1px solid #dedede; width:90px;padding:0 2px;}
.fd-a {border-radius:4px; color:#fff; background:#a52934; border:1px solid #d0021b;padding:0 16px; text-align: center;margin-top:2px;}
.fix3 {background: #f4f4f4; border:1px solid #dedede; padding:10px 13px;font-size:14px;margin-top:2px;}
.fix4 {background: #FBB01F;}
.fix5 {background: #EF6608;}
.fix6 {background: #a52934;margin-top:2px;}
.fix7 {background: #BABABA;margin-top:2px;border-radius:4px;}
.ask i{
	width: 30px;
	height:30px;
	display: block;
	margin: 0 auto;
	background:url(../images/ask.png) center no-repeat;
	animation: shine .8s infinite;
	animation-name: shine;
	animation-duration: 0.8s;
	animation-timing-function: initial;
	animation-delay: initial;
	animation-iteration-count: infinite;
	animation-direction: initial;
	animation-fill-mode: initial;
	animation-play-state: initial;
	}
.ask i .nav-ask {
    animation: shine .8s infinite;
    animation-name: shine;
    animation-duration: 0.8s;
    animation-timing-function: initial;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}
@keyframes shine{
	0%{opacity: 0;}
	50%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0;}
}

@-webkit-keyframes shine{
	0%{opacity: 0;}
	50%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0;}
}