@charset "UTF-8";

.img-box i {
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-pagination span {
	outline: none;
	opacity: 1;
}

body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
	background-color: #65b72a;
}

/*头部*/
.top-img {
	margin: 0;
	padding: 0;
	height: 8px;
}

.top-img img {
	width: 100%;
	height: 100%;
}

.header-pc .top .logo {
	width: 22.0625rem;
}

#header .header-pc img {
	width: 100%;
}

#header .header-pc .top {
	background-color: #fff;
}

.header-pc .top .txt {
	margin-left: 0.875rem;
	padding-left: 0.875rem;
	border-left: 1px solid #c4c4c4;
}

.header-pc .top .txt p {
	font-size: 1.25rem;
	color: #2a2a2a;
	font-weight: bold;
	margin-top: -2px;
}

.header-pc .top .txt p:last-child {
	margin-top: 0.625rem;
}

.header-pc .search {
	height: 2.625rem;
	position: relative;
	margin-left: 3.75rem;
	margin-right: 2.5rem;
	z-index: 9999;
	display:none;
}

.header-pc .search input {
	width: 0px;
	height: 100%;
	background-color: #fff;
	line-height: 36px;
	font-size: 14px;
	color: #565656;
	vertical-align: top;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 2.625rem;
	z-index: 10;
}

.header-pc .search input::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 36px;
	color: #565656;
}

.header-pc .search a {
	width: 2.625rem;
	height: 100%;
	background: url(../img/search-icon.png) center center no-repeat;
	background-size: 1.25rem 1.25rem;
	vertical-align: top;
	transition: all .5s;
}

.header-pc .search:hover input {
	width: 210px;
	opacity: 1;
	visibility: visible;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px #898989;
	border-color: #fff;
}

.header-pc .search:hover a {
	background-color: #0A2C87;
	background-image: url(../img/search-icon-hover.png) !important;
}

.header-pc .top .weather {
	width: 243px;
	height: 20px;
	border: none;
	margin-left: 2.5rem;
}

.header-pc .pc-nav {
	background-color: #FFFFFF;
}

.header-pc .pc-nav li {
	height: 4.5rem;
	position: relative;
	margin-left:3.75rem;
	text-align: center;
	background: url(../img/header-blue.png) center -30px no-repeat;
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li:first-child{
	margin-left: 0;
}

.header-pc .pc-nav .on,.header-pc .pc-nav li:hover{
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #008CD6;
	background-position-y: bottom;
}

.header-pc .pc-nav .on a {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #008CD6;
}

.header-pc .pc-nav li>a {
	display: block;
	width: 100%;
	font-size: 1.125rem;
	color: #000000;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
	line-height: 4.5rem;
}

.header-pc .index-nav li>a {
	color: #FFFFFF;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #2B2B2B;
}

.header-pc .pc-nav li>a em {
	display: block;
	font-size: 12px;
	color: #cfe7cf;
	text-transform: uppercase;
	margin-top: 0.375rem;
}

.header-pc .btn{
	display: block;
	width: 80px;
	height: 34px;
	background: #0A2C87;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.header-pc .pc-nav li .sub {
	width: 150px;
	position: absolute;
	top: 150%;
	left: 50%;
	z-index: 1000;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li .sub .box {
	box-shadow: 0px 0px 5px #838383;
	background-color: #fff;
}

.header-pc .pc-nav li .sub a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li .sub a:hover {
	background-color: #008CD6;
	color: #fff;
}

.header-pc .pc-nav li:hover>a {
	color: #008CD6;

}

.header-pc .pc-nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.header-pc.on {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.mobile-nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51, 51, 51, .3);
	transition: all .55s cubic-bezier(0.4, 0, 0, 1);
}

.mobile-nav ul {
	width: 85%;
	height: 100%;
	padding: 5%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-nav ul li {
	width: 100%;
	margin-bottom: 10%;
	padding-left: 10%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10%;
}

.mobile-nav ul li>a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
}

.mobile-nav.on {
	opacity: 1;
	left: 0;
	visibility: visible;
}

/* swiper */
.banner .mySwiperbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .mySwiperbanner .pagination {
	position: absolute;
	z-index: 10;
	bottom: 11.4375rem;
	text-align: right;
	padding-right: 7.5rem;
}

.banner .mySwiperbanner .pagination .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #FF9E00;
	border-radius: 50%;
}

.banner .mySwiperbanner .pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}

.banner .mySwiperbanner .swiper-box {
	position: absolute;
	bottom: 0;
	height: 9.8125rem;
	margin-left: 7.5rem;
	margin-right: 7.5rem;
}



.swiper-box .news-bottom {
	background-color: rgba(0, 0, 0, 0.5);
}

