.banner {
	background: #8ca6d9;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}

.banner img {
	width: 100%;
	max-height: 469px;
	object-fit: cover;
}

.banner li h4 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 13px 30px;
}

.banner li small {
	display: block;
	font-size: 16px;
	color: #e1e1e1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 115px 17px 30px;
}

.banner-d {
	padding-top: 25px;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(../images/banner_title_bg.png) center top no-repeat;
}

.banner .bx-wrapper .bx-pager {
	width: 125px;
	bottom: 14px;
	right: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: none;
	border: 1px solid #f3f3f3;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.banner .bx-wrapper .bx-controls-direction a {
	width: 70px;
	height: 70px;
	margin-top: -35px;
}

.banner .bx-wrapper .bx-prev {
	left: -105px;
	background: url(../images/prev-1.png) center center no-repeat;
}

.banner .bx-wrapper .bx-next {
	right: -105px;
	background: url(../images/next-1.png) center center no-repeat;
}

@media (max-width:1200px) {
	.banner .bx-wrapper .bx-prev {
		left: 40px;
	}
	.banner .bx-wrapper .bx-next {
		right: 40px;
	}
}

@media (max-width:991px) {
	.banner {
		margin-top: 76px;
	}
	.banner li h4 {
		font-size: 16px;
		padding: 7px 15px;
	}
	.banner li small {
		font-size: 14px;
		padding: 0 115px 7px 15px;
	}
	.banner .bx-wrapper .bx-pager {
		bottom: 3px;
	}
}

.main-news {
	padding: 35px 0 30px;
}

.bx-pager {
	text-align: center;
}

.bx-pager ul {
	display: inline-block;
	height: 30px;
	border-bottom: 1px solid #d2d2d2;
}

.bx-pager li {
	display: inline-block;
	margin-right: 60px;
	position: relative;
	height: 65px;
}

.bx-pager li:last-child {
	margin-right: 0;
}

.bx-pager li h4 {
	font-size: 18px;
	font-weight: normal;
	color: #131313;
	cursor: pointer;
	padding-bottom: 8px;
	transition: all .5s;
	position: relative;
}

.bx-pager li:hover h4 {
	color: #2358b8;
}

.bx-pager li h4:after {
	content: "";
	background: none;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: all .5s;
	overflow: hidden;
}

.bx-pager li:hover h4:after {
	background: #2358b8;
	height: 5px;
	overflow: inherit;
}

.bx-pager li.active h4 {
	font-weight: bold;
	overflow: inherit;
	color: #2358b8;
}

.bx-pager li.active h4:after {
	background: #2358b8;
	height: 5px;
	overflow: inherit;
}

.bx-pager li a {
	position: absolute;
	font-size: 13px;
	color: #2358b8;
	left: 50%;
	bottom: 3px;
	margin-left: -21px;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.bx-pager li:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 10px;
}

.bx-pager li.active a {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 10px;
}

.banner2 {
	margin-top: 40px;
	overflow: hidden;
}

.main-ul li {
	display: table-cell;
	width: 271px;
	padding-right: 29px;
	border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 991px) {
	.main-ul li {
		display: table-cell;
	}
}

.main-ul li a{
	display: block;
}

.main-ul li img {
	width: 271px;
	height: 173px;
	margin-bottom: 15px;
	/*object-fit: cover;*/   /*会有卡顿，未知原因*/
}

.main-ul .media-left {
	text-align: center;
}

.main-ul .media-left small {
	color: #fff;
	font-size: 12px;
	background: #4074e1;
	padding: 3px 5px;
	vertical-align: middle;
	display: block;
}

.main-ul .media-left strong {
	color: #4074e1;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	padding: 4px 0;
	border: 1px solid #c9d7f0;
	border-top: none;
}

.main-ul .media-right {
	padding-left: 11px;
}

.main-ul h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	transition: all .2s ease-in;
	text-align: left;
}

.main-ul li:hover h4 {
	color: #2358b8;
}

.main-ul .media {
	padding-bottom: 30px;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	transition: all .2s ease-in;
	min-height: 63px;
}

.main-ul li:hover .media {
	border-bottom: 2px solid #2358b8;
}

@media (max-width:1200px) {
	.main-ul li img {
		width: 221px;
		height: 141px;
	}
}

@media (max-width: 991px) {
	.main-ul {
		text-align: center;
	}
	.main-ul li {
		display: inline-block;
		text-align: center;
		padding-right: 0;
		margin: 0 15px;
		margin-bottom: 20px;
	}
	.main-ul li img {
		width: 100%;
		height: 155px;
	}
	.main-ul .media {
		padding-bottom: 20px;
	}
}

@media (max-width: 710px) {
	.bx-pager li {
		margin-right: 30px;
	}
}

