﻿@charset "utf-8";

/* CSS Document */

html,body{background:#ffffff;color:#2c2c2c;font:10px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}

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;}



select {

  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/

  border: solid 1px #000;



  /*很关键：将默认的select选择框样式清除*/

  appearance:none;

  -moz-appearance:none;

  -webkit-appearance:none;



  /*在选择框的最右侧中间显示小箭头图片

  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;*/



  /*为下拉小箭头留出一点位置，避免被文字覆盖*/

  padding-right: 14px;

}



/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand { display: none; }





/*按钮*/

.btn-box{width:100%;margin: 0 auto; padding: 0 0; text-align: center;}
.btn-box p{font-size:1.5rem; line-height:1.5;padding:10px 0;}
.white .btn-box p{color:#fff;}

.btn-box .btn-style-auto{width:auto!important;background-color: #af1b40;color: #fff;padding-left:20px; padding-right:20px; margin-top:20px;}
@media(max-width:860px){
	.btn-box .btn-style-auto{width:100%!important;margin-top:0;}
}


.btn-style{text-align: center; color: #fff;border-radius:6px;background-color: #af1b40; padding:4px 20px;}
.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 #af1b40;background-color: #af1b40;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:#af1b40;border-radius:0!important;border:1px solid #af1b40;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:#af1b40!important;}
.btn-style4:hover{color:#af1b40!important;}
.btn-style4:visited{color:#af1b40!important;}

.md{padding-top:100px;margin-top:-100px;}

.fl{float:left;}
.fr{float:right;}

.width100{ width:100%;}
.width33{ width:32.7%; float: left;margin-left: 0.6%; margin-bottom:0.6rem;}

.md{padding-top:100px;margin-top:-100px;}
.padding{ padding:5rem 2rem;}
.padd-ul{padding-left:2rem; padding-right:2rem;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px;}
.font14{ font-size:1.4rem;}
.font16{ font-size:1.5rem; line-height:1.5;}
.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;}
.pos-rel{position:relative;}


/*标题*/
.title{width:100%; margin:0 auto; margin-bottom:20px;}
.title h2{ font-size:3.6rem; line-height:1.4;font-weight:bold;text-align:center;}
.title h2 span{color:#e32235;margin:0 5px;}
.title p{font-size:1.5rem; text-align:center;line-height:1.6; margin-top:10px;}
.title-text{font-size:1.5rem;text-align:center;line-height:1.5;margin-bottom: 10px;}

.white .title {color:#fff;}
.white .title h2 span{color:#fed517;}

/*前景色背景色*/
.col-red{ color:#b01b41;}
.col-black{ color:#2c2c2c;}
.col-gray{color:#767676;}
.col-white{color:#fff;}
.bg-white{background:#fff;}
.bg-gray{background:#eeeeee;}
.bg-gray2{background:#eeeeee;}
.bg-gray3{background:#f6f6f6;}

/*daohang*/

.logo{display:inline-block;width:400px;height:60px;vertical-align:middle;background: url(../images/logo_top.png)no-repeat;}
.logo-xs{width:60%;height:auto;margin:1% 20%!important;}

/*banner*/
.banner{background:#4c4c4c url(../images/banner.jpg) no-repeat center top;height:570px;margin-top:66px;}



/*zc-------------------------------------------------------------------------------------------------------------*/
.zc{background:#eee;width:100%;}
.zc h2{ font-size:3rem; text-align:center; margin-bottom:20px;}
.form-box{width:90%;margin:0 auto;padding:10px 0;}
.zc_xiala,.zc_kuang,.form-tj{ margin:0 auto!important;width:90%;}
.zc_xiala select,.zc_kuang input,.form-tj input{width:100%;border-radius:8px; border:0;font-size:1.6rem; padding:18px 10px;}
.zc_xiala select,.zc_kuang input{background: #fff;}
.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{font-size:1.5rem; border:0;}
.zc-p{font-size:1.6rem;text-align: center;color:#686868;}
/*底部 ZC*/
.padd-zc{padding:2rem;}

@media(max-width:1200px){
}

@media(max-width:991px){
}

@media(max-width:860px){
	.zc h2{ font-size:2.5rem; text-align:center;}
	.zc_xiala select,.zc_kuang input,.form-tj input{padding:15px 10px;}
}
/*zc-------------------------------------------------------------------------------------------------------------*/


/*西班牙硕士留学招生对象 S*/

.p1-box{width:25%;float:left;height:230px;text-align:center;overflow:hidden;}

.p1-box .p1-img1{background: url(../images/p1-img1.jpg) top center no-repeat;background-size:100%;height:inherit;}

.p1-box .p1-img2{background: url(../images/p1-img2.jpg) top center no-repeat;background-size:100%;height:inherit;}

.p1-box h4{font-size:2.4rem;line-height:1.5;}

.p1-box p{font-size:1.8rem;}

.p1-box .red{background:#e32235;color:#fff; height:inherit;padding-top:60px;}

.p1-box .yellow{background:#fed517;color:#2c2c2c;height:inherit;padding-top:60px;}

.p1-box .heng{width:50px;height:2px;margin: 10px auto;}

.p1-box .red .heng{background:#fff;}

.p1-box .yellow .heng{background:#2c2c2c;}

/*西班牙硕士留学招生对象 E*/





/*西班牙硕士留学学制安排 S*/

.bg-02{background:url(../images/bg-02.jpg) bottom center no-repeat;}

.p2-box{ width:95%; height:200px; -webkit-transform: skew(-10deg); -moz-transform: skew(-10deg); -o-transform: skew(-10deg); background: #fff; margin:10px auto;position:relative;}

.p2-box .p2-1{background:url(../images/p2-1.png) top left no-repeat; height:inherit;}

.p2-box .p2-2{background:url(../images/p2-2.png) top left no-repeat; height:inherit;}

.p2-box .p2-3{background:url(../images/p2-3.png) top left no-repeat; height:inherit;}

.p2-box .p2-text{-webkit-transform: skew(10deg); -moz-transform: skew(10deg); -o-transform: skew(10deg);position: absolute;left:90px;right:10px; top:40px;bottom:10px;}

.p2-box .p2-text h4{font-size:2.8rem;color:#e32235;text-align: center;margin-bottom:10px;}

.p2-box .p2-text p{font-size:1.5rem;line-height:1.8;background:url(../images/p2-dian.jpg) left 12px no-repeat; padding-left:15px;}

/*西班牙硕士留学学制安排 E*/





/*申请西班牙硕士，需要准备哪些材料？ S*/

.bg-03{background:url(../images/bg-03.jpg) top center no-repeat;}

.p3-box{width:25%;float:left;height:130px;overflow:hidden;border:1px solid #8b8b8b;position:relative;}

.p3-box .p3-icon1{width:42px; height:42px;background:url(../images/p3-icon1.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box .p3-icon2{width:42px; height:42px;background:url(../images/p3-icon2.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box .p3-icon3{width:42px; height:42px;background:url(../images/p3-icon3.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box .p3-icon4{width:42px; height:42px;background:url(../images/p3-icon4.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box .p3-icon5{width:42px; height:42px;background:url(../images/p3-icon5.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box .p3-icon6{width:42px; height:42px;background:url(../images/p3-icon6.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box .p3-icon7{width:42px; height:42px;background:url(../images/p3-icon7.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box .p3-icon8{width:42px; height:42px;background:url(../images/p3-icon8.png) top center no-repeat;background-size:100%;position:absolute; top:20px; left:50%; margin-left:-21px;}

.p3-box p{font-size:1.8rem;position:absolute;bottom:30px;left:10px;right:10px;text-align:center;}

.bor-top{border-top:0;}

.bor-left{border-left:0;}

.bor-right{border-right:0;}

.bor-bottom{border-bottom:0;}

/*申请西班牙硕士，需要准备哪些材料？ E*/



/*2019-2020年度西班牙大学热门专业推荐-S-*/

.bg-04{background:url(../images/bg-04.jpg) top center no-repeat;}

.bg-04blue{background:#4c495c;}

.p4-table table{background: #fff;width:95%;margin-bottom:4px;}

.p4-table table th{padding:20px 10px;background:#e32235;color:#fff;font-size:1.8rem;}

.p4-table table td{padding:5px 10px;}

.p4-table table p{font-size:1.4rem;line-height:1.5;}

.p4-bt1{background:#3a579b;}

.p4-bt2{background:#4a6ec2;}

.p4-bt1,.p4-bt2{color:#fff; font-size:1.8rem; text-align:center;}

.p4-table .p401-p1{background:#f0f0f0;}

.p4-table .p401-p2{background:#e0e0e0;}

.p4-bt{width:18%;}

.p4-box1{width:20%;}

.p4-box2{width:50%;}

.p4-box3{width:12%;}



.p4-table{}

.table-btn{display:inline-block;width:90px;height:90px;padding-top:25px; border-radius:50%;background:#fed517; color:#2c2c2c;text-align:center;position:absolute;top:50%;margin-top:-45px; right:0;z-index:999;}

/*2019-2020年度西班牙大学热门专业推荐--E-*/



/*部分录取通知书展示*/

.p5-main{width:1038px;margin:0 auto;}

.p5-box{border:1px solid #3a579b;width:163px;height:227px;position:relative;float:left; margin:5px;}

.p5-box p{background:#3a579b;color:#fff;height:36px;text-align:center;line-height:36px;font-size:1.5rem;position:absolute;bottom:0;left:0;right:0;}

.lqtzs-1{background:url(../images/lqtzs-1.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-2{background:url(../images/lqtzs-2.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-3{background:url(../images/lqtzs-3.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-4{background:url(../images/lqtzs-4.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-5{background:url(../images/lqtzs-5.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-6{background:url(../images/lqtzs-6.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-7{background:url(../images/lqtzs-7.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-8{background:url(../images/lqtzs-8.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-9{background:url(../images/lqtzs-9.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-10{background:url(../images/lqtzs-10.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-11{background:url(../images/lqtzs-11.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-12{background:url(../images/lqtzs-12.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-13{background:url(../images/lqtzs-13.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-14{background:url(../images/lqtzs-14.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-15{background:url(../images/lqtzs-15.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-16{background:url(../images/lqtzs-16.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-17{background:url(../images/lqtzs-17.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

.lqtzs-18{background:url(../images/lqtzs-18.jpg) top center no-repeat;background-size:100%;width:161px;height:225px;}

/*部分录取通知书展示*/



/*申请西班牙硕士的基本流程 S*/
.sqlc{width:100%;height:400px;background:url(../images/sqlc.png) top center no-repeat;background-size:100%;}
.sqlc-box{width:100%;background:#eee;margin-bottom:10px;padding-bottom:10px;}
.sqlc-box .sqlc-jiao{width: 0; height: 0; border-top:20px solid #e32235;border-right:20px solid transparent;}
.sqlc-text{margin-top: -10px;}
.sqlc-text h4{text-align: center;font-size:2rem;}
.sqlc-text p{text-align: center; font-size:1.6rem;margin-top: 10px;}
/*申请西班牙硕士的基本流程 E*/



/*西班牙留学，首选上外留学*/
#zSlider ul{list-style: none;}
#zSlider{margin:0px auto; width:1200px; overflow:hidden;}
#picshow{position:relative;}
#picshow{width:900px; height:512px;float:left;}
#picshow_img{width:100%; height:512px; overflow:hidden;}
#picshow_img li{width:100%; height:512px; overflow:hidden; float:left; display:none;}
#picshow_img img{width:100%; height:512px;}
#picshow_tx{left:0px; width:100%; bottom:0px; position:absolute; height:90px; overflow:hidden;}
#picshow_tx li{background:rgba(0,0,0,0.5); padding:10px 30px;position:absolute;bottom:0;left:0;right:0;color:#fff;display:none;}
#picshow_tx li a{color:#fff;}
#picshow_tx li a:hover{text-decoration:underline;}
#picshow_tx li h3{ margin:13px 0;font-size:1.5rem;}
#picshow_tx li p{ color:#ccc; line-height:16px; height:16px; overflow:hidden;}
#select_btn{width:298px; height:512px; color:#2c2c2c; float:right; display:inline; background-color:#f5f5f5;}
#select_btn li{padding:3px 11px 3px 9px; width:299px;border-top:1px solid #fff; cursor:pointer;}
#select_btn li:hover{background-color:#d7d7d7;}
#select_btn li.current{background-color:#d7d7d7;}
#select_btn li.current:hover{background-color:#d7d7d7;}
#select_btn a{color:#000;}
#select_btn img{padding:2px; border:1px solid #ccc; width:70px; height:49px; margin-right:10px; float:left;}
#select_btn .select_text{ height:50px; font:1.4rem/1.7 'Microsoft YaHei'; overflow:hidden; display:block;}
#select_btn .select_text:hover{text-decoration:underline;}
#select_btn .select_date{ height:23px; line-height:23px; overflow:hidden; display:block;}

@media(max-width:1200px){
	#zSlider ul{list-style: none;}
	#zSlider{margin:0px auto; width:100%; overflow:hidden;}
	#picshow{width:80%; height:100%;float:left;}
	#picshow_img{width:100%; height:512px; overflow:hidden;}
	#picshow_img li{width:100%; height:512px; overflow:hidden; float:left; display:none;}
	#select_btn{width:19%; height:100%; color:#2c2c2c; float:right; display:inline; background-color:#f5f5f5;}
	#select_btn li{padding:3px 11px 3px 9px; width:100%; border-top:1px solid #fff; cursor:pointer;}
	#select_btn li:hover{background-color:#d7d7d7;}
	#select_btn li.current{background-color:#d7d7d7;}
	#select_btn li.current:hover{background-color:#d7d7d7;}
}

@media(max-width:991px){
	#zSlider ul{list-style: none;}
	#zSlider{margin:0px auto; width:100%; overflow:hidden;}
	#picshow{width:80%; height:100%;float:left;}
	#select_btn{width:19%; height:100%; color:#2c2c2c; float:right; display:inline; background-color:#f5f5f5;}
	#select_btn li{padding:3px 11px 3px 9px; width:100%;border-top:1px solid #fff; cursor:pointer;}
	#select_btn li:hover{background-color:#d7d7d7;}
	#select_btn li.current{background-color:#d7d7d7;}
	#select_btn li.current:hover{background-color:#d7d7d7;}
}

@media(max-width:860px){

}

/*西班牙留学，首选上外留学*/



/*7000 S*/

.wm-7000{background:url(../images/wm-7000.jpg) top center no-repeat;height:670px;position: relative;}

.wm-text{background:rgba(255,255,255,0.9); padding:40px;position: absolute; top:30%;left:25%;right:25%;}

.wm-text p{text-align: center;font-size:1.8rem;line-height:2;}

/*7000 E*/


/*尚外出国：22年专注出国领域*/
.shangwai{background:url(../images/shangwai.jpg) #cfcfcf no-repeat center top;}
.shangwai .intro{ font-size:1.6rem; line-height:2;}
.rongyu01{background:rgba(255,255,255,0.7);padding:50px; margin-top:40px;}
.rongyu01 h3{font-size:3rem;font-weight:bold; text-align: center; margin-bottom: 20px;}
.rongyu01 ul{padding-left:20px; list-style:url(../images/rongyu01-icon.png);font-size:1.5rem;line-height:1.5;}
.rongyu01 ul li{border-bottom:1px dashed #d2d2d2;padding:15px 0;}
.rongyu01 ul li strong{color:#ff6f21;padding-left:5px;}

.rongyu02{ margin-top:60px;}
.rongyu02-img01{background:url(../images/rongyu02-img01.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}
.rongyu02-img02{background:url(../images/rongyu02-img02.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}
.rongyu02-img03{background:url(../images/rongyu02-img03.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}
.rongyu02-img04{background:url(../images/rongyu02-img04.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}
.rongyu02-img05{background:url(../images/rongyu02-img05.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}
.rongyu02-img06{background:url(../images/rongyu02-img06.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}
.rongyu02-img07{background:url(../images/rongyu02-img07.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}
.rongyu02-img08{background:url(../images/rongyu02-img08.jpg) top center no-repeat #c1c1c1; background-size:100%;width:100%; height:210px;}

.rongyu02 p{background:#c1c1c1;font-size:1.4rem; color:#000;text-align: center; line-height:1.5;padding:10px; min-height:66px;}

.rongyu02 .col-sm-3,.rongyu02 .col-xs-6{margin-bottom:20px;}

@media(max-width:1200px){
	.rongyu02-img01{height:165px;}
	.rongyu02-img02{height:165px;}
	.rongyu02-img03{height:165px;}
	.rongyu02-img04{height:165px;}
	.rongyu02-img05{height:165px;}
	.rongyu02-img06{height:165px;}
	.rongyu02-img07{height:165px;}
	.rongyu02-img08{height:165px;}
}

@media(max-width:991px){
	.rongyu02-img01{height:155px;}
	.rongyu02-img02{height:155px;}
	.rongyu02-img03{height:155px;}
	.rongyu02-img04{height:155px;}
	.rongyu02-img05{height:155px;}
	.rongyu02-img06{height:155px;}
	.rongyu02-img07{height:155px;}
	.rongyu02-img08{height:155px;}
}

@media(max-width:860px){
	.rongyu01{padding:40px 20px; margin-top:20px;}
	.rongyu01 h3{font-size:2rem;}
	
	.rongyu02-img01{height:135px;}
	.rongyu02-img02{height:135px;}
	.rongyu02-img03{height:135px;}
	.rongyu02-img04{height:135px;}
	.rongyu02-img05{height:135px;}
	.rongyu02-img06{height:135px;}
	.rongyu02-img07{height:135px;}
	.rongyu02-img08{height:135px;}
	
	.rongyu02{ margin-top:30px;}
	.rongyu02 p{padding:5px 0; min-height:46px;}
}




/*毕业获欧盟学历，更易落户“北上广” S*/

.sofia-verity{list-style: none; width:100%;}

.sofia-verity li{float:left;text-align:center; width: 50%;}

.sofia-verity img{border:1px solid #767676;height:310px;transition:all .3s;position: relative;}

.sofia-verity p{padding-top:1rem;font-size:1.4rem;}

.sofia-verity li:hover img{transform: scale(2);z-index:999;}

.p2-r-box .col-xs-4{text-align: center; margin: 0 auto;padding:0;}

.p2-r-box .col-xs-4 img{width:77px;height:76px; margin-bottom: 5px;}

.p2-r-box .col-xs-4 p{color:#2c2c2c; font-weight:bold; font-size:1.8rem;}

/*毕业获欧盟学历，更易落户“北上广” E*/





/*留学西班牙，入读世界500强名校-S*/

.padd8{padding:0.8rem;}

.p10-border{border:1px solid #ced5e1;padding:0;}

.p10-text{padding:0.6rem 0.3rem 0 0;}

.p10-text h4{font-size:1.5rem; line-height:1.6rem; background:url(../images/xx.gif) left top no-repeat; padding-left:2rem; font-weight:bold; margin-top: 0.5rem; margin-bottom:0.5rem;}

.p10-text p{font-size:1.2rem; line-height:1.6rem; color:#767676;}

.sfq-zdy{background:#f7f7f7;}

.sfq-zdy a{color:#a32848 !important;}

/*留学西班牙，入读世界500强名校-E*/





/*毕业生感言 S*/

.p8-box{border-bottom:1px solid #cbcbcb; padding:2rem 0;}

.p8-box h4{ font-size:1.5rem; font-weight:bold; margin-top:0.5rem;}

.p8-box .jieshao{display: inline-block;width:75%;}

.p8-box .jieshao p{font-size:1.5rem; line-height:1.5; margin:5px 0;}

.p8-box .jieshao p span{border-radius:4px;color:#b01b41; font-weight: bold; margin-right:10px;}

.ganyan{border-radius:4px; background:#dfdfdf; font-size:1.4rem; padding:1rem; color:#767676; margin-top:20px;line-height:1.5;}

.p8-box a{position: absolute; top:0; right:4px;}


.jieshao a{padding:12px 20px!important;}
.jieshao a:link{color:#fff!important;}
.jieshao a:hover{color:#fff!important;}
.jieshao a:visited{color:#fff!important;}
.btn-style-ta{text-align: center; color: #fff;border-radius:6px;background-color: #af1b40; padding:5px 20px;}

/*毕业生感言 E*/



/*tiaofu*/

.fixed{position:fixed; bottom:-2px;width:100%;height:auto; z-index:999999;} 

.cou{position: absolute;right:0;}

.fan{display:none;position:fixed; bottom:0; right:30px; z-index:999999;}



/*footer*/

footer { 

	width:100%;

	height: auto;

    margin:0px auto;

	padding-top:40px;

	padding-bottom:60px;  

	background:#6b6b6b;

	color:#fff;

	font-size:1.4rem;
	line-height: 1.8;

	}



/* 鍙充晶婕傛诞 */

.fixmes {position: fixed;right: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: #af1b40;}

.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:#af1b40; 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: #af1b40;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;}

}

















@media(max-width:1200px){

	/*banner*/



	.banner{background:#4c4c4c url(../images/banner-1200.jpg) no-repeat center top;height:570px;}

	.banner .btn-pos{ top:39rem; left:25%;}

	

	.p5-main{width:100%;margin:0 auto;}

	

	/*西班牙留学，首选上外留学*/

	#zSlider ul{list-style: none;}

	#zSlider{margin:0px auto; width:100%; overflow:hidden;}

	#picshow{width:600px; height:512px;float:left;}



	/*西班牙留学，首选上外留学*/

	.sqlc{width:100%;height:350px;background:url(../images/sqlc.png) top center no-repeat;background-size:100%;}

}







@media(max-width:991px){

	html,body{font:8px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}

	.banner{background:#4c4c4c url(../images/banner-991.jpg) no-repeat center top;height:478px;}



	/*西班牙留学，首选上外留学*/

	#zSlider ul{list-style: none;}

	#zSlider{margin:0px auto; width:100%; overflow:hidden;}

	#picshow{width:580px; height:512px;float:left;}

	#select_btn{width:210px; height:512px; color:#2c2c2c; float:right; display:inline; background-color:#f5f5f5;}

	#select_btn li{padding:9px 11px 0px 9px; width:210px; height:64px; border-top:1px solid #fff; cursor:pointer;}

	#select_btn li:hover{background-color:#d7d7d7;}

	#select_btn li.current{background-color:#d7d7d7;}

	#select_btn li.current:hover{background-color:#d7d7d7;}

	

	.sqlc{width:100%;height:300px;background:url(../images/sqlc.png) top center no-repeat;background-size:100%;}

}



@media(max-width:860px){

	html,body{font:8px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}

	.banner{background:#f8f8f8;height:auto;padding:30px 0;}

	.spans{display: inline-block;font-size: 0;margin: 0 0 0 1px;}

	.spans span{display: inline-block;color: #fff;background-color: #b01b41;border-radius:2px;padding:1px 3px;font-size:2rem;margin-right:1px;}

	

	.btn-style3{padding:10px;min-width:auto;}

	.btn-style4{padding:10px;min-width:auto;}

	

	.padding{ padding:4rem 3rem;}

	.padding2{ padding:3rem 3rem;}

	.font30{font-size:2rem;}

	.mt30{margin-top:20px;}

	.mt20{margin-top:10px;}

	

	

	/*标题*/

	.title{}

	.title h2{font-size:2.4rem;}

	.title p{text-align:left;}

	.title-text{font-size:1.8rem!important;}

	

	

	/*西班牙硕士留学招生对象 S*/

	.p1-box{width:50%;height:160px;}
	.p1-box .red{padding-top:40px;}
	.p1-box .yellow{padding-top:40px;}
	.p1-box h4{font-size:2rem;}
	.p1-box p{font-size:1.6rem;}

	/*西班牙硕士留学招生对象 E*/



	/*西班牙硕士留学学制安排 S*/

	.bg-02{background:url(../images/bg-02-xs.png) top center no-repeat #4c495c; background-size:100%;}

	.p2-box{ width:90%; height:100px;}

	.p2-box .p2-1{background-size:15%;}

	.p2-box .p2-2{background-size:15%;}

	.p2-box .p2-3{background-size:15%;}

	.p2-box .p2-text{position: absolute;left:50px;right:15px; top:15px;bottom:15px;}

	.p2-box .p2-text h4{font-size:2rem;}

	.p2-box .p2-text p{background:url(../images/p2-dian.jpg) left 8px no-repeat;}

	/*西班牙硕士留学学制安排 E*/

	

	

	/*申请西班牙硕士，需要准备哪些材料？ S*/

	.bg-03{background:url(../images/bg-03-xs.jpg) top center no-repeat; background-size:100%;}

	.p3-box{height:90px;overflow:hidden;border:1px solid #c8c8c8;position:relative;}

	.p3-box .p3-icon1{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box .p3-icon2{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box .p3-icon3{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box .p3-icon4{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box .p3-icon5{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box .p3-icon6{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box .p3-icon7{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box .p3-icon8{width:30px; height:30px;position:absolute; top:10px; left:50%; margin-left:-15px;}

	.p3-box p{font-size:1.5rem;position:absolute;bottom:10px;left:0px;right:0px;top:50px;}

	.bor-top{border-top:0;}

	.bor-left{border-left:0;}

	.bor-right{border-right:0;}

	.bor-bottom{border-bottom:0;}

	/*申请西班牙硕士，需要准备哪些材料？ E*/



	/*2019-2020年度西班牙大学热门专业推荐-S-*/

	.bg-04{background:url(../images/bg-04-xs.jpg) top center no-repeat;background-size:100%;}

	.p4-table table{width:100%;}

	.p4-table table th{padding:10px;}

	.p4-bt{width:20%;}

	.p4-box1{width:30%;}

	.p4-box2{width:50%;}

	.p4-box3{width:0%;}



	.p4-table{}

	.table-btn{display:none;}

	/*2019-2020年度西班牙大学热门专业推荐--E-*/

	

	/*部分录取通知书展示*/

	.p5-box{width:29%;height:180px;margin:5px; overflow:hidden;}
	.p5-box p{font-size:1.2rem;}
	.lqtzs-1,.lqtzs-2,.lqtzs-3,.lqtzs-4,.lqtzs-5,.lqtzs-6,.lqtzs-7,.lqtzs-8,.lqtzs-9,.lqtzs-10,.lqtzs-11,.lqtzs-12,.lqtzs-13,.lqtzs-14,.lqtzs-15,.lqtzs-16,.lqtzs-17,.lqtzs-18{width:100%;height:180px;}

	/*部分录取通知书展示*/

	

	

	

	

	

	

	

	/*西班牙留学，首选上外留学*/

	

	.carousel-caption{padding:10px 10px 15px 10px;font-size:1.5rem!important;line-height:1.5;}

	/*西班牙留学，首选上外留学*/

	

	

	.m-imgp2{width:80%; margin: 0 auto;}

	

	.pm-table{}

	.pm-table table{width:100%;}

	.pm-table table th{font-size:1.5rem;line-height:1.2;padding:10px 2px;}

	.pm-table table td{text-align:left; font-size:1.5rem;line-height:1.4;padding:5px 8px;}

	.pm-table table td p{text-align:center;  font-size:1.5rem;line-height:1.4;}

	.pm-table table .table-w1{width:25%;}

	.pm-table table .table-w2{width:40%;}

	.pm-table table .table-w3{width:35%;}

	

	

	

	.width33{width:90%; margin-left: 5%; margin-top:1rem;}

	

	

	.p3-bg1{background:url(../images/p3-bg1-xs.jpg) top center no-repeat;}

	.p3-bg2{background:url(../images/p3-bg2-xs.jpg) top center no-repeat;}

	.p3-bg3{background:url(../images/p3-bg3-xs.jpg) top center no-repeat;}

	.p3-bg4{background:url(../images/p3-bg4-xs.jpg) top center no-repeat;}

	

	.sofia-verity{margin-bottom: 20px;}

	.sofia-verity img{border:1px solid #767676;height:200px;transition:all .3s;position: relative;}

	

	.part6 .rel p{width:100%; height:7.5rem; overflow: hidden; line-height:1.6;padding:4px;color:#2c2c2c;text-align:left;background:#e5e5e5;}

	

	

	/*part6*/

	.mt-pos{margin-top:40px;}

	.center-m{text-align: center;}

	

	.p7-p{height:auto;}

	.p7-img{height:150px;}

	

	.ren{border: 1px solid #c8cfdd;width:100%;height:170px; padding-right:2px;overflow: hidden;}

	.ren-ul{ position: absolute; top:0.8rem; right:0.3rem; left:1.5rem; }

	.ren-ul p{ font-size:1.5rem; font-weight: bold; padding-left:0; background:none;}

	.ren-ul ul{ padding-left:1.5rem; margin-top:0.5rem;}

	.ren-ul ul li{line-height:1.1; }

	

	/*xsgy*/

	.p8-box h4{ font-size:1.2rem;font-weight:normal;}

	.p8-box .jieshao{display:block;width:100%;margin-top: -10px;}

	.jieshao a{padding:0 5px!important; line-height: 30px!important;}

	.p8-box a{position: absolute; top:9rem; right:4px; display: none;}

	.ganyan{margin-top:10px;}

	

	.part9 .rel p{width:100%; height:65px; overflow: hidden;}

	

	.p10-text h4{font-size:1.8rem; line-height:1.5; background:url(../images/xx.gif) left top no-repeat; padding-left:4rem; font-weight:bold; margin-top:1rem; margin-bottom:0.5rem;}

	.p10-text p{font-size:1.5rem; line-height:1.5;}

	.main{background:none; margin-top:0;}

	.map-layer{width:80%;margin: 0 auto; height:auto;padding:30px 25px;margin-top:0;}

	

	

	

	/*公用底部*/

	.foot {position: fixed;width: 100%;margin: 0px auto 0; color:#fff;z-index: 9999;background:rgba(176,27,65,1);left: 0;bottom: 0;}

	.foot .footWrap{padding: 0;margin: 0 auto; color:#fff;}



	.foot ul{list-style: none;}

	.foot ul li {float: left;width:50%;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;}

	}

	/*tiaofu*/

	.fixed{position:fixed; bottom:45px;width:100%;height:auto; z-index:999999;} 

	.fan{display:none;position:fixed; bottom:100px; right:0!important; z-index:999999;width:33px;height:auto;background: #af1b40;color:#fff; border-radius:10px 0 0 10px;font-size:2rem;font-weight: bold;padding:5px 8px;line-height:1.2;}

}