.swiper-box .news-bottom li a {
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e2e2e2;
	background: linear-gradient(#0099DD, #0099DD) left bottom/0% 3px no-repeat;
	padding-right: 1.25rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-box .news-bottom li .time {
	width: 8.5rem;
	font-size: 3rem;
	color: #FFFFFF;
	border-right: 1px solid #c6c6c6;
	text-align: center;
	padding: 0.625rem 0 1.125rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-box .news-bottom li .time i {
	background: url(../img/swiper-white.png)center bottom no-repeat;
}

.swiper-box .news-bottom li .time em {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0.875rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-box .news-bottom li .info {
	padding-left: 1.75rem;
	overflow: hidden;
	margin-right: 3.125rem;
}

.swiper-box .news-bottom li .info .title {
	font-size: 1.25rem;
	color: #FFFFFF;
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-box .news-bottom li .info .title em {
	font-size: 1rem;
	color: #FFFFFF;
}

.swiper-box .news-bottom li .info .desc {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.8;
	margin-top: 1%;
}

.swiper-box .news-bottom li .img-box {
	float: right;
	width: 14.875rem;
	height: 9.25rem;
}

/* 通知公告 */
.page-news-box {
	margin-top: 2.5rem;
	margin-bottom: 2.875rem;
}

.page-news-box .news-top .top-left h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
}

.page-news-box .news-top .top-right a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #5E5E5E;
}

.page-news-box .news-body {
	margin-top: 2.25rem;
}

.page-news-box .news-body .body-left {
	width: 51.0625rem;
	height: 24rem;
}

.page-news-box .news-body .body-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-news-box .news-body .body-left .left-p {
	width: 100%;
	height: 4.25rem;
	position: absolute;
	bottom: 0;
	z-index: 10;
	background: url(../img/swiper-bottom.png)center bottom no-repeat;
}

.page-news-box .news-body .body-left .left-p p {
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.875rem;
	margin-top: 1.875rem;
	padding: 0 1.625rem;
}

/* 新闻 */
.page-news-box .body-right {
	<!--padding-left: 2.0625rem;-->
}

.page-news-box .news-bottom {
	background-color: #fff;
}

.page-news-box .news-bottom li {
	padding-left: 1.4375rem;
	border-bottom: 1px solid #DDDDDD;
}

.page-news-box .news-bottom li:hover {
	background-color: #DDDDDD;
	border-bottom: 1px solid #0A2C87;
}

.page-news-box .news-bottom  li{
  height:6rem;
}

.page-news-box .news-bottom  li:first-child a{
	padding-top: 0px;

}

.page-news-box .news-bottom  li:first-child{
	height:6rem;
}

.page-news-box .news-bottom li a {
	padding-top: 1.3125rem;
	padding-bottom: 1.3125rem;
	/* background: linear-gradient(#0099DD, #0099DD) left bottom/0% 3px no-repeat; */
	padding-right: 1.25rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .time {
	width: 3.6875rem;
	height: 3.75rem;
	background: #EBF0FE;
	border-radius: 4px;
	font-size: 1.25rem;
	text-align: center;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #0A2C87;
	transition: .4s;
	-webkit-transition: .4s;
	padding-top: 10px;
}

.page-news-box .news-bottom li .time em {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #0A2C87;
	padding-top: 9px;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .info {
	padding-left: 1.75rem;
	overflow: hidden;
}

.page-news-box .news-bottom li .info .title {
	font-size: 1.25rem;
	color: #222;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box .news-bottom li .info .title em {
	font-size: 1rem;
	color: #858585;
}

.page-news-box .news-bottom li .info .desc {
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	<!--font-weight: bold;-->
	color: #2D2D2D;
	line-height: 1.3;
}

.page-news-box .news-bottom li .img-box {
	float: right;
	width: 14.875rem;
	height: 9.25rem;
}

.page-news-box .news-bottom li:hover a {
	border-color: #fff;
	background-size: 100% 3px;
	border-color: #fff;
}

.page-news-box .news-bottom li:hover .time {
	color: #fff;
	border-color: #0A2C87;
	background-color: #0A2C87;
}

.page-news-box .news-bottom li:hover .time em {
	color: #fff;
}

.page-news-box .news-bottom li:hover .title {
	color: #0A2C87;
	text-indent: 5px;
}

.page-news-box .news-bottom li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-news-box .news-bottom li:hover .info .desc {
	color: #0A2C87;
}

/* 赛事新闻 */
.page-event-box {
	<!--background: #F7F7F7;-->
}

.page-event-box .event-top {
	padding-top: 3.125rem;
}

.page-event-box .event-top .top-left p {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
}

.page-event-box .event-top .top-right a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #5E5E5E;
}

.page-event-box .page-news-box .news-top {
	position: relative;
}

.page-event-box .page-news-box .news-top li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 23.33333333%;
	height: 27.4375rem;
	margin-bottom: 4.375rem;
	z-index: 50;
}

.page-event-box .page-news-box .news-top li a {
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.page-event-box .page-news-box .news-top li .img-box {
	height: 65%;
}

.page-event-box .page-news-box .news-top li .info {
	height: 36%;
	padding: 6% 4.2%;
	transition: .4s;
	-webkit-transition: .4s;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.page-event-box .page-news-box .news-top li .info .title {
	height: 3.625rem;
	font-size: 1.25rem;
	color: #333333;
}

.page-event-box .page-news-box .news-top li .info .desc {
	height: 0;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 4%;
	opacity: 0;
	visibility: hidden;
}

.page-event-box .page-news-box .news-top li .info .time {
	line-height: 20px;
	background: url(../img/time4.png) left center no-repeat;
	padding-left: 1.4375rem;
}

.page-event-box .page-news-box .news-top li .info .time em {
	font-size: 14px;
	color: #949494;
}

.page-event-box .page-news-box .news-top li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-event-box .page-news-box .news-top li:hover .info {
	height: 15.25rem;
	background-color: #0099DD;
}

.page-event-box .page-news-box .news-top li:hover .info * {
	color: #fff !important;
}

.page-event-box .page-news-box .news-top li:hover .info .desc {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.page-event-box .page-news-box .news-top li:hover .info .time {
	margin-top: 1.5625rem;
	filter: brightness(10);
}

.page-event-box .page-news-box .news-top li:hover .info .time .icon {
	opacity: 1;
	visibility: visible;
}

.page-event-box .page-news-box .news-top .swiper-pagination span {
	background-color: #d4d4d4;
	margin-right: 1rem;
	opacity: 1;
}

.page-event-box .page-news-box .news-top .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #c70f18;
}

.page-event-box .page-news-box .news-top .swiper-pagination span:last-child {
	margin-right: 0;
}

.page-event-box .page-news-box .news-bottom {
	background-color: #fff;
}

.page-event-box .page-news-box .news-bottom li a {
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e2e2e2;
	background: linear-gradient(#0099DD, #0099DD) left bottom/0% 3px no-repeat;
	padding-right: 1.25rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-event-box .page-news-box .news-bottom li .time {
	width: 4.5rem;
	font-size: 3rem;
	color: #666;
	border: 1px solid #c6c6c6;
	text-align: center;
	padding: 0.625rem 0 1.125rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-event-box .page-news-box .news-bottom li .time em {
	font-size: 12px;
	color: #666;
	margin-top: 0.875rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-event-box .page-news-box .news-bottom li .info {
	padding-left: 1.75rem;
	overflow: hidden;
	margin-right: 3.125rem;
}

.page-event-box .page-news-box .news-bottom li .info .title {
	font-size: 1.25rem;
	color: #222;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-event-box .page-news-box .news-bottom li .info .title em {
	font-size: 1rem;
	color: #858585;
}

.page-event-box .page-news-box .news-bottom li .info .desc {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 1%;
}

.page-event-box .page-news-box .news-bottom li .img-box {
	float: right;
	width: 14.875rem;
	height: 9.25rem;
}

.page-event-box .page-news-box .news-bottom li:hover a {
	box-shadow: 0px 0px 10px #f3f3f3;
	border-color: #fff;
	background-size: 100% 3px;
	border-color: #fff;
}

.page-event-box .page-news-box .news-bottom li:hover .time {
	color: #fff;
	border-color: #0099DD;
	background-color: #0099DD;
}

.page-event-box .page-news-box .news-bottom li:hover .time em {
	color: #fff;
}

.page-event-box .page-news-box .news-bottom li:hover .title {
	color: #0099DD;
	text-indent: 5px;
}

.page-event-box .page-news-box .news-bottom li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/* 案例 */

#index-teaching .index-title-box {
	color: #222;
}

#index-teaching .index-title-box em {
	color: #999;
	opacity: 1;
}

#index-teaching .index-title-box .line {
	background-color: #65b72a;
}

#index-teaching .list {
	margin-top: 1.875rem;
}

#index-teaching .list ul {
	display: none;
}

#index-teaching .list ul.on {
	display: block;
	-webkit-animation: fadeInUp .8s .2s ease both;
	-moz-animation: fadeInUp .8s .2s ease both;
}

.index-title-box {
	font-size: 1.875rem;
	color: #fff;
}

.index-title-box .line {
	width: 0.25rem;
	height: 1.625rem;
	background-color: #fff;
	margin: 0 0.875rem;
}

.index-title-box em {
	font-size: 1.875rem;
	opacity: .5;
	text-transform: uppercase;
}

.index-title-box .tab a {
	display: block;
	width: 35rem;
	height: 4.375rem;
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
	transition: .4s;
	-webkit-transition: .4s;
	line-height: 4.375rem;
	text-align: center;
}

.index-title-box .tab a:first-child {
	margin-left: 0;
}

#index-teaching .index-title-box {
	height: 4.375rem;
	background: #F4F4F4;
}

#index-teaching .index-title-box .tab-right {
	padding-right: 1.875rem;
}

.index-title-box .tab a.on {
	color: #FFFFFF;
	background: #0A2C87;
}

.index-title-box .tab-right a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #5E5E5E;
}