@media (max-width: 620px) {
	.bx-pager ul{
		height: 130px;
	}
	.bx-pager li {
		margin-right: 0;
		width: 49%;
	}
	.bx-pager li h4 {
		font-size: 16px;
	}
}
@media (max-width: 360px) {
	.bx-pager li h4 {
		font-size: 15px;
	}
}

.media-four {
	width: 271px;
}

.media-four h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}

@media (min-width: 991px) and (max-width:1200px) {
	.media-four {
		width: 221px;
	}
}

.media-four p {
	font-size: 14px;
	color: #666;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
}

.banner3 {
	overflow: hidden;
	height: 195px;
	margin-bottom: 35px;
}

.banner3 li {
	text-align: center;
}

.banner3 li img {
	/*margin: 30px auto 19px;*/
	margin: 25px auto 15px;
}

/*.banner3 li:hover img {
	transform: rotateY(360deg);
}*/

.banner3 li img.animate_rotate{
	transform: rotateY(360deg);
	transition: all 0.8s ease-in-out;
}

.unanimate_rotate{
	transform: rotateY(0deg);
}

.banner3 li span {
	font-size: 14px;
    color: #fff;
    /* padding-bottom: 26px; */
    padding: 0 5px;
    margin-bottom: 12px;
    height: 43px;
    display: block;
    overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}

.banner3 .bx-wrapper .bx-controls-direction a {
	width: 31px;
	height: 31px;
}

.banner3 .bx-wrapper .bx-prev {
	left: 50%;
	margin-left: -38px;
	background: url(../images/prev-2.png) center center no-repeat;
}

.banner3 .bx-wrapper .bx-next {
	right: 50%;
	margin-right: -38px;
	background: url(../images/next-2.png) center center no-repeat;
}

.banner3 .bx-controls {
	position: absolute;
	bottom: -35px;
	width: 100%;
}

.banner3 .bx-controls-direction {
	position: relative;
}

.banner3 .bx-controls-direction:before {
	content: '';
	width: 44%;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	top: 0;
	left: 0;
}

.banner3 .bx-controls-direction:after {
	content: '';
	width: 44%;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	top: 0;
	right: 0;
}

.top-img {
	margin: 15px 0 30px;
}

.top-img img {
	width: 100%;
	/*max-height: 150px;*/
}

.common-left {
	width: 18%;
}

.common-right {
	width: 76%;
	min-height: 300px;
	margin-bottom: 45px;
}

.common-title {
	padding: 20px 14px;
	background: #1b4da8;
}

.common-title h4 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
	position: relative;
	line-height: 40px;
}

.common-title h4:before {
	content: '';
	width: 4px;
	height: 22px;
	background: #3dcf53;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	border-radius: 2px;
}

.navlist2 {
	margin-bottom: 40px;
}

.navlist2>li {
	font-size: 14px;
	color: #131313;
	border-bottom: 1px solid #e5e5e5;
}

.navlist2 a {
	color: #131313;
}

.navlist2 a:hover {
	color: #1c4da8;
}

.navlist2>li>a {
	background: #eef2f9;
	display: block;
	padding: 15px 20px 15px 15px;
	font-size: 14px;
	position: relative;
}

.navlist2>li>a.active {
	font-weight: bold;
	color: #13449e;
	border-left: 4px solid #2358b8;
	background: #fff url(../images/navlist2-active.png) 94% center no-repeat;
}

.thr-sub {
	display: none;
	padding-left: 15px;
	background: #fff;
	border-left: 4px solid #2358b8;
}

.thr-sub li {
	padding: 8px 0;
	padding-left: 15px;
}

.thr-sub li:first-child {
	border-top: 1px solid #e5e5e5;
}

.thr-sub a {
	position: relative;
	font-size: 14px
}

.thr-sub a.active {
	color: #1d6cb1;
}

.thr-sub a.active:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -4px;
	border-top: 4px dashed transparent;
	border-right: 0 solid transparent;
	border-left: 6px solid #1d6cb1;
	border-bottom: 4px dashed transparent;
}

.sub-open {
	display: block;
}

.list-title {
	border-bottom: 2px solid #1d6ab1;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.list-title h4 {
	font-size: 15px;
	background-color: #2358b8;
	padding: 6px 15px;
	color: #fff;
}

.list-show {
	color: #2358b8;
	margin-top: 13px;
	font-size: 15px;
	cursor: pointer;
}

@media (min-width:991px) {
	.common-left {
		display: block !important;
	}
}

@media (max-width:991px) {
	.common-content {
		margin-top: 60px;
	}
	.common-left {
		display: none;
	}
	.common-left,
	.common-right {
		width: 100%;
	}
	.navlist2 {
		margin-bottom: 20px;
	}
}

