/* Write your styles */
body {
	height: 5000px;
}

.about-banner {
	width: 100%;
}

.about-banner img {
	width: 100%;
}

.about-cww {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.about-cww dl {
	width: auto;
	background-color: #f8f9fd;
}

.about-cww dt {
	width: 480px;
	float: right;
}

.about-cww dt img {
	width: 100%;
}

.about-cww dd {
	width: 710px;
	float: left;
	line-height: 28px;
	font-size: 20px;
	padding: 30px 50px 0;
	text-align: justify;
}

.about-cww dd p {
	text-indent: 2em;
	margin-bottom: 10px;
}

.t-slogan h1 img {
	margin-right: 15px;
	margin-bottom: 3px;
}

.cloumn1 {
	width: 1200px;
	margin: 0 auto;
}

.cloumn1 dl {
	width: 580px;
	min-height: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
	border-radius: 20px;
	padding: 20px;
	margin-top: 40px;
	box-shadow: 0px 0px 10px rgba(114, 114, 114, 0.2);
}

.cloumn1 dl:nth-child(even) {
	float: right;
	margin-right: 0;
}

.cloumn1 dt {
	text-align: center;
}

.cloumn1 dt img {
	width: 240px;
	height: 70px;
}

.cloumn1 dd {
	text-align: justify;
	font-size: 18px;
	padding: 10px 35px;
	line-height: 26px;
}

.cloumn1 dl span {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 90%;
	text-align: center;
}

.cloumn1 dl span a {
	color: #296BEF;
	text-decoration: underline;
}
.cloumn2 {
	padding: 50px 0;
	margin-top: 50px;
	background-color: #296BEF;
}
.cloumn2-1 {
	width: 1200px;
	margin: 0 auto;
	padding: 1px 0;
}
.cloumn2-1 dl {
	width: 380px;
	height: 252px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
	padding: 35px;
	box-shadow: 0px 0px 7px rgba(41, 107, 239, 0.4);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cloumn2-1 dl:nth-child(3),.cloumn2-1 dl:nth-child(6){
	float: right;
	margin-right: 0;
}
.cloumn2-1 dl:nth-child(-n+3){
	margin-top: 0;
}
.cloumn2-1 dl.cl2-1 {
	background-image: url(../images/cpa_19.png);
}
.cloumn2-1 dl.cl2-2 {
	color: #FFFFFF;
	background-image: url(../images/cpa_21.png);
}
.cloumn2-1 dl.cl2-3 {	
	background-image: url(../images/cpa_23.png);
}
.cloumn2-1 dl.cl2-4 {
	color: #FFFFFF;
	background-image: url(../images/cpa_28.png);
}
.cloumn2-1 dl.cl2-5 {
	background-image: url(../images/cpa_29.png);
}
.cloumn2-1 dl.cl2-6 {
	color: #FFFFFF;
	background-image: url(../images/cpa_30.png);
}

.cloumn2-1 dt {
	font-size: 26px;
	font-weight: 700;
	color: #333;
}

.cloumn2-1 dd {
	font-size: 20px;
	margin-top: 10px;
}
.cloumn3 {
	width: 1200px;
	margin: 0 auto;
}
.cloumn3 dl {
	width: 580px;
	float: left;
	padding: 15px;
	padding-right: 35px;
	margin-top: 25px;
	background-color: #F3F7FF;
	border-bottom-right-radius: 30px;
}
.cloumn3 dl:nth-child(even){
	float: right;
}
.cloumn3 dl:nth-child(-n+2){
	margin-top: 0;
}
.cloumn3 dt img {
	width: 270px;
}
.cloumn3 dd {
	padding: 10px 0 10px 35px;
	line-height: 26px;
}
.cloumn3 dd p {
	margin-top: 10px;
	line-height: 24px;
	text-align: justify;
	text-indent: 2em;
}
.t-zixun .t-bun {
	width: 390px;
	height: 50px;
	line-height: 50px;
	background: #fcb65f;
}
.cloumn4 {
	width: 1200px;
	margin: 0 auto;
}
.cloumn4 li {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.cloumn4 li:nth-child(4),.cloumn4 li:nth-child(8){
	float: right;
}
.cloumn4 li:nth-child(-n+4){
	margin-top: 0;
}
.cloumn4 li img {
	width: 290px;
	height: 173px;
	border-radius: 5px;
}

.banner-ad {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}

.banner-ad .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-ad .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-zhuanye .index-zhuanye-bottom {

    background-color: #fcb65f;
}
.index-zhuanye .index-zhuanye-bottom .index-zhuanye-bottom-right .sub_submit {
    background-color: #ff8b00;
}
.cloumn5 {
	width: 1000px;
	margin: 0 auto;
}

.cloumn5 dl {
	width: 166.666px;
	height: 150px;
	float: left;
	border-left: 2px solid #dedede;
}

.cloumn5 dl:last-child {
	border-right: 2px solid #dedede;
}

.cloumn5 dt {
	margin-top: 30px;
	text-align: center;
}

.cloumn5 dt img {
	width: 45px;
	height: 31px;
}

.cloumn5 dd {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
}

.cloumn5 dl:nth-child(2) dd {
	margin-top: 20px;
}

.about-rongru {
	width: 1200px;
	margin: 60px auto;
	overflow-x: clip;
	margin-top: 110px;
}

.about-rongru .swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.about-rongru .swiper-slide dl {
	width: 300px;
	box-shadow: 0px 5px 15px 0px rgba(112, 112, 112, 0.2);
	min-height: 311px;
	float: left;
	background-color: #3673ed;
	border-radius: 30px;
	position: relative;
	border: 1px solid #3673ed;
}

.about-rongru .swiper-slide dt {
	width: 100%;
	padding: 15px;
	text-align: center;
	position: absolute;
	top: -110px;
	z-index: 99;
}

.about-rongru .swiper-slide dt img {}

.about-rongru .swiper-slide dd {
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 30px 30px;
	padding: 10px;
	min-height: 140px;
	width: 100%;
}

.about-rongru .swiper-slide dd h1 {
	font-size: 24px;
}

.about-rongru .swiper-slide dd span {
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 4px 10px;
	display: block;
	width: 110px;
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 14px;
}

.ab-zixun {
	width: 373px;
	height: 52px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../images/zhkj_74.png) no-repeat center;
}

.ab-zixun button {
	width: 373px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background: unset;
	font-size: 22px;
}

.ab-zixun button a {
	color: #FFFFFF;
	display: block;
}

.about-tixi {
	width: 1200px;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 10px;
}

.about-tixi dl {
	width: 360px;
	float: left;
	margin-top: 30px;
	box-shadow: 0px 5px 15px 0px rgba(112, 112, 112, 0.2);
	border-radius: 5px;
	margin-right: 60px;
}

.about-tixi dl:nth-child(3),
.about-tixi dl:nth-child(6) {
	float: right;
	margin-right: 0;
}

.about-tixi dl:nth-child(-n+3) {
	margin-top: 0;
}

.about-tixi dt img {
	width: 360px;
	height: 230px;
	border-radius: 10px 10px 0 0;
}

.about-tixi dd {
	text-align: center;
	padding: 15px 0;
	font-size: 26px;
	border: none;
}

.course-conper {	
	width: 100%;
}

.course-conper .course-conper-con {
	width: 1200px;
	margin: 0 auto;
}

.course-conper .course-conper-con .course-conper-up {}

.course-conper .course-conper-con .course-conper-up dl {
	width: 300px;
	float: left;
	padding: 0 10px;
	margin-top: 20px;
	text-align: center;
	border-right: 2px solid #e6e6e6;
}

.course-conper .course-conper-con .course-conper-up dt {
	color: #457ded;
	font-weight: 700;
	font-size: 44px;
}

.course-conper .course-conper-con .course-conper-up dd {
	color: #333;
	font-size: 36px;
}

.course-conper .course-conper-con .course-conper-up dl:last-child {
	border: none;
}

.course-conper .course-conper-con .course-conper-down {
	width: 1200px;
	margin-top: 30px;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}

.course-conper .course-conper-con .course-conper-down h1 img {
	max-width: 100%;
}

.course-conper .course-conper-con .course-conper-down ul {
	width: 353px;
	float: left;
}

.course-conper .course-conper-con .course-conper-down li {}

.course-conper .course-conper-con .course-conper-down li img {
	width: 353px;
}

.course-conper .course-conper-con .course-conper-down li:last-child {
	margin-top: 12px;
}

.course-conper .course-conper-con .course-conper-down dl {
	width: 262px;
	float: left;
	margin-top: 10px;
	margin-left: 14px;
}

.course-conper .course-conper-con .course-conper-down dl:nth-child(-n+4) {
	margin-top: 0;
}

.course-conper .course-conper-con .course-conper-down dl:last-child {
	margin-right: 0;
	float: right;
	margin-left: 0;
}

.course-conper .course-conper-con .course-conper-down dt {
	margin-top: 10px;
}

.course-conper .course-conper-con .course-conper-down dt img {
	width: 260px;
}