#index-teaching .list .slide-flex .slide-left {
	height: 30.625rem;
	width:100%;
	margin-right: 1.25rem;
}

#index-teaching .list .slide-flex .slide-left a{
	display: block;
	width: 100%;
	height: 100%;
}

#index-teaching .list .slide-flex .slide-left .left-p{
	position: absolute;
	bottom: 0;
	z-index: 10;
	height: 4.25rem;
	background: url(../img/swiper-bottom.png) center center no-repeat;
	background-size: cover;
}

#index-teaching .list .slide-flex .slide-left .left-p p{
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 1.625rem;
	margin-top: 20px;
}

#index-teaching .list .slide-flex .slide-right a{
	display: block;
	width: 100%;
	height: 100%;
}

#index-teaching .list .slide-flex .slide-right .right-p{
	position: absolute;
	bottom: 0;
	z-index: 10;
	height: 4.25rem;
	background: url(../img/swiper-bottom.png) center center no-repeat;
	background-size: cover;
}

#index-teaching .list .slide-flex .slide-right .right-p p{
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 1.625rem;
	margin-top: 1.5rem;
}

#index-teaching .list .slide-flex img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#index-teaching .list .slide-flex .slide-right .right-top {
	width: 41.6875rem;
	height: 14.75rem;
	margin-bottom: 1.25rem;
}

