*{
    /* cursor: none; */
}
button, a{
    /* cursor: none; */
    text-decoration: none;
}
#wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    /* cursor: none; */
}
html{
    margin: 0 auto 0 auto;
    overflow-x: hidden;
    /* cursor: none; */
}

#banner #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#tab #container{
    margin: 0 auto 0 auto;
    padding: 0rem 0 0rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_a #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
.Corporationdown .container{
    margin: 0 auto 0 auto;
    padding: 10rem 0 10rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%;
    z-index: 50;
}
#line_b #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_c #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_d #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_e #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}

.graytxt{
    color: #565656;
    font-family: Inter;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    /* text-align: center; */
    margin-bottom: .1rem;
}
.blacktxt{
    color: #111;
    font-family: Inter;
    font-size: 2.5rem;
    font-style: normal;
    font-weight:550;
    line-height: normal;
    letter-spacing: -2px;
    /* text-align: center; */
    margin-bottom: .6rem;
    /* color: #2a80b9;
    font-size: 3rem; */
}



/*-----------------------------------------banner------------------------------------------*/

#banner {
    width: 100%;
    /* height: calc(100vh - 900px) !important; */
    height: 400px;
    padding: 80px auto 2rem auto;
    background: url(../img/companybanner.png)no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin: 0;
    position: relative;
}

#banner .baimg {
    width: 100%;
    height: 400px;
    margin: 0 auto;
/*    background-attachment: fixed;*/
    z-index: 1;
}

#banner .baimg img {
    margin: 0 auto;
    padding: 0;
}

#banner .baimg span {
    /*    width: 300px;*/
    height: 100px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    position: absolute;
    left: 47vw;
    top: 200px;
    z-index: 2;
}

#banner .babg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem 0 2rem 0;
    margin: 0;
    z-index: 1;
}

/*-----------------------------------------tab------------------------------------------*/

#tab{
    width: 100%;
    min-width: 100%;
    height: 80%;
/*    background-color: #fff;*/
    padding: 2rem auto 2rem auto;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 6rem;
}
ul.tabs{
    width: 100%;
	margin: 0 auto;
	list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content:start;
}
ul.tabs li{
    width: 160px;
    height: 80px;
	background: none;
	color: #222;
	display: inline-block;
	cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 4;
    transition: all .1s ease;
}

/*
@keyframes tab{
    0% {left: 0px; top: 0px;}
    100% {left: 100px; top:100px;}
}
*/

ul.tabs li.current{
	color: #333;
    background-color: #fff;
    border-bottom: 4px solid transparent;
    /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
    border-color:rgba(28,32,52,1);
    border-image-slice: 1;
/*
    animation-duration: .3s;
    animation-name: tab;
*/
}

.tab-content{
    width: 100%;
    height: auto;
	display: none;
	background: #fff;
/*	padding: 15px;*/
}

.tab-content.current{
	display: inherit;
}

/*-----------------------------------------Corporation------------------------------------------*/

#line_a{
    clear: both;;
    width: 100%;
    min-width: 100%;
    height: 80%;
/*    background-color: #fff;*/
    padding: 2rem auto 2rem auto;
}
.line_a_txtbox{
    margin-bottom: 1.5rem;
}

#line_a .whitetxt{
    /* width: 100%; */
    height: 2rem;
    padding: 24px;
    color: #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    font-size: 1.1em;
    line-height: 1.8rem;
    /* transition: all 0.7s ease; */
    position:absolute;
    bottom: 2rem;
}
#line_a .whitetxt span{
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: .4rem;
    letter-spacing: -1px;
}


#line_a .cortxt{
    line-height: 2.2rem;
    font-size: 1.2rem;
    color: #898989;
    margin-bottom: 5rem;
}

