﻿@charset "utf-8";
/* css document */
@font-face {
	font-family: "sourcehansanscn-medium";
	src:  format("woff2"),  format("woff"),  format("truetype"),  format("embedded-opentype"),  format("svg");
}
html {
	height: 100%;
	overflow-y: visible
}
body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}
body {
	min-width: 320px;
	background: #fff;
	font-family: "sourcehansanscn-medium";
	height: 100%;
	color: #666666;
}
li {
	list-style: none;
}
a {
	color: #333333;
}
a:hover,a:active,a:focus {
	text-decoration: none;
	color: #333;
}
img {
	max-width: 100%;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both
}
.cf {
 *zoom: 1;
}
.txc {
	text-align: center
}
input, textarea, button {
	outline: none;
}
.flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.pbt{
	padding: 30px 15px;
}
.tbg{
	background: url(/uploads/image/srdimages/topbg.jpg) no-repeat center;
	background-size: cover;
}
.fbg{
	background: url(/uploads/image/srdimages/topbg.jpg) no-repeat center;
	background-size: cover;
}
.footer{
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 18px;
	color: #fff;
	padding: 26px 0;
	line-height: 30px;
}
.footer a{
	color: #fff;
}
.top{
	text-align: center;
	padding: 26px 0;
}
.container{
	/*width: 1200px;*/
}
.navbar-default{
	border-top: none;
	background: #f5f5f5;
}
.navbar-default .navbar-nav>li>a{
	display: block;
	text-align: center;
	padding: 15px 30px;
	color: #0d308f;
	font-size: 16px;
	transition: all 0.5s ease-out;
}
.nbar{
	display: inline-block;
	width: 36px;
	height: 36px;
	transition: all 1s ease-out;
}
.n0{
	background: url(/uploads/image/srdimages/n0.png) no-repeat;
	background-size: cover;
}
.n1{
	background: url(/uploads/image/srdimages/n1.png) no-repeat;
	background-size: cover;
}
.n2{
	background: url(/uploads/image/srdimages/n2.png) no-repeat;
	background-size: cover;
}
.n3{
	background: url(/uploads/image/srdimages/n3.png) no-repeat;
	background-size: cover;
}
.n4{
	background: url(/uploads/image/srdimages/n4.png) no-repeat;
	background-size: cover;
}
.n5{
	background: url(/uploads/image/srdimages/n5.png) no-repeat;
	background-size: cover;
}
.n6{
	background:  no-repeat;
	background-size: cover;
}
.n7{
	background: url(/uploads/image/srdimages/n7.png) no-repeat;
	background-size: cover;
}
.topic-nav{
	float: none;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav .active a{
	background: #0d308f;
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover .n0,.navbar-default .navbar-nav .active .n0{
	background:  no-repeat;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:hover .n1,.navbar-default .navbar-nav .active .n1{
	background: url(/uploads/image/srdimages/n1_on.png) no-repeat;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:hover .n2,.navbar-default .navbar-nav .active .n2{
	background:  no-repeat;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:hover .n3,.navbar-default .navbar-nav .active .n3{
	background: url(/uploads/image/srdimages/n3_on.png) no-repeat;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:hover .n4,.navbar-default .navbar-nav .active .n4{
	background:  no-repeat;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:hover .n5,.navbar-default .navbar-nav .active .n5{
	background:  no-repeat;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:hover .n6,.navbar-default .navbar-nav .active .n6{
	background: url(/uploads/image/srdimages/n6_on.png) no-repeat;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:hover .n7,.navbar-default .navbar-nav .active .n7{
	background: url(/uploads/image/srdimages/n7_on.png) no-repeat;
	background-size: cover;
}
.focus-banner{
	height: 430px;
}
.banpic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banpic-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 24px;
	padding: 15px 30px;
	box-sizing: border-box;
	font-weight: lighter;
}
.focus-banner .swiper-pagination-bullet{
	background: #fff;
	width: 36px;
	height: 3px;
	opacity: 1;
	border-radius: 0px;
}
.focus-banner .swiper-pagination-bullet-active{
	background: #0095ff;
}
.meter-kepu{
	height: 430px;
	background: #fff;
	position: relative;
	z-index: 10;
	box-shadow: -3px -3px 0 #dadff1;
	box-sizing: border-box;
	padding: 10px 20px;
}
.meter-kepu::before{
	content: '';
	background: #d9d9d9;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	right: -3px;
	z-index: -10;
}
.meter-kepu::after{
	content: '';
	background: #d9d9d9;
	width: 3px;
	height: 100%;
	position: absolute;
	bottom: -3px;
	right: -3px;
	z-index: -10;
}
.meter-tit{
	border-bottom: 1px solid #102f8c;
	padding-bottom: 10px;
}
.meter-tit span{
        font-size: 14px;
    color: #4d4c4c;
    margin-left: 10px;
    font-weight: lighter;
}
.meter-tit strong{
	font-size: 20px;
	color: #102e8e;
}
.meter-tit a{
	display: inline-block;
	float: right;
	position: relative;
	color: #373838;
	font-size: 14px;
	padding-right: 10px;
	margin-top: 10px;
}
.meter-tit a::after{
	content: '';
	border-top:1px solid #373838;
	border-right:1px solid #373838;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}
.kepu-hot{
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dashed #dfdfdf;
}
.kepu-hot-img{
	width: 140px;
	height: 110px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	object-fit: cover;
}
.kepu-hot-info{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding-left: 20px;
	overflow: hidden;
}
.kepu-hot-info h3{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #112d8e;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 2px;
}
.kepu-hot-txt{
	background: #e6e6e5;
	line-height: 16px;
	height: 68px;
	overflow: hidden;
	border: 10px solid #e6e6e5;
}
.kepu-list li{
	border-bottom: 1px dashed #dfdfdf;
	padding: 9px 0;
	line-height: 20px;
	position: relative;
	padding-left: 12px;
	font-size: 12px;
}
.kepu-list li:last-child{
	border-bottom: none;
}
.kepu-list li h3{
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #112d8e;
	font-weight: bold;
	margin-bottom: 4px;
}
.kepu-list li h3::after{
	content: '';
	background: #102e8e;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 1;
}
.kepu-date{
	position: absolute;
	bottom: 0px;
	right: 0;
	color: #666666;
	font-size: 12px;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}
.home-tit{
	position: relative;
	border-bottom: 2px solid #102e8c;
	padding: 12px 0;
	margin-top: 30px;
}
.home-tit h3{
	font-size: 20px;
	font-weight: bold;
	color: #102e8e;
	border-left: 4px solid #102e8e;
	padding-left: 10px;
	line-height: 22px;
}
.home-tit h3 span{
	font-size: 14px;
	color: #4d4c4c;
	margin-left: 10px;
	font-weight: lighter;
}
.more{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	line-height: 20px;
	display: inline-block;
	padding-right: 10px;
	color: #373838;
}
.more::after{
	content: '';
	border-top:1px solid #373838;
	border-right:1px solid #373838;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}
.news-list{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.news-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
}
.news-list li a{
	display: block;
	border-bottom: 1px dashed #dfdfdf;
	padding: 12px 0;
	line-height: 20px;
	position: relative;
	padding-left: 12px;
	font-size: 12px;
	color: #666;
}
.news-list li h3{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #112d8e;
	font-weight: normal;
	margin-bottom: 8px;
}
.news-list li h3::after{
	content: '';
	background: #102e8e;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}
.news-desc{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.qutan-hot{
	overflow: hidden;
	padding:18px 0;
	border-bottom: 1px dashed #dfdfdf;
}
.qutan-hot-img{
	width: 182px;
	height: 143px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	object-fit: cover;
}
.qutan-hot-info{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding-left: 20px;
	overflow: hidden;
}
.qutan-hot-info h3{
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	color: #112d8e;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 2px;
}
.qutan-hot-txt{
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.news-list2 li{
	width: 100%;	
}
.news-talk-box{
	border-bottom: 4px solid #d9d9d9;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.ketang-bg{
	background: url(/uploads/image/srdimages/ketang_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}
.photo-bg{
	background: url(/uploads/image/srdimages/photo_bg.jpg) no-repeat center;
	background-size: cover;
}
.lan-title-group{
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.lan-title-group h3{
	font-size: 30px;
	color: #0d308f;
	font-weight: bold;
	margin-bottom: 10px;
}
.lan-title-group h4{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #102e8e;
}
.lan-title-group::before{
	content: '';
	height: 1px;
	width: 120px;
	background: rgba(127,127,127,0.5);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -60px;
	z-index: 1;
}
.lan-title-group::after{
	content: '';
	width: 30px;
	height: 3px;
	background: #102e8e;
	position: absolute;
	bottom: -2px;
	margin-left: -15px;
	left: 50%;
}
.classroom-video-box{
	padding-top: 40px;
	padding-bottom: 30px;
}
.classroom-video{
	width: 77%;
	height: 490px;
}
.classroom-video video{
	width: 100%;
	height: 100%;
}
.classroom-video-thumb{
	width: 23%;
	box-sizing: border-box;
	padding-left: 20px;
	height: 490px;
	overflow: hidden;
	
}
.classroom-video-thumb ul{
	background: #c0bfbf;
	padding: 20px;
}
.classroom-video-thumb ul li{
	padding-bottom: 20px;
}
.schedule-box{
	background: #f5f5f5;
	padding: 20px;
	margin-top: 30px;
    overflow:hidden;
}
.schedule-day{
	position: relative;
	z-index: 10;
	padding-top: 60px;
	padding-bottom: 20px;
	color: #3f3f40;
	font-size: 22px;
}
.schedule-day::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	background: #0d308f;
	top: 0;
	left: 50%;
	z-index: -1;
}
.day-num{
	position: absolute;
	display: block;
	background: #0d308f;
	color: #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 30px;
	font-style: italic;
	font-weight: bold;
	top: 0;
	left: 50%;
	margin-left: -24px;
}
.day-tit{
	position: absolute;
	top: 0;
	left: 50%;
	padding-left: 40px;
	line-height: 48px;
}
.schedule-day-info{
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
	padding: 15px 0;
}
.schedule-day-info::after{
	content: '';
	border: 4px solid #0d308f;
	background: #fff;
	width: 15px;
	height: 15px;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -8px;
	z-index: 1;
}
.schedule-day-info div:first-child{
	text-align: right;
	width: 50%;
	box-sizing: border-box;
	padding-right: 40px;
}
.schedule-day-info div:last-child{
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
}
.schedule-day-end .schedule-day-info:last-child::before{
	content: '';
	background: #f5f5f5;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	top: 50%;
	z-index: 1;
}
.photo-swiper-box{
	position: relative;
	padding: 50px 0;
}
.photo-swiper-box .swiper-container{
	padding: 20px 0;
}
.photo-swiper-box .swiper-slide{
	background: none;
}
.photo-pic{
	width: 100%;
	object-fit: cover;
	box-shadow: 0 0 20px rgba(16,46,142,0.6);
}
.photo-pic img{
	width: 100%;
}
.photo-swiper-box .swiper-button-next{
	background: #fff url(/uploads/image/srdimages/arrow.png) no-repeat center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(16,46,142,0.5);
	right: -40px;
}
.photo-swiper-box .swiper-button-prev{
	background: #fff url(/uploads/image/srdimages/arrow.png) no-repeat center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 60px;
	height: 60px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(16,46,142,0.5);
	left: -40px;
	
}
.photo-swiper-box .swiper-button-next::after,.photo-swiper-box .swiper-button-prev::after{
	content: '';
	display: none;
}
.more-control{
	text-align: center;
	padding-bottom: 30px;
}
.more-control a{
	display: inline-block;
	border: 1px solid #0d308f;
	border-radius: 6px;
	padding: 8px 20px;
	background: #fff;
	font-size: 16px;
}
.interview-box{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -18px;
	margin-right: -18px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.interview-box li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 18px;
}
.interview-list{
	display: block;
	background: #fff;
	box-shadow: 3px 5px 0 #d9d9d9;
}
.interview-info{
	border-left: 1px solid #e5e5e4;
	border-right: 1px solid #e5e5e4;
	border-bottom: 1px solid #e5e5e4;
	padding: 20px;
}
.interview-info h3{
	font-size: 16px;
	font-weight: normal;
	color: #102e8e;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}
.interview-desc{
	font-size: 14px;
	line-height: 26px;
	height: 130px;
	overflow: hidden;
}
.link-list{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 60px;
	padding-top: 20px;
}
.link-list li{
	padding: 16px 0;
}
.link-list li img{
	height: 75px;
	object-fit: contain;
	width: auto;
}
.cban{
	padding-bottom: 20px;
}
.cban img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.courses-video-box{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -13px;
	margin-right: -13px;
	padding: 20px 0;
}
.courses-video-box li{
	width: 25%;
	box-sizing: border-box;
	padding: 13px;
}
.courses-video-list{
	display: block;
	background: #fff;
	box-shadow: 3px 5px 0 #d9d9d9;
}
.courses-video-poster{
	width: 100%;
	height: 180px;
}
.courses-video-poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.courses-video-info{
	border-left: 1px solid #e5e5e4;
	border-right: 1px solid #e5e5e4;
	border-bottom: 1px solid #e5e5e4;
	padding: 15px;
}
.courses-video-info h3{
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #404040;
}
.courses-video-info h4{
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #666666;
	margin-top: 8px;
}
.pages-control{
	padding: 30px 0;
	text-align: center;
}
.courses-title-group{
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	color: #808080;
}
.courses-title-group h1{
	font-size: 22px;
	color: #333333;
	padding-bottom: 15px;
}
.video-player{
	padding: 50px;
}
.video-player video{
	width: 100%;
}
.video-other{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: 16px;
	padding: 10px 0;
}
.i-bar{
	display: inline-block !important;
	vertical-align: middle;
	width: 30px !important;
	height: 30px !important;
	margin: 0 3px !important;
}
.bar-weibo{
	background: url(/uploads/image/srdimages/i_weibo.png) no-repeat !important;
	background-size: cover !important;
}
.bar-wechat{
	background: url(/uploads/image/srdimages/i_wechat.png) no-repeat !important;
	background-size: cover !important;
}
.bar-qq{
	background: url(/uploads/image/srdimages/i_qq.png) no-repeat !important;
	background-size: cover !important;
}
.bar-download{
	display: inline-block;
	vertical-align: middle;
	background: url(/uploads/image/srdimages/i_download.png) no-repeat left;
	background-size: 18px 18px;
	padding-left: 22px;
}
.play-num{
	display: inline-block;
	vertical-align: middle;
	background: url(/uploads/image/srdimages/i_video.png) no-repeat left;
	background-size: 18px 18px;
	padding-left: 22px;
	margin-left: 10px;
}
.section{
	background: #fff;
	box-shadow: 3px 5px 0 #d9d9d9;
	border: 1px solid #e5e5e4;
	margin-bottom: 20px;
}
.title-group{
	border-bottom: 1px solid #e5e5e4;
	padding: 20px;
	color: #999;
	font-size: 12px;
}
.title-group h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
}
.i-time{
	background: url(/uploads/image/srdimages/i_time.png) no-repeat left;
	padding-left: 16px;
	margin-right: 20px;
}
.sidebox{
	padding-left: 36px;
	padding-bottom: 20px;
}
.lump{
	background: #fff;
	box-shadow: 3px 5px 0 #d9d9d9;
	border: 1px solid #e5e5e4;
}
.lump-tit{
	background: #f5f5f5;
	border-bottom: 2px solid #e5e5e4;
	border-left: 5px solid #102e8e;
	margin-left: -1px;
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	color: #102e8e;
	font-weight: bold;
	font-size:16px;
}
.news-hot{
	display: block;
	overflow: hidden;
	height: 80px;
	color: #999999;
	margin-bottom: 20px;
}
.news-hot img{
	width: 120px;
	height: 80px;
	margin-right: 15px;
	float: left;
}
.news-hot h3{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #333;
	overflow: hidden;
	margin-bottom: 10px;
}
.side-news{
	padding: 20px;
}
.side-news ul{
	margin-top: -10px;
}
.side-news li{
	font-size: 14px;
	line-height: 26px;
	padding: 3px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.side-news li a{
	flex: 1;
	-webkit-flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.side-news li span{
	font-size: 12px;
	float: right;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.content{
	padding: 30px;
	font-size: 14px;
	line-height: 2;
}
.informations{
	background: #fff;
	box-shadow: 3px 5px 0 #d9d9d9;
	border: 1px solid #e5e5e4;
	padding: 20px;
	overflow: hidden;
	color: #808080;
	margin-bottom: 20px;
}
.inform-img{
	width: 210px;
	height: 140px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	margin-right: 30px;
}
.inform-img img{
	width: 100%;
	height: 100%;
}
.inform-info{
	flex: 1;
	-webkit-flex: 1;
	overflow: hidden;
}
.inform-info h3{
	font-size: 18px;
	color: #102e8e;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.linform-desc{
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #808080;
	margin: 10px 0;
}
.ad-left{
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -700px;
}
.ad-right{
	position: fixed;
	top: 40%;
	right: 50%;
	margin-right: -700px;
}
.album-box{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.albums-list{
	width: 25%;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}
.albums{
	display: block;
	position: relative;
	overflow: hidden;
}
.albums img{
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-out;
}
.loupe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loupe span{
	display: block;
	background: url(/uploads/image/srdimages/loupe.png) no-repeat;
	background-size: cover;
	position: absolute;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-out;
	transform: scale(0.6);
}
.albums:hover .loupe{
	opacity: 1;
}
.albums:hover .loupe span{
	transform: scale(1);
}
.albums:hover img{
	transform: scale(1.02);
}
.album-pop-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	z-index: 10001;
	background: rgba(0,0,0,0.7);
}
.album-pop{
	width: 1000px;
}
.album-down{
	display: block;
	position: absolute;
	top: 10px;
	right: 60px;
	background: url(/uploads/image/srdimages/i_down.png) no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.album-share{
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	background: url(/uploads/image/srdimages/i_share.png) no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}








@media (max-width: 1024px) {
	.classroom-video,.classroom-video-thumb{
		height: 416px;
	}
	.adbox{
		display: none;
	}
}

@media (max-width: 992px) {
	
	.navbar-default .navbar-nav>li>a{
		padding: 15px;
		font-size: 14px;
	}
	.meter-kepu{
		margin-top: 20px;
	}
	.classroom-video-box{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.classroom-video{
		width: 100%;
	}
	.classroom-video-thumb{
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	.classroom-video-thumb ul{
		display: flex;
		align-items: stretch;
		flex-direction: row;
		padding: 10px;
	}
	.classroom-video-thumb ul li{
		width: 50%;
		box-sizing: border-box;
		padding: 10px;
	}
	.photo-swiper-box .swiper-button-next{
		right: -20px;
	}
	.photo-swiper-box .swiper-button-prev{
		left: -20px;
	}
	.footer{
		font-size: 16px;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.classroom-video-box{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.ketang-bg{
		padding: 15px 0;
	}
	.classroom-video, .classroom-video-thumb{
		height: auto !important;
	}
	.courses-video-box li{
		width: 33.33%;
		padding: 8px;
	}
	.courses-video-poster{
		height: 150px;
	}
	.sidebox{
		padding-left: 0;
		margin-top: 20px;
	}
	.album-pop{
		width: 80%;
	}
}

@media (max-width: 480px) {
	.topic-nav{
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.navbar-default .navbar-nav>li{
		width: 100%;
	}
	.navbar-default .navbar-nav>li>a{
		display: flex;
		align-items: center;
		padding: 10px 15px;
		font-size: 14px;
	}
	.navbar{
		margin-bottom: 0;
	}
	.nbar{
		width: 20px;
		height: 20px;
		margin-right: 6px;
	}
	.focus-banner{
		height: 200px;
	}
	.banpic-title{
		font-size: 14px;
		padding: 8px 15px;
	}
	.focus-banner .swiper-pagination-bullet{
		background: #fff;
		width: 26px;
		height: 3px;
		opacity: 1;
		border-radius: 0px;
	}
	.focus-banner .swiper-pagination-bullet-active{
		background: #0095ff;
	}
	.meter-kepu{
		padding: 10px;
		height: auto !important;
	}
	.meter-tit{
		padding-bottom: 6px;
	}
	.meter-tit strong{
		font-size: 16px;
	}
	.meter-tit a{
		font-size: 12px;
		margin-top: 6px;
	}
	.home-tit{
		margin-top: 15px;
		padding: 6px 0;
	}
	.home-tit h3{
		font-size: 16px;
		line-height: 18px;
		padding-left: 8px;
	}
	.news-list li{
		width: 100%;
		padding: 0;
	}
	.news-desc{
		height: auto;
	}
	.ketang-bg{
		padding: 15px 0;
	}
	.classroom-video-box{
		padding-top: 20px;
	}
	.classroom-video{
		height: 260px;
	}
	.lan-title-group{
		padding-bottom: 15px;
	}
	.lan-title-group h3{
		font-size: 16px;
	}
	.lan-title-group h4{
		font-size: 12px;
	}
	.classroom-video, .classroom-video-thumb{
		height: auto !important;
	}
	.news-list{
		margin-left: 0;
		margin-right: 0;
	}
	.news-talk-box{
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: none;
	}
	.pbt{
		padding: 15px;
	}
	.schedule-day{
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 15px;
        overflow:hidden;
	}
	.schedule-day .schedule-day-info{
		padding: 6px 0;
	}
	.schedule-day-info div:first-child{
		padding-right: 20px;
	}
	.schedule-day-info div:last-child{
		padding-left: 20px;
	}
	.day-tit{
		padding-left: 20px;
		margin-top: -15px;
		line-height: 30px;
	}
	.day-num{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 15px;
		margin-left: -15px;
		/*margin-top: -15px;*/
		margin-top: 0;
	}
	.photo-swiper-box{
		padding: 10px 0;
	}
	.photo-swiper-box .swiper-button-next{
		width: 50px;
		height: 50px;
		border-radius: 25px;
		background-size: 20px 20px;
		right:-10px;
	}
	.photo-swiper-box .swiper-button-prev{
		width: 50px;
		height: 50px;
		border-radius: 25px;
		background-size: 20px 20px;
		left: -10px;
	}
	.interview-box{
		margin-left: 0;
		margin-right: 0;
	}
	.interview-box li{
		width: 100%;
		padding: 10px 0;
	}
	.more-control{
		padding-bottom: 10px;
	}
	.more-control a{
		font-size: 13px;
	}
	.link-list li{
		padding: 5px;
	}
	.link-list li img{
		height: 36px;
		object-fit: contain;
		width: auto;
	}
	.footer{
		font-size: 12px;
		line-height: 22px;
		padding: 10px 0;
	}
	.link-list{
		padding-bottom: 0px;
	}
	.cban img{
		height: 120px;
	}
	.pages-control{
		padding: 15px 0;
		text-align: center;
	}
	.cban{
		padding-bottom: 15px;
	}
	.courses-video-box{
		margin-left: -8px;
		margin-right: -8px;
		padding: 0 0;
	}
	.courses-video-box li{
		width: 50%;
		padding: 8px;
	}
	.courses-video-poster{
		height: 104px;
	}
	.courses-video-list{
		box-shadow: 2px 2px 0 #d9d9d9;
	}
	.courses-video-info h3,.courses-video-info h4{
		font-size: 14px;
	}
	.courses-title-group{
		padding: 10px 0;
		font-size: 12px;
	}
	.courses-title-group h1{
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 6px;
	}
	.video-player{
		padding: 0;
	}
	.i-bar{
		width: 20px !important;
		height: 20px !important;
		margin: 0;
	}
	.video-other{
		font-size: 12px;
	}
	.bar-download{
		display: inline-block;
		vertical-align: middle;
		background: url(/uploads/image/srdimages/i_download.png) no-repeat left;
		background-size: 12px 12px;
		padding-left: 16px;
	}
	.play-num{
		display: inline-block;
		vertical-align: middle;
		background: url(/uploads/image/srdimages/i_video.png) no-repeat left;
		background-size: 12px 12px;
		padding-left: 16px;
		margin-left: 6px;
	}
	.title-group{
		padding: 15px;
	}
	.title-group h1{
		font-size: 16px;
	}
	.content{
		padding: 15px;
	}
	.informations{
		padding: 10px;
		font-size: 12px;
	}
	.inform-img{
		width: 108px;
		height: 72px;
		margin-right: 10px;
	}
	.inform-info h3{
		font-size: 14px;
	}
	.linform-desc{
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin: 2px 0;
	}
	.side-news{
		padding: 15px;
	}
	.news-hot{
		margin-bottom: 12px;
	}
	.album-box{
		margin-left: -7px;
		margin-right: -7px;
		padding: 8px 0;
	}
	.albums-list{
		width: 50%;
		padding: 7px;
	}
	.loupe span{
		width: 26px;
		height: 26px;
	}
	.album-down{
		display: block;
		position: absolute;
		top: 10px;
		right: 40px;
		background: url(/uploads/image/srdimages/i_down.png) no-repeat;
		background-size: cover;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.album-share{
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		background: url(/uploads/image/srdimages/i_share.png) no-repeat;
		background-size: cover;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
}

.pagination>.active>a,.pagination>.pageitemactive>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.classroom-video-thumb li img{
	height: 135px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.classroom-video-thumb li img{
		height: 110px;
		width: 100%;
		object-fit: cover;
	}
}
@media (max-width: 992px) {
	.classroom-video-thumb li img{
		height: 144px;
		width: 100%;
		object-fit: cover;
	}
}
@media (max-width: 480px) {
	.classroom-video-thumb ul{
		padding: 5px;
	}
	.classroom-video-thumb ul li{
		padding: 5px;
	}
	.classroom-video-thumb li img{
		height: 66px;
		width: 100%;
		object-fit: cover;
	}
}

.interview-img{
	height: 220px;
}
.interview-img img{
	width: 100%;
	height: 100%;
}
@media (max-width: 1024px) {
	.interview-img{
		height: 180px;
	}
	
}
@media (max-width: 992px) {
	.interview-img{
		height: 136px;
	}
}
@media (max-width: 480px) {
	.interview-img{
		height: 210px;
	}
}