#index-teaching .list .slide-flex .slide-right .right-bottom {
	width: 41.6875rem;
	height: 14.75rem;
}

.page-resources-box {
	margin-top: 4.0625rem;
	margin-bottom:5rem;
}

.page-resources-box .resources-top p {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2D2D2D;
}

.page-resources-box .resources-top a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #5E5E5E;
}

/* 资源发布 */
.page-resources-box #index-teaching {
	margin-top: 1.5625rem;
}

.page-resources-box #index-teaching .index-title-box .tab {
	height: 4.375rem;
	background: #F4F4F4;
}

.page-resources-box .index-title-box .tab a {
	display: block;
	width: calc(100% / 3);
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #252525;

}

.page-resources-box .index-title-box .tab a.on {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	background: #0A2C87;
}

.page-resources-box .swiper-slide {
	width: 25.5625rem;
	height: 20.5rem;
	background: #F1F2F4;
	padding: 0px 0.9375rem;
	border-bottom: 4px solid #0A2C87;
	margin-right: 1.875rem;
}

.page-resources-box .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.page-resources-box .swiper-slide h1 {
	padding-top: 6.75rem;
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 1.75rem;
	transition: .4s;
}

.page-resources-box .swiper-slide a>p {
	padding-top: 1.5rem;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #6B6868;
	line-height: 1.5rem;
}

.page-resources-box .swiper-slide .li-top {
	width: 4rem;
	height: 4.625rem;
	background: #0A2C87;
	position: absolute;
	top: 0;
	left: 1rem;
	margin-top: -0.875rem;
}

.page-resources-box .swiper-slide .li-top>p {
	font-size: 1.875rem;
	font-family: OPPOSans;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0.75rem;
	padding-left: 10px;
	padding-bottom: 10px;
}

.page-resources-box .swiper-slide a>span {
	display: block;
	width: 2.25rem;
	height: 9px;
	margin-top: 2.875rem;
	background: url(../img/index-arrow.png)center center no-repeat;
}

.page-resources-box .swiper-slide .li-top em {
	font-size: 1.125rem;
	font-family: OPPOSans;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 1.25rem;
}

.page-resources-box .swiper-slide:hover h1 {
	color: #0A2C87;
	-webkit-transition: .4s;
}

.page-resources-box #index-teaching .list .list-swiper {
	display: none;
	overflow: visible;
}

.page-resources-box #index-teaching .list .list-swiper .swiper-container {
	padding-top: 20px;
}

.page-resources-box #index-teaching .list .list-swiper.on {
	display: block;
}

.page-resources-box #index-teaching .index-title-box {
	background: none;
}

.page-resources-box #index-teaching .list {
	padding-left: 6.25%;
	overflow: hidden;
	padding-right:6.25%;
}


/* 通知公告 */
.page-notice-box {
	width: 100%;
	height: 35.625rem;
	opacity: 0.95;
}