.Corporationdown{
width: 100%;
height: 40rem;
background-image: url(../img/bg2.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
/* box-shadow: 0 0 500px rgba(0, 0, 0, 100) inset; */
margin: 0 auto 6rem;
position:relative;
overflow: hidden;
z-index: 0;
}

.co_information_bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem 0 2rem 0;
    margin: 0;
    z-index: -1;
}


#line_a button {
    width: 240px;
    height: 48px;
/*    background: linear-gradient(to right, #24C6DC, #514A9D);*/
    background: white;
    color: #black;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    transition: all 0.5s ease;
    padding: 0;
    z-index: 50;
}

#line_a button:hover {
    cursor: pointer;
    box-shadow: none;
    transition: all 0.3s ease;
}

#line_a button span{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 2.5;
    z-index: 50;
    transition: all 0.5s ease;
    box-shadow: none;
    z-index: 50;
}

#line_a button span:hover{
    color: white;
    border: 2px solid white;
    box-sizing: border-box;
    line-height: 2.3;
    background-color: black;
}


/*-----------------------------------------culture------------------------------------------*/

#line_a .chart{
    width: 100%;
    height: 80%;
    margin: 0 auto 60px;
    display: flex;
    flex-flow: column;
    padding: 2rem auto 2rem auto;
}


#line_a .chart img{
    width: 80%;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 12rem;
}




/* ------------------------------------------------------------- */

#line_b{
    width: 100%;
    height: 100%;
    padding: 2rem auto 2rem auto;
}

#line_b h5{
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
}

#line_b h3{
    width: 300px;
    text-align-last: center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 65px;
}

#line_b #tab2{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 37px;
}
#line_b ul.tabs2{
    width: 100%;
	margin: 0 auto;
	list-style: none;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#line_b ul.tabs2 li{
    width: 400px;
    height: 120px;
	background: none;
	color: #444;
	display: inline-block;
	cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 5;
    transition: all .1s ease;
    border: 3px solid #eee;
/*    box-shadow: 0px 0px 5px #ccc;*/
    font-weight: 500;
}

/*
@keyframes tab{
    0% {left: 0px; top: 0px;}
    100% {left: 100px; top:100px;}
}
*/

#line_b ul.tabs2 li.current2{
	color: #333;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #24C6DC, #514A9D);
    border-image-slice: 1;
/*    box-shadow: 3px 3px 7px #ccc inset;*/
/*
    animation-duration: .3s;
    animation-name: tab;
*/
}

#line_b .tab-content2{
    width: 100%;
    height: auto;
	display: none;
/*	padding: 15px;*/
    
}

#line_b .tab-content2.current2{
	display: inherit;
}

#line_b .tabhr{
    width: 2px;
    height: 100px;
    
    margin: 0 auto 50px;
}
#line_b .mapbox{
    margin-bottom: 12rem;
}
#line_b .mapbox iframe{
  
}

#line_b .addressbox{
    width: 100%;
    margin: 0 auto;
    font-size: 16.5px;
    letter-spacing: .5px;
    color: #333;
    display: flex;
    /* border-top: 1px solid #999; */
    padding: 3rem 0 5rem 0;
}

#line_b .bluetxt{
    color: #1c2034;
    font-size: 3rem;
}

#line_b .addressbox01, #line_b .addressbox02{
    width: 150rem;
    display: flex;
    justify-content:flex-start;
}
#line_b .addressbox{
    display: flex;
    justify-content: space-between;
    background: white;
}
#line_b .addressbox p{
    font-size: 1.15rem;
}
#line_b .addresstxt1{
    color: #999;
    padding-right: 3rem;
}
#line_b .addresstxt2{

}



#line_b .iframebox{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    height: 600px;
    margin:0 auto 10px;
    background-color: white;
}

#line_b iframe{
    width: 48.5%;
    border: 0;
    background-color: white;
}

