@charset "utf-8";
/*刪除select下拉箭頭*/
select::-ms-expand{
    display: none;
}
select{
    /* Chrome */
    -webkit-appearance: none;
    /* Firefox */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ' '; /* space */
}
.main-inner:before, .main-inner:after {
    content: " ";
    display: table;
}
.main-inner:after {
    clear: both;}
/*--relation page--*/
.relation table tr:nth-of-type(even){background-color: rgba(235, 235, 235, 0.3);}
.relation table {width:100%;}
.relation table td,.relation table th {border: 1px solid #CAD2D8; padding: 10px;vertical-align: middle;}
.relation table th {background-color: rgb(56, 92, 140); color:#ececec; text-align: right; width:16em;}
/*.relation table tr:hover td {background-color: #f2f6f7;}*/
.relation table th i{
    color: red;
}
.relation table td input[type="text"],.relation table td textarea,.inter_fom1_select,.inter_fom2_select
{
    min-height: 2.5em;
    box-sizing: border-box;
    padding-left: .5em;
    padding-right: 1em;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif, 微軟正黑體;
    font-weight: normal;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 3px inset;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    outline: none;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    min-width: 50%;
    vertical-align: middle;
}
.inter_fom1_select option,.inter_fom2_select option{
     min-height: 2.5em;
}

.inter_fom1_select,.inter_fom2_select{
    background-image: url(../../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    padding-right: 20px;
}
.inter_fom2_select{
    min-width: 20%;
    margin-right:.2em; 
}

.relation table td label {padding-right: 10px;}

.relation table td textarea {color: #585858; width:100%; padding:10px 15px;}

.relation table td input::-webkit-input-placeholder {
    -webkit-text-security: none;
    color: #585858;
    pointer-events: none;
}

.relation table td p {color:#585858;padding-bottom:2px;}
.relation table td p:nth-of-type(2),.relation table td p:nth-of-type(3){
    padding-top: 10px;
}


.relation div {display:block; text-align: center; padding:15px 0;}
.relation div input[type="submit"],.relation div a {
    background-color: #505050;
    color: #FFFFFF;
    border: 1px none #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 30px;
    padding-left: 30px;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}
.relation div a {line-height: 42px; }
.relation div input[type="submit"]:hover,.relation div a:hover {background-color: #5982b9;}
.codeimg {height:39px; vertical-align:middle;}
.lab-form-Vsearch img {width:40px; height:40px;}

/*--relation page end--*/

.qrcode {margin-bottom: 50px;}

/*--造船人才資料庫--*/
/*.inter_fombar__select{
    position: relative;
}
.inter_fombar__select:after{
    content: " ";
    position:absolute;
    top: 38%;
    right: 0.813em;
    z-index: 1;
    width: 12px;
    height: 7px;
    background-image: url(../../images/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none; 
}*/
@media screen and (max-width:801px){
    .relation table td input[type="text"], .relation table td textarea, .inter_fom1_select, .inter_fom2_select{
    width: 100%;
    padding-left: .2em;
    }
    .inter_fom2_select{
    margin-bottom: 10px;
    }
}
@media screen and (max-width:541px){
    .relation table td input[type="text"], .relation table td textarea, .inter_fom1_select, .inter_fom2_select{
    width: 100%;
    padding-left: .2em;
    }
    .inter_fom2_select{
       margin-bottom: 10px;
    }

    .relation table th{
        display: none;
    }
  
    .break-table td:before {
    content: attr(data-title);}

    .break-table td{
    border: none !important;
    /*border-bottom: 1px solid #eee !important;*/
    position: relative;
    /*padding-left: 35% !important;*/
    white-space: normal;
    text-align: left;
    }
    .break-table td:before {
    /*position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;*/
    color:#2D5891;
    
    }
    .relation table td{
        background-color: #eee;
    }
    .relation table td, .relation table th{
        border: none;
    }
    .relation table tr:hover td{
        background-color: #e9e7e7;
    }
}

/* 代表性產品 */

.rep_column{
    position: relative; 
    float: left;
    width: calc(100% / 3 );
    padding: 0 20px;
}
.rep_column a{
    width: 100%;
    display: block;
    outline: none; /* for Firefox Google Chrome  */
    behavior:expression(this.onFocus=this.blur()); /* for IE */
}
/*.rep_column~.rep_column{
    margin-left: 2em;
}*/
.rep_warp:after{
    content: "";
    display: table;
    clear: both;
}
.rep_img{
   /* width: 260px;*/
    height: 170px;
    overflow: hidden;
    background-color: #1f3b78;
    /*display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;*/
    box-shadow: 3px 4px 10px rgba(46, 46, 46, 0.6),8px 8px 0px #1f3b78; 
    -webkit-box-shadow:3px 4px 10px rgba(46, 46, 46, 0.6),8px 8px 0px #1f3b78; 
    -moz-box-shadow: 3px 4px 10px rgba(46, 46, 46, 0.6),8px 8px 0px #1f3b78; 
}
.rep_img img{
   min-height:170px; 
}
.rep_column a:hover  .rep_img{
    /*webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease; 
     box-shadow: 4px 5px 10px rgba(46, 46, 46, 0.6),10px 10px 0px #1f3b78; 
    -webkit-box-shadow:4px 5px 10px rgba(46, 46, 46, 0.6),10px 10px 0px #1f3b78; 
    -moz-box-shadow: 4px 5px 10px rgba(46, 46, 46, 0.6),10px 10px 0px #1f3b78; 
}
.rep_column p{
    width: 100%;
    position:relative;
    padding: 1.75em 0 1em 0;
    margin-bottom: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rep_column p:after {
    position: absolute;
    /*top: 0;*/
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: .15rem;
    margin: 0;
    content: "";
    background: #d30f1b;
    background: -moz-linear-gradient(left, #d30f1b 0%, #d30f1b 20%, #24458c 20%);
    background: -webkit-linear-gradient(left, #d30f1b 0%,#d30f1b 20%,#24458c 20%);
    background: linear-gradient(to right, #d30f1b 0%,#d30f1b 20%,#24458c 20%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30f1b', endColorstr='#24458c',GradientType=1 );
}
.rep_column a:hover >p:after{
    background: #d30f1b;
    background: -moz-linear-gradient(left, #d30f1b 0%, #d30f1b 100%, #24458c 50%);
    background: -webkit-linear-gradient(left, #d30f1b 0%,#d30f1b 100%,#24458c 50%);
    background: linear-gradient(to right, #d30f1b 0%,#d30f1b 100%,#24458c 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30f1b', endColorstr='#24458c',GradientType=1 );
}
.kf-center:after,.rep_warp:after{
    content: "";
    display: table;
    clear: both;
}
.rep_column a:hover img,.rep_column a:hover >p:after{                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease; }
@media screen and (max-width:801px){
.rep_column{
    width: calc(100% / 2 ); 
}
.rep_img {
    height: 220px;
}
.rep_img img{
    min-height: 220px;
}
}
@media screen and (max-width:721px){
.rep_img {
    height: 190px;
}
.rep_img img{
    min-height: 190px;
}
}
@media screen and (max-width:641px){
.rep_column{
    width: 100%;
}
.rep_img {
    height:296px;
}
.rep_img img{
    min-height: 296px;
}
}
@media screen and (max-width:481px){
    .rep_img {
    height: 270px;
}
    .rep_img img{
    min-height: 270px;
}
}
@media screen and (max-width:321px){
    .rep_img {
    height: 150px;
}
    .rep_img img{
    min-height: 150px;
}
}

/*代表性產品內頁*/
/*.rep_de_left #owl-slide{
    width: 440px;
}*/
.rep_de_norm{
    float: left;
    width: 100%;
}
.rep_de_left{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 18px;
    box-shadow: -3px -4px 10px rgba(46, 46, 46, 0.6),-10px -10px 0px #1f3b78;
    -webkit-box-shadow: -3px -4px 10px rgba(46, 46, 46, 0.6),-10px -10px 0px #1f3b78;
    -moz-box-shadow: -3px -4px 10px rgba(46, 46, 46, 0.6),-10px -10px 0px #1f3b78;
}
.rep_de_right{
    float: left;
    width: 100%;
    margin-top: 3em;
    /*padding:0 1.5em ;*/
}
.rep_de_right h3,.shipowner h3{
    color: #24458c;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}
.rep_de_right ul{
    margin-top:.25em; 
}
.rep_de_right ul span,.shipowner ul span,.winner span{
    position: relative;
    color: #1f1f1f;
    padding-left: 10px;
    font-weight: bold;
    letter-spacing:.1em;
    line-height: 2.25em;
}
.rep_de_right ul span:before,.shipowner ul span:before,.winner span:before{
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    background: #d30f1d;
    background: -moz-linear-gradient(top, #d30f1d 0%, #d30f1d 34%, #24458a 34%, #24458a 100%);
    background: -webkit-linear-gradient(top, #d30f1d 0%,#d30f1d 34%,#24458a 34%,#24458a 100%);
    background: linear-gradient(to bottom, #d30f1d 0%,#d30f1d 34%,#24458a 34%,#24458a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30f1d', endColorstr='#24458a',GradientType=0 );
}
.rep_de_right ul li{
    border-top:1px #dddddd solid; 
}
.rep_de_right ul li i,.shipowner ul li i{
    display: inline-block;
    width:300px;
    color: #005dac;
    font-weight: bold;
    vertical-align: middle;
    padding: .5em .5em .5em  0;
    line-height: 1.5em;
}
.shipowner,.winner{
    float: left;
    width: 100%;
    margin-top:2em; 
}
.shipowner ul span{
    width: 100%;
    display: block;
    color: #24458a;
    margin-bottom: 1em;
    border-bottom: 1px #e0e0e0 solid;
}
.shipowner ul span:before,.winner span:before{
        bottom: 11px;
}
.shipowner ul li i{
    width: 15%;
    padding: .5em 0;
    color: #1f1f1f;
    margin-right: 1em;
    border-right:1px #e0e0e0 solid; 
}

.winner span{
  display: block;
  width: 100%;
    color: #24458a;
  border-bottom: 1px #e0e0e0 solid;
}
.winner_data{
    margin:1em 0 1.5em 0;
}
@media screen and (max-width: 1100px){
  .rep_de_left{
    width: 100%;
  }
  .rep_de_right{
    width: 100%;
    padding:0;
     margin-top: 3em;
  }
  .rep_de_right ul li i{
    width: 230px;
    padding-right: 1em;
  }
}



@media screen and (max-width:641px){
    .shipowner ul li i{
    width: 25%;}
}
@media screen and (max-width:481px){
    .rep_de_right ul li i{
        display: block;
        width: 100%;
    }
}

/*電子賀卡*/
.card-photo{
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}
.card-photo img{
   min-width: 360px;
}
.card-photo:after{
    position: absolute;
    /* top: 0; */
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: .2rem;
    margin: 0;
    content: "";
    background: #d30f1b;
    background: -moz-linear-gradient(left, #d30f1b 0%, #d30f1b 20%, #24458c 20%);
    background: -webkit-linear-gradient(left, #d30f1b 0%,#d30f1b 20%,#24458c 20%);
    background: linear-gradient(to right, #d30f1b 0%,#d30f1b 20%,#24458c 20%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30f1b', endColorstr='#24458c',GradientType=1 );
}
.card_tit{
    font-size: 1.125em;
    color: #1f3b78;
    margin: 1.5em 0 .5em;
}
.card_demo{  
    float: left;
    width:100%;
    border: 1px solid #cad2d8;
    border-bottom:none;
    background-color: #f9f9f9;
}
.card_demo input{
    display: none;
}
.card_demo label{
    cursor: pointer;
    font-size:0; 
}
.card_demo label:before{
    box-shadow: 5px 5px 15px rgba(117, 116, 116, 0.5); 
    -webkit-box-shadow:5px 5px 15px rgba(117, 116, 116, 0.5); 
    -moz-box-shadow:5px 5px 15px rgba(117, 116, 116, 0.5); 
}
.card_demo h3{
    display: block;
}
.card_groud01{
    float: left;
    width: 45%;
    margin: 3em;  
}
.card_groud02{
    float: left;
    width: 30%;
    margin: 3em 0;  
}
.card_demo  input[type="radio"] + label{
    display: inline-block;
    opacity: 0.6;
     }
.ecard_demo01 label img,.ecard_demo02 label img,.ecard_demo03 label img{
    width: 100%;
}
/*.ecard_demo01 label:before{
    content:"";
    display: block;
    width: 300px;
    height: 200px;
    background: url(../../images/ecard02_demo.jpg) no-repeat left top;
}*/
.card_demo  input[type="radio"]:checked + label{
    opacity:1;
    box-shadow: 1px 0px 15px #777777; 
    -webkit-box-shadow: 1px 0px 15px #777777; 
    -moz-box-shadow: 1px 0px 15px #777777; 
}
.ecard_demo02{
    margin-top: 3em; 
}
@media screen and (max-width:801px){
.lab-form-captcha{
    display: inline-block;
    margin-top:.5em ;
}
}
@media screen and (max-width:721px){
.card-photo{
    width:100%;
}
.card-photo img{
   min-width:100%;
}
}
@media screen and (max-width:541px){
.card_demo{
    padding:1em;
    }
.card_groud01{
    width: 100%;
     margin: 0;
    }
.card_groud02{
    width: 100%;
    margin:1em 0 0 0; 
    text-align: center; 
}   
.ecard_demo02{
    margin-top: 1em; 
}
}

