.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

.banner div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;.prolistr img
	margin: auto;
	transform: translateY(-50%);
}

.banner p:nth-child(1) {
	font-size: 40px;
	font-weight: bold;
	color: #000
}

.banner p:nth-child(2) {
	color: #666;
	margin-top: 10px;
}

.protop {
	padding: 20px 0;
}

.protop>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dropbox {
	color: #666;
position:relative;
cursor:pointer;
}
.dropbox:hover .dropOrder{
display:block;
}
.dropOrder{
display:none;
position:absolute;
top:100%;
left:30%;
width:80px;
border-radius:5px;
padding-top:15px;
}
.dropOrder>div{background:#fff;box-shadow:0 0 10px #ccc;}
.dropOrder a{display:block;text-align:center;line-height:40px;}
.dropOrder a:hover{color:#000;background:#eee;}
.dropOrder a:nth-child(2){border-top:1px solid #eee;}
.prolist {
	background-color: #F7F7F7;
	padding: 50px 0 70px 0;
}

.prolist>div {
	display: flex;
}

.prolistl {
	width: 360px;
	background-color: #fff;
}

.prokind {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}

.alist {
	display: none;
}

.alist a {
	display: block;
	padding: 15px 20px 15px 40px;
	position: relative;
}

.alist a:hover {
	color: #197DC3;
}

.alist a::before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #000;
}

.prolistr {
	flex: 1;
}

.prolistr ul {
	display: flex;
	flex-wrap: wrap;
}

.prolistr li {
	width: 33.3333%;
	padding-left: 20px;
	padding-bottom: 20px;
}
/*.prolistr li:hover{
   background: #197DC3;
}*/
.prolistr li:hover {
    transform: translateY(-5px);
}

.prolistr li:hover a {
    box-shadow: 0 10px 25px rgba(25, 125, 195, 0.2);
    border: 1px solid rgba(25, 125, 195, 0.3);
}

.prolistr li:hover div {
    border-top: 1px solid rgba(25, 125, 195, 0.2);
}

/*.prolistr li:hover img {
    transform: scale(1.05);
}*/

.prolistr li:hover p:nth-child(1) {
    color: #197DC3;
}

.prolistr li:hover p:nth-child(2) {
    letter-spacing: 0.5px;
    color: #1364a4;
}

.prolistr li:hover p:nth-child(2):after {
    transform: translateX(3px);
}


.prolistr li a {
	display: block;
	box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.08);
}

.prolistr img {
	width: 100%;
	object-fit: cover;
}

.prolistr div {
	border: 1px solid #fff;
}

.prolistr p:nth-child(1) {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	font-size: 20px;
	font-weight: bold;
	margin: 20px;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-align: center;
}

.prolistr p:nth-child(2) {
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

/* 产品详情 */
.detailBanner img {
	width: 100%;
}

.peoDetail {
	background-color: #000;
	padding: 100px 0;
}

.proimgs ul {
	display: flex;
	flex-wrap: wrap;
}

.proimgs li {
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
}

.proimgs li img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.proimgs li:nth-child(-n+3) {
	width: calc((100% - 30px) / 3);
}

.proimgs li:nth-child(n+4) {
	width: calc((100% - 15px) / 2);
}

.proimgs li:nth-child(1),
.proimgs li:nth-child(4) {
	margin-left: 0;
}

.proimgs p {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-size: 20px;
}

.morelocaltion {
	margin-top: 100px;
	color: #fff;
}

.locationmain{
	position: relative;
}
.locationmain>div {
	width: 50%;
}
.morelocaltiontit{
	text-align: center;
}
.morelocaltiontit p:nth-child(1){
	font-size: 40px;
}
.morelocaltiontit p:nth-child(2){
	font-size: 20px;
	color:var(--gray);
}
.locationmain .prevnext span{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	font-size:40px;
	cursor: pointer;
	z-index: 800;
}
.locationmain .prevnext .left{
	left: 40px;
}
.locationmain .prevnext .right{
	right: 40px;
}
.prodata{
	margin-top: 100px;
}
.prodata > p{
	font-size: 50px;
	text-align: center;
	font-weight: bold;
}
.prodata ul{
	margin-top: 100px;
}
.prodata li{
	display: flex;
	align-items: stretch;
}
.prodata li:nth-child(2n+1){
	background-color: #121215;
}
.prodata li p{
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prodata li p:nth-child(1){
	width: 30%;
}
.prodata li p:nth-child(2){
	width: 70%;
}
.locationmain .swiper-slide img{
	width: 100%;
}
@media (max-width:768px) {
	.banner img {
		height: 30vh;
		object-fit: cover;
	}

	.banner div {
		padding: 15px;
	}

	.banner p:nth-child(1) {
		font-size: 25px;
	}

	.protop {
		padding: 20px 15px;
	}

	.prolist {
		padding: 15px;
	}

	.prolist>div {
		display: block;
	}

	.prolistr {
		margin-top: 15px;
	}

	.prolistr li {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	/* 产品详情 */
	.peoDetail{
		padding: 15px;
	}
	.proimgs ul{
		display: block;
	}
	.proimgs ul li{
		width: 100%!important;
		margin-left: 0!important;
	}
	.proimgs li img{
		height: 200px;
	}
	.proimgs p{
		font-size: 18px;
	}
	.morelocaltion{
		margin-top: 15px;
	}
	.morelocaltiontit p:nth-child(1){
		font-size: 20px;
	}
	.morelocaltiontit p:nth-child(2){
		font-size: 16px;
	}
	.locationmain>div{
		width: 100%;
	}
	.prodata{
		margin-top: 15px;
	}
	.prodata > p{
		font-size: 20px;
	}
	.prodata ul{
		margin-top: 15px;
	}
}