.common-local {
	float: left;
	width: 100%;
	border-bottom: 3px solid #e5e5e5;
	margin-bottom: 15px;
}

.common-local h4 {
	font-size: 18px;
	font-weight: bold;
	color: #2358b8;
	float: left;
	border-bottom: 3px solid #2358b8;
	padding-bottom: 8px;
	margin-bottom: -3px;
}

.common-list>li>a {
	display: block;
	padding: 19px 15px;
	background: #f2f2f2;
	margin-bottom: 15px;
	transition: all .2s ease-in;
}

.common-list>li>a:hover{
	box-shadow: 0 0 7px #817b7b;
}

.common-list>li>a:hover h4 {
	color: #1c4da8;
}

.common-list .media-left {
	text-align: center;
}

.common-list .media-left small {
	color: #fff;
	font-size: 12px;
	background: #4074e1;
	padding: 3px 5px;
	vertical-align: middle;
	display: block;
}

.common-list .media-left strong {
	color: #4074e1;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	padding: 4px 0;
	border: 1px solid #c9d7f0;
	border-top: none;
}

.common-list .media-right {
	padding-left: 11px;
	width: auto;
	max-width: 791px;
}

.common-list h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	line-height: 23px;
	max-height: 23px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.common-list h4 {
		max-height: 46px;
	}
}

.common-list p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.article-title {
	padding: 29px 52px;
	text-align: center;
	background: #eef2f9;
}

.article-title h4 {
	font-size: 22px;
	font-weight: bold;
	color: #13449e;
	line-height: 28px;
	margin-bottom: 25px;
}

.article-title span {
	font-size: 12px;
	color: #666;
	padding: 0 20px;
	position: relative;
}

.article-title span:after {
	content: '';
	width: 1px;
	height: 10px;
	background: #929396;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.article-title span:last-child:after {
	display: none;
}

.article-content p {
	margin: 5px 0;
}

.four-sub {
	display: none;
	margin-bottom: 15px;
}

.four-sub li {
	display: inline-block;
}

.four-sub li a {
	display: inline-block;
	padding: 5px 20px;
	background: #f2f2f2;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	border-radius: 7px;
	margin-bottom: 5px;
}

.four-sub li a.active {
	font-weight: bold;
	color: #fff;
	background: #437bdf;
}

/*.article-tab .info-tab {
	padding: 20px 14px;
	background: #f2f2f2;
	margin-bottom: 18px;
	border-top: 2px solid #e7e6e6;
}*/

.chengguo{
	padding: 10px 14px;
	background: #f2f2f2;
	margin-bottom: 18px;
	border-top: 2px solid #e7e6e6;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
	padding: 0;
	padding-right: 20px;
	border-top: none;
}

@media (min-width: 991px) {
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		max-width: 300px;
	}
}

.people-table th {
	padding: 6px 20px 6px 0 !important;
	border-bottom: 4px solid #e5e5e5;
}

.people-table td {
	border-bottom: 1px solid #d4e1f7;
}

.people-table a {
	display: block;
	padding: 10px 0;
}

.people-table a span.small-img{
	display: inline-block;
	width: 74px;
	height: 62px;
	text-align: center;
	margin-right: 25px;
}

.people-table a img {
	max-width: 100%;
	max-height: 62px;
}

.people-table a:hover span {
	text-decoration: underline;
}

.people-table a span {
	font-size: 16px;
	font-weight: bold;
	color: #13449e;
}

.people-title h4 {
	font-size: 18px;
	font-weight: bold;
	color: #13449e;
	background: #e9eef8;
	padding: 11px 15px;
	border-left: 5px solid #d5dff1;
	margin-bottom: 15px;
}

.people-ul {
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 20px;
}

.people-ul>li {
	width: 47%;
	margin: 0 12px 22px;
	display: inline-block;
}

.people-ul>li a {
	display: block;
	padding: 17px 22px 9px 11px;
	background: #f2f2f2;
	transition: all .2s ease-in;
}

.people-ul>li a:hover {
	box-shadow: 0 0 7px #817b7b;
}

.people-ul>li a span {
	color: #131313;
	font-size: 14px
}

.people-ul>li a span.people-name {
	color: #13449e;
	font-size: 16px;
	font-weight: bold;
	padding-right: 17px;
	margin-right: 17px;
	position: relative;
}

.people-ul>li a span.people-name:after {
	content: '';
	width: 1px;
	height: 14px;
	background: #bfbfbf;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.people-top {
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 8px;
	margin-bottom: 10px
}

.people-ul .media-left {
	width: 156px;
	float: left;
	padding-right: 20px;
	text-align: center;
}

.people-ul .media-left img {
	/*width: 135px;
	height: 115px;*/
	max-width: 100%;
	max-height: 115px;
}

.people-ul .media-right {
	width: calc(100% - 156px);
	float: left;
}

