@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 100%;
    position:relative;
    background-color: #ebebeb;
    background-image: url(../images/hotcase_repeat_bg.jpg);
    background-repeat: repeat;
}
.weapper .banner{
    background-size:auto;
}
.cleanup{
    height: 50px;
}
    

.wrapper .banner{
    background-image:url(../uploads/about/about01.jpg);
  -webkit-transition: background-image 1s ease-in-out;
transition: background-image 1s ease-in-out;
background-size: cover;
}

 .wrapper .banner .main{
    height: 100%;
    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;
}
.wrapper .banner .main .txt{
    width: 100%;
    font-size: 48px;
    line-height: 180%;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 11px #000;
    position: relative;
    transition: all 0.8s ease-out;;
}
.wrapper .banner .main .txt:after {
    height: 3px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: " ";
    margin-left: -50px;
    background-color: #ffff;
    box-shadow:1px 1px 2px #000;

}

@media  screen and (max-width: 1366px){
.wrapper .banner{
    height: 600px;

}
}


.wrapper .picandtxt .main{
      transition: all 0.5s ease-out;
}
.wrapper .main a{
        transition: all 0.8s ease-out;
}

@media  screen and (max-width: 1024px){
.wrapper .banner {
    height: 745px;
    background-position: 50% 50%;
    position: relative;
}
}
@media  screen and (min-width: 1025px){
.wrapper .banner {
    height: 745px;
    background-position: 50% 0%;
     background-attachment: fixed; 
    position: relative;

}
.line_bar {
    height: 1px;
}
}

.wrapper .banner {
    background-size: cover;
}
.wrapper .main .cent_box.left .img{

    text-align: center;
    height: auto;
}
}
@media  screen and (max-width: 768px){
.wrapper .main .cent_box.left .txt_box{
    min-width: 250px;
    min-height: 70px;
    padding: 10px;
}
}

@media  screen and (max-width: 480px){
.wrapper .main .cent_box.left .txt_box{
    min-width: 250px;
    min-height: 60px;
       padding: 5px;
}

}



.weapper .banner{
    background-size:auto;
}

/*picandtxt**/
.wrapper .picandtxt{
    width: 100%;
    padding: 30px 0px 45px;;
    position:relative;
}
.wrapper .picandtxt .main{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position:relative;
    text-align:center;
    color: #3f3f3f;
    transition: all 0.8s ease-out;
}


