html {
	height: 100vh;
	overflow: hidden auto;
	background: #595757;
}

body {
	height: 100vh;
	transition: all 0.5s ease 0s;
}

body.over {
	overflow-x: hidden;
}

.banner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: rgb(0, 0, 0);
}

.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	height: 100vh;
}

.banner {
	overflow: hidden;
}

.banner a {
	display: block;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .slick-slide a video {
	display: block;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
	/* transform: scale(1.2); */
	opacity: 1;
	transform-origin: center center;
	/* transition: opacity 0s ease 0s, transform 6s ease 0s; */
}

/* .banner .slick .slick-current a img {
	transition: opacity 0s ease 0s, transform 6s ease 0s;
	animation: 6s linear 0s infinite normal none running img_scale;
	opacity: 1;
} */

/* @keyframes img_scale {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
} */

.banner .slick .banner-text {
	position: absolute;
	left: 60px;
	right: 60px;
	border-bottom: 2px solid #b1272d;
	bottom: 75px;
	height: auto;
}

.banner .slick .banner-text::after {
	content: "";
	position: absolute;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	width: 0;
	right: 0;
	height: 2px;
	background: #fff;
	transition: all 2s;
}

.banner .slick .banner-text.on::after {
	width: 100%;
}

.banner .slick .banner-text .px1200 {
	height: auto;
}

.banner .slick .banner-text h3 {
	color: rgb(255, 255, 255);
	font-size: 50px;
	line-height: 60px;
	height: auto;
	font-weight: 100;
	letter-spacing: 8px;
	opacity: 0;
}

.banner .slick .banner-text p {
	color: rgb(255, 255, 255);
	font-size: 45px;
	line-height: 50px;
	height: auto;
	letter-spacing: 10px;
	opacity: 0;
	animation-delay: 0.2s;
	margin-bottom: 35px;
}

.banner .slick .banner-text span {
	display: none;
	color: rgb(255, 255, 255);
	font-size: 14px;
	letter-spacing: 2px;
	margin: 30px 0px 35px;
	opacity: 0;
	animation-delay: 0.4s;
}

.banner .slick .banner-text img {
	height: auto;
	max-width: 100%;
	width: 480px;
	margin-bottom: 30px;
	opacity: 0;
}

.banner .slick-dots {
	bottom: 35px;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 0px;
}

.banner .slick-dots li {
	width: 46px;
	height: 6px;
	font-size: 0px;
	margin: 0px 25px;
	color: rgb(255, 255, 255);
	position: relative;
	background: #fff;
        opacity:0.65;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 0.5s;
	background: #b1272d;
}

.banner .slick-dots li.slick-active::after {
	width: 100%;
}




.ani-opc {
	opacity: 0;
}

#downPage img {
	display: inline-block;
	vertical-align: middle;
}

.index {
	/* font-size: 0px;
	position: relative;
	inset: 100% 0px 0px;
	overflow: hidden;
	z-index: 99;
	background: #595757;
	padding-top: 100px; */


	font-size: 0;
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 99;
	background: #595757;
	padding-top: 100px;
}



.s1-t {
	background: url(/images/section1-bj.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.s1-t ul {
	overflow: hidden;
	/* padding-top: 33%; */
	position: relative;
}

.s1-t ul li {
	float: left;
	position: relative;
	padding-top: 33%;
	width: 0;
	z-index: 1;
	transition: all 0.5s;
	overflow: hidden;
}

.s1-t ul li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.s1-t ul li.on {
	z-index: 9;
	width: 100%;
}


.s1-t ul li.on .pic {
	padding-top: 0;
}

.s1-t ul li:nth-child(1) {
	display: block;
}




.s1-t ul li a .pic {
	padding-top: 0%;
	transition: all 0.5s;
	height: 100%;
}

.s1-b {
	padding: 25px 30px;
	position: relative;
}

.s1-b::before {
	content: "";
	position: absolute;
	left: 0;
	top: 35px;
	bottom: 25px;
	width: 1px;
	background: #bf917f;
}

.s1-b::after {
	content: "";
	position: absolute;
	right: 0;
	top: 35px;
	bottom: 25px;
	width: 1px;
	background: #bf917f;
}

.list1 li a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	font-weight: normal;
	color: #bf917f;
	position: relative;
	border-bottom: 1px solid #bf917f;
	transition: all 0.5s;
}

.list1 li a:hover {
	padding-left: 10px;
}

.list1 li a p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 120px;
}