#line_b .iframeimg1{
    width: 48.5%;
    background: url(../img/company01.jpg) no-repeat center center;
    background-size: cover;
}
#line_b .iframeimg2{
    width: 48.5%;
    background: url(../img/company02.jpg) no-repeat center center;
    background-size: cover;
}
#line_b .iframep{
    margin-bottom: 40px;
}







@media ( max-width:1023px ) {


    *{
        /* cursor: none; */
    }
    button, a{
        /* cursor: none; */
        text-decoration: none;
    }
    #wrap{
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto 0 auto;
        /* cursor: none; */
    }
    html{
        margin: 0 auto 0 auto;
        overflow-x: hidden;
        /* cursor: none; */
    }
    
    #banner #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #tab #container{
        margin: 0 auto 0 auto;
        padding: 0rem 0 0rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_a #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    .Corporationdown .container{
        margin: 0 auto 0 auto;
        padding: 10rem 0 10rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%;
        z-index: 50;
    }
    #line_b #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_c #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_d #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    #line_e #container{
        margin: 0 auto 0 auto;
        padding: 2rem 0 2rem 0;
        width: 80%;
        max-width: 80%;
        height: 100%
    }
    
    .graytxt{
        color: #565656;
        font-family: Inter;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
        /* text-align: center; */
        margin-bottom: .1rem;
    }
    .blacktxt{
        color: #111;
        font-family: Inter;
        font-size: 2.5rem;
        font-style: normal;
        font-weight:550;
        line-height: normal;
        letter-spacing: -2px;
        /* text-align: center; */
        margin-bottom: .6rem;
        /* color: #2a80b9;
        font-size: 3rem; */
    }
    
    
    
    /*-----------------------------------------banner------------------------------------------*/
    
    #banner {
        width: 100%;
        /* height: calc(100vh - 900px) !important; */
        height: 400px;
        padding: 80px auto 2rem auto;
        background: url(../img/companybanner.png)no-repeat;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        margin: 0;
        position: relative;
    }
    
    #banner .baimg {
        width: 100%;
        height: 400px;
        margin: 0 auto;
    /*    background-attachment: fixed;*/
        z-index: 1;
    }
    
    #banner .baimg img {
        margin: 0 auto;
        padding: 0;
    }
    
    #banner .baimg span {
        /*    width: 300px;*/
        height: 100px;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        position: absolute;
        left: 43vw;
        top: 200px;
        z-index: 2;
    }
    
    #banner .babg {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        filter: brightness(50%);
        position: absolute;
        top: 0;
        left: 0;
        padding: 2rem 0 2rem 0;
        margin: 0;
        z-index: 1;
    }
    
    /*-----------------------------------------tab------------------------------------------*/
    
    #tab{
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 6rem;
    }
    ul.tabs{
        width: 100%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content:start;
    }
    ul.tabs li{
        width: 150px;
        height: 80px;
        background: none;
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 1.1rem;
        line-height: 4;
        transition: all .1s ease;
    }
    
    /*
    @keyframes tab{
        0% {left: 0px; top: 0px;}
        100% {left: 100px; top:100px;}
    }
    */
    
    ul.tabs li.current{
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
        border-color:rgba(28,32,52,1);
        border-image-slice: 1;
    /*
        animation-duration: .3s;
        animation-name: tab;
    */
    }
    
    .tab-content{
        width: 100%;
        height: auto;
        display: none;
        background: #fff;
    /*	padding: 15px;*/
    }
    
    .tab-content.current{
        display: inherit;
    }
    
    /*-----------------------------------------Corporation------------------------------------------*/
    
    #line_a{
        clear: both;;
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
    }
    .line_a_txtbox{
        margin-bottom: 1.5rem;
    }
    
    #line_a .whitetxt{
        /* width: 100%; */
        height: 2rem;
        padding: 24px;
        color: #fff;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        font-size: 1.1em;
        line-height: 1.8rem;
        /* transition: all 0.7s ease; */
        position:absolute;
        bottom: 2rem;
    }
    #line_a .whitetxt span{
        font-weight: bold;
        font-size: 2.1rem;
        margin-bottom: .4rem;
        letter-spacing: -1px;
    }
    
    
    #line_a .cortxt{
        line-height: 2.2rem;
        font-size: 1.2rem;
        color: #898989;
        margin-bottom: 5rem;
    }
    
    .Corporationdown{
    width: 100%;
    height: 40rem;
    background-image: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /* box-shadow: 0 0 500px rgba(0, 0, 0, 100) inset; */
    margin: 0 auto 6rem;
    position:relative;
    overflow: hidden;
    z-index: 0;
    }
    
    .co_information_bg{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        position: absolute;
        top: 0;
        left: 0;
        padding: 2rem 0 2rem 0;
        margin: 0;
        z-index: -1;
    }
    
    
    #line_a button {
        width: 240px;
        height: 48px;
    /*    background: linear-gradient(to right, #24C6DC, #514A9D);*/
        background: white;
        color: #black;
        border: none;
        border-radius: 4px;
        font-size: 18px;
        transition: all 0.5s ease;
        padding: 0;
        z-index: 50;
    }
    
    #line_a button:hover {
        cursor: pointer;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    
    #line_a button span{
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 2.5;
        z-index: 50;
        transition: all 0.5s ease;
        box-shadow: none;
        z-index: 50;
    }
    
    #line_a button span:hover{
        color: white;
        border: 2px solid white;
        box-sizing: border-box;
        line-height: 2.3;
        background-color: black;
    }
    
    
    /*-----------------------------------------culture------------------------------------------*/
    
    #line_a .chart{
        width: 100%;
        height: 90%;
        margin: 0 auto 60px;
        display: flex;
        flex-flow: column;
        padding: 2rem auto 2rem auto;
    }
    
    
    #line_a .chart img{
        width: 90%;
        margin: 0 auto;
        margin-top: 3rem;
        margin-bottom: 12rem;
    }
    
    
    
    
    /* ------------------------------------------------------------- */
    
    #line_b{
        width: 100%;
        height: 100%;
        padding: 2rem auto 2rem auto;
    }
    
    #line_b h5{
        width: 300px;
        text-align: center;
        margin: 0 auto;
        font-weight: 400;
    }
    
    #line_b h3{
        width: 300px;
        text-align-last: center;
        margin: 0 auto;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 65px;
    }
    
    #line_b #tab2{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 37px;
    }
    #line_b ul.tabs2{
        width: 100%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }
    #line_b ul.tabs2 li{
        width: 400px;
        height: 120px;
        background: none;
        color: #444;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 22px;
        line-height: 5;
        transition: all .1s ease;
        border: 3px solid #eee;
    /*    box-shadow: 0px 0px 5px #ccc;*/
        font-weight: 500;
    }
    
    /*
    @keyframes tab{
        0% {left: 0px; top: 0px;}
        100% {left: 100px; top:100px;}
    }
    */
    
    #line_b ul.tabs2 li.current2{
        color: #333;
        border: 3px solid transparent;
        border-image: linear-gradient(to right, #24C6DC, #514A9D);
        border-image-slice: 1;
    /*    box-shadow: 3px 3px 7px #ccc inset;*/
    /*
        animation-duration: .3s;
        animation-name: tab;
    */
    }
    
    #line_b .tab-content2{
        width: 100%;
        height: auto;
        display: none;
    /*	padding: 15px;*/
        
    }
    
    #line_b .tab-content2.current2{
        display: inherit;
    }
    
    #line_b .tabhr{
        width: 2px;
        height: 100px;
        
        margin: 0 auto 50px;
    }
    #line_b .mapbox{
        margin-bottom: 12rem;
    }
    #line_b .mapbox iframe{
        
    }
    
    #line_b .addressbox{
        width: 100%;
        margin: 0 auto;
        font-size: 16.5px;
        letter-spacing: .5px;
        color: #333;
        display: flex;
        border-top: 1px solid #999;
        padding: 1rem 0 3rem 0;
        flex-flow: column wrap;
        overflow: hidden;
    }
    
    #line_b .bluetxt{
        color: #1c2034;
        font-size: 2rem;
    }
    
    #line_b .addressbox01, #line_b .addressbox02{
        width: 100%;
        display: flex;
        justify-content:flex-start;
    }
    #line_b .addressbox{
        width: 100%;
        display: flex;
        justify-content: none;
    }
    #line_b .addressbox p{
        width: 100%;
        font-size: 1rem;
    }
    #line_b .addresstxt1{
        color: #999;
        padding-right: .4rem;
        width: 4rem;
    }
    #line_b .addresstxt1 p{
        /* width: 7rem; */
    }
    #line_b .addresstxt2{
        width: 100%;
        padding-right: .4rem;
    }
    #line_b .addresstxt2 p{
        width: 100%;
    }

    #line_b .iframeimg1{
        width: 48.5%;
        background: url(../img/company01.jpg) no-repeat center center;
        background-size: cover;
    }
    #line_b .iframeimg2{
        width: 48.5%;
        background: url(../img/company02.jpg) no-repeat center center;
        background-size: cover;
    }


}


