/* Write your styles */
/**头部大图**/
.cww-banner-box {
	/* background: #f0f1f2; */
}

.banner-news {
	/* width: fit-content; */
	margin: 0 auto;
	text-align: center;
}

.banner-news-bg {
	background: url(../images/banner-news-bg.jpg);
	background-size: 100% auto;
}

.banner-news img {
	/* width: 100%; */
}

/**最新热闻**/
.hot-news {
	width: 1200px;
	height: 268px;
	margin: 0 auto 40px auto;
}

.hot-news .am-slider-b3 {
	box-shadow: none;
}

.hot-news .am-slider-b3 .am-direction-nav a.am-next {
	right: -50px;
}

.hot-news .am-slider-b3 .am-direction-nav a.am-prev {
	left: -50px;
}

.hot-news .am-slider-b3 .am-direction-nav a {
	background-color: #ddd;
	border-radius: 50%;
}

.hot-news .t_list {
	background: #F0F1F2;
	border-radius: 6px;
	width: 285px;
	height: 268px;
	overflow: hidden;
	position: relative;
}

.hot-news .t_list img {
	width: 285px;
	height: 268px;
}

.hot-news .t_list .teacher_information {
	position: absolute;
	left: 0;
	top: 215px;
	width: 285px;
	height: 80px;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.hot-news .t_list .teacher_information h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #fff;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hot-news .t_list .teacher_information p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: justify;
	max-height: 170px;
	overflow: hidden;
}

.hot-news .t_list:hover .teacher_information {
	height: 268px;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
}

.hot-news .t_list .teacher_information:hover h1 {
	margin-top: 30px;
}

.hot-news .am-direction-nav {
	bottom: 140px;
}

/* 新闻分类 */
.news-content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}

.news-content .news-content-tab {
	width: 800px;
	float: left;
}

.news-content .news-content-tab .am-tabs-default .am-tabs-nav {
	background-color: transparent;
	margin-bottom: 10px;
}

.news-content .news-content-tab>div>ul>li a {
	background-color: #eeeeee;
	border-radius: 30px;
	width: 150px;
	margin: 0 auto;
	font-size: 18px;
}

.news-content .news-content-public-right {
	width: 320px;
	float: right;
	border-radius: 5px;
	margin-bottom: 50px;
}

.news-content .news-content-public-right .latest-news {
	padding: 20px;
	background-color: #FFFFFF;
}

.news-content .news-content-public-right .latest-news h3 {
	font-size: 26px;
	color: #444;
	font-weight: 600;
	margin-bottom: 10px;
}