.list1 li a span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	min-width: 85px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	border-left: 1px solid #c0927f;
	padding-left: 10px;
}

.list1 li a:hover {
	color: #c9caca;
}


.section2 {
	background: #3e3a39;
	padding-top: 15px;
	margin-top: 50px;
}

.section2 .title-name a {
	/* display: flex; */
	/* justify-content: center; */
}

.section2 .icons-box li {
	border-color: #bf917f;
}

.section2>div {
	position: relative;
	z-index: 9;
}

.section2>div:nth-child(1) {
	z-index: 10;
}

.section2 .icon-group {
	margin-top: 15px;
	display: none;
}

.section2 .title-name-tbox h3 {
	/* margin-right: 5px; */
}

.s2-c {
	margin-top: 15px;
}

.s2-c .more a div {
	width: 85px;
}

.s2-c .more a:hover div {
	width: 100px;
}

.s2-c .more a p {
	margin-left: 0;
}

.s2-cbox {
	margin-top: 25px;
	background-color: #c0927f;
	position: relative;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.35);
}

.s1-bj {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	top: 0;
	bottom: 0;
	width: 12.5%;
	background: linear-gradient(90deg, #b1272d, #c0927f);
	opacity: 0;
	transition: all .5s;
	/* box-shadow: 0px 0px 43px 0px rgba(148, 108, 92, 0.35); */
}

.s2-cbox:hover .s1-bj {
	opacity: 1;
}

.s2-cbox ul {
	position: relative;
	z-index: 9;
}

.list2 li {
	position: relative;
	box-shadow: -20px 0px 20px 0px rgba(148, 108, 92, .3);
	/* background-color: #c0927f; */
}

/* .list2 li::before {
	content: "";
	position: absolute;
	z-index: 1;
	background-color: #b1272d;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: all 0.5s;
	box-shadow: 0px 0px 43px 0px rgba(148, 108, 92, 0.35);
} */

.list2 li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px 40px 20px 20px;
	height: 406px;
	position: relative;
	z-index: 9;
	/* box-shadow: -43px 0px 43px 0px rgba(148, 108, 92, 0.72); */
}

.line {
	height: 1px;
	background: #595757;
	position: relative;
}

.line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: all 0.5s;
	background: #fff;
}

a:hover .line::after {
	width: 100%;
}

.s2-item-t .line {
	margin-top: 10px;
}

.s2-item-t .line:nth-child(1) {
	margin-top: 0;
	margin-bottom: 10px;
}

.s2-item-t p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	height: 72px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	/*允许在单词内换行,防止有字母时候出问题*/
	display: -webkit-box;
	/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 3;
	/*多行在这里修改数字即可*/
	-webkit-box-orient: vertical;
	/*从上到下垂直排列子元素*/
}

.s2-item-b .line {
	margin: 5px 0;
}

.s2-item-b p {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s2-item-b span {
	display: flex;
	align-items: flex-end;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	font-weight: normal;
}

.s2-item-b span b {
	font-size: 29px;
	line-height: 30px;
	margin-right: 5px;
}

.list2 li:hover {
	background: none;
}

.s3-title {
	margin-top: 25px;
}

.section3 {
	background: #c0917f;
	padding: 0 0 50px 0;
}

.section3 ul {
	margin-top: 15px;
}

.section3 ul li {
	position: relative;
	line-height: 85px;
	cursor: pointer;
}

.section3 ul li:nth-child(1) .wm-tit {
	border-top: 1px solid #7b635a;
}

.wm-tit {
	border-bottom: 1px solid #7b635a;
	position: relative;
	z-index: 8;
}

.wm-tit a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 38px;
	font-weight: normal;
	color: #fff;

}