.wrapper .picandtxt .main h4.title{
    font-size: 32px;
    line-height: 180%;
    font-weight: bold;
    color: #a6945d;
    text-align: left;
    position: relative;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 22px;   
    line-height: 180%;
    color: #565656;
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.icon{   
    width: 7%;
    max-width: 35px;
    margin: -10px 0 0 10px;
    vertical-align: middle;
}


.only_pic1{
    width: 100%;
    background-image: url(../uploads/about/about03.jpg);
    background-position:center;
    position: relative;
    height: auto;
    background-size: cover;
}
@media screen and (max-width: 1024px){
    .only_pic1{
    background-image: url(../uploads/about/about03_phone.jpg);
}
}
.white{
    width: 100%;
    background-color: #ffffffb8;
    position: relative;
    text-align: center;    
    padding: 8% 0 0;
    padding: 5%;
}
.wapper .only_pic1 .white .logimg{
        margin: auto;
width: 45%;
text-align: right;
display: inline-block;
}
.wapper .only_pic1 .white .txt{

}
.logoimg {
width: 47%;
text-align: right;
display: inline-block;
    padding: 0 5%;
vertical-align: middle  ;
}

.txtx{
    border-left: #cdc1bb 3px solid;
    color: #fff;
    font-size: 26px;
    font-family: Microsoft JhengHei;
    width: auto;
    text-align: left;
    display: inline-block;
    line-height: 180%;
    vertical-align: middle;
    padding: 3% 23.3%;
}


.pc_img{
    display: inline-block;}
.phone_img{
    display: none;
}
@media screen and (max-width: 1024px){
.phone_img{
    display: inline-block;
}
}

@media screen and (min-width: 1024px){
.logoimg_phone{
    display: none;
}
.logoimg{
    display: inline-block;
}

}
@media screen and (max-width: 1024px){
    .logoimg_phone{
    display: block;
    }
    .logoimg_phone>img{
    width: 60%;
    }


    .white {
        padding: 13% 5%;
    }
    .logoimg{
        display: none;
    }



    .txtx {
        width: 100%;
        padding: 15% 5%;
        border-left: #cdc1bb 0px solid;
        text-align: right;
    }


/*    字體      */

    .txtx{
        font-size: 52px;
    }
    .wrapper .picandtxt .main h4.title {
    font-size: 30px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 26px;
    }
    .wrapper .banner .main .txt {
    font-size: 85px;
    }
    .wrapper .banner .main .txt:after {
        height: 5px;
        width: 205px;
        left: 45%;
       
    }
}
@media screen and (max-width: 768px){
/*    字體      */

    .txtx{
        font-size: 39px;
    }
    .wrapper .picandtxt .main h4.title {
    font-size: 30px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 27px;
    }
    .wrapper .banner .main .txt {
    font-size: 64px;
    }
    .wrapper .banner .main .txt:after {
        height: 4px;
        width: 155px;
        left: 46.5%;
       
    }
}

@media screen and (max-width: 460px){
    
/*    字體      */

    .txtx{
        font-size: 21px;
    }
/*    .wrapper .picandtxt .main h4.title {
    font-size: 22px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 16px;
    }*/
    .wrapper .banner .main .txt {
    font-size: 34px;
    }
    .wrapper .banner .main .txt:after {
        height: 3px;
        width: 81px;
        left: 52.5%;
    }
}
@media screen and (max-width: 375px){
    
/*    字體      */

    .txtx{
        font-size: 19px;
    }
/*    .wrapper .picandtxt .main h4.title {
    font-size: 20px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 14.5px;
    }*/
    .wrapper .banner .main .txt {
    font-size: 31px;
    }
    .wrapper .banner .main .txt:after {
        height: 3px;
        width: 81px;
        left: 52.5%;
    }
}
@media screen and (max-width: 380px){
    
/*    字體      */

    .txtx{
        font-size: 17px;
    }
/*    .wrapper .picandtxt .main h4.title {
    font-size: 20px;
    }*/
/*    .wrapper .picandtxt .main p.txt {
    font-size: 13px;
    }*/
    .wrapper .banner .main .txt {
    font-size: 31px;
    }
    .wrapper .banner .main .txt:after {
        height: 3px;
        width: 81px;
        left: 52.5%;
    }
}



.out_box{
    background-color: #f4f4f4;
    text-align: center;
}
.left_img{

}
.mindle_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.mindle_box .main {
    width: 48%;
    text-align: justify;
    line-height: 210%;
}
.mindle_box .left {
    padding: 0% 4% 0 0%;
    /* margin: 0% 0px 0px 0%; */
    text-align: justify;
    vertical-align: middle;
    display: inline-block;
    /* margin-left: 20%; */
}

.left_img {
    width: 48%;
    display: inline-block;
    position: relative;
    /* text-align: right; */
    right: 0;
    padding: 7% 0;
    vertical-align: middle;
}


p.pb_left {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (min-width: 1025){
    p.pb_left {
    margin-bottom: 5px;
}
    p.pb_right {
    margin-bottom: 5px;
}
}
@media screen and (max-width: 1366px){
.wrapper .picandtxt{
    width: 90%;
    position:relative;
    margin: 0 auto;
}
}
@media screen and (max-width: 1024px){
.wrapper .picandtxt .main h4.title{
    font-size: 30px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 27px;   
    line-height: 180%;
}
.icon{   
    max-width: 59px;
    margin: -15px 0 0 10px;
}
}
@media screen and (max-width: 768px){
.wrapper .picandtxt .main h4.title{
    font-size: 30px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 27px;   
    line-height: 180%;
}
}
@media screen and (max-width: 450px){

.wrapper .picandtxt .main h4.title{
    font-size: 24px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    padding-left: 24px;
    font-size: 18px;
}
}


@media screen and (max-width: 414px){
.wrapper .banner {
    height: 450px;

}
.icon{
    margin: -9px 0 0 10px;
}
}
@media screen and (max-width: 414px){
.wrapper .banner {
    height: 510px;

}
.wrapper .banner .main .txt {
    font-size: 40px;
}
}
@media screen and (max-width: 375px){
.wrapper .banner {
    height: 450px;

}
.icon {
    width: 7%;
    margin: -7px 0 0 10px;
}
.wrapper .banner .main .txt {
    font-size: 35px;
}
.wrapper .picandtxt .main p.txt{
    padding-left: 24px;
    font-size: 20px;
}
}
@media screen and (max-width: 320px){
.wrapper .banner {
    height: 450px;

}
.wrapper .banner .main .txt {
    font-size: 35px;
}
.wrapper .picandtxt .main p.txt{
    padding-left: 24px;
    font-size: 18px;
}
}



.p_left p {
    font-size: 22px;
    color: #565656;
    letter-spacing: 1.5px;
}
.p_right p {
    letter-spacing: 1.5px;
}
.title_left {
    color: #a6945d;
        margin-bottom: 5%;
}
.title_left h3 {
    font-size: 45px;
}
.title_left h5 {
    font-size: 30px;
    margin-left: 22%;
}
/*.title_left h5:after {
    height: 0.5px;
    width: 69px;
    position: absolute;
    left: 33%;
    bottom: 0px;
    content: " ";
    margin: 0;
    top: 10%;
    background-color: #b0b0b0;
    transform: rotate(135deg);
}*/


    p.pb_left {
    margin-bottom: 5px;
}
    p.pb_right {
    margin-bottom: 5px;
}


.mindle_box .right {
    padding-left: 5%;/*
    margin: 0% 0px 0px 0%;*/
    display: inline-block;
    /* position: absolute; */
    /* padding-left: 23%; */
    vertical-align: middle;
}

.right_img {
    width: 48%;
    position: relative;
    /* overflow: hidden; */
    text-align: justify;
    /* margin-left: 20%; */
    vertical-align: middle;
    padding: 7% 0;
    /* margin-left: 20%; */}

.mindle_box .left{
       width: 48%;
    display: inline-block;
    /* margin: 0% 0px 0px 20%; */    padding: 0% 4% 0 0%;
    /* margin: 0% 0px 0px 0%; */
    text-align: justify;
    vertical-align: middle;
    display: inline-block;
    /* margin-left: 20%; */
}
.mindle_box .right {
    margin: 0% 0px 0px 0%;
}
@media screen and (max-width: 1366px){
    
.mindle_box .right {
    margin: 3% 0% 3% 0%;
}
.mindle_box .left {
   margin: 0% 0px 0px 0%;
}
}
p.pb_right{
    font-size: 24px;
    font-weight: bold;
}

.p_right p {
    font-size: 22px;
    color: #565656;
}
.title_right {
    color: #a6945d;
    margin-bottom: 5%;
}
.title_right h3 {
    font-size: 45px;
}
.title_right h5 {
    font-size: 30px;
    margin-left: 22%;
}
.line_bar {
    height: 1px;
    width: 75px;
    position: absolute;
    background-color: #b0b0b0;
    transform: rotate(135deg);
    margin-left:11.5%;;
}

/*.only_pic1 li:last-child:after {
    height: 1px;
    width: 58%;
    position: absolute;
    bottom: 0px;
    left: 1%;
    content: " ";
    margin: 0;
    top: 45%;
    background-color: #aca8a1;
    transform: rotate(0deg);
}*/

    .txtx {
        font-size: 24px;
    }
    .txtx b{
        font-size: 26px;
    }

.frimg img {
    width: 100%;
}
.line {
    height: 1px;
    width: 55%;
    position: absolute;
    bottom: 0px;
    /* left: 1%; */
    content: " ";
    margin: 0;
    top: 48%;
    background-color: #aca8a1;
}



@media screen and (max-width: 1024px){
        p.pb_left {
    margin-bottom: 1px;
}
    p.pb_right {
    margin-bottom: 1px;
}
    .line {
       height: 1px;
    width: 52%;
    position: absolute;
    bottom: 0px;
    left: 2%;
    content: " ";
    margin: 0;
    top: 48%;
    background-color: #aca8a1;
}
.mindle_box .left {
    padding: 0% 0% 0 0%;
    text-align: justify;
}
.pc_img{
    display: none;
}
.phome_img{
    display: inline-block;
    width: 90%;
}
.mindle_box {
    width: 100%;
}
.mindle_box .main{
    width: 90%;
    margin: 7% 0 0 0%;
}
.left_img {
    width: 90%;
}
 .title_left h5 {
    margin-left: 14%;
}   
.line_bar {
    margin-left: 7%;
}
.title_left {
    margin-bottom: 1%;
}
.mindle_box .right{
    padding-left: 0;
}
.right_img {
    width: 90%;
margin-left: 0; }
 .title_right h5 {
    margin-left: 14%;
}   
.title_right {
    margin-bottom: 1%;
}

    .txtx {
            width: 40.5%;
        font-size: 27px;
    }

    .txtx b {
    font-size: 29px;
}
.p_left p {
    font-size: 27px;
}
.p_right p {
    font-size: 27px;
}
}
@media screen and (max-width: 768px){  
 .title_left h5 {
    margin-left: 16%;
}   
.line_bar {
    margin-left: 8%;
}
 .title_right h5 {
    margin-left: 16%;
}   
.txtx{
        width: 50.5%;
    line-height: 180%;
        letter-spacing: 5px;
}

    .txtx {
        font-size: 27px;
    }

    .txtx b {
    font-size: 29px;
}
p.pb_left {
    margin: 3% 0;
}
p.pb_right {
    margin: 3% 0;
}
}

@media screen and (max-width: 480px){

 .title_left h5 {
    margin-left: 22%;
}   
.line_bar {
    margin-left: 10%;
}
 .title_right h5 {
    margin-left: 22%;
}   
.txtx{
     width: 69.5%;
    line-height: 180%;
        letter-spacing: 5px;
}

    .txtx {
        font-size: 20px;
    }

    .txtx b {
    font-size: 22px;
}
.title_left h3 {
    font-size: 33px;
}
.title_left h5 {
    font-size: 27px;
}
.p_left p {
    font-size: 18px;
}
.p_right p {
    font-size: 18px;
}
p.pb_left {
    font-size: 22px;
}
p.pb_right {
    font-size: 22px;
}
.title_right h3 {
    font-size: 33px;
}
.title_right h5 {
    font-size: 27px;
}
}
@media screen and (max-width: 380px){

.line_bar {
    margin-left: 6%;
}
.txtx{
   
    width: 72.5%;
    line-height: 180%;
    /* letter-spacing: 5px; */
}

.txtx {
     font-size: 18px;
}

.txtx b {
    font-size: 20px;
}
.title_left h3 {
    font-size: 30px;
}
.title_left h5 {
    font-size: 24px;
}
.p_left p {
    font-size: 20px;
}
p.pb_left {
    font-size: 22px;
}
.p_right p {
    font-size: 20px;
}
p.pb_right {
    font-size: 22px;
}
.title_right h3 {
    font-size:30px;
}
.title_right h5 {
    font-size: 24px;
}
}
@media screen and (max-width: 320px){
.line_bar {
    margin-left: 6%;
}
.txtx{
        width: 72.5%;
    line-height: 180%;
    letter-spacing: 2px;
    /* letter-spacing: 4px; */
}

.txtx {
     font-size: 18px;
}

.txtx b {
    font-size: 20px;
}
.title_left h3 {
    font-size: 28px;
}
.title_left h5 {
    font-size: 22px;
}
.p_left p {
    font-size: 18px;
}
p.pb_left {
    font-size: 20px;
}
.p_right p {
    font-size: 18px;
}
p.pb_right {
    font-size: 20px;
}
.title_right h3 {
    font-size:28px;
}
.title_right h5 {
    font-size: 22px;
}
}

@media screen and (min-width: 1025){
    p.pb_left {
    margin-bottom: 5px;
}
    p.pb_right {
    margin-bottom: 5px;
}
}
