.container-wrap {
	width: 1124px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}

a{
	color: initial;
	text-decoration: none!important;
}
a:hover{
	text-decoration: none!important;
}

.z-flex{
	display: flex;
}

.head-wrap .title {
	font-size: 40px;
	color: rgb(31, 135, 232);
	padding: 10px 0;
}
.head-wrap .title a{
	color: rgb(31, 135, 232);
}

.head-wrap .title a:hover{
	text-decoration: none!important;;
	color: rgb(31, 135, 232)!important;;
}

.head-wrap .nav-wrap {
	background: #009fe9;
}

.head-wrap .nav-wrap a {
	font-size: 18px;
	color: #fff;
	min-width: 120px;
	text-align: center;
	padding: 0.7rem 1rem;
}
.head-wrap .nav-wrap .navbar{
padding: 0;
}
.head-wrap .nav-wrap .hover a{
	color: #000;
}
.head-wrap .nav-wrap .hover a:hover{
	color: #000!important;
}
.head-wrap .nav-wrap .hover{
	background-color: #fff;
}

.head-wrap .nav-wrap a:hover{
	color: #fff!important;
}
.search-wrap .searchInupt {
	width: 160px;
	padding: 5px 20px;
}

.search-wrap input {
	border: 0;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 14px;
	padding: 0;
	width: 0;
	transition: 0.4s;
}
.search-wrap .fa-search{
	background: transparent;
	border: 0;
	color: #fff;
}


.carousel-control-prev,
.carousel-control-next {
	background: transparent;
	border: 0;
}

.carousel-content-wrap {
	bottom: 80px;

}

.barner-img {
	width: 100%;
	height: 438px;
	object-fit: cover;
}

.carousel-content-wrap h5 {
	font-size: 20px;
	color: #000
}

.carousel-content-wrap h3 {
	font-size: 45px;
	color: #000;
	margin: 10px 0;
}

.carousel-content-wrap .btn {
	background-color: #00a0e9 !important;
	padding: 10px 20px;
	border: 0;
	margin-top: 15px;
}




.box-wrap .floatImgWrap {
	position: relative;
}

.box-wrap .floatImgWrap .J_defImage {
	width: 160px;
}

.box-wrap .floatImgWrap .desc {
	position: absolute;
	bottom: 50px;
	text-align: center;
	left: 0;
	right: 0;
}

.card-one-wrap .card {
	width: 288px;
	margin: 0 10px;
}

.card-one-wrap .card .card-title {
	font-size: 16px;
}

.card-one-wrap .card .card-text {
	font-size: 13px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}



.card-two-wrap .card {
	border: 0;
	margin-bottom: 8px;
}

.card-two-wrap .card .card-body {
	padding: 0;
	padding-left: 5px;
}

.card-two-wrap .card img {
	width: 120px;
	height: 86px;
	object-fit: cover;
}

.card-two-wrap .card .card-title {
	font-size: 15px;
	margin-bottom: 3px;
}

