@charset "utf-8";
/* capacitor */
.prod-capacitor {
	width: 100%;
	height: 892px;
	background-image: url(../images/capacitor-mA.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40px;
	background-attachment: fixed;
}

.prod-capacitor .suspen {
	top: 15%;
	left: 25%;
	transform: translate(-50%, 0);
}

.prod-capacitor .text-box {
	max-width: 600px;
	width: 100%;
}

.prod-capacitor .h1 {
	font-size: 26px;
	color: rgba(0, 0, 0, .45);
	-webkit-animation: anim_wy 0.7s alternate ease-in-out;
	animation: anim_wy 0.7s alternate ease-in-out;
}

.prod-capacitor .h2 {
	font-size: 42px;
	color: #514e73;
	margin: 25px 0;
	-webkit-animation: anim_wy 0.7s alternate ease-in-out;
	animation: anim_wy 0.7s alternate ease-in-out;
}

.prod-capacitor .s1 {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #fff;
	background-color: #ff6700;
	padding: 10px;
	margin-top: 3px;
	margin-left: 10px;
	border-radius: 23px;
}

.prod-capacitor .text {
	font-size: 18px;
	color: rgba(0, 0, 0, .85);
	line-height: 1.5;
	-webkit-animation: anim_wy 0.7s alternate ease-in-out;
	animation: anim_wy 0.7s alternate ease-in-out;
}

.prod-capacitor .img {
	margin-top: 150px;
	margin-left: -40px;
	-webkit-animation: anim_wy 0.7s alternate ease-in-out;
	animation: anim_wy 0.7s alternate ease-in-out;
}

.prod-capacitor .h3 {
	font-size: 42px;
	color: #514e73;
	margin-top: 140px;
	margin-bottom: 20px;
	-webkit-animation: anim_wy 0.7s alternate ease-in-out;
	animation: anim_wy 0.7s alternate ease-in-out;
}

.prod-capacitor .h4 {
	font-size: 18px;
	color: rgba(0, 0, 0, .85);
	line-height: 1.5;
	-webkit-animation: anim_wy 0.7s alternate ease-in-out;
	animation: anim_wy 0.7s alternate ease-in-out;
}


@-webkit-keyframes anim_wy {
	0% {
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes anim_wy {
	0% {
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}
.prod-boxs.prod-boxs-2 {
	padding-top: 100px;
}

.prod-capacitor .text-box .h4-link {
	padding-top: 40px;
}

.prod-capacitor .text-box .h4-link .icon-copy{
	cursor:pointer;
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	font-size:17px;
	line-height:1.17648;
	font-weight:400;
	min-width:28px;
	padding-left:16px;
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	border-radius:980px;
	background:#0071e3;
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	border-color:#0f44a7;
	color:#0f44a7;	
}

.prod-capacitor-2 {
	padding-top: 90px;
	background-color: #ffffff;
}

.prod-capacitor-2 .text-box {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.prod-capacitor-2 .h1 {
	font-size: 26px;
	color: #666;
	line-height: 1.5;
}

.prod-capacitor-2 .h2 {
	font-size: 36px;
	color: #514e73;
	line-height: 1.5;
	padding: 15px 0;
}

.prod-capacitor-2 .text {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}

.prod-capacitor-2 .img {
	display: flex;
	align-items: center;
	height: 700px;
}

.prod-capacitor-2 .sup {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #f55c00;
	font-weight: bold;
	padding: 3px 20px;
	border-radius: 10px;
	border: 2px solid #f55c00;
	margin-top: 7px;
	margin-left: 20px;
}

@media (max-width: 767px) {
.prod-capacitor{
	background-image:url(../images/capacitor-mA-sj.jpg);
}
}

@media (max-width: 440px) {
	.prod-capacitor .text-box .h4-link .icon-copy{
		font-size: 12px;
	}
	.prod-capacitor .text-box .h4-link{
		padding-top:15px;
	}
	.prod-capacitor{
		height:600px;
		background-size:130% 75%;
	}
	.prod-capacitor .h1{
		font-size: 16px;
	}
	.prod-capacitor .h2{
		font-size: 24px;
	}
	.prod-capacitor .s1{
		font-size: 14px;
		padding: 5px;
	}
	.prod-capacitor .text{
		font-size: 14px;
	}
	.prod-capacitor .suspen{
		top: 5%;
	}
	.prod-capacitor .h2{
		margin: 5px 0;
	}
	.prod-capacitor-2 .h2{
		font-size: 20px;
	}
	.prod-capacitor-2 .sup{
		font-size: 14px;
		margin-top: 0;
	}
	.prod-capacitor-2{
		padding-top: 30px;
	}
	.prod-capacitor-2 .img{
		height: 400px;
	}
	.prod-capacitor-2{
		height: 500px;
	}
}
	