.page-notice-box .notice-top {
	width: 28.125rem;
	height: 5.75rem;
	position: absolute;
	left: 6.2%;
	top: 45%;
}

.page-notice-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-notice-box .notice-top p {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 3rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 5.75rem;
}

.notice-news .page-news-box {
	background: #FFFFFF;
}

.notice-news .page-news-box {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4.8125rem;
	padding-bottom: 6.125rem;
}

.notice-news .page-news-box .news-bottom {
	background-color: #F7F7F7;
}

.notice-news .page-news-box .news-bottom li a {
	border-bottom: 1px solid #DDDDDD;
}

.notice-ul .page-news-box .news-bottom li .info .desc {
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 1.875rem;
	transition: .4s;
}

.notice-ul .page-news-box .news-bottom li:hover .info .desc {
	color: #0A2C87;
	transition: .4s;
}

.page-paging-box {
	text-align: center;
	margin-top: 4.375rem;
	padding-bottom: 4.125rem;
}

.page-paging-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 3.375rem;
	line-height: 3.375rem;
	font-size: 1.125rem;
	color: #666;
	background-color: #e8e8e8;
	padding: 0 1.25rem;
	border-right: 1px solid #fff;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-paging-box a:last-child {
	border-right: none;
}

.page-paging-box a:hover,
.page-paging-box a.curr {
	background-color: #008CD6;
	color: #fff;
}


/* 详情页 */
.page-details-box {
	margin-top: 3.75rem;
	padding-bottom: 6.25rem;
}

.page-details-box .details-left {
	width: 71%;
	padding-right: 3.5rem;
	padding-bottom: 6.25rem;
}

.page-details-box .details-left h4.title {
	font-size: 1.875rem;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 3%;
}

.page-details-box .details-left .details-time span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	line-height: 25px;
	padding-left: 22px;
}

.page-details-box .details-left .details-time span:nth-child(1) {
	background: url(../img/page-news-time.png) left center no-repeat;
}

.page-details-box .details-left .details-time span:nth-child(2) {
	background: url(../img/browse-icon-1.png) left center no-repeat;
	margin-left: 22px;
}