.wm-tit a p {
	display: none;
}

.wm-tit a img {
	max-height: 45px;
}

.wm-art {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.wm-art::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 1px;
	width: 100%;
	background: #fff;
	background-image: linear-gradient(90deg, #b12a30 0%, #bf917f 50%);
	transform: translateX(-100%);
	transition: all 1s;
	z-index: 8;
}

.wm-art {
	display: flex;
	justify-content: center;
}

.wm-art a {
	width: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: all 2.5s;
	position: relative;
	z-index: 9;
	opacity: 0;
}

.wm-art a span {
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #ffffff;
	opacity: 0;
}

.section3 ul li:hover .wm-art::before {
	transform: translateX(0);
}

.section3 ul li:hover .wm-art a {
	width: 100%;
	transition-delay: .5s;
	opacity: 1;
}

.section3 ul li:hover .wm-art span {
	opacity: 1;
}

.section4 {
	padding: 25px 0 50px 0;
}

.section5 {
	background: url(/images/s5-bj.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 45px 0 0 0;
	background-attachment: fixed;
}

.s5-c ul li {}

.s5-item-box {
	display: flex;
}

.s5-l {
	width: 45.75%;
}

.s5-m {
	width: 26.575%;
}

.s5-r {
	width: 26.575%;
}

.s5-item {
	overflow: hidden;
}

.s5-item a {
	display: block;
	position: relative;
}

.s5-item a .pic {
	z-index: 8;
}

.s5-item1 a .pic {
	padding-top: 53%;
}

.s5-item2 a .pic {
	padding-top: 62.4%;
}

.s5-item3 a .pic {
	padding-top: 120%;
}

.s5-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, .2) 100%);
	z-index: 9;
	padding: 15px 30px;
}

.s5-textt .line {
	margin-top: 15px;
	background: #fff;
	height: 1px;
}

.s5-textt .line::after {
	background: #bf917f;
}

.s5-textt .line:nth-child(1) {
	margin-top: 0;
	margin-bottom: 10px;
}

.s5-textt h3 {
	font-size: 60px;
	font-weight: normal;
	line-height: 70px;
	color: #dadbdb;
}

.s5-textt h4 {
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	color: #dadbdb;
}

.s5-textb {
	padding-top: 15px;
}

.s5-textb h4 {
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: -2px;
	color: #f6f6f6;
}

.s5-textb div {
	width: 14px;
	height: 1px;
	background: #ffffff;
	margin: 10px 0;
}

.s5-textb p {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 2px;
	color: #dadbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s5-textb span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #dadbdb;
}

.s5-textb div {
	margin: 5px 0;
}


.s5-item2 {}


.s5-item2 .s5-textt h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #dadbdb;
}

.s5-item2 .s5-textt h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #dadbdb;
}

.s5-item2 .s5-textb {
	padding-top: 10px;
}

.s5-item2 .s5-textb h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: -1px;
	color: #f6f6f6;
}

.s5-item2 .s5-textb div {
	width: 14px;
	height: 1px;
	background: #ffffff;
	margin: 10px 0;
}

.s5-item2 .s5-textb p {
	font-size: 12px;
	letter-spacing: 1px;
}

.section6 {
	padding-top: 11%;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}

.section6::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #bc9282 url(../images/s6-bj.jpg) no-repeat;
	background-size: 100%;
	background-position: center center;
	z-index: 1;
	animation: scalc_text 10s infinite;
}



.section6>div {
	z-index: 9;
	position: relative;
}

.section7 {
	padding: 60px 0 95px 0;
}

.section8 .title-name a {
	color: #fff;
}

.s7-c ul {
	/* margin-left: -1px; */
	/* border-left: 1px solid #bf917f; */
	border-right: 1px solid #bf917f;
}

.s7-c ul li {
	position: relative;
	overflow: hidden;
}

.s7-c ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	border-left: 1px solid #bf917f;
	z-index: 9;
}

.s7-c ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(90deg, #595757 0%, #bf917f 100%);
	transform: translateX(-100%);
	transition: all 0.5s;
	z-index: 1;
}

