.banner {
	width: 100%;
	height: 540px;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.erji {
	width: 100%;
	height: 90px;
	background: rgba(230, 0, 18, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
}

.erji1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.baikuai {
	position: absolute;
	width: 29%;
	height: 90px;
	background-color: #fff;
	left: 0;
	top: 0;
}

.banner .bar {
	z-index: 99;
	position: relative;
	height: 100%;
}

.cd_fl {
	width: 100%;
	height: 100%;
	display: flex;
}

.cd1 {
	height: 100%;
	display: flex;
	align-items: center;
	width: 367px;
	background-color: #fff;
}

.cd1 h1 {
	font-size: 30px;
	font-weight: bold;
	color: #E60012;
}

.cd2 ul li {
	height: 100%;
}

.cd2 ul li a {
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 20px;
	font-weight: bold;
}

.cd2 ul {
	display: flex;
	height: 100%;
}

.bs a {
	color: #fff !important;
}

/* 公司简介 */
.jianjie {
	padding-top: 150px;
	padding-bottom: 160px;
}

.s_jianjie1 {
	width: 50%;
	height: 520px;
}

.jianjie1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s_jianjie1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s_jianjie2 {
	width: 565px;
	margin-top: -25px;
}

.s_jianjie2 h1 {
	font-size: 42px;
	font-weight: bold;
	color: #1A1A1A;
	padding-bottom: 55px;
}

.s_jianjie2 h2 {
	font-size: 24px;
	font-weight: bold;
	color: #1A1A1A;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 35px;
}

.s_jianjie2 h2 span {
	color: #E60012;
}

.s_jianjie2 p {
	font-size: 15px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 30px;
}

/* 发展历程 */
.licheng {
	width: 100%;
	height: 938px;
	background: url(../image/about/bj.png);
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shuzi {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.licheng .swiper-container {
	width: 100%;
	height: 100%;
}


.shu {
	height: auto;
	display: block;

}

.shu h1 {
	font-size: 180px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 2px #FFFFFF;
	text-stroke: 2px #FFFFFF;
	transition: all 0.3s;
}

.shu p {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	display: none;
}

.shuzi .swiper-slide {
	align-items: center;
	display: flex;
	justify-content: center;
}

.licheng .swiper-slide-active .shu h1 {
	font-size: 240px;
	color: #fff !important;
}

.licheng .swiper-slide-active .shu p {
	display: block;
}

.licheng .swiper-button-next {
	background-image: url(../image/index/zjiantou1.png);
	background-size: 100% 100%;
	width: 60px !important;
	height: 60px !important;
	top: 0 !important;
	position: initial !important;
	margin-top: 0px !important;
	transform: rotate(180deg);
}

.licheng .swiper-button-next:hover {
	background-image: url(../image/about/dsy.png);
	transform: rotate(0deg);
}

.licheng .swiper-button-prev {
	background-image: url(../image/index/zjiantou1.png);
	background-size: 100% 100%;
	width: 60px !important;
	height: 60px !important;
	top: 0 !important;
	position: initial !important;
	margin-top: 0px !important;
	margin-right: 15px !important;
}

.licheng .swiper-button-prev:hover {
	background-image: url(../image/about/dsy.png);
	transform: rotate(180deg);
}

.licheng .swiper-button-next:after,
.licheng .swiper-button-prev:after {
	opacity: 0;
}

.licheng .swiper-pagination-bullet {
	width: 16px !important;
	height: 16px !important;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	opacity: 1 !important;
	background: transparent !important;

}

.licheng .swiper-pagination-bullet-active {
	width: 46px !important;
	height: 46px !important;
	background-color: transparent !important;
	position: relative;
}

.licheng .swiper-pagination-bullet-active::after {
	content: "";
	width: 4px;
	height: 5px;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	left: 48%;
}

.swiper-pagination1 span {
	font-size: 20px;
	opacity: 1;
	font-style: italic;
	background-color: #FFFFFF;
	border-radius: 3px;

}

.licheng .swiper-pagination1 {
	text-align: right !important;
	bottom: 85px !important;
}

.licheng .swiper-pagination1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 11 !important;
}

.licheng .swiper-slide-next {
	justify-content: end !important;
}

.licheng .swiper-slide-prev {
	justify-content: left !important;
}

/* 企业文化 */
.wenhua {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 140px;
	padding-bottom: 140px;
}

.wenhua1 {
	display: flex;
	justify-content: space-between;
}

.linian {
	width: 474px;
	height: 376px;
	position: relative;
	overflow: hidden;
}

.linian1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.linian1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.linian:hover .linian1 img {
	transform: scale(1.2);
}

.linian2 {
	z-index: 9;
	position: relative;
}

.linian2 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
}

.linian2 ul li {
	width: 3px;
	height: 13px;
	background: #E60012;
	border-radius: 2px;
}

.linian2 ul li:nth-child(2) {
	width: 3px;
	height: 27px;
	background: #E60012;
	border-radius: 2px;
	margin-left: 4px;
	margin-right: 4px;
}

.linian2 h1 {
	font-size: 26px;
	font-weight: bold;
	color: #E60012;
	line-height: 30px;
	text-align: center;
	padding-top: 112px;
	padding-bottom: 20px;
}

.linian2 p {
	font-size: 16px;
	font-weight: 400;
	color: #E60012;
	line-height: 30px;
	text-align: center;
}

/* 荣誉资质 */
.rongyu {
	background: #F7F7F7;
	padding-top: 120px;
	padding-bottom: 188px;
	position: relative;
}
.rongyu .zizhi{
	position: relative;
}
.duoa{
	position: absolute;
	right: 0;
	top: 13px;
}
.duoa a{
	display: flex;
	align-items: center;
}
.duoa a p{
	font-size: 18px;
	font-weight: 400;
	color: #808080;
	padding-right: 16px;
}
.duoa a:hover p{
	color: #E60012;
}
.duoa a img{
	width: 38px;
	height: 38px;
}
.zizhi h1 {
	font-size: 42px;
	font-weight: bold;
	color: #1A1A1A;
	text-align: center;
	padding-bottom: 81px;
}

.rongyu .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.rongyu .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: #fff !important;
	height: calc((100% - 30px) / 2) !important;

	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 241px !important;*/
	position: relative;
}
.haha{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.tutu{
    width: 100%;
    height: 100%;
}
.rongyu .swiper-slide img {
	height: 100%;
	cursor: pointer;
	opacity: 0;

}

.rongyu .swiper-button-next {
	background-image: url(../image/index/zjiantou1.png);
	background-size: 100% 100%;
	width: 48px !important;
	height: 48px !important;
	top: 0 !important;
	position: initial !important;
	margin-top: 0px !important;
	transform: rotate(180deg);
}

.rongyu .swiper-button-next:hover {
	background-image: url(../image/about/dsy.png);
	transform: rotate(0deg);
}

.rongyu .swiper-button-prev {
	background-image: url(../image/index/zjiantou1.png);
	background-size: 100% 100%;
	width: 48px !important;
	height: 48px !important;
	top: 0 !important;
	position: initial !important;
	margin-top: 0px !important;
	margin-right: 15px !important;
}

.rongyu .swiper-button-prev:hover {
	background-image: url(../image/about/dsy.png);
	transform: rotate(180deg);
}

.rongyu .swiper-button-next:after,
.rongyu .swiper-button-prev:after {
	opacity: 0;
}

/* 企业形象 */
.xingxiang {
	background-color: #FFFFFF;
	padding-top: 140px;
	padding-bottom: 140px;
}

.xingxiang1 {
	width: 100%;
	height: 682px;
	background-color: #1A1A1A;
	overflow: hidden;
	position: relative;
}
.s_bofang{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 9;
}
.s_bofang img{
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.xingxiang1 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 这会使图片覆盖整个容器，但可能会裁剪一部分图片 */
}

.xingxiang1 video img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
@media screen and (max-width:1500px) {
	.shu h1 {
		font-size: 100px;
	}

	.swiper-slide-active .shu h1 {
		font-size: 180px;
		color: #fff !important;
	}
	.xingxiang{
		padding-left: 5%;
		padding-right: 5%;
	}
	.jianjie{
		padding-left: 5%;
		padding-right: 5%;
	}
	.wenhua{
		padding-left: 5%;
		padding-right: 5%;
	}
	.rongyu{
		padding-left: 5%;
		padding-right: 5%;
	}
	.s_jianjie2 {
	    width: 48%;
	}
	.linian {
	    width: 32%;
	}
}

@media screen and (max-width:1024px) {
	.s_banner {
		margin-top: 0;
	}



	.s_banner {
		height: 325px;
	}

	.s_banner h1 {
		font-size: 30px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.licheng {
		margin-top: 0;
	}
	.jianjie1{
		flex-wrap: wrap;
	}
	.s_jianjie1 {
	    width: 100%;
	    height: 300px;
	}
	.s_jianjie2 {
	    width: 100%;
		margin-top: 15px;
	}
	.wenhua1{
		flex-wrap: wrap;
	}
	.linian {
	    width: 100%;
	}
}

@media screen and (max-width:768px) {

	.swiper-slide-active .shu h1 {
		font-size:80px !important;
		color: #fff !important;
	}

	.licheng {
		width: 100%;
		height: 450px;
	}
.shu p {
    font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	    line-height: 22px;

}
	.swiper-button-next,
	.swiper-button-prev {
		width: 40px !important;
		height: 40px !important;
	}

	.bar1 .bar {
		justify-content: center !important;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: var(--swiper-pagination-bottom, 8px);
		top: var(--swiper-pagination-top, auto);
		left: 0;
		width: 100%;
	}

	.swiper-pagination {
		position: absolute;
		text-align: center;
		transition: .3s opacity;
		transform: translate3d(0, 0, 0);
		z-index: 10;
	}

	.swiper-pagination {
		margin-bottom: 0;
		position: relative;
		z-index: 11 !important;
	}
	.xingxiang1 {
	    height: 230px;
	}
	.jianjie {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.s_jianjie1 {
	    width: 100%;
	    height: 200px;
	}
	.s_jianjie2 h1 {
	    font-size: 30px;
	    font-weight: bold;
	    color: #1A1A1A;
	    padding-bottom: 14px;
	}
	.s_jianjie2 h2 {
	    font-size: 20px;
	    font-weight: bold;
	    color: #1A1A1A;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    padding-bottom: 13px;
	}
	.xingxiang {
	    background-color: #FFFFFF;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.licheng .swiper-pagination{
		display: none;
	}
	.bar1{
		bottom: -10px !important;
	}
	.wenhua {
	    width: 100%;
	    background-color: #FFFFFF;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.linian {
	   height: 230px;
	}
	.linian2 h1 {
	    padding-top: 50px;
	}
	.rongyu {
	    padding-top: 40px;
	    padding-bottom: 150px;
	}
	.zizhi h1 {
	    font-size: 35px;
	    padding-bottom: 37px;
	}
	.duoa {
    position: relative;
    right: 0;
    top: 0;
    padding-bottom: 20px;
}
.duoa a {
    justify-content: center;
}
.duoa a img{
   display: none;
}
.duoa a p{
  margin-right: 0;
}
}