.people-ul .media-right img {
	margin-right: 10px;
}

.people-ul .media-right p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #131313;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.people-ul .media-right p.people-p {
	margin-bottom: 0;
	max-height: 52px;
	overflow: hidden;
	text-overflow: inherit;
	white-space: normal;
}

@media (max-width:1200px) {
	.people-ul {
		margin-left: -14px;
		margin-right: -14px;
	}
	.people-ul>li {
		width: 46%;
		margin: 0 14px 22px;
	}
}

@media (max-width:991px) {
	.people-ul {
		margin-left: 0;
		margin-right: 0;
	}
	.people-ul>li {
		width: 100%;
		margin: 0 0 22px;
	}
	.people-ul .media-left img {
		/*width: 110px;*/
		/*height: 94px;*/
		max-height: 113px;
	}
	.people-ul .media-left {
		width: 132px;
	}
	.people-ul .media-right {
		width: calc(100% - 132px);
	}
}

.people-left{
	width: 24%;
	margin-bottom: 30px;
}

.people-right{
	width: 71%;
	margin-bottom: 30px;
}

.people-left img.people-img{
	max-width: 100%;
}

.people-left h4{
	font-size: 22px;
	font-weight: bold;
	color: #13449e;
	margin: 15px 0 6px;
}

.people-left h5{
	font-size: 14px;
	color: #2358b8;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-top: 30px;
	margin-bottom: 15px;
}

.people-right h4.right-title{
	color: #2358b8;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 2px solid #dcdcdc;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
	margin-top: 10px;
}

.people-right h4.right-title:after{
	content: '';
	position: absolute;
	top: 60%;
	margin-top: -3px;
	right: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #45d658;
}

.people-right h4.right-title2:after{
	content: '';
    position: absolute;
    top: 59%;
    margin-top: -3px;
    right: 6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #45d658;
}


@media (max-width:991px) {
	.people-left,
	.people-right{
		width: 100%;
	}
}

.equipment-ul{
	margin-left: -6px;
	margin-right: -6px;
}

.equipment-ul>li{
	display: inline-block;
	width: 285px;
	height: 135px;
	margin: 0 6px 20px;	
}

.equipment-ul>li a{
	display: block;
	float: left;
    width: 100%;
	padding: 12px 10px 13px;
	background: #eee;
	transition: all .2s ease-in;
}

.equipment-ul>li a:hover {
    box-shadow: 0 0 7px #817b7b;
}

.equipment-ul>li h4{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #13449e;
	padding-bottom: 9px;
	margin-bottom: 11px;
	border-bottom: 1px solid #88a3d3;
	background: url(../images/navlist2-active.png) right 3px no-repeat;
}

.equipment-ul>li img{
	float: left;
	width: 86px;
	height: 73px;
	margin-right: 7px;
}

.equipment-ul>li p{
	text-align: left;
	font-size: 12px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width:620px) {
	.equipment-ul{
		text-align: center;
	}
}

.equipment-detail .media{
	padding: 10px;
	background: #eee;
	margin-bottom: 23px;
}

.equipment-detail .media-left{
	float: left;
	padding-right: 15px;
	width: 357px;
}

.equipment-detail .media-left img{
	width: 100%;
	max-height: 257px;
}

.equipment-detail .media-right{
	float: left;
	width: calc(100% - 357px);
}

@media (max-width: 768px) {
	.equipment-detail .media-left{
		width: 290px;
		padding-right: 20px;
	}
	.equipment-detail .media-right{
		width: 100%;
		margin-top: 15px;
	}
}

.equipment-detail .media-right h4{
	font-size: 22px;
	color: #13449e;
	font-weight: bold;
	padding: 10px 0 12px;
	border-bottom: 1px solid #88a3d3;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.equipment-detail .media-right h4 a{
	float: right;
	font-size: 12px;
	color: #1848a2;
	margin-top: 8px;
	background: url(../images/pdf-icon.png) left no-repeat;
	padding-left: 15px;
}

.equipment-detail .media-right p{
	color: #000;
	font-size: 12px;
}

.equipment-detail .info-teacher-head{
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 10px;
	overflow-x: auto;
    white-space: nowrap;
}

.equipment-detail .info-teacher-head a{
	padding: 6px 17px;
	font-size: 15px;
	color: #333;
	background: #dee6f4;
	border-radius: 3px;
	display: inline-block;
    margin-bottom: 1px;
    margin-right: 6px;
}

.equipment-detail .info-teacher-head a.current{
	color: #fff;
	font-weight: bold;
	background: #4f79c6;
}

.equipment-detail p{
	font-size: 14px;
	color: #000;
}

.equipment-detail .info-tab{
	display: none;
}

.equipment-detail .info-tab.on{
	display: block;
}
