@charset "utf-8";
/* =s Reset */
html{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-overflow-scrolling: touch;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:sup;}
sub{vertical-align:sub;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;} 
::selection {background:#fe917b; color:#fff;} 
html,body{font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif}
body{color:#333; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;font-size:0.24rem}
i{font-style:normal;}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.fl{float: left;}
.fr{float: right;}
.layout-center{
    width: 1200px;
    margin: 0 auto;
}

.gair-banner{
	position: relative;
	height: 500px;
}
.gair-banner .swiper-slide{
	
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.gair-banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	background: url(../images/index/bgT.png);
}
.gair-nowActive{
	width: 1200px;
	margin: 0 auto;
}
.gair-nowActive .main{
	text-align: center;
	position: relative;
	height: 438px;
	width: 1092px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.gair-nowActive .main:last-child{
	margin-bottom: 0;;
}
.gair-nowActive .main .tags{
	position: absolute;
	top: -14px;
	width: 127px;
	height: 134px;
	text-align: center;
	line-height: 115px;
	color:#fff;
	font-size: 20px;
	background: url(../images/index/tags.png) no-repeat;
	right: 38px;
	z-index: 2;
	display: none;
}
.gair-nowActive .main img{
	position:relative;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
	transition-property: transform;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}
.gair-nowActive .main:before{
	pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 430px;
    left: 19px;
    height: 52px;
    width: 1094;
    opacity: 0;
    background: url(../images/index/shadow.png) no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.gair-nowActive .main:hover img{
	-webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.gair-nowActive .main:hover:before{
	opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.gairList .title,
.will-gairList .title,
.gair-nowActive .title{
	font-size: 24px;
	color:#003366;
	font-family: "微軟正黑體";
	font-weight:bold;
	padding: 10px 0;
	position: relative;
	width: 120px;
	margin: 20px auto;
	line-height: 1;
	letter-spacing: 4px;
	border-bottom: 7px solid #0ba1db;
	text-align: center;
}
.gairList .title em{
	display: inline-block;
	background: url(../images/index/icons.png) no-repeat -12px -4px;
	width: 65px;
	height: 65px;
	vertical-align: middle;
	margin-right: 24px;
}
.gair-nowActive .title em{
	display: inline-block;
	background: url(../images/index/icons.png) no-repeat -253px -8px;
	width: 53px;
	height: 59px;
	vertical-align: middle;
	margin-right: 24px;
}
.gairList .list{
	width: 1164px;
	margin:0 auto;
	padding-bottom:40px;
}
.gairList .list .item{
	width: 542px;
	height: 305px;;
	float: left;
	margin: 0 20px 40px 20px;
	cursor: pointer;
	position:relative;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
	transition-property: transform;
	background: url(../images/gairBg.jpg);
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
.gairList .list .item a {
	color:#fff;
}
.gairList .list .item .year{
	font-size:40px;
	color:#e3d576;
	font-family: 'PingFangSC-Heavy';
	line-height: 1;
	padding-top: 40px;
}
.gairList .list .item .tit{
	font-size: 24px;
	padding-top: 45px;
}
.gairList .list .item .fixBottom{
	position: absolute;
	width: 100%;
	bottom: 16px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
}

.gairList .list .item:before{
	pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 20%;
    height: 25px;
    width: 60%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(61, 148, 223, 0.2) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(61, 148, 223, 0.2) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.gairList .list .item:hover{
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.gairList .list .item:hover:before{
	opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.will-gairList{
	background: #f2f6f9;
	border-top:1px solid #DDD6F0;
	padding-bottom: 80px;
}
/*.will-gairList .title {padding-bottom: 0;}*/
.will-gairList .title .icon{
	float: left;
	margin-bottom:20px;
	background: url(../images/index/icons.png) no-repeat -113px -6px;
	width: 62px;
	height: 63px;
	margin-right: 24px;
}
.will-gairList .title  .r-arrows{
	position: absolute;
	right: 0;
	top:75px;
	font-size: 0;
}
.will-gairList .title  .r-arrows .arrow{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #fff;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 1px 5px rgba(50,50,50,0.1);
	margin-left: 26px;
	text-align: center;
}
.will-gairList .title  .r-arrows .arrow em{
	display: inline-block;
	margin-top: 18px;
	background: url(../images/index/icons.png) no-repeat -16px -78px;
	width: 10px;
	height: 14px;
}
.will-gairList .title  .r-arrows .arrow.next em{
	background-position: -34px -78px;
}
.will-gairList .list{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	overflow:hidden;
	padding-bottom: 28px;
}
.will-gairList .list ul{
	/*width: 1000000px;*/
}
.will-gairList .list li{
	width: 1200px;
	/*float: left;*/
	font-size: 0;
}
.will-gairList .list li .item{
	width: 300px;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	color:#747e8c;
	font-weight: bold;
	font-family: "微軟正黑體";
	line-height:25px;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	margin-left: 75px;
	margin-bottom: 30px;
}
.will-gairList .list li .item:nth-child(3n){
	/*margin-right: 0;*/
}
.will-gairList .list li .item .pic{
	width: 174px;
	height: 174px;
	padding: 9px;
	background: #fff;
	border:1px solid #ECEEF7;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto 32px auto;
	overflow: hidden;
}
.will-gairList .list li .item .pic img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 174px;
	height: 174px;
	vertical-align: top;
}
.will-gairList .list li .item .name{
	color:#223f5f;
	font-size: 20px;
	margin-bottom: 18px;
}
.will-gairList .list li .item .time,.will-gairList .list li .item .address{
	color:#003366;
}
.will-gairList .list .btns{
	text-align: center;
	padding-top: 40px;
}
.will-gairList .list .btns a{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background:#cedee6;
	margin:0 5px;
}
.will-gairList .list .btns a.cur{
	background: #8373f1;
}
.will-gairList .list li .item:hover {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);

}
.will-gairList .list li .item:hover .pic{
	background: linear-gradient(45deg,#18abff,#b8ecff);
    background: -webkit-linear-gradient(45deg,#18abff,#b8ecff);
}
.will-gairList .list li .item:hover .name{
	color:#105bb9;
}
.copyright{
	height: 50px;
	line-height: 50px;
	background: #222222;
	font-size: 12px;
	color:#666666;
	font-weight: bold;
	font-family: "微軟正黑體";
	text-align: center;
}
/*弹窗*/
.gairList-mask{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0,0,0,0.3);
	display: none;
}
.gairList-pop{
	width: 1111px;
	height: 666px;
	position: fixed;
	left: 50%;
	margin-left: -555px;
	top:50%;
	margin-top:-333px;
	z-index: 10;
	text-align: center;
	display: none;
}
.gairList-pop .linkA{
	position: absolute;
	width: 100%;
	bottom:40px;
}
.gairList-pop a{
	width: 348px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border:1px solid #46EFF1;
	background: #00b4ff;
	font-size: 20px;
	color:#e6e1f6;
	display: inline-block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.gairList-pop .cls{
	position: absolute;
	right: 30px;
	top:30px;
	background: url(../images/index/icons.png) no-repeat -203px -12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.applyMask{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 8;
    background: rgba(0,0,0,0.4);
    display:none;
}
.applyPop{
    width: 654px;
    height: 528px;
    position: fixed;
    left: 50%;
    margin-left: -327px;
    top:50%;
    margin-top: -264px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 10;
    display: none;
}
.applyPop .close{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    right: 24px;
    top:24px;
    cursor: pointer;
}
.applyPop .title{
    font-size:24px;
    color:#1f8d70;
    font-weight:bold;
    text-align: center;
    line-height: 1;
    padding: 50px 0 40px 0;
}
.applyPop .row{
    overflow: hidden;
    margin-bottom: 15px;
}
.applyPop .row .name{
    float: left;
    width: 196px;
    text-align: right;
    font-size: 15px;
    color:#1f8d70;
    line-height: 40px;
}
.applyPop .row .name span{
    color:#fa3131;
    font-size: 18px;
    padding-right: 10px;
}
.applyPop .row .inpBox{
    overflow: hidden;
    padding-left: 20px;
}
.applyPop .row .inpBox input{
    width: 220px;
    height: 28px;
    border:1px solid #1f8d70;
    padding: 5px 10px;
    line-height: 28px;
    font-size: 14px;
    float: left;
}
.applyPop .row .inpBox .error{
    float: left;
    line-height: 40px;
    padding-left: 10px;
    font-size: 14px;
    color:#fa3131;
}
.applyPop .btn{
    text-align: center;
    padding-top: 30px;
}
.applyPop .btn input{
    width: 204px;
    height: 48px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    background:#229878;
    letter-spacing: 5px;
    color:#fff;
    cursor: pointer;
}
.successTip{
    width: 492px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    background: #fff;
    font-size: 18px;
    color:#229878;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -246px;
    margin-top: -43px;
    display: none;
}
.successTip em{
    width: 40px;
    height: 35px;
    background: url(../images/succ.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
/*å¼¹çª—æç¤ºæ ·å¼*/
.apply-alert{
	display: none;
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 220px;
	padding: 15px;
	margin-left: -80px;
	margin-top: -50px;
	background: #fff;
	border:2px solid #FD533B;
	color: #FD533B;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	font-weight: bold;
	word-break: break-all;
}
.apply-alert.success{
	border:2px solid #1FCF6D;
	color: #1FCF6D;
}
.apply-alert.warning{
	border:2px solid #FD533B;
	color: #FD533B;
}
/*ç™»å½•æ·»åŠ é¡¹*/
.yp-header-user-box{
    position: relative;
    margin-top:10px ;
     float: right;
    margin-left: 40px;
}
.yp-header-user-box .avatar img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0;
    vertical-align: top;
}
.yp-header-user-box .addNewItem-wrap{
	display: none;
    position: absolute;
    top: 46px;
    right: 0;
    width: 158px;
    z-index: 101;
    border:2px solid #253c5f;
}
.addNewItem-wrap:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color:transparent transparent #fff transparent;
    right: 8px;
    top: -16px;
    border-style: solid;
}
.yp-header-user .user-link a {
	color:#fff;

}
.yp-header-user:hover{
    background: transparent;
}
.yp-header-user .user-link{
	/*width: 118px;*/
}
.yp-header-user-box .addNewItem{
	display: block;
    font-size: 16px;
    border-top: 0;
    background: #fff;
    color:#178a6b;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 55px;
}
.yp-header-user-box .addNewItem2{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.yp-header-user .user-link li:hover {
	 background: #c4e4db;
}
.yp-header-user-box .addNewItem:hover {
    background: #c4e4db;
}
.yp-header-user-box .addNewItem i{
  position: relative;
  top: 2px;
  margin-right: 10px;
  display: inline-block;
  background: url(../../images/common/yp_spirit.png) no-repeat;
  display: none;
}
.yp-header-user-box .addNewItem.addNewItem1 i{background-position:-255px -14px;width: 19px;height: 18px;top:3px;}
.yp-header-user-box .addNewItem.addNewItem2 i{background-position:-255px -14px;width: 19px;height: 18px;top:3px;}
.yp-header-user .user-link li:hover, .yp-header-user .user-link .user-name:hover, .yp-header-user:hover .user-main.user-haslg{
	background: #253c5f;
}
.user-link ul{
    display: none!important;
}
.edu-header{
    height: 60px;
    background: #222222;
    position: relative;
}
.edu-header .nav{
    float: right;
    padding-left: 325px;
}
.edu-header .nav a{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    padding-left: 50px;
    float: left;
    line-height: 60px;
}
.header-logo{
	margin-top: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: auto;
	text-align: left;
	left: 10%;
	bottom: 60px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: #ea3d63;
    opacity: .8;
    transition: all .3s;
    border:1px solid #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ea3d63;
    border:1px solid #fff;
    width: 32px;
}
.clock{
	/*position: absolute;
	left: 10%;
	bottom: 100px;
    background: #ea3d63;
	border-radius: 18px;
	height: 36px;
	line-height: 36px;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-align: center;
	z-index: 10;*/
	position: absolute;
    left: 50%;
    bottom: 100px;
    background: #ea3d63;
    border-radius: 30px;
    height: 60px;
    line-height: 60px;
    width: 180px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    margin-left: -90px;
    letter-spacing: 2px;
}
.clock img{
	vertical-align: middle;
	margin-right: 5px;
}

.preList{
	width: 1020px;
	margin: 0 auto;
}
.listItem{
	float: left;
	width: 480px;
	margin-right: 58px;
	margin-bottom: 40px;
	display: block;

}
.listItem:nth-child(2n){
	margin-right: 0;
}
.listItem .banner{
	position: relative;
}
.listItem .banner img{
	width: 100%;
	height: 290px;
}
.listItem .banner .year{
	position: absolute;
	top: 25px;
	left: -2px;
	height: 34px;
	line-height: 34px;
	width: 70px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #ea3d63;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}
.listItem .detail{
	padding: 20px;
	background: #f2f6f9;

}
.listItem .detail .ti{
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.listItem .detail .time,.listItem .detail .address{
	color: #006699;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1;
}
.listItem .detail .time em{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/index/icon1.png) no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.listItem .detail .address em{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/index/icon2.png) no-repeat;
	width: 18px;
	height: 22px;
	margin-right: 10px;
	
}