/* 聯絡傑品CSS */

.jp-banner{
    background-image: url("../images/contact-jiepin/contact_slide01.jpg");
    background-size: cover;
    background-position: center center;
    height: 100px;
    padding-top: 36px;
    }
.jp-banner h2{
    
    text-align: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .7)

}
.jp-banner h2+span{
    margin-top: 2px;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #333;
}

/* S1 */
.jp-contact-s1{
    padding-top: 50px;
    padding-bottom: 50px; 
   
 }

 .jp-contact-s1 a:hover{
    text-decoration: none; 
 }

 .jp-contact-s1 h3{
     font-size: 24px;
     color: #333;
     text-align: center;
     padding-bottom: 10px;
     border-bottom: 1px solid #eee;
     margin-bottom: 20px;
 }

 .jp-contact-s1 p{
     /* text-indent: 2.1em; */
     letter-spacing: 0.02em;
     line-height: 1.5em;
     text-align: justify;
 }
 .jp-contact-s1 .a1{
     margin: 20px 0;
     margin-left: 5px;
     padding-left: 10px;
     border-left: 3px solid #005fb8;
 }
 .jp-contact-s1 .a1>p
 {
    line-height: 2em;
 }

 .jp-contact-s1 .jp-line-code{
     /* height: 240px; */
     background-color: #40b13b;
     padding-bottom: 15px;
     }

 .jp-contact-s1 .jp-fb-code{
    /* height: 240px; */
    background-color: #3b5999;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.jp-contact-s1 .jp-fb-code:hover{
    background-color: #456dc4;
}
.jp-contact-s1 .jp-line-code:hover{
    background-color: #4dcc46;
}



 .jp-contact-s1 .jp-line-code img,.jp-fb-code img{
     width: 85%;   
     display: block;
     margin: auto;
 }
 .jp-contact-s1 h4{
     font-size: 18px;
     text-align: center;
     color: #fff;
     padding: 8px 0;
     font-weight: bold;
 }
 .jp-contact-s1 h5{
     font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    font-weight: bold;
}

  .jp-contact-s1 i,.jp-contact-s2 i{
    margin-bottom: 2px;
    color:  #005fb8;
    margin-right: 5px;
 }

 .jp-contact-s1 .sm {
     padding-top: 10px;
     padding-bottom: 10px;
 }
 .jp-contact-s1 .sm img{
    display: block;
    margin: 0 auto;
 }
 .jp-contact-s2{
    padding-top: 50px;
    padding-bottom: 50px; 
     background-image: url("../images/about-jiepin/bg_light.png")
}
.jp-contact-s2 h3{
    font-size: 24px;
     color: #333;
     text-align: center;
     padding-bottom: 10px;
     border-bottom: 1px solid #eee;
 }
.jp-contact-s2 h3+p{
    margin-top: 15px;
    text-align: center;
    margin-bottom: 5px;
}
#map {
    height: 400px;
    width: 100%;
   }
/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// 平板////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width:768px){

    .jp-banner{
        background-size: cover;
        background-position: center center;
        height: 150px;
        padding-top: 50px;
        }

    .jp-banner h2{

        text-align: center;
        font-size: 28px;
        color: #fff;
    }
    .jp-banner h2+span{
        margin-top: 4px;
        font-size: 14px;
        display: block;
        text-align: center;
    }


        
}


/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// 電腦版 ////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:992px){

    .jp-banner{
        background-size: cover;
        background-position: center center;
        height: 300px;
        padding-top: 120px;
        }

        .jp-banner h2{
            text-align: center;
            font-size: 36px;
            color: #fff;
        }

        .jp-banner h2+span{
            margin-top: 5px;
            font-size: 18px;
            display: block;
            text-align: center;
        }

        .jp-contact-s1 h3{
            font-size: 30px;
            margin-bottom: 50px;
        }
        .jp-contact-s2 h3{
            font-size: 30px;
            margin: 0;
        }
        .jp-contact-s2 h3+p{
            text-align: center;
            color: #333;
        margin-top: 20px;
        margin-bottom: 10px;
        }

        #map {
        height: 500px;
        width: 100%;
       }


    }

    