@charset "UTF-8";

.details-content .company-title {
	text-align: center;
	font-size: .24rem;
	font-weight: 500;
	margin: 20px 0 24px 0;
}

/*Gallery slide start*/
.details-content .company-gallery nav ul {
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}


.details-content .company-gallery nav ul li {
	font-size: .12rem;
	font-weight: normal;
	color: #999;
	padding: 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer;
}

.details-content .company-gallery nav ul li.current {
	color: #EA111C;
}

.details-content .company-gallery gallery {
	display: none;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.details-content .company-gallery gallery.current {
	display: block;
}

.details-content .company-gallery gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.details-content .company-gallery gallery ul .swiper-slide {
	padding: 0;
	box-sizing: border-box;
}

.details-content .company-gallery gallery ul .swiper-slide picture {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
}

.details-content .company-gallery gallery ul .swiper-slide.swiper-slide-active picture {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.details-content .company-gallery gallery ul li picture {
	display: block;
}

.details-content .company-gallery gallery ul li figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 57.77%;
}

.details-content .company-gallery gallery ul li figure img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    background-color: rgba(0, 0, 0, .02);
}

.details-content .company-gallery gallery ul li figcaption {
	text-align: center;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.details-content .company-gallery gallery ul .swiper-slide.swiper-slide-active figcaption {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.details-content .company-gallery gallery ul li figcaption h2 {
	font-size: .18rem;
	font-weight: 500;
	margin: 20px 0 10px 0;
}

.details-content .company-gallery gallery ul li figcaption p {
	font-size: .12rem;
	font-weight: normal;
	color: #999;
	margin: 0 0 20px 0;
}
/*Gallery slide end*/

/*Company value start*/
.details-content .company-value ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.details-content .company-value ul li picture {
	display: block;
}

.details-content .company-value ul li picture figure {
	margin: 0;
}

.details-content .company-value ul li picture figure img {
	max-width: 50%;
	margin: 0 auto;
}

.details-content .company-value ul li picture figure figcaption h2 {
	text-align: center;
	font-size: .20rem;
	color: #333;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.details-content .company-value ul li picture figure figcaption p {
	font-size: .12rem;
	color: #999;
	line-height: 24px;
}
/*Company value end*/
