.sectionWrap{
    margin-bottom: 100px;
}
.sectionheader{
    background: url("img/background_productInquiry.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border:none;
}

article{
    width:1366px;
    margin:80px auto;
    overflow: hidden;
}
article:first-of-type{
    margin-bottom: 60px;
}
article>div>h3,
.article3Wrap>div>h3{
    text-align: center;
    font-size: 40px;
    position: relative;
    line-height: 60px;
}
.contentImg{
    width:45%;
    float:left;
    margin-right: 2%;
}
.contentImg>ul{
    margin-top:3px;
    width:15%;
    float:left;
    margin-right:2%;
}
.contentImg>ul>li{
    width:100%;
    position: relative;
    margin-bottom: 5px;
}
.contentImg>ul>li>div{
    position: absolute;
    width:100%;
    height: 77px;
    background-color: rgba(0,0,0,0.4);
    cursor:pointer;
}
.contentImg>ul>li>img{
    width:100%;
    height: 77px;
}
.contentImg>img{
    width:83%;
    height: 355px;
    float:left;
}
.contentImgSelected{
    box-sizing: border-box;
    border:1px solid black;
    background-color:transparent !important;
}
.contentInfo{
    width:53%;
    float:left;
}
.contentInfo>h3{
    font-size: 22px;
    text-align: left;
    line-height: 40px;
}
.contentInfo>h4{
    font-weight: 300;
    color:gray;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 10px;
}
.contentInfo table{
    width:100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.contentInfo table tr{
    width:50%;
    line-height: 50px;
}
.contentInfo table tr:first-of-type{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    line-height: 50px;
}
.contentInfo table tr td{
    width:50%;
}
.contentInfo table tr td span{
    float:right;
    padding-right: 50px;
}
.orderBtn{
    width:100%;
    text-align: center;
    background-color: lightpink;
    padding:10px 0;
    color:white;
}

.productRemote{
    min-width:1366px;
    width:100%;
    background-color: rgba(0,0,0,0.1);
}
.productRemote>ul{
    width:1366px;
    margin:0 auto;
    overflow: hidden;
    height: 60px;
}
.productRemote>ul>li{
    float:left;
    width:25%;
    cursor:pointer;
    line-height: 60px;
    text-align: center;
}

.keyFeatures>ul{
    margin:50px 0;
    overflow: hidden;
}
.keyFeatures>ul>li{
    font-size: 17px; 
    width:24%;
    height: 130px;
    float:left;
    margin-right: 1.3333333333%;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,0.1);
    padding:10px;
    text-align: center;
}
.keyFeatures>ul>li:last-of-type{
    margin-right: 0;
}
.keyFeatures>ul>li>span{
    font-weight: bold;
    color:black;
    font-size: 23px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.keyFeatures_Box{
    width:900px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    margin:0 auto;
}
.keyFeatures_Box1,
.keyFeatures_Box2{
    width:40%;
    float:left;
    margin-right: 20%;
    margin-bottom: 50px;
}
.keyFeatures_Box2{
    margin-right: 0;
}
.keyFeatures_Box3{
    width:100%;
    margin-right: 0;
}
.keyFeatures_SubBox{
    width:40%;
    margin-right: 20%;
    float:left;
}
.keyFeatures_SubBox:nth-of-type(2){
    margin-right: 0;
}
.keyFeatures_SubBox>h4{
    padding-left:15px;
}
.keyFeatures_Box1>h4,
.keyFeatures_Box2>h4,
.keyFeatures_Box3>h4{
    padding-left: 15px;
}
.keyFeatures_Box1>img,
.keyFeatures_Box2>img,
.keyFeatures_Box3>div>img{
    width:100%;
    height: 300px;
}

.article3{
    min-width: 100%;
}
.procedure>h3{
    margin-bottom: 30px;
}

.procedure>div>img{
    width:100%;
    border:1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding:40px;
}
.article3Wrap{
    width:100%;
    background-color: rgba(0,0,0,0.1);
    min-width:1366px;
    overflow: hidden;
    margin:0 auto;
}
.comparison{
    width:800px;
    margin:0 auto;
}
.comparison>h3{
    margin-top:60px;
}
.comparison>p{
    text-align: center;
}
.comparison_Box{
    width:45%;
    float:left;
    margin-right:10%;
    text-align: center;
    overflow: hidden;
}
.comparison_Box:last-of-type{
    margin-right: 0;
}
.comparison_Box>img{
    width: 100%;
    height:300px;
    float:left;
}
.comparison_Box>p{
    line-height: 40px;
    background-color: rgba(0,0,0,0.8);
    color:white;
}
.comparison>span{
    display: block;
    text-align: center;
    line-height: 60px;
}
.article4>div{
    overflow: hidden;
}
.videoBox{
    width:32%;
    margin-right: 2%;
    float:left;
    margin-top:30px;
    overflow: hidden;
}
.videoBox:last-of-type{
    margin-right: 0;
}
.videoBox>video,
.videoBox>iframe{
    width:100%;
    height: 245px;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,0.2);
}
.videoBox>a{
    float:left;
    margin-top:5px;
    margin-right: 15px;
}
.videoBox>p{
    padding-bottom: 5px;
    margin-top:10px;
    margin-bottom: 5px;
    font-weight: bolder;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.videoBox>span{
    font-size: 15px;
}
.IHC_Article{
    width:1366px;
    margin:0 auto;
}
.IHC_Article>h4{
    margin-top:10px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.IHC_Article_content>p,
.IHC_Article_content2>p{
    text-align: center;
    width:100%;
}
.IHC_Article_content{
    width:1000px;
    margin:0 auto;
    overflow: hidden;
}
.IHC_Article_content>div{
    width:32%;
    margin-right: 2%;
    float:left;
    position: relative;
}
.IHC_Article_content>div>img{
    width:320px;
    height: 327px;
}
.IHC_Article_content>div:last-of-type{
    margin-right: 0;
}
.IHC_Article_content>div>div,
.IHC_Article_content2>div>div{
    position: absolute;
    width:100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    color:black;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 18px
}
.IHC_Article_content>div>div>p,
.IHC_Article_content2>div>div>p{
    position: absolute;
    top:50%;
    width:100%;
    text-align: center;
    left:50%;
    font-size: 16px;
    transform: translateX(-50%) translateY(-50%);
}
.IHC_Article_content2{
    width:1000px;
    margin:0 auto;
}
.IHC_Article_content2>div{
    width:24%;
    margin-right: 1.333333%;
    float:left;
    position: relative;
}
.IHC_Article_content2>div>img{
    width:100%;
    height: 230px;
}
.IHC_Article_content2>div:last-of-type{
    margin-right: 0;
}