.s7-c ul li a div {
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	overflow: hidden;
	margin: 0 auto;
	transition: all 1s;
}
.s7-c ul li a div img{
	max-width: 80%;
}
.s7-c ul li a p {
	opacity: 0;
	width: 0;
	text-align: center;
	transition: all 1s;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	color: #c0927f;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.s7-c.showdiv ul li a div {
	width: 100%;
}

.s7-c.showdiv ul li a p {
	opacity: 1;
	width: 100%;
}

.s7-c ul li:hover::before {
	transform: translateX(0);
}

.section8 {
	position: relative;
}

.s8-tit-box {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}

.s8-tit {
	background: #bf917f;
	padding: 30px 10px;
}

.s8-tit .title-line {
	border-color: #fff;
}

.s8-tit .title-line div {
	background: #fff;
}

.s8-tit .title-name {
	color: #fff;
}

.s8-tit .arrow-btn {
	border-color: #fff;
}


.s8-c {
	position: relative;
	z-index: 8;
}

.s8-c ul li a {
	display: block;
	position: relative;
}

.s8-c ul li a .pic {
	padding-top: 38.9%;
	z-index: 8;
}

.s8-c ul li a .pic video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 100%; */
}


.s8-c ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 200px;
	bottom: 0;
	right: 0;
	background: url(/images/icon-play.png) no-repeat;
	background-position: center center;
	z-index: 9;
}

.s8-c ul li a.play::after {
	content: none
}

/* .s1-t,.s1-b,.s2-c,.section3>ul,.section4-c,.s5-c,.s7-c */
@media screen and (min-width: 1024px) {
	.s1-t {
		transform: translateY(100px);
		opacity: 0;
		transition: all 1.5s;
	}

	.s1-b {
		transform: translateY(100px);
		opacity: 0;
		transition: all 1.5s;
	}

	.s2-c {
		visibility: hidden;
		transform: translateY(100px);
		opacity: 0;
		transition: all 1.5s;
	}

	.section3>ul {
		transform: translateY(100px);
		opacity: 0;
		transition: all 1.5s;
	}

	.section4-c {
		transform: translateY(100px);
		opacity: 0;
		transition: all 1.5s;
	}

	.s5-c {
		transform: translateY(100px);
		opacity: 0;
		transition: all 1.5s;
	}

	.s7-c {
		transform: translateY(100px);
		opacity: 0;
		transition: all 1.5s;
	}
}

.showdiv {
	visibility: visible;
}

.showdiv.s1-t {
	transform: translateY(0);
	opacity: 1;
}

.showdiv.s1-b {
	transform: translateY(0);
	opacity: 1;
}

.showdiv.s2-c {
	transform: translateY(0);
	opacity: 1;
}

.section3>ul.showdiv {
	transform: translateY(0);
	opacity: 1;
}

.showdiv.section4-c {
	transform: translateY(0);
	opacity: 1;
}

.showdiv.s5-c {
	transform: translateY(0);
	opacity: 1;
}

