.quote_pcb_file .img {
	padding: 20px;
}

.quote_pcb_file .img a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	font-size: 20px;
	padding: 0 10px;
	line-height: 25px;
	color: #333;
	border: 1px solid #ddd;
}

.quote_pcb_file #quo_sub {
	width: 130px;
	height: 35px;
	display: block;
	margin: 0 auto 20px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background: #27ae61;
	border-radius: 5px;
	cursor: pointer;
}

.quote_pcb_file #subindex_cnc {
	width: 130px;
	height: 35px;
	display: block;
	margin: 0 auto 20px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background: #27ae61;
	border-radius: 5px;
	cursor: pointer;
}

.action_quote .bottom form .inp-box select {
	display: block;
	border: 1px solid #d2d2d2;
	width: 100%;
	color: #d2d2d2;
	padding: 3px 4px;
}

.layui-form-select {
	display: none;
}

.action_quote .bottom form .inp-box em {
	color: #119466;
}

.logo-swiper .swiper-slide img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 90px;
}

.slick-list ul {
	height: 90px;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media(max-width:1600px) {
	.slick-list {
		height: 85px;
	}

	.slick-list ul {
		height: 85px;
	}
}

@media(max-width:1500px) {
	.slick-list {
		height: 75px;
	}

	.slick-list ul {
		height: 75px;
	}
}

@media(max-width:1200px) {
	.slick-list {
		height: 45px;
	}

	.slick-list ul {
		height: 45px;
	}
}
@media(max-width:1100px) {
	.quote_pcb_file .img a{
		height: 100px;
	}
	.quote_pcb_file .img{
		margin-bottom: 10px!important;
	}
	.quote_pcb_file #quo_sub{
		margin: 0 auto 2px;
	}
}
@media(max-width:1024px) {
	.quote_pcb_file .img a{
		height: 150px;
	}
	.quote_pcb_file .img{
		margin-bottom: 20px!important;
	}
	.quote_pcb_file #quo_sub{
		margin: 0 auto 20px;
	}
}

@media(max-width:600px) {
	.slick-list {
		height: 75px;
	}

	.slick-list ul {
		height: 75px;
	}

	.slick-list ul li {
		height: 75px;
	}
}

#outvideo,#outvideo1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999;
}

#outvideo .posbox ,#outvideo1 .posbox{
	position: relative;
	z-index: 89;
	background: #000;
	max-width: 65%;
	width: 100%;
	height: 65%;
	justify-content: center;
	align-items: center;
	display: flex;
}

#outvideo .posbox iframe ,#outvideo1 .posbox iframe {
	width: 100%;
	height: 100%;
}

#outvideo .posbox a ,#outvideo1 .posbox a{
	content: "";
	position: absolute;
	right: -20px;
	top: -20px;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
}

#outvideo .posbox a::after ,#outvideo1 .posbox a::after {
	content: "X";
	width: 100%;
	height: 100%;
	line-height: 40px;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	transform: scale(1, 0.76);
}

@media screen and (max-width: 768px) {
	#outvideo .posbox   ,#outvideo1 .posbox{
		max-width: 65%;
		height: 45%;
	}
}

.action_quote .bottom form .inp-box select {
	color: #adadad;
}

.action_quote .bottom form .inp-box select:focus {
	border: 1px solid #666666;
	color: #666;
}