.page-details-box .details-left .font-max {
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

.page-details-box .details-left .font-max * {
	font-size: 14px;
	color: #555555;
}

.page-details-box .details-left .details-right-sher span {
	font-size: 14px;
	color: #5b5b5b;
}

.page-details-box .details-left .details-right-sher .social-share-icon {
	border-color: #939393;
	color: #519C92;
	font-size: 16px;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-details-box .details-left .details-right-sher .social-share-icon:hover {
	background-color: #278578;
	border-color: #278578;
	color: #fff;
}

.page-details-box .details-left .pagePrint {
	font-size: 14px;
	color: #666;
	margin-right: 3.125rem;
}

.page-details-box .details-left .page-details-content {
	text-align: center;
	border-top: 1px dashed #d5d5d5;
	padding-top: 3.1875rem;
}

.page-details-box .details-left .page-details-content p {
	/* min-height: 370px; */
	font-size: 1.25rem;
	color: #222;
	line-height: 2;
	text-align: left;
}

.page-details-box .details-left .page-details-content p:nth-child(3) {
	border: 0px solid;
	margin-top: 0%;
	padding-top: 3%;
	font-size: 1rem;
	color: #222;
	line-height: 2;
	text-align: left;
}

.page-details-box .details-left .page-details-content img {
	max-width: 100%;
	margin: 10px 0;
	height: auto !important;
	text-align: center;
}

/* 详情页右侧 */
.page-details-box .details-page-right {
	width: 28%;
	position: relative;
}

.page-details-box .details-page-right .top .prev,
.page-details-box .details-page-right .top .next {
	display: block;
	width: 100%;
	padding: 7.5%;
	background-color: #F3F3F3;
}

.page-details-box .details-page-right .top .prev span,
.page-details-box .details-page-right .top .next span {
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
}

.page-details-box .details-page-right .top .prev .title,
.page-details-box .details-page-right .top .next .title {
	font-size: 1.125rem;
	color: #333;
	margin-top: 5%;
	margin-bottom: 5%;
}

.page-details-box .details-page-right .top .prev em,
.page-details-box .details-page-right .top .next em {
	font-size: 0.875rem;
	color: #969696;
}

.page-details-box .details-page-right .top .return-list {
	height: 4.375rem;
	background-color: #0A2C87;
	text-align: center;
	line-height: 4.375rem;
	font-size: 1.375rem;
	color: #fff !important;
	overflow: hidden;
}

.page-details-box .details-page-right .top .return-list i {
	width: 18px;
	height: 100%;
	background: url(../img/back-icon.png) center center no-repeat;
	vertical-align: bottom;
	margin-right: 20px;
}

.page-details-box .details-page-right .top a {
	margin-bottom: 10px;
}

.page-details-box .details-page-right .top a * {
	transition: .4s;
	-webkit-transition: .4s;
}

.page-details-box .details-page-right .top a:hover * {
	color: #0A2C87 !important;
}

.page-details-box .details-page-right .bottom {
	margin-top: 3.75rem;
	border-left: 1px solid #dbdbdb;
	padding-left: 0.875rem;
}

.page-details-box .details-page-right .bottom .title {
	font-size: 1.375rem;
	color: #333333;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 1rem;
	position: relative;
}

.page-details-box .details-page-right .bottom .title::before {
	content: '';
	width: 5.375rem;
	height: 2px;
	background-color: #F39700;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.page-details-box .details-page-right .bottom .title::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #F39700;
	position: absolute;
	top: 9px;
	left: -19px;
	z-index: 10;
	border-radius: 50%;
}

.page-details-box .details-page-right .bottom .list a {
	margin-top: 2.75rem;
}

.page-details-box .details-page-right .bottom .list a .time {
	font-size: 14px;
	color: #a9a9a9;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a .time::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #c9c9c9;
	position: absolute;
	top: 3px;
	left: -19px;
	z-index: 10;
	border-radius: 50%;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a .desc {
	font-size: 1.125rem;
	color: #666;
	text-align: justify;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.page-details-box .details-page-right .bottom .list a:hover .time {
	color: #333;
}

.page-details-box .details-page-right .bottom .list a:hover .time::after {
	background-color: #F39700;
}

.page-details-box .details-page-right .bottom .list a:hover .desc {
	color: #0A2C87;
}

.page-details-box img {
	max-width: 100%;
	max-height: 100%;
	margin: 10px 0px;
}

/* 02赛事新闻 */
.page-swiper-news {
	margin-top: 4.75rem;
}

.page-swiper-news .swiper-img img {
	width: 100%;
	height: 100%;
}

.page-swiper-news .swiper-img{
  width: 100%;
  height: 35.25rem;
}

.page-swiper-news .swiper-box {
	width: 42.8125rem;
	height: 35.25rem;
	background: #0A2C87;
	padding: 3.25rem 2.3125rem;
}

.page-swiper-news .swiper-box h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 3rem;
}

.page-swiper-news .swiper-box p {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #7596EE;
	line-height: 1.875rem;
	border-top: 1px solid #546CAB;
	padding-top: 1.25rem;
}

.page-swiper-news .swiper-box a {
	margin-top: 4.125rem;
	display: block;
	width: 10.4375rem;
	height: 2.4375rem;
	border: 1px solid #3970C9;
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #02A2E1;
	padding: 10px 0px;
	text-align: center;
	background: url(../img/news-a-arrow.png) 83% center no-repeat;
}

.page-swiper-news .swiper-box em {
	display: block;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #7596EE;
	position: absolute;
	z-index: 10;
	bottom: 9.2%;
}

.page-swiper-news .mySwipernews .next {
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .4s;
}

.page-swiper-news .mySwipernews .prev {
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .4s;
}

.page-swiper-news:hover .prev {
	opacity: 1;
	transition: .4s;
}

.page-swiper-news:hover .next {
	opacity: 1;
	transition: .4s;
}

.page-swiper-news .mySwipernews .pagination {
	position: absolute;
	z-index: 10;
	text-align: right;
	padding-right: 2.9375rem;
	bottom: 9.2%;
}

.page-swiper-news .mySwipernews .pagination>.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
}

.page-swiper-news .mySwipernews .pagination>.swiper-pagination-bullet-active {
	width: 2.9375rem;
	height: 10px;
	background: #F39700;
	border-radius: 5px;
}

.eventnews .news-bottom li .info .title {
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #2D2D2D;
}

.eventnews .news-bottom li:hover .info .title {
	color: #0A2C87;
}

.eventnews .notice-ul .page-news-box .news-bottom li .info .desc {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #4F4F4F;
	line-height: 1.5rem;
}

.eventnews .page-news-box .news-bottom li .info {
	padding-left: 1.25rem;
	padding-right: 1.625rem;
}

/* 典型案例 */
.classic .padding {
	padding: 0px 12.45%;
	padding-top: 4.8125rem;
}

.classic .classic-title-box .tab a {
	display: block;
	width: 367px;
	height: 79px;
	background: url(../img/case-head.png) center center no-repeat;
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding: 1.5625rem 0;
}

.classic .classic-title-box .tab a.on {
	background: url(../img/case-head-hover.png) center center no-repeat;
}

.classic .eventnews .page-news-box .news-bottom ul {
	display: none;
}

.classic .eventnews .page-news-box .news-bottom ul.on {
	display: block;
}

.classic .eventnews .page-news-box .news-bottom li.on .img-box::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) url(../img/video.png) center center no-repeat;
}