@media ( max-width:768px ) {

    #line_b .iframebox{
        display: flex;
        flex-flow:column;
        justify-content: space-between;
        width: 100%;
        height: 850px;
        margin:0 auto 40px;
        background-color: white;
    }
    
    #line_b iframe{
        width: 100%;
        height: 400px;
        border: 0;
        background-color: white;
    }
    #line_b .iframeimg1{
        width: 100%;
        height: 400px;
        background: url(../img/company01.jpg) no-repeat center center;
        background-size: cover;
    }
    #line_b .iframeimg2{
        width: 100%;
        height: 400px;
        background: url(../img/company02.jpg) no-repeat center center;
        background-size: cover;
    }
}


@media ( max-width:480px ) {


    #tab{
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 6rem;
    }
    ul.tabs{
        width: 100%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content:start;
    }
    ul.tabs li{
        width: 120px;
        height: 50px;
        background: none;
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 1rem;
        line-height: 3;
        transition: all .1s ease;
    }
    
    /*
    @keyframes tab{
        0% {left: 0px; top: 0px;}
        100% {left: 100px; top:100px;}
    }
    */
    
    ul.tabs li.current{
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
        border-color:rgba(28,32,52,1);
        border-image-slice: 1;
    /*
        animation-duration: .3s;
        animation-name: tab;
    */
    }
    
    .tab-content{
        width: 100%;
        height: auto;
        display: none;
        background: #fff;
    /*	padding: 15px;*/
    }
    
    .tab-content.current{
        display: inherit;
    }


        
    #banner .baimg span {
        /*    width: 300px;*/
        height: 100px;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        position: absolute;
        left: 35%;
        top: 200px;
        z-index: 2;
    }


    #line_a .cortxt{
        line-height: 1.8rem;
        font-size: 1rem;
        color: #898989;
        margin-bottom: 5rem;
    }



    #line_b .iframebox{
        display: flex;
        flex-flow:column;
        justify-content: space-between;
        width: 100%;
        height: 850px;
        margin:0 auto 10px;
        border: 0;
        background-color: white;
    }
    
    #line_b iframe{
        width: 100%;
        height: 400px;
        border: 0;
        background-color: white;
    }


    #line_b .iframeimg1{
        width: 100%;
        height: 400px;
        background: url(../img/company01.jpg) no-repeat center center;
        background-size: cover;
    }
    #line_b .iframeimg2{
        width: 100%;
        height: 400px;
        background: url(../img/company02.jpg) no-repeat center center;
        background-size: cover;
    }
    #line_b .iframep{
        margin-bottom: 40px;
    }
}