.news-content .news-content-public-right .latest-news ul li {
	line-height: 36px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-content .news-content-public-right .tuijian-kecheng {
	width: 320px;
}

.news-content .news-content-public-right .tuijian-kecheng ul li {
	margin-top: 20px;
}

.news-content .news-content-public-right .tuijian-kecheng ul li img {
	width: 100%;
	border-radius: 5px;
}

.news-content .news-content-public-right .latest-news ul li a {
	color: #666;
}

.news-content .news-content-public-right .latest-news ul li a:hover {
	color: #0993d9;
	text-decoration: underline;
}

.news-content .news-content-tab .news-content-tab-list {
	width: 100%;
}

.news-content .news-content-tab .news-content-tab-list ul li {
	height: 160px;
	position: relative;
	margin: 20px 0;
	padding: 10px;
	border-radius: 5px;
}

.news-content .news-content-tab .news-content-tab-list ul li:hover {
	background-color: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(112, 112, 112, 0.2);
}

.news-content .news-content-tab .news-content-tab-list ul li img {
	width: 200px;
	height: 140px;
	float: left;
	border-radius: 5px;
	margin-right: 20px;
}

.news-content .news-content-tab .news-content-tab-list ul li h1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-content .news-content-tab .news-content-tab-list ul li p {
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	text-align: justify;
	max-height: 70px;
	overflow: hidden;
}

.news-content .news-content-tab .news-content-tab-list ul li .news-info {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.news-content .news-content-tab .news-content-tab-list ul li span {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 16px;
}

.news-content .news-content-tab .news-content-tab-list ul li span.date {
	margin-right: 50px;
}

.news-content .news-content-tab .news-content-tab-list ul li span.writer {
	margin-right: 50px;
}

.news-content .news-content-tab .news-content-tab-list dl {}

.news-content .news-content-tab .news-btn {
	margin-top: 50px;
	width: 300px;
	font-size: 22px;
}

.news-content .news-content-tab .news-btn a {
	color: #FFFFFF;
}

.news-content .news-content-tab .pageing {
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}

/* 文章页 */
.article-page {
	width: 830px;
	padding: 45px 20px 20px;
	background: #FFFFFF;
	float: left;
}

.article-page h1 {
	font-size: 28px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.article-page .page-info {
	font-size: 14px;
	margin: 30px 0;
	color: #999;
	border-bottom: 1px dashed #999;
	padding-bottom: 2px;
}

.article-page .page-info span.page-writer {}

.article-page .page-info span.page-date {
	margin-left: 150px;
}

.article-page .page-info span.page-read {
	float: right;
}

.article-page .article-page-body {}

.article-page .article-page-body p {
	text-align: justify;
	line-height: 30px;
	color: #666;
}

.article-page .article-page-body p img {
	max-width: 100%;
}

.article-page .page-next {
	width: 830px;
	margin-top: 30px;
}

.article-page .page-next ul li {
	margin-bottom: 10px;
}

/* 感谢信 */
.thanks-letter {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.thanks-letter .sub-title {
	margin-bottom: 32px;
	text-align: center;
	font-size: 40px;
	color: #333
}

.thanks-letter .desc-list {
	width: 1200px;
	height: 170px;
	margin: 0 auto;
	margin-bottom: 30px;
	white-space: nowrap;
	text-align: center;
}

.thanks-letter .industry {
	display: inline-block;
	cursor: pointer;
	background: #eee;
	border-radius: 20px;
	margin: 0 10px;
	position: relative;
}

.thanks-letter .industry img {
	width: 90px;
	height: 110px;
	border-radius: 5px;
}

.thanks-letter .industry.active {
	box-shadow: 0px 5px 10px 0px rgba(0, 128, 255, 0.2);
}

.thanks-letter .industry.active::after {
	content: "\f0d7";
	position: absolute;
	bottom: -26px;
	left: 40%;
	color: #0099e6;
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.thanks-letter .industry.active img {
	width: 140px;
	height: 170px;
}

.thanks-letter .case-container {
	position: relative;
	width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
	padding-top: 10px;
}

.thanks-letter .case-panel {
	z-index: 1;
	display: none;
}

.thanks-letter .case-panel.active {
	z-index: 100;
	display: block;
}

.cww-kechen-card {
	width: 1200px;
	height: 230px;
	padding: 30px;
	border-radius: 10px;
	background-color: #F7F7F7;
	overflow: hidden;
	float: left;
}

.cww-kechen-card h1 {
	font-size: 32px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
}

.cww-kechen-card p {
	font-size: 20px;
	color: #333;
	text-align: justify;
}

/* 学员感想 */
.students-feel {
	width: 100%;
	height: 700px;
	background: url(../images/university-student-bg.png) no-repeat;
	background-size: 100% auto;
	margin-top: 50px;
	padding-top: 80px;
}

.students-feel .students-feel-con {
	width: 1200px;
	margin: 85px auto 0 auto;
}

.students-feel .students-feel-con dl {
	width: 340px;
	min-height: 360px;
	border-radius: 8px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}

.students-feel .students-feel-con dl:nth-child(2) {
	margin-left: 90px;
}

.students-feel .students-feel-con dl:last-child {
	float: right;
}

.students-feel .students-feel-con dt {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 35%;
}

.students-feel .students-feel-con dt img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
}

.students-feel .students-feel-con dd {
	width: 340px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	padding: 20px;
	margin-top: 60px;
}

.students-feel .students-feel-con dd h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
}

.students-feel .students-feel-con dd span {
	font-size: 24px;
	line-height: 60px;
	display: block;
}

.students-feel .students-feel-con dd p {
	font-size: 16px;
	color: #666666;
	text-align: justify;
}

/* 逆袭故事 */
.student-story {
	width: 1200px;
	margin: 110px auto auto;
}

.student-story .student-story-con {
	width: 580px;
	height: 580px;
	background-color: #FFFFFF;
	border-radius: 10px;
	position: relative;
}

.student-story .student-story-con .student-story-con-up {
	width: 580px;
	min-height: 80px;
}

.student-story .student-story-con .student-story-con-up dl {
	width: 580px;
	position: absolute;
	float: left;
	z-index: 999;
	top: -62px;
}

.student-story .student-story-con .student-story-con-up dt {
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

.student-story .student-story-con .student-story-con-up dt img {
	width: 180px;
	height: 120px;
	border-radius: 10px;
}

.student-story .student-story-con .student-story-con-up dd {}

.student-story .student-story-con .student-story-con-up dd h3 {
	font-size: 26px;
	line-height: 60px;
	font-weight: 500;
}

.student-story .student-story-con .student-story-con-up dd p {
	font-size: 18px;
	text-align: justify;
	color: #666;
}

.student-story .student-story-con .student-story-con-down {
	width: 580px;
	font-size: 18px;
	color: #666;
	text-align: justify;
	padding: 20px;
}

.student-story .student-story-con .student-story-con-down dl {
	margin-top: 15px;
}

.student-story .student-story-con .student-story-con-down dt {
	font-weight: 500;
	color: #666;
	float: left;
}

.student-story .student-story-con .student-story-con-down dl:nth-child(even) dt {
	min-height: 60px;
}

.student-story .student-story-con .student-story-con-down dd {
	margin: 0;
}

/* 学员风采 */
.student-fengcai {
	width: 100%;
}

.student-fengcai img {
	width: 100%;
}

/* 关于我们 */
.banner-about-bg {
	background: url(../images/about_us.jpg);
	background-size: 100% auto;
}

.about-us-meta {
	width: 700px;
	margin: 80px auto;
	padding-bottom: 80px;
}

.about-us-meta ul li {
	width: 125px;
	height: 50px;
	float: left;
	background-color: #0099e6;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
	margin-right: 65px;
	cursor: pointer;
}

.about-us-meta ul li:last-child {
	float: right;
	margin-right: 0;
}

.about-us-cww {
	width: 1200px;
	margin: 80px auto 50px auto;
	padding-bottom: 40px;
}

.about-us-cww dl {
	height: 310px;
	overflow: hidden;
}

.about-us-cww dt {
	width: 280px;
	float: left;
	margin-right: 30px;
}

.about-us-cww dt img {
	width: 280px;
	height: 310px;
	border-radius: 15px;
}

.about-us-cww dd {
	padding: 0;
	margin: 0;
}

.about-us-cww dd h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

.about-us-cww dd span {
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.about-us-cww dd p {
	color: #666666;
	text-align: justify;
	line-height: 24px;
	text-indent: 2em;
}

.about-us-jianjie {
	width: 1200px;
	margin: 0 auto;
	background-color: #f7f7f7;
}

.about-us-jianjie dl {
	height: 240px;
	overflow: hidden;
}

.about-us-jianjie dt {
	width: 380px;
	float: right;
	margin-left: 30px;
}

.about-us-jianjie dt img {
	width: 380px;
	height: 240px;
	border-radius: 15px;
}

.about-us-jianjie dd {
	text-align: justify;
	padding-top: 5px;
}

.about-us-jianjie dd p {
	margin-top: 10px;
	text-indent: 2em;
}

.about-us-item {
	width: 1200px;
	margin: 80px auto auto;
}

.about-us-item h3 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.about-us-item dl {
	width: 185px;
	min-height: 310px;
	margin-top: 20px;
	float: left;
	margin-right: 18px;
	background-color: #FFFFFF;
}

.about-us-item dl:last-child {
	float: right;
	margin-right: 0;
}

.about-us-item dt {
	width: 185px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.about-us-item dt img {
	width: 100%;
	height: 100px;
}

.about-us-item dt:hover img {
	transform: scale(1.5);
	transition: all 0.5s;
}

.about-us-item dt span {
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	z-index: 99;
	top: 25%;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 600;
}

.about-us-item dd {
	text-align: center;
}

.about-us-item dd p {
	line-height: 38px;
}

.about-us-youshi {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.about-us-youshi dl {
	width: 285px;
	min-height: 365px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	border-radius: 10px;
	background-color: #f7f7f7;
}

.about-us-youshi dl:last-child {
	float: right;
	margin-right: 0;
}

.about-us-youshi dt {}

.about-us-youshi dt img {
	width: 100%;
	height: 180px;
}

.about-us-youshi dl h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 30px;
	margin-top: 15px;
}

.about-us-youshi dd {
	text-align: justify;
	padding: 10px;
}

.about-us-xiaoqu {
	width: 1200px;
	margin: 0 auto;
}

.about-us-xiaoqu dl {
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.about-us-xiaoqu dl:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.about-us-xiaoqu dt img {
	width: 285px;
	height: 168px;
	border-radius: 10px;
}

.about-us-xiaoqu dd {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
}