/* 05资源发布 */
.page-down-box .search {
  width: 49.0625rem;
  height: 4.0625rem;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #1c68c5;
  margin: 0px auto 0px;
  background: url(../img/wt-search-icon.png) 1.125rem center no-repeat;
  box-shadow: 0px 0px 10px #cdcdcd;
}

.page-down-box .search input {
  background-color: transparent;
  font-size: 1.125rem;
  color: #8c8c8c;
  padding-left: 3.5rem;
}

.page-down-box .search input::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: #8c8c8c;
}

.page-down-box .search .btn {
  width: 9rem;
  line-height: 4.0625rem;
  background-color: #1c68c5;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
}

.page-down-box .list {
  margin-top: 3.75rem;
}

.page-down-box .list li {
  width: 48.5%;
  height: 8rem;
  margin-bottom: 2.25rem;
}

.page-down-box .list li a {
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  padding: 0 2rem;
  background-size: 2rem 1.875rem;
  transition: .4s;
  -webkit-transition: .4s;
  padding-top: 2.3125rem;
}

.page-down-box .list li .title {
  font-size: 1.125rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  padding-right: 3.125rem;
  transition: .4s;
  -webkit-transition: .4s;
  padding-left: 0.8125rem;
}

.page-down-box .list li:hover a {
  border-color: #1c68c5;
  box-shadow: 0px 0px 10px #b7cfed;
}

.page-down-box .list li:hover .title {
  color: #1c68c5;
}

.page-down-box .list li span{
	display: block;
	width: 26px;
	height: 24px;
	background: url(../img/xiazai-img.png) center center no-repeat;
	transition: .4s;
}

.page-down-box .list li:hover span{
	background: url(../img/xiazai-img-hover.png) center center no-repeat;
	transition: .4s;
}

.page-down-box .list li p{
	position: absolute;
	bottom: 17.19%;
	left: 4.14%;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #787878;
}

/* 底部 */
.bottom .bottom-top{
	height: 8px;
}
.bottom .bottom-top img{
	width: 100%;
	height: 100%;
}

.bottom .footer{
	background: #2F2F2F;
	
}

.bottom .footer .footer-top{
	border-bottom: 1px solid #444444;
	height: 5.8125rem;
}

.bottom .footer .footer-top .top-left p{
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #F7F7F7;
}

.bottom .footer .footer-top .top-left p a{
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #F7F7F7;
	padding-left: 2.75rem;
}

.bottom .footer .footer-top .top-left p a:first-child{
	padding-left: 1.75rem;
}

.bottom .footer .footer-body{
	height: 8.9375rem;
	border-bottom: 1px solid #444444;
}

.bottom .footer .footer-body img{
	max-width: 100%;
}

.bottom .footer .footer-body ul li a{
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #C0C0C0;
	padding-left: 4.125rem;
}

.bottom .footer .footer-bottom{
	height: 10.4375rem;
	
}

.bottom .footer-hui{
	height: 3rem;
	background: #5B5B5B;
}

.bottom .footer-hui .hui-left p{
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #B8B8B8;
}

.bottom .footer-hui  .hui-right a{
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #7D7D7D;
}

.bottom .footer .footer-bottom ul li{
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	height: 1.875rem;
}

.bottom .footer .footer-bottom ul li p{
	height: 100%;
	background: url(../img/Telephone.png)left center no-repeat;
	padding-left: 1.875rem;
	line-height: 1.875rem;
}

.bottom .footer .footer-bottom ul li:nth-child(2) p{
	background: url(../img/location.png)left center no-repeat;
	
}

.bottom .footer .footer-bottom ul li:nth-child(3) p{
	background: url(../img/envelope.png)left center no-repeat;
}

.bottom .footer .footer-bottom ul{
	padding-right: 13.375rem;
}

.bottom .footer .footer-bottom .footer-cade img{
	padding-right: 0.875rem;
}

.bottom .footer .footer-bottom .footer-cade p{
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5rem;
}

.bottom .footer .footer-bottom .footer-cade p em{
	display: block;
}