.showdiv.s7-c {
	transform: translateY(0);
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	 
	.s1-b::after {
		content: none;
	}

	.s1-b::before {
		content: none;
	}

	.wm-tit a {
		font-size: 30px;
	}

	.wm-art a span {
		font-size: 34px;
	}

	.wm-tit a img {
		max-height: 35px;
	}

	.s5-textt h3 {
		font-size: 48px;
		line-height: 50px;
	}

	.s5-textt h4 {
		font-size: 26px;
		line-height: 30px;
	}

	.s5-textb h4 {
		font-size: 22px;
	}

	.s5-item2 .s5-textt h3 {
		font-size: 26px;
	}

	.s5-item2 .s5-textt h4 {
		font-size: 14px;
	}

	.s5-textt .line {
		margin-top: 10px;
	}

	.s5-item2 .s5-textb {
		padding-top: 5px;
	}

	.s5-item2 .s5-textb div {
		margin: 5px 0;
	}

	.s5-textt .line:nth-child(1) {
		margin-bottom: 5px;
	}
	.s8-c ul li a::after{
		background-size: 70px;
		top: 0;
	}
	.s8-tit-box{
		position: static;
	}
	.s8-tit{
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 1024px) {

	html,
	body,
	.banner,
	.banner .slick,
	.banner .slick div,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto !important;
	}

	.banner {
		position: relative;
	}

	.banner .slick-dots {
		padding-right: 0px;
		text-align: center;
		bottom: 10px;
	}

	.banner .slick-dots li {}


	.banner .slick .banner-text img {
		width: 80%;
		max-width: 300px;
		margin-bottom: 5px;
	}

	.banner .slick .banner-text {
		left: 20px;
		right: 20px;
		bottom: 40px;
	}

	.index {
		position: relative;
		padding-top: 25px;
	}

	.banner .slick-dots li {
		width: 25px;
		margin: 0 10px;
	}

	.title-name a h3 {
		font-size: 20px;
	}

	.s1-b {
		padding: 15px;
	}

	.list2 li a {
		padding: 20px 20px 15px 15px;
		height: 340px;
	}

	.wm-tit a {
		font-size: 26px;
	}

	.wm-art a span {
		font-size: 28px;
	}

	.wm-tit a img {
		max-height: 35px;
	}


	.s5-item-box {
		flex-wrap: wrap;
	}

	.s5-l {
		width: 100%;
		display: flex;
		order: 1;
	}

	.s5-l .s5-item {
		width: 50%;
	}

	.s5-m, .s5-r {
		width: 50%;
		order: 2;
	}

	.s5-text {
		display: block;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, .2) 100%);
	}


	.s5-textt h3{
		font-size: 30px;
		line-height: 36px;
	}
	.s5-textt h4{
		font-size: 18px;
		line-height: 20px;
	}
	.s5-textb h4{
		font-size: 20px;
	}
	.s7-c ul li a{
		padding: 25px 0;
	}
	.s7-c ul li a p{
		margin-top: 20px;
	}
	.s7-c ul li a p{
		font-size: 16px;
		padding: 0 10px;
	}
	.s7-c ul li a div img{
		max-width: 70%;
	}
	.s7-c ul li a div{
		height: 50px;
	}
	.s7-c ul li a p{
		margin-top: 10px;
	}

	.section2{
		margin-top: 30px;
	}
	.section5,.section6{
		padding-top: 25px;
	}
	.section7{
		padding: 25px 0 30px 0;
	}
	.s8-tit{
		padding-top: 25px;
	}
	.section3{
		padding-bottom: 0;
	}
	
}

@media screen and (max-width: 768px) {
	.banner .slick .banner-text {
		bottom: 30px;
	}

	.wm-tit a {
		font-size: 20px;
	}

	.wm-art a span {
		font-size: 20px;
		letter-spacing: 0;
	}

	.wm-tit a img {
		max-height: 25px;
	}

	.section3 ul li {
		line-height: 65px;
	}

	.s5-text{
		padding: 10px 15px;
	}
	.s5-textt .line:nth-child(1){
		display: none;
	}
	.s5-textt{
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
	}
	.s5-textt .line{
		width: 100%;
	}
	.s5-textt h3{
		font-size: 22px;
		line-height: 24px;
	}
	.s5-textt h4{
		margin-left: 5px;
		font-size: 14px;
	}
	.s5-textb,.s5-item2 .s5-textb{
		padding-top: 10px;
	}
	.s5-textb h4{
		font-size: 16px;
		line-height: 20px;
	}
	.s5-item2 .s5-textb div{
		display: none;
	}
	.s5-textb div{
		display: none;
	}
	.s5-textb p{
		display: none;
	}
	.s5-textb span{
		display: none;
	}
	.s5-item2 .s5-textt h3{
		font-size: 22px;
		line-height: 24px;
	}
	.s5-item2 .s5-textb h4{
		font-size: 16px;
	}
	.s8-c ul li a::after{
		background-size: 35px;
	}
}

@media screen and (max-width: 480px) {
	.s5-l{
		display: block;
	}
	.s5-l .s5-item{
		width: auto;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}