@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body{ 
 font-size:1.2rem; 
 font-weight: 100;
 font-family: 'Noto Sans TC',Microsoft JhengHei,Arial, Helvetica,sans-serif,nsimsun; color:#333; 
 position:relative;

}
a{ color:#333;  }
a:hover{ color:#efa94b;}
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}
/*main {
    width: 1500px;
    max-width: 95%;
    margin: 1.5rem auto;
}*/
h1 {
    font-size: 25px;
    font-family:Noto Serif TC ;
    font-weight: 700;
	line-height: 44px;
}
h2 {
    font-size: 38px;
    line-height: 5rem;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 2rem;
    color:#ffa32b ;
    letter-spacing: 0.2rem;
}
h5 {
    font-size: 16px;
}
p {
        font-size: 16px;
    font-family: "微軟正黑體";
    font-weight: 900;
}

.margin-1rem-auto {
    margin: 1rem auto;
}



.i_b1 img {
    padding-top: 70px;
    width: 100%;
}
.banner img{
    padding-top: 70px;
    width: 100%;

}
.box {/*等寬*/
    display: flex;
    align-items: flex-start;
    width: 1500px;
    max-width: 95%;
    margin: 5rem auto;
    overflow: hidden;
}
.box_x {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3rem;
    width: 50%;
}
.box_1 {
    border-bottom: solid 0.1px rgb(167, 167, 167);
}
.box_1 h5 {
    margin: 2rem 0;
}
.box_2 {
    margin: 2rem 0;
}
.box_3 img {
    width: 500px;
    max-width: 100%;
}
.pro {
    background-image:linear-gradient(rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.9)),url(../img/pro_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 3.5rem 0;
    text-align: center;
    width: 1920px;
    /*height: 870px;*/
    max-width: 100%;
    /*max-height: 100%;*/
}
.pro ul {
    display: flex;
    justify-content: space-between;
    width: 1500px;
    max-width: 95%;
    margin: 3rem auto;
}
.pro ul li {
    font-weight: 500;
    cursor: pointer;  
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* margin: 20px 10px 20px 10px; */
    text-align: center;
    transition: .5s;
    height:600px;
    max-height: 100%;
}
.pro ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100% - 70px);
    padding: 10px 10px;
    transition: .5s;
}
.pro ul li h6 {
    font-weight: 400;
    margin: 10px auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    font-weight: 500;
}
.pro ul li a:hover img{
    transform: scale(1.05);
    transition:.5s;
}

.pro ul li img{
    width: auto!important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
    transition:.5s;
}
.news {
    width: 1500px;
    max-width: 95%;
    margin: 5rem auto;
}
.news_1 {
    text-align: center;
    margin: 1.5rem auto;
}
.pstyle img{
    width: 750px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 1.5rem 0;
}
.news ul li {
    width: 100%;
    cursor: pointer;
    padding: 1rem;   
    display: inline-block;
    vertical-align: middle;
    /* margin: auto;  */
    transition:.8s;
}
.news ul li img {
    width: 100%;
}
.news ul li:hover{
    box-shadow: 2px -2px 10px 2px #d4d4d4;
}
.news ul li a{
    display: block;
}
.title:hover{
    color: #efa94b;
}
.news ul li span h4 {
    font-size: 16px;
    color: #a8a8a8;
    margin-top: 0.8rem;
}

