.web .sec1{
	position: relative;
}
.web .sec1 li{
	position: relative;
}
.web .sec1 li img{
	width: 100%;
}
.web .sec1 li .text{
	text-align: center;
	position: absolute;
	left: 0;
	top: 24%;
	width: 100%;
}
.web .sec1 li .text h3{
	font-size: 60px;
	color: #fff;
	margin-bottom: 45px;
	font-family: "acrom";
	font-weight: bold;
}
.web .sec1 li .text h4{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.web .sec1 .bx-controls .bx-prev,.web .sec1 .bx-controls .bx-next{
	width: 400px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 24%;
	margin-top: 108px;
	z-index: 51;
	overflow: hidden;
	text-indent: -99em;
}
.web .sec1 .bx-controls .bx-prev{
	left: 50%;
	margin-left: -600px;
	background-image: url(../images/index_web_sec1_prev.png);
}
.web .sec1 .bx-controls .bx-next{
	right: 50%;
	margin-right: -600px;
	background-image: url(../images/index_web_sec1_next.png);
}
.web .sec1 .nav-box{
	position: absolute;
	left: 0;
	bottom: 11.5%;
	z-index: 51;
	width: 100%;
	text-align: center;
}
.web .sec1 .nav-box .box{
	width: 240px;
	display: inline-block;
	vertical-align: top;
}
.web .sec1 .nav-box .box .img-box{
	width: 160px;
	height: 160px;
	border: 3px solid #fff;
	line-height: 154px;
	margin: 0 auto 30px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.web .sec1 .nav-box .box .img-box img{
	vertical-align: middle;
}
.web .sec1 .nav-box .box .img-box a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.web .sec1 .nav-box .box .img-box:hover a{
	opacity: 1;
}
.web .sec1 .nav-box .box p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.web .sec1 .nav-box .box p span{
	font-family: "acrom";
	display: block;
	margin-top: 10px;
}
.web .sec2{
	padding: 90px 0 80px;
	text-align: center;
}
.web .sec2 h3{
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: "acrom";
}
.web .sec2 h4{
	font-size: 16px;
	color: #666;
	margin-bottom: 48px;
	font-weight: bold;
}
.web .sec2 ul{
	font-size: 0;
}
.web .sec2 ul li{
	width: 400px;
	display: inline-block;
	vertical-align: top;
}
.web .sec2 ul li .icon{
	margin-bottom: 18px;
}
.web .sec2 ul li h5{
	font-size: 16px;
	color: #212121;
	font-weight: bold;
	margin-bottom: 16px;
	max-height: 16px;
}
.web .sec2 ul li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: center;
	padding: 0 20px;
	height: 120px;
	margin-bottom: 25px;
}
.web .sec2 ul li a{
	font-size: 14px;
	color: #1781e0;
	font-family: "acrom";
}
.web .sec2 ul li a img{
	display: block;
	margin: 6px auto 0;
}
.web .sec3{
	padding: 90px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/index_web_sec3_bg.jpg);
	background-size: auto 100%;
	background-position: center top;
}
.web .sec3 h3{
	font-size: 36px;
	font-family: "acrom";
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}
.web .sec3 h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 48px;
	font-weight: bold;
}
.web .sec3 ul{
	font-size: 0;
}
.web .sec3 ul li{
	width: 390px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.web .sec3 ul li:nth-child(2){
	margin: 0 15px;
}
.web .sec3 ul li .bg{
	width: 100%;
}
.web .sec3 ul li .box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding: 30px;
}
.web .sec3 ul li .box.active{
	display: block;
}
.web .sec3 ul li .not-log .tit{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.web .sec3 ul li .not-log a{
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	border-radius: 23px;
	font-weight: bold;
	margin-bottom: 6px;
}
.web .sec3 ul li .not-log p{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.web .sec3 ul li .not-log p:nth-child(3){
	margin-bottom: 20px;
}
.web .sec3 ul li .not-log .btn-log{
	position: relative;
	background-color: #f37835;
}
.web .sec3 ul li .not-log .btn-log img{
	position: absolute;
	right: -34px;
	top: -40px;
}
.web .sec3 ul li .not-log .btn-reg{
	background-color: #1781e0;
}
.web .sec3 ul li .not-log a span{
	font-family: "acrom";
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
}
.web .sec3 ul li .log-in .log-info{
	margin-bottom: 40px;
}
.web .sec3 ul li .log-in .log-info .name{
	font-size: 18px;
	color: #333;
	font-family: "acrom";
	float: left;
}
.web .sec3 ul li .log-in .log-info .btn-logout{
	display: block;
	float: right;
	font-size: 14px;
	color: #333;
	text-decoration: underline;
}
.web .sec3 ul li .log-in .log-info .btn-logout img{
	vertical-align: middle;
	margin-right: 3px;
}
.web .sec3 ul li .log-in > a{
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	border-radius: 23px;
	font-weight: bold;
}
.web .sec3 ul li .log-in .btn-enter{
	background-color: #f37835;
	margin-bottom: 12px;
}
.web .sec3 ul li .log-in .btn-check{
	background-color: #1781e0;
}
.web .sec4{
	text-align: center;
	padding: 90px 0;
}
.web .sec4 .tit{
	margin-bottom: 30px;
	position: relative;
}
.web .sec4 .tit h3{
	font-size: 36px;
	color: #212121;
	font-family: "acrom";
	font-weight: bold;
	margin-bottom: 22px;
}
.web .sec4 .tit h4{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.web .sec4 .tit .tab-control{
	font-size: 0;
	position: absolute;
	right: 0;
	bottom: -7px;
}
.web .sec4 .tit .tab-control a{
	border: 1px dashed #c4c4c4;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #7b8288;
	font-family: "acrom";
	width: 130px;
	height: 32px;
	line-height: 30px;
	margin-left: 10px;
}
.web .sec4 .tit .tab-control a.active{
	color: #fff;
	background-color: #1781e0;
	border: 1px solid #1781e0;
}
.web .sec4 .tit .tab-control a span{
	display: inline-block;
	vertical-align: sub;
	width: 14px;
	height: 15px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.web .sec4 .tit .tab-control a:nth-child(1) span{
	background-image: url(../images/index_web_sec4_icon1.png);
}
.web .sec4 .tit .tab-control a:nth-child(1).active span{
	background-image: url(../images/index_web_sec4_icon1_2.png);
}
.web .sec4 .tit .tab-control a:nth-child(2) span{
	background-image: url(../images/index_web_sec4_icon2.png);
}
.web .sec4 .tit .tab-control a:nth-child(2).active span{
	background-image: url(../images/index_web_sec4_icon2_2.png);
}
.web .sec4 .download-pdf{
	display: block;
	background-color: #f1f1f1;
	border-radius: 4px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #212121;
	height: 40px;
	line-height: 40px;
}
.web .sec4 .download-pdf img{
	vertical-align: middle;
}
.web .sec4 .content{
	display: none;
	position: relative;
}
.web .sec4 .content.active{
	display: block;
}
.web .sec4 .content.semester .tip{
	position: absolute;
	left: 0;
	top: 0;
}
.web .sec4 .content.semester .tip div{
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
	height: 34px;
	margin-right: 20px;
	font-size: 14px;
	color: #7b8288;
}
.web .sec4 .content.semester .tip div img{
	vertical-align: middle;
	margin-right: 6px;
}
.web .sec4 .content.semester .swiper-slide .title{
	font-size: 18px;
	color: #1781e0;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	margin-bottom: 30px;
}
.web .sec4 .content.semester .swiper-slide .title .swiper-button-prev,.web .sec4 .content.semester .swiper-slide .title .swiper-button-next{
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0;
	top: 0;
}
.web .sec4 .content.semester .swiper-slide .title .swiper-button-prev{
	background-image: url(../images/index_web_sec4_prev.png);
	left: 50%;
	right: auto;
	margin-left: -180px;
}
.web .sec4 .content.semester .swiper-slide .title .swiper-button-next{
	background-image: url(../images/index_web_sec4_next.png);
	right: 50%;
	left: auto;
	margin-right: -180px;
}
.web .sec4 .content.semester .swiper-slide .months-box{
	border-bottom: 1px solid #ededed;
	padding-top: 15px;
	text-align: left;
}
.web .sec4 .content.semester .swiper-slide .months-box.hide{
	display: none;
}
.web .sec4 .content.semester .swiper-slide .months-box:nth-child(2){
	border-top: 1px solid #ededed;
}
.web .sec4 .content.semester .swiper-slide .months-box .date{
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.web .sec4 .content.semester .swiper-slide .months-box .date span{
	color: #b2b2b2;
	font-weight: normal;
	font-family: "acrom";
	margin-left: 8px;
}
.web .sec4 .content.semester .swiper-slide .months-box ul{
	font-size: 0;
}
.web .sec4 .content.semester .swiper-slide .months-box ul li{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-bottom: 20px;
}
.web .sec4 .content.semester .swiper-slide .months-box ul li span{
	display: inline-block;
	vertical-align: middle;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #1781e0;
	font-family: "acrom";
	font-weight: bold;
	border-radius: 20px;
	margin-right: 20px;
}
.web .sec4 .content.semester .swiper-slide .months-box ul li span.gray{
	background-color: #e8e8e8;
	color: #333;
}
.web .sec4 .content.semester .swiper-slide .months-box ul li span.yellow{
	background-color: #ffcf59;
	color: #333;
}
.web .sec4 .content.semester .swiper-slide .months-box ul li p{
	width: 205px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.web .sec4 .content.semester .swiper-slide .more{
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin: 30px auto 0;
}
.web .sec4 .content.weekly .swiper-slide .title{
	font-size: 18px;
	color: #1781e0;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	margin-bottom: 30px;
}
.web .sec4 .content.weekly .swiper-slide .title .swiper-button-prev,.web .sec4 .content.weekly .swiper-slide .title .swiper-button-next{
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0;
	top: 0;
}
.web .sec4 .content.weekly .swiper-slide .title .swiper-button-prev{
	background-image: url(../images/index_web_sec4_prev.png);
	left: 50%;
	right: auto;
	margin-left: -180px;
}
.web .sec4 .content.weekly .swiper-slide .title .swiper-button-next{
	background-image: url(../images/index_web_sec4_next.png);
	right: 50%;
	left: auto;
	margin-right: -180px;
}
.web .sec4 .content.weekly .swiper-slide table{
	width: 100%;
	font-size: 14px;
	color: #333;
}
.web .sec4 .content.weekly .swiper-slide table tr th{
	font-weight: bold;
	padding: 20px;
	border: 1px solid #ededed;
}
.web .sec4 .content.weekly .swiper-slide table tr th span{
	color: #b2b2b2;
}
.web .sec4 .content.weekly .swiper-slide table tr td{
	line-height: 24px;
	padding: 20px;
	text-align: left;
	border: 1px solid #ededed;
	width: 16.6%;
	word-break: break-all;
}
.web .sec4 .content.weekly .swiper-slide table tr th:nth-child(1){
	text-align: left;
	border-left: 0 none;
	padding: 20px 0;
}
.web .sec4 .content.weekly .swiper-slide table tr th:last-child,.web .sec4 .content.weekly .swiper-slide table tr td:last-child{
	border-right: 0 none;
}
.web .sec5{
	text-align: center;
	background-color: #f2f2f2;
	padding: 80px 0 60px;
}
.web .sec5 .tit{
	margin-bottom: 48px;
	position: relative;
}
.web .sec5 .tit h3{
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	font-family: "acrom";
	margin-bottom: 22px;
}
.web .sec5 .tit h4{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.web .sec5 .tit a{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 140px;
	height: 32px;
	line-height: 30px;
	border: 1px dashed #c4c4c4;
	font-size: 14px;
	color: #7b8288;
}
.web .sec5 .tit a:hover{
	color: #fff;
	background-color: #1781e0;
	border: 1px solid #1781e0;
}
.web .sec5 .tab-control{
	font-size: 0;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}
.web .sec5 .tab-control a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	position: relative;
	margin-right: 40px;
}
.web .sec5 .tab-control a:last-child{
	margin-right: 0;
}
.web .sec5 .tab-control a.active{
	color: #333;
	font-weight: bold;
}
.web .sec5 .tab-control a .line{
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 1px;
	background-color: #212121;
	display: none;
}
.web .sec5 .tab-control a.active .line{
	display: block;
}
.web .sec5 .content{
	display: none;
}
.web .sec5 .content.active{
	display: block;
}
.web .sec5 .content ul{
	font-size: 0;
	margin-bottom: 25px;
}
.web .sec5 .content ul li{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-right: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 8px;
}
.web .sec5 .content ul li:nth-child(5n){
	margin-right: 0;
}
.web .sec5 .content ul li img{
	width: 100%;
}
.web .sec5 .content ul li .text-box{
	background-color: #fff;
	padding: 20px 0;
}
.web .sec5 .content ul li .text-box .name{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.web .sec5 .content ul li .text-box .university{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-bottom: 8px;
}
.web .sec5 .content ul li .text-box .faculty{
	font-size: 14px;
	color: #666;
}
.web .sec5 .content .more{
	font-size: 14px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}
.mobile .sec1{
	position: relative;
}
.mobile .sec1 li img{
	width: 100%;
}
.mobile .sec1 li .text{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.71875rem;
	width: 100%;
	height: 100%;
	text-align: center;
}
.mobile .sec1 li .text h3{
	font-size: 1.25rem;
	color: #fff;
	margin-bottom: 1.25rem;
	font-weight: bold;
	font-family: "acrom";
}
.mobile .sec1 li .text h4{
	font-size: 0.9375rem;
	color: #fff;
}
.mobile .sec1 .bx-prev,.mobile .sec1 .bx-next{
	width: 5.625rem;
	height: 0.78125rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: -99em;
	position: absolute;
	top: 50%;
	z-index: 51;
	margin-top: 0.9375rem;
}
.mobile .sec1 .bx-prev{
	left: 0.9375rem;
	background-image: url(../images/index_mobile_sec1_prev.png);
}
.mobile .sec1 .bx-next{
	right: 0.9375rem;
	background-image: url(../images/index_mobile_sec1_next.png);
}
.mobile .sec2{
	padding: 2.1875rem 4%;
	text-align: center;
}
.mobile .sec2 h3{
	font-size: 1.25rem;
	color: #212121;
	font-weight: bold;
	margin-bottom: 0.625rem;
	font-family: "acrom";
}
.mobile .sec2 h4{
	font-size: 0.75rem;
	color: #666;
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.mobile .sec2 .swiper-slide .icon{
	margin-bottom: 1rem;
	width: 5.625rem;
}
.mobile .sec2 .swiper-slide h5{
	font-size: 0.9375rem;
	color: #212121;
	font-weight: bold;
	margin-bottom: 0.6875rem;
	max-height: 0.9375rem;
}
.mobile .sec2 .swiper-slide p{
	font-size: 0.75rem;
	color: #666;
	line-height: 1.1875rem;
	text-align: center;
	height: 4.75rem;
	margin-bottom: 1rem;
}
.mobile .sec2 .swiper-slide a{
	font-size: 0.75rem;
	color: #1781e0;
	font-family: "acrom";
}
.mobile .sec2 .swiper-slide a img{
	display: block;
	margin: 0.375rem auto 0;
	width: 5.625rem;
}
.mobile .sec2 .swiper-button-prev,.mobile .sec2 .swiper-button-next{
	width: 0.875rem;
	height: 1.625rem;
	top: 2rem;
	margin-top: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mobile .sec2 .swiper-button-prev{
	background-image: url(../images/index_mobile_sec2_prev.png);
}
.mobile .sec2 .swiper-button-next{
	background-image: url(../images/index_mobile_sec2_next.png);
}
.mobile .sec3{
	padding: 2.1875rem 4%;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/index_mobile_sec3_bg.jpg);
	background-size: auto 100%;
	background-position: center top;
}
.mobile .sec3 h3{
	font-size: 1.25rem;
	font-family: "acrom";
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.625rem;
}
.mobile .sec3 h4{
	font-size: 0.75rem;
	color: #fff;
	margin-bottom: 1.875rem;
	font-weight: bold;
}
.mobile .sec3 ul{
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
.mobile .sec3 li{
	overflow: hidden;
	border-radius: 0.3125rem;
	position: relative;
	padding: 0 2.8125rem;
	width: 19.375rem;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.mobile .sec3 li.center{
	z-index: 2;
	margin: 0 auto;
}
.mobile .sec3 li .contain{
	width: 13.75rem;
	overflow: hidden;
	border-radius: 0.3125rem;
	position: relative;
}
.mobile .sec3 li.left,.mobile .sec3 li.right{
	opacity: 0.7;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9.6875rem;
}
.mobile .sec3 li.left{
	transform: scale(0.9,0.9) translateX(-3.875rem);
	-webkit-transform: scale(0.9,0.9) translateX(-3.875rem);
}
.mobile .sec3 li.right{
	transform: scale(0.9,0.9) translateX(3.875rem);
	-webkit-transform: scale(0.9,0.9) translateX(3.875rem);
}
.mobile .sec3 li .bg{
	width: 100%;
}
.mobile .sec3 li .box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding: 0.9375rem;
}
.mobile .sec3 li .box.active{
	display: block;
}
.mobile .sec3 li .not-log .tit{
	font-size: 0.75rem;
	color: #333;
	margin-bottom: 0.3125rem;
	text-align: left;
	font-weight: bold;
}
.mobile .sec3 li .not-log a{
	display: inline-block;
	vertical-align: top;
	width: 10.9375rem;
	height: 1.875rem;
	line-height: 1.875rem;
	color: #fff;
	font-size: 0.75rem;
	border-radius: 0.9375rem;
	font-weight: bold;
	margin-bottom: 0.3125rem;
}
.mobile .sec3 li .not-log p{
	font-size: 0.625rem;
	color: #999;
}
.mobile .sec3 li .not-log p:nth-child(3){
	margin-bottom: 0.625rem;
}
.mobile .sec3 li .not-log .btn-log{
	position: relative;
	background-color: #f37835;
}
.mobile .sec3 li .not-log .btn-log img{
	width: 2.3125rem;
	position: absolute;
	right: -0.875rem;
	top: -1.5625rem;
}
.mobile .sec3 li .not-log .btn-reg{
	background-color: #1781e0;
}
.mobile .sec3 li .not-log a span{
	font-family: "acrom";
	margin-left: 1rem;
	font-size: 0.6875rem;
	font-weight: normal;
}
.mobile .sec3 li .log-in .log-info{
	margin-bottom: 1rem;
}
.mobile .sec3 li .log-in .log-info .name{
	font-size: 0.75rem;
	color: #333;
	font-family: "acrom";
	float: left;
}
.mobile .sec3 li .log-in .log-info .btn-logout{
	display: block;
	float: right;
	font-size: 0.75rem;
	color: #333;
	text-decoration: underline;
}
.mobile .sec3 li .log-in .log-info .btn-logout img{
	vertical-align: middle;
	margin-right: 0.25rem;
	width: 0.5625rem;
}
.mobile .sec3 li .log-in > a{
	display: inline-block;
	vertical-align: top;
	width: 10.9375rem;
	height: 1.875rem;
	line-height: 1.875rem;
	color: #fff;
	font-size: 0.75rem;
	border-radius: 0.9375rem;
	font-weight: bold;
}
.mobile .sec3 li .log-in .btn-enter{
	background-color: #f37835;
	margin-bottom: 0.625rem;
}
.mobile .sec3 li .log-in .btn-check{
	background-color: #1781e0;
}
.mobile .sec4{
	text-align: center;
	padding: 2.1875rem 4%;
}
.mobile .sec4 .tit{
	margin-bottom: 2.1875rem;
}
.mobile .sec4 .tit h3{
	font-size: 1.25rem;
	color: #212121;
	font-family: "acrom";
	font-weight: bold;
	margin-bottom: 0.375rem;
}
.mobile .sec4 .tit h4{
	font-size: 0.75rem;
	color: #666;
	font-weight: bold;
}
.mobile .sec4 .tab-control{
	font-size: 0;
	margin-bottom: 0.9375rem;
}
.mobile .sec4 .tab-control a{
	border: 1px dashed #c4c4c4;
	display: inline-block;
	vertical-align: top;
	font-size: 0.6875rem;
	color: #7b8288;
	font-family: "acrom";
	width: 6.25rem;
	height: 1.5625rem;
	line-height: 1.5rem;
	margin: 0 0.3125rem;
}
.mobile .sec4 .tab-control a.active{
	color: #fff;
	background-color: #1781e0;
	border: 1px solid #1781e0;
}
.mobile .sec4 .tab-control a span{
	display: inline-block;
	vertical-align: sub;
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.6875rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mobile .sec4 .tab-control a:nth-child(1) span{
	background-image: url(../images/index_web_sec4_icon1.png);
}
.mobile .sec4 .tab-control a:nth-child(1).active span{
	background-image: url(../images/index_web_sec4_icon1_2.png);
}
.mobile .sec4 .tab-control a:nth-child(2) span{
	background-image: url(../images/index_web_sec4_icon2.png);
}
.mobile .sec4 .tab-control a:nth-child(2).active span{
	background-image: url(../images/index_web_sec4_icon2_2.png);
}
.mobile .sec4 .download-pdf{
	display: block;
	background-color: #f1f1f1;
	border-radius: 0.25rem;
	margin-bottom: 0.9375rem;
	font-size: 0.75rem;
	color: #212121;
	height: 2rem;
	line-height: 2rem;
}
.mobile .sec4 .download-pdf img{
	vertical-align: sub;
	height: 0.75rem;
}
.mobile .sec4 .content{
	display: none;
	position: relative;
}
.mobile .sec4 .content.active{
	display: block;
}
.mobile .sec4 .content.semester .tip{
	font-size: 0;
}
.mobile .sec4 .content.semester .tip div{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.625rem;
	font-size: 0.75rem;
	color: #7b8288;
}
.mobile .sec4 .content.semester .tip div img{
	vertical-align: middle;
	margin-right: 0.1875rem;
	width: 0.3125rem;
}
.mobile .sec4 .content.semester .swiper-container{
	margin-bottom: 0.9375rem;
}
.mobile .sec4 .content.semester .swiper-button-prev,.mobile .sec4 .content.semester .swiper-button-next{
	width: 1.5625rem;
	height: 1.5625rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0;
	top: 0;
}
.mobile .sec4 .content.semester .swiper-button-prev{
	background-image: url(../images/index_web_sec4_prev.png);
	left: 0;
}
.mobile .sec4 .content.semester .swiper-button-next{
	background-image: url(../images/index_web_sec4_next.png);
	right: 0;
}
.mobile .sec4 .content.semester .swiper-slide .title{
	font-size: 0.75rem;
	color: #1781e0;
	font-weight: bold;
	line-height: 1.5625rem;
	height: 1.5625rem;
	margin-bottom: 0.9375rem;
}
.mobile .sec4 .content.semester .swiper-slide .months-box{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding-top: 0.9375rem;
}
.mobile .sec4 .content.semester .swiper-slide .months-box .date{
	position: relative;
	margin-bottom: 0.9375rem;
}
.mobile .sec4 .content.semester .swiper-slide .months-box .date .icon{
	width: 0.5625rem;
	position: absolute;
	top: 0.75rem;
	right: 1rem;
}
.mobile .sec4 .content.semester .swiper-slide .months-box .date .input{
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 1.875rem;
	line-height: 1.8125rem;
	border-radius: 0.9375rem;
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
}
.mobile .sec4 .content.semester .swiper-slide .months-box .date span{
	color: #b2b2b2;
	font-weight: normal;
	font-family: "acrom";
	margin-left: 0.4375rem;
}
.mobile .sec4 .content.semester .swiper-slide .months-box .date .option-box{
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 100%;
	top: 1.875rem;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0.9375rem;
	display: none;
}
.mobile .sec4 .content.semester .swiper-slide .months-box .date .option-box a{
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
	display: block;
	line-height: 1.8125rem;
	border-bottom: 1px solid #e8e8e8;
}
.mobile .sec4 .content.semester .swiper-slide .months-box .date .option-box a:last-child{
	border-bottom: 0 none;
}
.mobile .sec4 .content.semester .swiper-slide .months-box ul{
	font-size: 0;
	text-align: left;
	display: none;
}
.mobile .sec4 .content.semester .swiper-slide .months-box ul.active{
	display: block;
}
.mobile .sec4 .content.semester .swiper-slide .months-box ul li{
	margin-bottom: 0.3125rem;
}
.mobile .sec4 .content.semester .swiper-slide .months-box ul li span{
	display: inline-block;
	vertical-align: middle;
	width: 4.9375rem;
	height: 1.5625rem;
	line-height: 1.5625rem;
	text-align: center;
	font-size: 0.5625rem;
	color: #fff;
	background-color: #1781e0;
	font-family: "acrom";
	font-weight: bold;
	border-radius: 0.78125rem;
	margin-right: 0.625rem;
}
.mobile .sec4 .content.semester .swiper-slide .months-box ul li span.gray{
	background-color: #e8e8e8;
	color: #333;
}
.mobile .sec4 .content.semester .swiper-slide .months-box ul li span.yellow{
	background-color: #ffcf59;
	color: #333;
}
.mobile .sec4 .content.semester .swiper-slide .months-box ul li p{
	width: 15.625rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	color: #333;
	line-height: 1.2;
}
.mobile .sec4 .content.weekly .swiper-slide .title{
	font-size: 0.75rem;
	color: #1781e0;
	font-weight: bold;
	line-height: 1.5625rem;
	height: 1.5625rem;
	margin-bottom: 0.9375rem;
}
.mobile .sec4 .content.weekly .swiper-button-prev,.mobile .sec4 .content.weekly .swiper-button-next{
	width: 1.5625rem;
	height: 1.5625rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0;
	top: 0;
}
.mobile .sec4 .content.weekly .swiper-button-prev{
	background-image: url(../images/index_web_sec4_prev.png);
	left: 0;
}
.mobile .sec4 .content.weekly .swiper-button-next{
	background-image: url(../images/index_web_sec4_next.png);
	right: 0;
}
.mobile .sec4 .content.weekly .swiper-slide table{
	width: 100%;
	font-size: 0.5625rem;
	color: #333;
}
.mobile .sec4 .content.weekly .swiper-slide table tr th{
	font-weight: bold;
	padding: 0.3125rem;
	border: 1px solid #ededed;
	text-align: left;
	line-height: 0.8125rem;
}
.mobile .sec4 .content.weekly .swiper-slide table tr th span{
	color: #b2b2b2;
	display: block;
}
.mobile .sec4 .content.weekly .swiper-slide table tr td{
	line-height: 0.8125rem;
	padding: 0.3125rem;
	border: 1px solid #ededed;
}
.mobile .sec4 .content.weekly .swiper-slide table tr td a{
	color: #1781e0;
	font-size: 0.6875rem;
	font-family: "acrom";
	font-weight: bold;
}
.mobile .sec4 .content.weekly .swiper-slide table tr th:nth-child(1){
	text-align: left;
	border-left: 0 none;
	padding: 0.3125rem 0;
}
.mobile .sec4 .content.weekly .swiper-slide table tr th:last-child,.mobile .sec4 .content.weekly .swiper-slide table tr td:last-child{
	border-right: 0 none;
}
.mobile .sec4 #fancy{
	display: none;
}
#fancy .box{
	font-size: 0.75rem;
	color: #333;
	line-height: 1.1875rem;
	padding: 2.1875rem;
	font-family: "acrom";
}
.mobile .sec5{
	text-align: center;
	background-color: #f2f2f2;
	padding: 2.1875rem 0 1.4375rem;
}
.mobile .sec5 .tit{
	margin-bottom: 1.25rem;
}
.mobile .sec5 .tit h3{
	font-size: 1.25rem;
	color: #212121;
	font-weight: bold;
	font-family: "acrom";
	margin-bottom: 0.375rem;
}
.mobile .sec5 .tit h4{
	font-size: 0.75rem;
	color: #666;
	font-weight: bold;
}
.mobile .sec5 .tab-control{
	position: relative;
	margin: 0 auto 1.25rem;
	width: 10.9375rem;
	height: 1.875rem;
	border: 0.0625rem solid #e8e8e8;
	line-height: 1.75rem;
	border-radius: 0.9375rem;
	background-color: #fff;
}
.mobile .sec5 .tab-control .icon{
	width: 0.5625rem;
	position: absolute;
	top: 0.75rem;
	right: 1rem;
}
.mobile .sec5 .tab-control .input{
	width: 100%;
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
}
.mobile .sec5 .tab-control .option-box{
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 100%;
	top: 1.875rem;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0.9375rem;
	display: none;
}
.mobile .sec5 .tab-control .option-box a{
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
	display: block;
	line-height: 1.8125rem;
	border-bottom: 1px solid #e8e8e8;
}
.mobile .sec5 .tab-control .option-box a:last-child{
	border-bottom: 0 none;
}
.mobile .sec5 .content{
	display: none;
}
.mobile .sec5 .content.active{
	display: block;
}
.mobile .sec5 .content ul{
	font-size: 0;
	margin-bottom: 0.8125rem;
	text-align: left;
	padding: 0 4%;
}
.mobile .sec5 .content ul li{
	display: inline-block;
	vertical-align: top;
	width: 10.46875rem;
	margin-right: 0.625rem;
	overflow: hidden;
	border-radius: 0.375rem;
	text-align: center;
	margin-bottom: 0.625rem;
}
.mobile .sec5 .content ul li:nth-child(2n){
	margin-right: 0;
}
.mobile .sec5 .content ul li img{
	width: 100%;
}
.mobile .sec5 .content ul li .text-box{
	background-color: #fff;
	padding: 0.9375rem 0 0.625rem;
}
.mobile .sec5 .content ul li .text-box .name{
	font-size: 0.75rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}
.mobile .sec5 .content ul li .text-box .university{
	font-size: 0.75rem;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.375rem;
}
.mobile .sec5 .content ul li .text-box .faculty{
	font-size: 0.75rem;
	color: #666;
}
.mobile .sec5 .content .more{
	font-size: 0.75rem;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
	.web .sec1 li .text{
		top: 37%;
	}
	.web .sec1 li .text h3{
		font-size: 40px;
	}
	.web .sec1 li .text h4{
		font-size: 26px;
	}
	.web .sec1 .bx-controls .bx-prev,.web .sec1 .bx-controls .bx-next{
		width: 300px;
		top: 33%;
	}
	.web .sec1 .bx-controls .bx-prev{
		margin-left: -450px;
	}
	.web .sec1 .bx-controls .bx-next{
		margin-right: -450px;
	}
	.web .sec1 .nav-box{
		display: none;
	}
	.web .sec2{
		padding: 60px 0 80px;
	}
	.web .sec2 h3{
		font-size: 30px;
		margin-bottom: 18px;
	}
	.web .sec2 ul li{
		width: 33%;
	}
	.web .sec2 ul li h5{
		font-size: 14px;
	}
	.web .sec2 ul li p{
		font-size: 12px;
		height: 96px;
	}
	.web .sec3{
		padding: 60px 0;
	}
	.web .sec3 h3{
		font-size: 30px;
		margin-bottom: 18px;
	}
	.web .sec3 ul li{
		width: 28%;
	}
	.web .sec3 ul li:nth-child(2){
		margin: 0 1%;
	}
	.web .sec3 ul li .box{
		padding: 22px;
	}
	.web .sec3 ul li .not-log a,.web .sec3 ul li .log-in > a{
		width: 100%;
	}
	.web .sec3 ul li .not-log .tit{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.web .sec3 ul li .not-log .btn-log img{
		width: 50px;
		right: -10px;
		top: -24px;
	}
	.web .sec3 ul li .log-in .log-info{
		margin-bottom: 20px;
	}
	.web .sec4{
		padding: 70px 0;
	}
	.web .sec4 .tit h3{
		font-size: 30px;
		margin-bottom: 18px;
	}
	.web .sec4 .content.semester .tip div{
		font-size: 12px;
	}
	.web .sec4 .content.semester .swiper-slide .title{
		font-size: 16px;
	}
	.web .sec4 .content.semester .swiper-slide .title .swiper-button-prev{
		margin-left: -160px;
	}
	.web .sec4 .content.semester .swiper-slide .title .swiper-button-next{
		margin-right: -160px;
	}
	.web .sec4 .content.semester .swiper-slide .months-box ul li{
		width: 33.3%;
	}
	.web .sec4 .content.semester .swiper-slide .months-box ul li:nth-child(3n-1){
		width: 33.4%;
	}
	.web .sec4 .content.semester .swiper-slide .months-box ul li span{
		width: 29%;
		font-size: 12px;
		margin-right: 3%;
	}
	.web .sec4 .content.semester .swiper-slide .months-box ul li p{
		width: 58%;
		font-size: 12px;
	}
	.web .sec4 .content.weekly .swiper-slide .title{
		font-size: 16px;
	}
	.web .sec4 .content.weekly .swiper-slide .title .swiper-button-prev{
		margin-left: -160px;
	}
	.web .sec4 .content.weekly .swiper-slide .title .swiper-button-next{
		margin-right: -160px;
	}
	.web .sec4 .content.weekly .swiper-slide table{
		font-size: 12px;
	}
	.web .sec4 .content.weekly .swiper-slide table tr th{
		padding: 10px;
	}
	.web .sec4 .content.weekly .swiper-slide table tr th:nth-child(1){
		padding: 10px 0;
	}
	.web .sec4 .content.weekly .swiper-slide table tr td{
		line-height: 22px;
		padding: 10px;
	}
	.web .sec5{
		padding: 40px 0;
	}
	.web .sec5 .tit h3{
		font-size: 30px;
		margin-bottom: 18px;
	}
	.web .sec5 .tab-control{
		margin-bottom: 40px;
	}
	.web .sec5 .content ul{
		margin-bottom: 40px;
	}
	.web .sec5 .content ul li{
		width: 19%;
		margin-right: 1.25%;
	}
}
@media only screen and (max-width:768px){
	.web .sec1 li .text h4{
		font-size: 22px;
	}
	.web .sec1 .bx-controls .bx-prev,.web .sec1 .bx-controls .bx-next{
		width: 200px;
		top: 31%;
		background-size: auto 100%;
	}
	.web .sec1 .bx-controls .bx-prev{
		margin-left: -350px;
		background-position: left center;
	}
	.web .sec1 .bx-controls .bx-next{
		margin-right: -350px;
		background-position: right center;
	}
	.web .sec2{
		padding: 40px 0;
	}
	.web .sec2 h4{
		margin-bottom: 30px;
	}
	.web .sec2 ul li{
		width: 33%;
		padding: 0 1%;
	}
	.web .sec2 ul li .icon{
		width: 100px;
	}
	.web .sec2 ul li a{
		font-size: 12px;
	}
	.web .sec2 ul li p{
		margin-bottom: 15px;
		line-height: 22px;
	}
	.web .sec3{
		padding: 40px 0;
	}
	.web .sec3 h4{
		margin-bottom: 30px;
	}
	.web .sec3 ul li{
		width: 31%;
	}
	.web .sec3 ul li .box{
		padding: 20px;
	}
	.web .sec3 ul li .not-log .tit{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.web .sec3 ul li .not-log a,.web .sec3 ul li .log-in > a{
		height: 40px;
		line-height: 40px;
	}
	.web .sec3 ul li .log-in .log-info .btn-logout{
		font-size: 12px;
	}
	.web .sec3 ul li .log-in .log-info .name{
		font-size: 12px;
	}
	.web .sec3 ul li .log-in .log-info{
		margin-bottom: 10px;
	}
	.web .sec4{
		padding: 40px 0;
	}
	.web .sec4 .tit .tab-control a{
		font-size: 12px;
		width: 100px;
	}
	.web .sec4 .tit .tab-control a span{
		margin-right: 5px;
	}
	.web .sec4 .content.semester .tip div{
		margin-right: 5px;
	}
	.web .sec4 .content.semester .swiper-slide .title{
		font-size: 14px;
	}
	.web .sec4 .content.semester .swiper-slide .title .swiper-button-prev{
		margin-left: -140px;
	}
	.web .sec4 .content.semester .swiper-slide .title .swiper-button-next{
		margin-right: -140px;
	}
	.web .sec4 .content.weekly .swiper-slide .title{
		font-size: 14px;
	}
	.web .sec4 .content.weekly .swiper-slide .title .swiper-button-prev{
		margin-left: -140px;
	}
	.web .sec4 .content.weekly .swiper-slide .title .swiper-button-next{
		margin-right: -140px;
	}
	.web .sec4 .content.weekly .swiper-slide table tr td{
		line-height: 20px;
	}
	.web .sec4 .content.weekly .swiper-slide table tr th span{
		display: block;
	}
	.web .sec5 .tit{
		margin-bottom: 30px;
	}
	.web .sec5 .tit a{
		font-size: 12px;
		width: 100px;
	}
	.web .sec5 .tab-control{
		margin-bottom: 30px;
	}
	.web .sec5 .tab-control a{
		font-size: 12px;
	}
	.web .sec5 .content ul li .text-box{
		padding: 10px 0;
	}
	.web .sec5 .content ul li .text-box .name{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.web .sec5 .content ul li .text-box .university,.web .sec5 .content ul li .text-box .faculty{
		font-size: 12px;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}