.card-two-wrap .card .card-text {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bg-one-wrap {
	background-image: url(../img/bg01.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.bg-one-wrap .section-heading h2 {
	color: #fff;
	padding-top: 20px;
}

.bg-one-wrap .data-wrap {
	width: 1024px;
	color: #fff;
	margin: auto;

}

.bg-one-wrap .data-wrap .num {
	font-size: 30px;
	position: relative;
	margin-bottom: 25px;
	text-indent: 10px;
}

.bg-one-wrap .data-wrap .num::after {
	content: " ";
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: -10px;
	left: -5px;
	right: 0;
	margin: auto;
	background-color: rgb(95, 192, 255);
}

.bg-one-wrap .btn-wrap {
	text-align: center;
	padding: 40px 0 70px;
}

.bg-one-wrap .btn-wrap>button {
	padding: 5px 15px !important;
	font-size: 15px !important;
	height: auto !important;
	margin: 0 30px;
}

.card-wrap .card {
	width: 320px;
}

.bg-two-wrap {
	background-image: url(../img/bg02.jpg);
	color: #fff;
	padding-bottom: 40px;
	margin-top: 80px;
}

.bg-two-wrap .context-wrap {
	width: 650px;
	padding-top: 30px;
}

.bg-two-wrap .title {
	font-size: 24px;
}

.bg-two-wrap .desc {
	font-size: 14px;
	padding: 15px 0;
}

.bg-two-wrap .btn {
	padding: 5px 30px !important;
	font-size: 16px !important;
	margin-top: 20px;
}

.tab-content-wrap {
	margin-top: 30px;
}

.tab-content-wrap .img-wrap img {
	width: 268px;
	height: 212px;
	object-fit: cover;
	margin-right: 5px;
	margin-bottom: 10px;
}

.tab-content-wrap .video-wrap video {
	width: 350px;
	height: 350px;
}

.na-wrap .nav-link {
	font-size: 20px;
	background-color: transparent;
	border: 0;
	margin: 0 30px;
}

.footer-bottom {
	margin-top: 100px;
	padding: 50px 0 20px;
	background: #f2f2f2;
	color: #000;
	font-size: 13px;
}

.consult-wrap {
	margin-top: 50px;
	margin-bottom: 100px;
}

.consult-wrap .nav-wrap {
	background: #5fc0ff;
	width: 200px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;

}

.consult-wrap .nav-wrap .nav-item {
	margin-bottom: 10px;
	font-size: 14px;

}

.consult-wrap .nav-wrap a {
	color: #fff;
}
.consult-wrap .nav-wrap a:hover{
	color: #fff;
}
.consult-wrap .nav-wrap .active {
	background: rgb(255, 255, 255);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	color: #5fc0ff !important;
}
.consult-wrap .card-one-wrap .card img{
	height: 280px;
	object-fit: cover;
}

.tech-wrap {
	background-image: url(../img/bg03.jpg);
	padding: 20px 0 80px 0;
	margin-top: 80px;
}

.tech-wrap h2 {
	margin-top: 0;
}

.carousel-img-wrap img {
	width: 166px !important;
	cursor: pointer;
}



/* 列表组 */
.list-wrap .list-group {
	width: 270px;
	margin-right: 15px;
	background-color: #fafafa;
	padding-bottom: 20px;
}

.list-wrap .list-group .list-group-item {
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fafafa;
}

.list-wrap .list-group .list-group-item:nth-child(1) {
	padding: 0.75rem 1.25rem;
	margin-bottom: 10px;
}

.list-wrap .list-group .active {
	background: #5fc0ff;
	cursor: initial;
}

/* .list-wrap .list-group .card-text{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;

} */
.banner-wrap img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.new-wrap {
	margin-top: 80px;
}

.new-wrap .left-box {
	width: 800px;
	border: 1px solid #f2f2f2;
	padding: 50px 30px;
	box-sizing: content-box;

}

.new-wrap .left-box .item-wrap {
	margin-bottom: 30px;
}

.new-wrap .date {
	background-color: #f2f2f2;
	padding: 15px 20px;
	text-align: center;
	line-height: initial;
	/* width: 75px;
	height: 75px; */
}

.new-wrap .date .month {
	font-size: 20px;
	font-weight: 600;
}

.new-wrap .date .year {
	font-size: 15px;
}

.new-wrap .item-content-wrap {
	margin-left: 10px;
}

.new-wrap .item-content-wrap .title {
	font-size: 16px;
}

.new-wrap .item-content-wrap .desc {
	font-size: 14px;
	line-height: initial;
	margin-top: 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-wrap .right-box {
	margin-left: 30px;
	width: 350px;
}

.new-wrap .right-box .title {
	background: #009fe9;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	color: #fff;
}

.new-wrap .right-box .card-item {
	margin-top: 5px;
}

.recommend-wrap .card-item {
	margin: 0 10px;
}

.recommend-wrap {
	border: 1px solid #f2f2f2;
	padding-bottom: 20px;
}

.recommend-tech-wrap {
	margin-top: 50px;
	border: 1px solid #f2f2f2;
}

.recommend-tech-wrap .card-item {
	width: 100px;
	padding-bottom: 20px;
}

.recommend-tech-wrap .card-item:nth-child(2n) {
	margin-left: 20px;
	margin-right: 20px;
}

.recommend-tech-wrap .card-item .card-img-wrap img {
	width: 100px;
	height: 120px;
}


/* 公共课 */
.public-wrap {
	margin-top: 80px
}

.public-wrap .left-box {
	width: 800px;
}

.table {
	border: 1px solid #f2f2f2;
}

.table .thead-dark th {
	/* #009FE9 */
	background: #009FE9;
	border: 0;
}

.public-wrap .right-box .title {
	background: #009fe9;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	color: #fff;
}

.public-wrap .right-box {
	margin-left: 30px;
	width: 350px;
}

.public-wrap .right-box .assort-group-wrap:nth-child(2) {
	margin-top: 80px;
}

.assort-group-wrap {
	border: 1px solid #f2f2f2;
	padding-bottom: 20px;
}

.assort-group-wrap .link-title {
	width: 50%;
	text-align: center;
}

.assort-group-wrap .area-wrap a,
.assort-group-wrap .date-wrap a {
	width: auto;
	min-width: 50px;
	border: 1px solid #f2f2f2;
	margin-bottom: 5px;
}

.assort-group-wrap .date-wrap {
	padding: 10px;
}

.assort-group-wrap .area-wrap {
	padding: 10px;
	margin-top: 30px;
}


/* 讲师 */
.tag-wrap {
	margin-top: 30px;
}

.tag-wrap div {
	padding: 10px 0;
	border-bottom: 1px dashed #eeeeee;
}

.lecturer-wrap .member-item {
	width: 300px;
}

.lecturer-wrap .member-item .desc {
	font-size: 14px;
}

.lecturer-wrap .member-item button {
	background-color: transparent;
	border: 1px solid #00a0e9;
	color: #00a0e9;
	border-radius: 20px;
	padding: 5px 15px;
	margin-top: 10px;
}

.lecturer-wrap .member-item button a {
	color: #00a0e9;
}

.lecturer-wrap .member-item button a:hover {
	text-decoration: none;
}

.popular-wrap .img-wrap img {
	width: 280px;
}

.popular-wrap .pop-img .fa-search {
	padding: 0;
	background-color: transparent;
}

.popular-wrap .img-wrap:nth-child(2n) {
	margin-left: 8px;
	margin-right: 8px;
}


.bg-three-wrap {
	background-image: url(../img/bg04.jpg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	margin-top: 100px;
}

.bg-three-wrap h3 {
	font-size: 30px;
}

.bg-three-wrap .desc {
	padding: 15px 0;
}

.bg-three-wrap button {
	background-color: #fff;
	padding: 5px 25px;
	border: 0;
	color: #00a0e9;
	margin-top: 25px;
}



/* 内容页 */
.content-wrap .common-wrap {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.content-wrap .common-wrap .title {
	font-size: 25px;
	color: #333;
	font-weight: 400;
}

.content-wrap .common-wrap .date {
	font-size: 13px;
	color: #adadad;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content-wrap .rich-wrap {
	padding-bottom: 40px;
	border-bottom: 1px dashed #eeeeee;
}
.content-wrap .next-page a{
	color: #666;
}
.content-wrap .panel-wrap .weixin-icon {
	background: url(../img/vbg01.png) -1302px -100px no-repeat;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 5px;
}
.content-wrap .panel-wrap  .share-link{
	cursor: pointer;
}
.content-wrap .panel-wrap .weibo-icon {
	background: url(../img/vbg01.png) -1302px -190px no-repeat;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 5px;
}

.content-wrap .panel-wrap .double-icon {
	background: url(../img/vbg01.png) -1302px -730px no-repeat;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 5px;
}

.content-wrap .panel-wrap .copy-icon {
	background: url(../img/vbg01.png) -1302px -775px no-repeat;
	display: inline-block;
	width: 33px;
	height: 33px;

}

.content-wrap .commit-wrap {
	padding: 20px 33px 40px;
	background-color: #fafafa;
}

.content-wrap .form-control {
	box-shadow: initial;
}

.content-wrap .sub-btn {
	padding: 5px 50px;
	background: #e93031 !important;
	border: 0;
	border-radius: 20px;
	font-size: 14px;
}

.content-wrap .sub-btn:active {}

.content-wrap .sub-btn:hover:after {
	background: #e93031;
	border: 0;
}

.content-wrap .comment-box .total {
	font-size: 14px;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
}

.content-wrap .comment-box .no-data-wrap {
	width: 160px;
	height: 125px;
	margin: auto;
}

.content-wrap .comment-box .no-data-wrap .no-data {
	position: relative;
	left: 0;
	right: 0;
	width: 160px;
	height: 125px;
	margin: auto;
	background: url(../img/defaultIcon.png) 0 -839px no-repeat;
	margin-top: 50px;
}

.content-wrap .comment-box .no-data-wrap .desc-tip {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.login-wrap{
	width: 241px;
	margin: auto;
	margin-top: 80px;
}

.login-wrap .generateInput{
	width: 100%;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e9e9e9;
	outline-color: #dedede;
	padding-left: 25px;
	margin: 0 auto;
}

.login-wrap .memberPwdInput{
	background: url(../img/icon_pwd.jpg) 0 no-repeat;
	margin-top: 10px;
}
.login-wrap .memberAcctInput{
	background: url(../img/icon_user.jpg) 0 no-repeat;
	
}

.login-wrap .autoLogin{
	font-size: 13px;
	color: #6d6d6d;
	margin-top: 15px;
}
.login-wrap .autoLogin label{
	margin-bottom: 0;
	margin-left: 5px;
	
}
.login-wrap .loginButton{
	background-color: #009FE9;
	width: 100%;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	
}
.login-wrap .signup{
	font-size: 12px;
}
.register-wrap{
	
}


.register-wrap{
	width: 500px;
	margin: auto;
	margin-top: 80px;
}

.register-wrap .forAcctLogin{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.register-wrap .forAcctLogin label{
	width: 100px;
	text-align: right;
	margin-bottom: 0;
}

.register-wrap .generateInput{
	width: 100%;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e9e9e9;
	outline-color: #dedede;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #f7f7f7;
	
}


.register-wrap .autoLogin{
	font-size: 13px;
	color: #6d6d6d;
}
.register-wrap .autoLogin label{
	margin-bottom: 0;
	margin-left: 5px;
	
}
.register-wrap .loginButton{
	background-color: #009FE9;
	width: 70%;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	margin: 20px 0 0 80px;
}
.page-wrap #pages {
	display: flex;
	list-style: none;
	justify-content: center;
}
.page-wrap #pages li{
	padding:5px 10px;
	background-color: #fff;
	margin: 0 2px;
}
.page-wrap #pages li span,
.page-wrap #pages li a{
	padding: 0 5px;
}
.page-wrap #pages .active{
	background-color: #009fe9;
	color: #fff;
}
.notice-warp .card-title{
	font-size: 16px;
}
.notice-warp .card-box{
	margin: 0 20px;
}
.notice-warp  .card-img-top{
	height: 300px;
	object-fit: cover;
}
.notice-warp .card-text{
	font-size: 14px;
	color: #666;
}
.share-wrap {
	text-align: center;
	padding:20px 0  40px;
}
.share-wrap .desc-tips{
	color: #b7b7b7;
	padding-bottom: 20px;
	font-size: 15px;
}
.share-wrap img{
	width: 200px;
	height: 200px;
}



.show-list-wrap .title-wrap{
	font-size: 23px;
	border-bottom: 1px solid #eee;
	color: #009fe9;
	padding-top: 20px;
	position: relative;
}
.show-list-wrap .title-wrap span{
	display: inline-block;
	border-bottom: 2px solid #009fe9;
	min-width: 150px;
	text-align: center;
	padding-bottom: 10px;
}

.show-list-wrap .content-wrap .item-wrap{
	font-size: 16px;
	border-bottom: 1px dashed #eee;
	padding: 15px 0;
}
.show-list-wrap .content-wrap .item-wrap a{
	color:#666;
}
.show-list-wrap .content-wrap .item-wrap a:hover{
	color:#666;
	text-decoration: none;
}



.data-wrap .content-wrap {
	margin-top: 30px;
	min-height: 480px;
}

.data-wrap .base-data {
	display: flex;
}
.data-wrap .base-data  .avatar{
	display: inline-block;
	width: 300px;
	height: 438px;
	object-fit: cover;
}
.data-wrap .base-data .userinfo-box {
	flex: 1;
	margin-left: 30px;
}


.data-wrap .base-data .userinfo-inner-wrap {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.data-wrap .base-data .userinfo-inner-wrap .name {
	font-size: 24px;
}

.data-wrap .base-data .userinfo-inner-wrap .qrcode {
	font-size: 20px;
	margin-left: 10px;
	cursor: pointer;
	margin-top: 5px;
}

.data-wrap .base-data .userinfo-inner-wrap .code-box {
	display: block;
	position: relative;
}

.data-wrap .base-data .userinfo-inner-wrap .qrcode-wrap {
	display: none;
	width: 150px;
	position: absolute;
	text-align: center;
	left: 40px;
	top: 10px;
	color: #aaa;
	font-size: 14px;
	background-color: #fff;
}

.data-wrap .base-data .userinfo-inner-wrap .qrcode:hover~.qrcode-wrap {
	display: block;
}

.data-wrap .base-data .userinfo-inner-wrap .qrcode-wrap img {
	width: 150px;
	height: 150px;
}

.data-wrap .base-data .userinfo-inner-wrap .num {
	margin-top: 10px;
	font-size: 16px;
	color: #aaa;
}

.data-wrap .base-data .text-wrap {
	margin-top: 30px;
}
.show-list-wrap .content-wrap {
	min-height: 250px;
}
.show-list-wrap .content-wrap .empty-wrap{
	color: #a79b9b;
	text-align: center;
	padding: 20px 0;
}



.library-wrap .title {
	color: #009fe9;
	font-size: 23px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 30px;
	padding: 10px 30px 10px 20px;
}

.library-wrap .title::after {
	position: absolute;
	content: " ";
	width: 5px;
	height: 20px;
	left: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	background-color: #009FE9;
}

.library-wrap .personnel-wrap {
	padding-top: 30px;
	min-height: 577px;
}

.library-wrap .personnel-wrap .item-box {
	display: inline-block;
	width: 150px;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 20px;
}
.library-wrap .personnel-wrap .item-box a{
	display: inline;
}
.library-wrap .personnel-wrap .item-box a:hover{
	color: #000;
}
.library-wrap .personnel-wrap .item-box img {
	width: 120px;
	height: 160px;
	object-fit: cover;
}

.library-wrap .personnel-wrap .item-box .name {
	font-size: 16px;
}

.library-wrap .personnel-wrap .item-box .num {
	font-size: 14px;
}
.rdata-wrap .avtar{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	overflow: hidden;
}
.rdata-wrap .right-box{
	flex: 1;
	font-size: 16px;
	margin-left: 20px;
}
.rdata-wrap .name{
	margin-bottom: 10px;
}
.rdata-wrap .date{
	color: #8a919f;
}