.news ul li h4 {
    letter-spacing: 0;
    font-weight:500 ;
    color: #333;
}
.news ul li p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    letter-spacing: 2px;
    font-weight: 500;
    color: #6e6e6e;
    margin-top: 0.8rem;
}
.box_4 {
    background-color:#e9e7e3 ;
}
.box_4 ul {
    width: 1500px;
    max-width: 95%;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.box_4 ul li {
    margin: 2rem;
}
.dmg {
    width: 100%;
    border-radius: 50%;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    position: relative;
    transition: .3s;/*進出秒數*/
}
.dmg::after {
    content: "";
    border-style: solid;
    border-width: 25px 12.5px 0 12.5px;
    border-color: rgb(255,255,255) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -30.5%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .3s;
    /* 設置三角形 */
}

.dmg img{
    transition: .3s;
    width: 100%;
}
.box_4 ul li:hover .dmg::after{
    opacity: 10;
    border-color: #cbc1bc transparent transparent transparent;
    /* 在li滑過dmg三角形作顏色改變 */
}
.box_4 ul li:hover .dmg{
    background-color:#cbc1bc;
    /*在li滑過dmg圓形作顏色改變*/
}

.box_4 ul li:hover .dmg img{
    -webkit-filter: brightness(5);
}

.box_4 h5 {
    margin-top: 3rem;
}
.text-align-center {
    text-align: center;
}
.project {
    width: 1500px;
    max-width: 95%;
    margin: 5rem auto;
    /* text-align: center; */
}
.tt {
    margin: 0 auto 3rem auto;
}
.project ul {
    margin:3rem auto;
    width: 100%;
}
.tt ul {
    margin: 0 auto 3rem auto;
}
.project ul li {
    display: inline-block;
    vertical-align: middle;
    margin:0.4rem 0.3rem;
    overflow: hidden;
    width: calc(25% - 0.8rem);
    
}
.project ul li h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
    letter-spacing: 2px;
}
.imges{
    width:100%;
    position: relative;
    cursor: pointer;
}
.imges img{
    transition: .8s;
    width: 100%;
}
.project ul li:hover .imges img{
    transform: scale(1.1);
    transition: cubic-bezier(0,0,.2.1);
}

.project ul li:hover .mask{
    opacity: 100%;
}
.mask {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:1.5rem;
    width: 100%;
    height: 100%;
    max-width:100%;
    position: absolute;
    top: 0;
    left:0;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    transition: .5s;
}
.mask h4 {
    color:white;
    text-align: center;
}
.one{
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style:solid;
    border-width: 1px ;
    border-color: #b9b9b9;
    background-color: rgba(255, 255, 255, 0);  
    width: 12rem;
    height: 2.6rem;
    margin: 5rem auto;
}

.one:hover{
    background-color: #c8c3bd;
}

.btn  {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style:solid;
    border-width: 1px ;
    border-color: #b9b9b9;
    background-color: rgba(255, 255, 255, 0);  
    width: 12rem;
    height: 2.6rem;
    position: relative; 
    transition: all 0.5s;
}

.btn:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #c8c3bd;
    transition: all 0.3s;
}

.btn:hover::before{
    opacity: 1;
    width: 100%;
}

.btn:hover{
    color: #fff;
}

