/*focus-j1*/
.focus-block{
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/JA-bg.jpg);
    font-size: 0;
}

.focus-j1-img{
    margin-left: 160px;
    display: inline-block;
    width: 600px;
    max-width: 100%;
    height: 600px;
    overflow: hidden;
}

.focus-j1-img img{
    width: 100%;
}

.focus-j1-text{
    width: 700px;
    max-width: 100%;
    height: 600px;
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    vertical-align: top;
}
.rwd-focus-j1{
    width: 100%;
    max-width: 100%;
    height: 600px;
    background-color: rgba(0,0,0,0.5);
    display: none;
    vertical-align: top; 
}
.rwd-focus-j1 h2{
    top:0;
    z-index: 2;
    color: #eb6100;
    font-size: 100px;
    line-height: 2;
    padding: 10px;
}
.focus-j1-text h2{
    top:0;
    z-index: 2;
    color: #eb6100;
    font-size: 100px;
    line-height: 2;
    padding: 10px;
}
.rwd-focus-j1 p{
    top:0;
    z-index: 2;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    padding: 20px;  
}
.focus-j1-text p{
    top:0;
    z-index: 2;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    padding: 20px;
}

.focus-block:hover .focus-j1-img img{
    transform: scale(1.2);
    transition: all 0.5s ease-in;
}


/*focus-j2*/
.focus-block-j2{
    width: 100%;
    background-color: #ebebeb;
    font-size: 0;
}

.focus-j2-img{
    display: inline-block;
    width: 600px;
    height: 600px;
    max-width: 100%;
    overflow: hidden;
}

.focus-j2-img img{
    width: 100%;
}

.focus-j2-text{
    width: 700px;
    max-width: 100%;
    height: 600px;
    background-color:#eb6100;
    display: inline-block;
    vertical-align: top;
    margin-left: 300px;
}

.focus-j2-text h2{
    top:0;
    z-index: 2;
    color: #000;
    font-size: 100px;
    line-height: 2;
    padding: 10px;
}

.focus-j2-text p{
    top:0;
    z-index: 2;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    padding: 20px;
}

.focus-block-j2:hover .focus-j2-img img{
    transform: scale(1.2);
    transition: all 0.5s ease-in;
}

/*focus-j3*/

.focus-block-j3{
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.focus-block-j3-left{
    width: 50%;
    z-index: 23;
    height: 550px;
    float: left;
    position: relative;
    overflow: hidden;
}
.focus-block-j3-right{
    width: 50%;
    z-index: 23;
    height: 550px;
    float: right;
    position: relative;
    clear: right;
    overflow: hidden;
}

.focus-j3-img{
    position: absolute;
    width: 100%;
    z-index: 23;
}

.focus-j3-img img{  
    width: 100%;
}

.focus-j3-text{
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(102,102,102,0) 60%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
    position: absolute;
    z-index: 24;
    width: 100%;
    height: 100%;
    text-align: left;
    top:0;
}
.focus-j3-text h2{
    position: absolute;
    bottom: 0;
    font-size: 50px;
    line-height: 2;
    left: 2%;
    color: #fff;
    z-index:25;
}

.focus-block-j3-left:hover .focus-j3-img img{
    transform: scale(1.2);
    transition: all 0.5s ease-in;
}
.focus-block-j3-right:hover .focus-j3-img img{
    transform: scale(1.2);
    transition: all 0.5s ease-in;
}

.focus-block-j3-a{
    width:100%;
    display:block;
}