﻿@charset "utf-8";
.wrapper {
    position:relative;
    overflow:hidden;
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 768px) {

}

/*BANNER*/
.banner  {
    width: 100%;
    height: 100%;
    min-height: 680px;
    padding-top: 100px;
    position:relative;
    overflow: hidden;
    background-image: url(../images/contact_banner.jpg);
    background-size:cover;
    background-position:center;

    /*完全置中*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .main {
    width: 87.5%;
    max-width: 1080px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.banner .main .left_txt ,.banner .main .right_from{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .main .left_txt{
    padding: 50px 20px 50px 0px;
}



@media screen and (max-width: 1400px) {
.banner  {
    min-height: 600px;
    padding-top: 70px;
}
.banner .main .left_txt{
    padding: 30px 15px 30px 0px;
}
}
@media screen and (max-width: 1023px) {
.banner  {
    padding-top: 60px;
    width: 100%;
    height: auto;
    min-height: initial;
    display: block;
}
.banner .main {
    max-width: 550px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px;
    display: block;
}
.banner .main .left_txt ,.banner .main .right_from{
    width: 100%;
    display: block;
}
.banner .main .left_txt{
    padding: 0px 0px 50px 0px;
}
}



/*左側文字*/
.banner .main .left_txt .box .cent{
    text-align:center;
    color: #dfc670;
}
.banner .main .left_txt .box .cent .logo{
    width: 80%;
    max-width: 300px;
    padding: 20px 0;
}
.banner .main .left_txt .box .cent .line{
    width: 100%;
    max-width: 420px;
}
.banner .main .left_txt .box .cent h5{
    padding: 10px;
    line-height: 120%;
    letter-spacing: 1.5px;
    vertical-align:middle;
}
.banner .main .left_txt .box .cent h5 a{
    color:inherit;
    vertical-align: middle;
}
.banner .main .left_txt .box .cent h5 .fa{
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #dfc670;
    font-size: 20px;   
    text-align:center;
    line-height: 33px;
}
@media screen and (max-width: 1024px) {
.banner .main  .left_txt .box .cent h5 .fa{
    width: 28px;
    height: 28px;
    font-size: 18px;   
    line-height: 26px;
}
}

/*右邊地圖*/
.banner .main .right_from #map  {
    width: 100%;
    height: 350px;
    border: 1px solid #9e6813;
}
@media screen and (max-width: 1023px) {
.banner .main .right_from{
    height: 350px;
}
}