/* 登录弹窗 */
.pop-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.pop-box .box {
  width: 42.375rem;
  height: 33.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(#fff, #fff) left 4.375rem/100% 100% no-repeat;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
}

.pop-box .top-title {
  line-height: 4.375rem;
  font-size: 1.875rem;
  color: #fff;
  background-color: #0351b1;
  text-align: center;
}

.pop-box .close-btn {
  width: 26px;
  height: 26px;
  background: url(../img/white-icon.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1.25rem;
  right: 1.125rem;
  z-index: 10;
  transition: .4s;
  -webkit-transition: .4s;
}

.pop-box .close-btn:hover {
  transform: rotate(360deg);
}

.pop-box .txt-info {
  padding: 2.875rem 2.5rem 0;
  font-size: 1rem;
  color: #333;
  line-height: 2.2;
}

.pop-box .conf-btn {
  width: 20.5rem;
  font-size: 1.5rem;
  line-height: 3.5rem;
  background-color: #0351b1;
  margin: 2.1875rem auto 0px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

.pop-box .login-form-box {
  width: 20.5rem;
  margin: 4.375rem auto 0px;
}

.pop-box .login-form-box .form-group {
  height: 2.875rem;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2.25rem;
  background-color: #fafafa;
}

.pop-box .login-form-box .form-group input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #888;
  line-height: 2.875rem;
  padding-left: 14px;
  background-color: transparent;
}

.pop-box .login-form-box .form-group input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #888;
}

.pop-box .login-form-box .form-group .btn {
  width: 8.125rem;
  line-height: 2.875rem;
  font-size: 1rem;
  color: #0351b1;
  background-color: #d7e9ff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #659de2;
}

.pop-box .login-form-box .conf-btn {
  margin-top: 4.375rem;
}

.pop-box .login-form-box .link-btn {
  font-size: 1rem;
  color: #0351b1;
  border-bottom: 1px solid #0351b1;
  margin-top: 2.875rem;
}


.page-fwb-box .fwb-p{
  margin-top:4.5rem;
}

.page-fwb-box .fwb-p h1{
  font-size: 2.0625rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #222222;
  line-height: 2.5rem;
}

.page-fwb-box .fwb-p img{
  object-fit:cover;
  padding:1rem 0px;
}

.page-fwb-box .fwb-p p{
  font-size: 1.25rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #222222;
  line-height: 2.75rem;
}

.page-search-box ul{
  margin-top:3rem;
}

.page-search-box ul li{
  padding:10px 0px;
}

.page-search-box ul li a{
  font-size:1.25rem;
}

.page-search-box ul li:hover a span{
  color:#0A2C87;
}

/* 分享 */
.bottom .footer .footer-top .details-right-sher ul{
	margin: 0 -0.9375rem;
}

.bottom .footer .footer-top .details-right-sher ul li{
	padding: 0 0.9375rem;
	transition: .4s;
}


.bottom .footer .footer-top .details-right-sher ul li .sher-img{
	display: none;
	position: absolute;
	z-index: 10;
	top: 120%;
	left: -50%;
	width: 100px;
	height: 100px;
	transition: .4s;
}

.bottom .footer .footer-top .details-right-sher ul li .sher-img img{
	width: 100%;
	height: 100%;
	transition: .4s;
}

.bottom .footer .footer-top .details-right-sher ul li:hover .sher-img{
	display: block;
	transition: .4s;
}

.bottom .footer .footer-top .details-right-sher ul li:nth-child(1) .sher-top{
	width: 35px;
	height: 35px;
	background: url(../img/footer-vx.png) center center no-repeat;
	background-size: cover;
}


.bottom .footer .footer-top .details-right-sher ul li:nth-child(1):hover .sher-top{
	background: url(../img/footer-vx-hover.png) center center no-repeat!important;
}

.bottom .footer .footer-top .details-right-sher ul li:nth-child(2) .sher-top{
	width: 35px;
	height: 35px;
	background: url(../img/footer-QQ.png) center center no-repeat;
	background-size: cover;
}

.bottom .footer .footer-top .details-right-sher ul li:nth-child(2):hover .sher-top{
	background: url(../img/footer-QQ-hover.png) center center no-repeat!important;
}

.bottom .footer .footer-top .details-right-sher ul li:nth-child(3) .sher-top{
	width: 35px;
	height: 35px;
	background: url(../img/footer-wb.png) center center no-repeat;
	background-size: cover;
}

.bottom .footer .footer-top .details-right-sher ul li:nth-child(3):hover .sher-top{
	background: url(../img/footer-wb-hover.png) center center no-repeat!important;
}


.details-right-sher1 .shar-img-box{
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 50%;
	width: 100px;
	height: 100px;
	transition: .4s;
	transform: translateX(-50%);
	transition: .4s;
}

.details-right-sher1 ul{
	margin: 0 -5px;
}

.details-right-sher1 ul li{
	padding: 0 5px;
}

.details-right-sher1 ul li:hover .shar-img-box{
	display: block;
	transition: .4s;
}

.eventnews .page-news-box .news-bottom li{
  height: 12.125rem;
}

.page-news-box .news-bottom1 ul li:first-child{
  height:9.0625rem;
}

.banner{
  margin-left:6.25%;
  margin-right:6.25%;
}

.bottom-footer{
  margin-left:6.25%;
  margin-right:6.25%;
}

.page-notice-top{
  padding-left: 6.25%;
  padding-right:6.25%;
}