@charset "utf-8";

.page_title{
	max-width:1140px;
	margin:0 auto;
}

#main_inner{
	max-width:100%!important;
}

.feature_item{
	margin-bottom:100px;

}
.feature_item:nth-child(odd) .feature_item_inner{
	flex-direction: row-reverse;
}

.feature_item_inner{
	display:flex;
  align-items: flex-start;
  justify-content: flex-start;
}


.feature_item_image{
	flex: 0 0 auto;
  width: 50%;
}
.feature_item_image img{

	width:100%;
}

.feature_item_content{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-top:50px;
	margin-right: -70px;
  margin-left: 0;
  flex: 0 0 auto;
  width: 760px;
  max-width: calc(50% - 20px);
  padding: 0;
  background: #fff;
	min-height:400px;

}
.feature_item_content_img{
		background-image: url(/img/sv_bg.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 0px;
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    opacity: 0.3;
    z-index: -1;
}
.feature_item:nth-child(even) .feature_item_content{
	margin-top:50px;
	margin-right: 0;
	margin-left:-70px;
}

.feature_item_content_inner{
	padding:90px;
}

.feature_number{
	font-size:41px;
	margin-top:-115px;
	font-weight:bold;
	margin-bottom:20px;
	
}


.feature_item_content h3{
	font-size:24px;
	margin-bottom:30px;
}

.feature_str{
	font-size:15px;
	line-height:2.5em;
}

.js-sa{
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 1s, transform 1.5s;
}

.animated{
    opacity: 1!important;
    transform: translate3d(0, 0, 0)!important;
}
h2{
	font-size:28px;
	margin-bottom:20px;
}
.product_box{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-bottom:25px;
	background:#FFF;
	padding:40px 25px;
	position:relative;
}
.product_icon{
	position:absolute;
	right:25px;
	top:25px;
}

.product_box h3{
	font-size:22px;
}

.product_str{
	padding:10px;
	font-size:16px;
	line-height:1.5em
}
.product_str p{
	margin-bottom:5px;
}
.product_icon img{
	width:90px;
	max-width:90px;
}
.product_detail{

	text-align:center;
	background:#333;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	position:absolute;
	bottom:20px;
	right:30px;
	border-radius: 5px;
}
.product_detail a{
	color:#FFF;
	display:block;
	padding:10px 49px;
}
.product_detail a:hover{
	text-decoration:none;
}
.product_detail:hover{
	background:#555;
}
.spec_table_box{

	background-color:#FFF;
	margin-bottom:50px;
}
.product_section_inner{
	position:relative
}
.product_section_inner .product_number{
	position:absolute;
	right:30px;
	top:30px;
	font-size:16px;
	color:#999;
}
.product_section_inner pre{
	font-size:16px;
	margin-bottom:15px;
	line-height:1.4em;
}
.product_section_inner h3{
	margin-bottom:10px;
	font-size:22px;
}
.spec{
	border: 1px solid #999;
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size:14px;
	width:100%;
	min-width:800px;
}
.spec tr{
	border: 1px solid #999;
}
.spec th{
	border: 1px solid #999;
	padding:8px 4px;
	vertical-align:middle;
}
.title{
	font-weight:bold;
	background-color:#DDD;
}
.title td{
	text-align:center;
}
.spec td{
	vertical-align: middle;
	border: 1px solid #999;
	padding:12px 10px;
	text-align:center;
}
.spec td.str{
	text-align:left;
}
.spec a{
	color:#5DA6CF;
	font-weight:bold;
}
.substr{
	font-size:11px;
}

.product_section{

}
.product_section_inner{
	padding:30px;
	max-width:1140px;
	margin:0 auto;
	background-color:#FFF;
	box-sizing: border-box;
}
.product_section_inner img{
	width:100%;
	max-width:700px;
	margin-bottom:45px;
}

@media ( max-width : 1000px ){
	.product_icon{
		position:static
	}
}
@media ( max-width : 877px ){
	.feature_item_content{
		max-width:100%;
		width:100%
	}
	.feature_item_image{
		width:100%
	}
	.feature_item_content_img{
    background-position: right 10px bottom 0px;

	}
	.feature_item .feature_item_inner{
		flex-direction:column-reverse!important
	}
	.feature_item:nth-child(even) .feature_item_content{
		margin-left:0;
	}
}

@media ( max-width : 475px ){
	h2{
		font-size:22px;
	}
	.product_section_inner h3{
		font-size:18px;
	}
	.product_section_inner{
		padding:35px 15px;
	}
	.product_detail a{
		right:15px;
		font-size:12px;
		padding:10px 20px;
	}
	.product_icon img{
		width:60px;
	}
	.feature_item_content_inner{
		padding:20px
	}
	.feature_number{
		margin-top:-45px
	}
	.feature_item{
		margin-bottom:50px;
	}
	.product_section_inner .product_number{
		position: absolute;
    right: 10px;
    top: 10px;
		font-size:13px;
	}
}