/*about*/
.two {
    display: flex;
    justify-content: center;
    color: #6e6e6e;
    font-weight: 500;
}
.two h4 {
    font-weight: 500;
    color: #6e6e6e;
    letter-spacing: 0;
}
.left {
    max-width: 95%;
}
.img1 {
    width: 50%;
    box-shadow: -30px 30px 0 0 rgb(245, 245, 245);
}
.aa {
    width: 50%;
    max-width: 100%;
    margin: auto 3rem;
}
.aa h3{
    font-weight: 500;
    color: #6e6e6e;
}
.aa h4{
    font-weight: 500;
    color: #6e6e6e;
    letter-spacing: 0;
}
/*news*/
.tag {
    width: 1500px;
    max-width: 95%;
    margin:2rem auto;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.contact>.tag {
    width: 1500px;
    max-width: 95%;
    margin:0 auto 2rem auto;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.ss{
    margin: 0 auto;
}
.ss ul {
    display: flex;
    flex-wrap: wrap;
}
.ss ul li{
    width: calc(26% - 15px);
    transition: .8s;
}
.ss ul li:hover{
    box-shadow: 2px -2px 10px 2px #d4d4d4;
}
.s {
    font-weight: 500;
    color: #6e6e6e;
}
.page {
    width: 1500px;
    max-width: 95%;
    margin: 5rem auto;
    text-align: center;
}
.page ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page li {
    display: inline;
    text-align: center;
}
.page li a {
    /*float: left;*/
    padding: 8px 16px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
}
.page li a.active {
    color: #efa94b;
    border-bottom:#efa94b 1px solid ;
}
.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #eee solid 0.01px;
    display: inline-block;
}
.circle:hover {
    background-color: #eee;
}
/*contact*/
.contact {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2rem 0 0 0;
    background-color: rgba(252, 252, 252, 0.867);
}

.cont_box1.cont_info{
    padding: 4rem 1rem;
}


.contact_info{
    width: 1500px;
    max-width: 95%;
    margin: 3rem auto;
    background-color: white;
    
}

.cont_info ul {
    width: 1024px;
    margin: auto;
    max-width: 100%;
}
.cont_info_box {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 20px;
    width: calc(33.33% - 44px);
}
.cont_info_box.b2{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 20px;
    width: calc(50% - 44px);
}

/* .cont_info_box.b1{
    margin-right: 40px;
} */
.info_text>a{
    
}
.info_text>h4{
    color:#6e6e6e ;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.cont_info_box a:hover .info_text>h4{
    color:#efa94b;
    transition: .5s;
}
.cont_info_box a:hover .info_span{
    background-color: #efa94b;
    transition: .5s;
}
.cont_info_box a:hover .icons{
    color: white;
}
.info_span {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 25px 0px;
    background-color: rgb(240, 240, 240);
    z-index: 2;
    position:absolute;
    content: "";
    transition: .5s;
}
.info_text.t1{
    width: 100%;
    height:76px;/*固定高*/
    border-radius: 50px;
    padding: 23px 0 23px 30%;
    text-align: left;
    background-color: rgb(247, 247, 247);
    z-index: 1;
    position: relative;
    content: "";
    top:0;
    left:0;
}
.info_text.t2{
    width: 100%;
    height:76px;/*固定高*/
    border-radius: 50px;
    padding: 23px 0 23px 19%;
    text-align: left;
    background-color: rgb(247, 247, 247);
    z-index: 1;
    position: relative;
    content: "";
    top:0;
    left:0;
}

.icons {
    padding: 0 0 0 26px;
    font-size: 25px;
    color: #6e6e6e;
}







/* .contact_info>.cont_box1>h4,.contact_info>.cont_box1>h4>.cont_info_box>.info_span>a{
    color:#6e6e6e ;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.contact_info>.cont_box1>h4>.cont_info_box>.info_span>a:hover {
    color:#efa94b;
} */



.cont {
    width: 1500px;
    max-width: 95%;
    margin: 5rem auto;
}
.cont_box {
    width: 1500px;
    max-width: 95%;
    margin: 3rem auto;
    background-color: white;
    color:#6e6e6e ;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.cont_box1{
    padding: 4rem 3rem;
}
.cont_label_01 {
    display: inline-block;
    vertical-align: top; 
    width: calc(50% - 24px);
    margin:0 10px 10px 10px;
}
.cont_label_03 {
    display: inline-block;
    vertical-align: bottom; 
    margin:0 10px 10px 10px;
}
.cont_label_03>a>img {
    width: 80%;
}
/*.x {
    margin-right: 37%;
}*/
.cont_label_02 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 22px);
    margin:0 10px 10px 10px;
}
.cont_input01,.cont_input02 {
    width: 100%;
    padding: 0.8rem 1rem;
    margin-top: 0.8rem;
    border:#b9b9b9 1px solid;
    font-size: 16px;
}
.cont_textarea{
    width: 100%;
    height: 100px;
    max-height: 100%;
    padding: 1rem 1rem;
    border:#b9b9b9 1px solid;
    font-size: 16px;
}
.cont_label_01 span,.cont_label_02 span,.cont_textarea span{
    color: rgb(241, 64, 64);
}
.cont h4 {
    color: #333;
}
.create {
    /* display: inline-block;
    vertical-align: bottom;  */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 45px;
    margin:0 10px 10px 10px;
    text-align: center;
    background-color: #ffa32b;
    transition: .5s;
}
.create_on{
    max-width: 100%;
    color: white;
    font-size: 16px;  
    /*position: relative; */
}
.create:hover{
    background-color: white;
    border:#ffa32b 1px solid;
}
.map {
    width: 1500px;
    max-width: 95%;
    height: 500px;
    margin: 0 auto;
    padding-bottom: 8rem;
}
.map iframe{
    width: 100%;
    height: 100%;
    margin: auto;
}
/*news_d*/
.bb_2{
    width: 750px;
    max-width: 100%;
    margin: 1.5rem 0;
}
.bb h3 {
    font-weight: 500;
}
.bb h4 {
    color:#a8a8a8;
}
.bb p {
    margin: 2rem 0;
}
/*project_d*/
.case {
    background-color: #eee;
}
.case_box {
    width: 1500px;
    max-width: 95%;
    margin: 5rem auto 10rem auto;
}
.case_title {
    text-align: center;
    position: relative;
    margin: 3rem 0;
}
.case_title::before{
    content: "";
    position: absolute;
    background:#a8a8a8;
    left:0;
    top:50%;
    width: 41%;
    height: 1px;
}
.case_title::after{
    content: "";
    position: absolute;
    background: #a8a8a8;
    right: 0;
    top:50%;
    width: 41%;
    height: 1px;
}
.case_title h5 {
    color:#6e6e6e;
}
.case_box p {
    margin: 2rem 0;
    color:#6e6e6e;
    font-weight: 500;
}
.case_text p img{
    max-width: 100%;
    height: auto !important;
}

/*catalog*/
.catalog_class {
    width: 1500px;
    max-width: 95%;
    margin: 0 auto;
}
.catalog_box {
    width: 20%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
}
.catalog_box li a {
    cursor: pointer;
    display: block;
    width: 100%;
}
.catalog {
    background-color: #f4f1ea;    
    margin-bottom: 0.3rem;
    padding: 1.2rem;
    width: 100%;
}
.catalog_a {
    background-color: #f9f8f3;
    padding: 1.2rem;
    width: 100%;
}
.catalog_right {
    display: inline-block;
    width: calc(100% - 306px);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
}
.catalog_right span{
    font-size: 16px;
}
.catalog_right>ul {
    padding-left: 20px;
}
.catalog_right>ul>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5rem 1.5rem 0;
    color:#cacaca;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    width: calc(25% - 1.4rem);
}

.catalog_right>ul>li:nth-child(4n){
    margin: 0 0 1.5rem 0;
}
.mask_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    background-color: #333;
    opacity: 0; 
}
/*.mask_2_01 {
    width: 35%;
}
.mask_2:hover{
    opacity: 50%;
}*/
.catalog_right>ul>li:hover img {
    transform: scale(1.06);
}
.catalog_right>ul>li span {
    color: #6e6e6e;
}
.catalog_right>ul>li img{
    /* width: 279px; */
    width: 100%;
    /* max-width: 100%; */
    margin-bottom: 0.5rem;
    transition: .5s;
}
.catalog_right_imgbox{
    overflow: hidden;
}
/*partner*/


.partner_center {
    width: 1500px;
    max-width: 95%;
    margin: 5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.partner_center img {
    max-width: 100%;
}
.partner_box a {
    font-weight: 500;
    color: #6e6e6e;
    letter-spacing: 0;
}
.partner_box {
    text-align:center;
}
.partner_box a:hover{
    color: #efa94b;
}
.partner_box h3{
    font-weight: 500;
    color: #6e6e6e;
}
.partner_box h4{
    font-weight: 500;
    color: #6e6e6e;
    letter-spacing: 0;
}
/*  professional_d */

.professional_box_d {
    width: 100%;
    margin:auto;
    padding: 2rem 0;
    background-color: #fafafa;
    /* display: flex; */
    /* flex-direction: column; */
}
.professional {
    width: 1500px;
    max-width: 95%;
    margin:auto;
}
.profe_box {
    width: 450px;
    max-width: 100%;
    margin: auto;
}
.profe_box img{
    border: solid 2px #f1f0ed;
    border-radius: 5px;
}
.prossional_div{    
    margin-bottom: 1rem;
}
.professional_text_box {
    width: 1500px;
    max-width: 95%;
    margin:2rem auto;
}
.professional_solid {
    width: 100%;
    height: 1px;
    background-color: #f1f0ed;
    margin:1rem auto;
}
.professional_text {
    color: #6e6e6e;
    font-weight: 500;
    font-size:16px;
    margin:auto;
}
.professional_text_title>h3{
    color:#697a7a;
    text-align: center;
    margin-bottom: 1rem;
}