@charset "utf-8";
.nopage {
    height: auto;
    position: absolute;
    z-index: 99;
    top: 20%;
    left: 45%;
    margin-left: -128px;
}

body {
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
    overflow: visible;
}

img {
    border:none;
}

.left {
    position: absolute;
    z-index: 90;
}

.index_bg {
    background-image: url(../images/index_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 965px;
    width: 100%;
}
.menu li {
    float: left;
    width: auto;
    height: 38px;
    font-family: "Myriad Pro";
    font-size: 12px;
    line-height: 36px;
    color: #6c6c6c;
    padding-left: 10px;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.menu li a:link {
    font-family: "Myriad Pro";
    font-size: 12px;
    line-height: 36px;
    color: #6c6c6c;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.menu li a:visited {
    font-family: "Myriad Pro";
    font-size: 12px;
    line-height: 36px;
    color: #6c6c6c;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.menu li a:hover {
    font-family: "Myriad Pro";
    font-size: 12px;
    line-height: 36px;
    color: #000000;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.index_logo {
    float: left;
    height: 91px;
    width: 92px;
    padding-bottom: 25px;
    padding-top: 37px;
}




#wrapper {
    width: 100%;
    height: 100%;
    /*    min-height: 100%;*/
    min-height: 900px;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    transition-duration: 0.8s;
}

#wrapper #pos {
    position: fixed;
    right: 0px;
}

/*button line*/
.button_link {
    display: inline-block;    
    text-decoration: none;
    font-size: 15px;
    color: #33ab6a;
    font-weight: bold;
    /* width:255px; */
    text-align: center;
    /* height:100px; */
    line-height: 56px;
    border: 0px solid rgba(255,255,255,.8);
    /* margin:20px 96px; */
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding-right: 36px;
}
.button_link:hover {
    border: 0px solid rgba(255,255,255,1);
}
.button_link .line {
    display: inline-block;
    background-color: #BABABA;
    position: absolute;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.button_link .line_top {
    height: 2px;
    width: 0;
    left: -50%;
    top: -2px;
}
.button_link:hover .line_top {
    width: 100%;
    left: 0px;
}
.button_link .line_right {
    height: 0;
    width: 2px;
    top: -50%;
    right: -2px;
}
.button_link:hover .line_right {
    height: 98%;
    top: -2px;
}
.button_link .line_bottom {
    width: 1px;
    height: 0;
    bottom: -99%;
    left: -1px;
}
.button_link:hover .line_bottom {
    height: 98%;
    bottom: 3px;
}
.button_link .line_left {
    height: 2px;
    width: 0;
    right: -50%;
    bottom: 3px;
}
.button_link:hover .line_left {
    width: 100%;
    right: 0px;
}
/*button line*/

/*work_detal*/
.works_info a,.albumsLink {
    color: #000;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.works_info a:hover,.albumsLink:hover {
    color: rgb(82, 82, 82);
    text-decoration: underline;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {


    .menu li {
        float: left;
        width: auto;
        height: 38px;
        font-family: "Myriad Pro";
        font-size: 12px;
        line-height: 36px;
        color: #6c6c6c;
        padding-left: 10px;
        letter-spacing: 0.3px;
        text-decoration: none;
    }
}

.submenu {
    float: left;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #9b9b9b;
    border-bottom-color: #9b9b9b;
    text-align: center;
    line-height: 46px;
    font-family: "Times New Roman";
}


.submenu li a:link {
    font-family: "Times New Roman";
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    text-decoration: none;
}

.submenu li a:visited {
    font-family: "Times New Roman";
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    text-decoration: none;
}

.submenu li a:hover {
    font-family: "Times New Roman";
    font-size: 18px;
    line-height: 48px;
    color: #949494;
    text-decoration: none;
}


.submenu li:last-child {
    padding-right: 0px;
}

.orgtext {
    font-family: Arial;
    font-size: 12px;
    color: #ffbb44;
}
.about_all {
    float: left;
    width: 97.5%;
    /*padding-right: 10px;*/
    padding-left: 1.5%;
}
.about_text18 {
    font-family: "微軟正黑體";
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}
.about_text {
    font-family: "Arial";
    font-size: 12px;
    line-height: 28px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.about_pic {
    float: left;
    height: auto;
    width: 100%;
    padding-top: 22px;
    text-align:center;
}

.about_team {
    float: left;
    width: 100%;
    padding-top: 40px;
}
.about_team_one {
    float: left;
    height: 183px;
    width: 137px;
    padding-right: 46px;
    padding-bottom: 43px;
}




.about_team_pic {
    float: left;
    height: 137px;
    width: 137px;
}
.about_team_pic:hover {
    /* -webkit-filter: sepia(0) contrast(1) brightness(1) grayscale(1); */
    /*    filter: sepia(0) contrast(1) brightness(1) grayscale(1);*/
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.about_team_text {
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
    color: #656565;
    text-decoration: none;
    float: left;
    width: 137px;
    text-align: center;
}

.about_team_text a:link {
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
    color: #656565;
    text-decoration: none;
}

.about_team_text a:visited {
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
    color: #656565;
    text-decoration: none;
}

.about_team_text a:hover {
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
}
.about_principles_pic {
    float: left;
    height: 190px;
    width: 189px;
    padding-right: 49px;
    padding-bottom: 47px;
    padding-left: 10px;
}
.about_principles_con {
    float: left;
    width: 100%;
}

.about_principles_leftarrow {
    float: left;
    height: 92px;
    width: 92px;
    padding-top: 143px;
}

/*YHJ--滑動*/
.about_principles_slide_area {
    /*    overflow: hidden;*/
    position:relative;
    float: left;
    height: 329px;
    width:506px;
}
/*YHJ--滑動*/

.about_principles_textall {
    position:absolute; /*YHJ*/
    float: left;
    height: auto;
    width: 506px;
    text-align: center;
}
.content h1 {
    font-family: "微軟正黑體";
    font-size: 16px;
    line-height: 48px;
    color: #000;
    font-weight: bold;
}
.about_why_con li {
    padding-bottom: 25px;
    display: block;
}

.content h2 {
    font-family: "微軟正黑體";
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}
.content h3 {
    font-family: "微軟正黑體";
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    line-height: 24px;
    font-weight: bold;
}
.content .ctxt {
    font-family: "Arial";
    font-size: 12px;
    color: #000;
    line-height: 24px;
    letter-spacing: 0.02em;
}


.about_principles_textall h1 {
    font-family: "Times New Roman";
    font-size: 72px;
    color: #656565;
    padding-bottom: 25px;
}
.about_why_con {
    float: left;
    width: 100%;
}


.about_why_one {
    float: left;
    height: 155px;
    width: 153px;
    padding-right: 23px;
    padding-bottom: 26px;
}
.about_why_one:nth-child(4n+4) {
    padding-right:0px;
}


.works {
    float: left;
    width: 100%;
    padding-top: 42px;
}
.works_detail {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.works_detail_lcd {
    float: left;
    height: 604px;
    width: 100%;
    background-size: 100%;
    background-image: url(../images/works_detail_03.jpg);
    background-repeat: no-repeat;
}
.works_detail_pic {
    float: left;
    height: 375px;
/*    width: 92%;*/
    padding-top: 24px;
    padding-left: 29px;
    position: absolute;
}
.works_detail_menu {
    height: 34px;
    width: 220px;
    text-align:center;
    margin:0 auto 0 auto;
}
.works_detail_menuback {
    background-image: url(../images/works_detail_back.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    width: 89px;
    cursor: pointer;
    margin-top: 5px;
    float: left;
}

.works_detail_menuback:hover {
    background-image: url(../images/works_detail_back-1.jpg);
}

.works_detail_menuview {
    background-image: url(../images/works_detail_view.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    width: 89px;
    cursor: pointer;
    margin-top: 5px;
    float: left;
}

.works_detail_menuview:hover {
    background-image: url(../images/works_detail_view-1.jpg);
}
.works_detail_menuclose {
    background-image: url(../images/works_detail_view_close.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    width: 89px;
    cursor: pointer;
    margin-top: 5px;
    float: left;
}

.works_detail_menuclose:hover {
    background-image: url(../images/works_detail_view_close-1.jpg);
}

.works_detail_line {
    height: 37px;
    width: 42px;
    float: left;
}
.works li {
    /*    background-image: url(../images/works_pic01-1.png);*/
    background-repeat: no-repeat;
    display: inline-block;
    height: 152px;
    width: 152px;
    margin-right: 26px;
    cursor: pointer;
    margin-bottom: 52px;
    float: left;
    position: relative;
}


.works li:nth-child(4n+4) {
    /*    background-image: url(../images/works_pic01-1.png);*/
    margin-right: 0px;
    display: inline-block;
}
.works li:hover {
    /*    background-image: url(../images/works_pic01.png);*/
    display: inline-block;
}

.works li img , .works li canvas {
    height: auto;
    width: 100%;
}


.works_detail dl {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.works ul {
    height: auto;
    width: 105%;
    text-align:center;
}

.works_detail dt {
    font-family: "微軟正黑體";
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    letter-spacing: -0.5px;
    padding-right: 10px;
    padding-left: 3px;
    float: left;
    padding-bottom: 13px;
    display: block;
}
.works_detail dd {
    font-family: "Arial";
    font-size: 12px;
    color: #000;
    padding-right: 10px;
    padding-left: 3px;
    padding-bottom: 15px;
    display: block;
    padding-top:0.5px;
    padding-top:2px \9;
}
.works_detail_service {
    float: left;
    width: auto;
}

.works_detakl_Square {
    width: auto;
    float: left;
    margin-right: 6px;
    background-image: url(../images/works_detail_Square.jpg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 4px;
    line-height: 30px;
    line-height: 33px \9;
}



.works_detakl_Square_gray {
    width: auto;
    float: left;
    margin-right: 6px;
    background-image: url(../images/works_detail_Square_gray.jpg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 4px;
    line-height: 30px;
}


.news_mainpic {
    float: left;
    width: 990px;
    height: 240px;
}
.news_all {
    float: left;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
}
.news_pic {
    float: left;
    height: 481px;
    width: 100%;
    padding-bottom: 16px;
}
.news_date {
    font-family: Arial;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    float: left;
    width: 100%;
    font-weight: bold;
}

.news_more {
    float: right;
    height: 21px;
    width: 42px;
    background-image: url(../images/news_more.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}

.news_more:hover {
    background-image: url(../images/news_more-1.jpg);
}

.news_back {
    float: right;
    height: 21px;
    width: 42px;
    background-image: url(../images/news_other_detail_back.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}
.news_back:hover {
    background-image: url(../images/news_other_detail_back-1.jpg);
}

.news_other_all {
    float: left;
    width: 670px;
    padding-right: 10px;
    padding-left: 10px;
}


.news_other_all li {
    height: auto;
    width: 670px;
    padding-top: 27px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    display: block;
    float: left;
    padding-bottom: 23px;
}
.news_other_all li:first-child {
    padding-top: 10px;
}

.news_other_all li:last-child {
    border-bottom: none;
}


.news_other_pic {
    float: left;
    height: 155px;
    width: 136px;
    padding-right: 20px;
}

.news_other_date {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    float: left;
    width: 505px;
    font-weight: bold;
}
.news_other_all ul li h1 {
    font-family: "微軟正黑體";
    font-size: 16px;
    line-height: 40px;
    color: #000;
}
.news_other_textall {
    float: left;
    width: 76.6%;
}


.news_other_all ul li p {
    font-size: 12px;
    line-height: 28px;
    color: #000;
}
.news_other_detail_all {
    float: left;
    width: 97.1%;
    padding-right: 10px;
    padding-left: 1.5%;
}
.news_other_detail_con {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    height: auto;
    margin-bottom: 20px;
}
.news_other_detail_con img {
    padding-bottom: 20px;
    padding-top: 20px;
}
.blog_picall {
    float: left;
    width: 100%;
    text-align: center;
    /*js*/
    position: relative;
    height: 272px;
    overflow: hidden;
    margin-bottom: 17px;
}
.blog_picall_pic  {
    float: left;
    height: 272px;
    width: 100%;
    padding-bottom: 17px;
}

.blog_picall_circle {
    height: 9px;
    width: 9px;
    padding-right: 30px;
}
/*YHJ*/
.btn_p1 {
    margin:0px 10px;
    padding:5px 10px;
    background-image:url(../images/blog_circle_gray.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
}
.btn_p1:hover{
    background-image: url(../images/blog_circle.jpg); 
    margin:0px 10px;
    padding:5px 10px;	
    background-position:center center;
    background-repeat:no-repeat;   
    cursor:pointer;
}

.btn_p1a {
    margin:0px 10px;
    padding:5px 10px;
    background-image:url(../images/blog_circle.jpg);
    background-position:center center;
    background-repeat:no-repeat;
}
/*YHJ*/

.blog_all {
    float: left;
    width: 100%;
    padding-left:0px;

}
.blog_all_pic {
    float: left;
    height: auto;
    width: 20.3%;
    min-width:80px;
    padding-right: 21px;
    padding-left: 0px;
}


.blog_detail_all a:link {
    font-family: "Arial";
    font-size: 12px;
    line-height: 28px;
    color: #898989;
    letter-spacing: 0.05em;
}
.blog_detail_all a:visited {
    font-family: "Arial";
    font-size: 12px;
    line-height: 28px;
    color: #898989;
    letter-spacing: 0.05em;
}
.blog_detail_all a:hover {
    font-family: "Arial";
    font-size: 12px;
    line-height: 28px;
    color: #595959;
    letter-spacing: 0.05em;
}
.blog_all li {
    height: auto;
    width: 100%;
    padding-top: 27px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    display: block;
    float: left;
    padding-bottom: 23px;
}
.blog_all li:first-child {
    padding-top: 10px;
}

.blog_all li:last-child {
    border-bottom: none;
}

/*.blog_all_pic {
        float: left;
        height: 111px;
        width: 140px;
        padding-right: 21px;
        padding-left: 7px;
}*/
.blog_all ul li h4 {
    font-family: "微軟正黑體";
    font-size: 16px;
    color: #000;
    padding-top: 2px;
}

.blog_all ul li p {
    /*font-size: 12px;*/
    line-height: 28px;
    color: #000;
}
.blog_more {
    float: right;
    height: 21px;
    width: 42px;
    background-image: url(../images/news_more.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}
.blog_more:hover {
    background-image: url(../images/news_more-1.jpg);
}
.blog_detail_all {
    float: left;
    width: 100%;
    height: auto;
}
.blog_detail_all img {
    padding-top: 25px;
    padding-bottom: 5px;
}
.blog_detail_all p {
    font-family: "Arial";
    font-size: 12px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.05em;
}

.pageall {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    padding-top: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    font-family: "Arial";
    position: relative;
    float: left;
    padding: 8px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #656565;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    margin-right:12px;
}

.pagination>li>a:hover{
    color: #fff;
    background-color: #474747;
    margin-right:12px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #a8a8a8;
    cursor: default;
    background-color: #000;
    border-color: #000;
    margin-right:12px;
}

.qa_all {
    float: left;
    width: 100%;
}
.gray_qa {
    color: #949494;
}
.qa_all ul {
    float: left;
    height: auto;
    width: 100%;
}
.qa_all li {
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #656565;
    height: auto;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.qa_title {
    font-family: "微軟正黑體";
    font-size: 14px;
    color: #000;
    float: left;
    width: 98%;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 8px;
    line-height: 24px;
}

.qa_title:hover {
    font-family: "微軟正黑體";
    font-size: 14px;
    color: #fff;
    background-color:#3b3b3b;
}

.qa_answer {
    font-family: Arial;
    font-size: 12px;
    line-height: 26px;
    color: #000;
    float: left;
    height: auto;
    width: 97.1%;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.qa_contact {
    float: left;
    height: 26px;
    width: 83px;
    background-image: url(../images/qa_contact.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}

.qa_contact:hover {
    background-image: url(../images/qa_contact-1.jpg);
}

.stitle {
    font-family: "Times New Roman";
    font-size: 24px;
    color: #656565;
    background-image: url(../images/news_icon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.5%;
    float: left;
    line-height: 60px;
    width: 100%;
}


#top {
    float: left;
    padding-top: 42px;
    width: 990px;
    height: auto;
}
.menu_blur {
    float: left;
    height: 28px;
    width: 751px;
}

.top_right_menu {
    float: left;
    width: 751px;
}
.top_right {
    float: left;
    width: 751px;
}


#index_main {
    float: left;
    width: 100%;
}
.index_pic_all {
    float: left;
    width: 100%;
}
.index_pic_left {
    float: left;
    width: 24.5%;
}
.index_pic_sbanner {
    float: left;
    height: 100%;
    width: 100%;
    background-image: url(../images/index_sbanner01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}
.index_slogan {
    float: right;
    height: 173px;
    width: 423px;
    padding-top: 97px;
    padding-left: 10px;
}
.index_slogan_text01 {
    font-family: "Palatino Linotype";
    font-size: 46px;
    line-height: 48px;
    color: #000;
    letter-spacing: -2px;
    display: block;
}
.index_slogan_text02 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    padding-top: 10px;
    display: block;
}
.index_circle {
    float: left;
    padding-top: 33px;
}
.index_circle_one {
    float: left;
    height: 8px;
    width: 8px;
    padding-right: 10px;
}
.index_div {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d6d6d6;
    height: 100%;
    /*width: 28%;*/
    width: 545px;
    float: right;
}

.index_arrow {
    height: 35px;
    width: 56px;
    position: absolute;
    z-index: 999;
    top: 42.8%;
    background-image: url(../images/index_arrow.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    right: 0px;
}


.index_arrow:hover {
    background-image: url(../images/index_arrow-1.jpg);
    background-repeat: no-repeat;

}

.index_works {
    position: absolute;
    z-index: 999;
    right: 0%;
    top: 29.1%;
    height: auto;
    /* width: 28.376%;*/
    width: 100%;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #a9a9a9;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.index_works ul {
    height: auto;
    padding-left: 2.5%;
    padding-right: 2%;
}
.index_works ul li {
    background-image: url(../images/index_open_pic01.jpg);
    display:inline-block;
    background-size: 100%;
    height: 84px;
    width: 82px;
    margin-bottom: 25px;
    margin-right: 2.5%;
}

.index_works_spic    {
    float: left;
    height: 84px;
    width: 82px;
    margin-right: 13px;
    margin-bottom: 25px;
    background-image: url(../images/index_open_pic01.jpg);
    background-repeat: repeat;
}
.index_works_title {
    height: 13px;
    width: 165px;
    padding-bottom: 43px;
    padding-top: 29px;
}
.index_line {
    width: 100%;
    float: left;
    height: 1px;
    padding-top: 23px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a9a9a9;
    margin-bottom: 33px;
}


.index_works ul li:nth-child(5n+5) {
        margin-right: 0px;
}



.index_right {
    position: relative;
    /*    z-index: -99;*/

}
.index_linkbutton {
    background-image: url(../images/index_open_link02.jpg);
    background-repeat: no-repeat;
    height: 27px;
    width: 150px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}


@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/Myriad_Pro_Regular.eot') ;
    src: url('../font/Myriad_Pro_Regular.ttf') format("truetype"),
        url('../font/Myriad_Pro_Regular.otf') format("otf");
}

@font-face {
    font-family: 'times_1';
    src: url('../font/times_1.eot') ;
    src: url('../font/times_1.ttf') format("truetype"),
        url('../font/times_1.otf') format("otf");
}
.main {
    float: left;
    width: 990px;
    height: auto;
}
.index_main {
    float: left;
    width: 990px;
    height: 814px;
}


.bg {
    background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.path_all {
    float: right;
    height: 27px;
    width: 656px;
    padding-right: 9px;
    padding-top: 21px;
}
.main_right {
    float: left;
    width: 682px;
    padding-left: 49px;
    height: auto;
}

.stitle02 {
    font-family: "微軟正黑體";
    font-size: 14px;
    color: #666;
    background-image: url(../images/product_list_ICON.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    float: left;
    margin-top: 2px;
}



#footer {
    width: 990px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 70px;
}
.footer_bg {
    float: left;
    height: 117px;
    width: 100%;
    background-image: url(../images/news_footerbg.jpg);
    background-repeat: repeat-x;
    margin-top: 30px;
}

.idnex_footer_bg {
    float: left;
    height: 117px;
    width: 100%;
    background-image: url(../images/news_footerbg.jpg);
    background-repeat: repeat-x;
}
.black14 {
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    padding-left: 8px;
}


.gray14 {
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    font-weight: bold;
}

.product_form03 {
    float: left;
    height: 111px;
    width: 484px;
    padding-left: 4px;
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}
.prdouct_form_button {
    text-align: center;
    float: left;
    height: 26px;
    width: 488px;
}
.contact_form_tb {
    float: left;
    width: 455px;
    height: auto;
}
.contact_form_01 {
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 40px;
    color: #000;
    height: 36px;
    width: 103px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #5c5c5c;
    font-weight: bold;
}

.contact_form_02 {
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 40px;
    color: #000;
    height: 36px;
    width: 345px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #9b9b9b;
    font-weight: bold;
}
.contact_form_02-1 {
    font-family: "微軟正黑體";
    font-size: 14px;
    color: #000;
    height: 36px;
    width: 345px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #9b9b9b;
    font-weight: bold;
}
.contact_button {
    text-align: center;
    padding-left: 180px;
    float: left;
}

.contact_button01 {
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    text-decoration: none;
    background-image: url(../images/contact_button01.jpg);
    background-repeat: repeat-x;
    text-align: center;
    float: left;
    height: 26px;
    width: 138px;
    display: inline-block;
}
.contact_button02 {
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    text-decoration: none;
    background-image: url(../images/contact_button02.jpg);
    background-repeat: repeat-x;
    text-align: center;
    float: left;
    height: 26px;
    width: 138px;
    display: inline-block;
}



.contact_pic {
    float: left;
    padding-bottom: 45px;
}

.contact_info_textall td {
    height: 40px;
}

.contact_info_img  {
    height: auto;
    float: left;

}
.contact_info_text {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    float: left;
    padding-top: 3px;
    width: auto;
    font-family: Arial;
}



.contact_all {
    float: left;
    width: 97.1%;
    padding-right: 10px;
    padding-left: 10px;
}
.contact_form_all {
    float: left;
    width: 670px;
    padding-right: 10px;
    padding-left: 10px;
}
.contact_form {
    float: left;
    width: 97.1%;
    padding-right: 10px;
    padding-left: 10px;
}
.contact_form dl dt dl {
    float: left;
    width: auto;
    padding-top:2px;
    padding-top:1px \9;
}
.contact_form dl dt dl dt {
    padding-right:10px;
    padding-top:-1px;
    padding-top:2px \9;
    margin-top: -1px;
}
.contact_form dl dt dl dd {
    padding-right: 2px;
    padding-top:1px;
}



.contact_form dl {
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.contact_form dd {
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #000;
    font-weight: bold;
    float:left;
    padding-right:10px;
}
.contact_form dt {
    float:left;
}



.contact_form02 dl dt dl {
    float: left;
    width: auto;
    padding-top:2px;
    padding-top:1px \9;
}
.contact_form02 dl dt dl dt {
    padding-right:10px;
    padding-top:-1px;
    padding-top:2px \9;
}
.contact_form02 dl dt dl dd {
    padding-right: 2px;
    padding-top:1px;
}



.contact_form02 dl {
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.contact_form02 dd {
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #000;
    font-weight: bold;
    float:left;
    padding-right:10px;
}
.contact_form02 dt {
    float:left;
}




.contact_form_stitle {
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.contact_num {
    float: left;
    padding-top: 24px;
}
.contact_line {
    float: left;
    width: 682px;
    text-align: center;
}
.contact_form_all td {
    height: 45px;
}
.contact_form_text {
    font-family: "Arial";
    font-size: 12px;
    color: #000;
    padding-top: 5px;
}

.contact_form_all table tr td #checkbox {
    padding-top: 15px;
}
.contact_form_all dd {
    margin-top: 4px;
    margin-top:-2px \9;
    margin-right: 2px;
    float: left;
}
.contact_form_all dl {
    float: left;
    padding-right: 15px;
    padding-top: 2px;
}
.contact_form_all dt {
    float: left;
    width: auto;
    padding-top:1px;
    padding-top:8px \9;
}
.contact_form_all_02 {
    padding-top: 7px;
}

.sent {
    float: right;
    height: 21px;
    width: 54px;
    background-image: url(../images/contact_sent.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}
.sent:hover {
    background-image: url(../images/contact_sent-1.jpg);
}
.content {
    float: left;
    width: 100%;
    font-family: "Arial";
    font-size: 12px;
    line-height: 28px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.works01{
    /*    background-image: url(../images/works_pic01.png);*/
    background-repeat: no-repeat;
    display: inline-block;
    height: 152px;
    width: 22%;
    min-width: 97px;
    margin-right: 2.5%;
    background-size: 100%;
    cursor: pointer;
    margin-bottom: 52px;
    float: left;
}

@media screen and (min-width: 1440px) {
    .right {
        width: 690px;
        position: absolute;
        z-index: 999;
        left: 50.5%;
        padding-top: 137px;
        margin-left: -353px;
        height: auto;
    }
    .copyright {
        height: 147px;
        width: 132px;
        position: absolute;
        z-index: 999;
        bottom: 18px;
        left: 1%;
    }
    .home {
        height: 35px;
        width: 56px;
        position: absolute;
        z-index: 999;
        right: 1%;
        top: 48%;
        background-image: url(../images/about_home.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
    }
    .home:hover {

        background-image: url(../images/about_home-1.jpg);
        background-repeat: no-repeat;
    }
    .left {
        float: left;
        width: 92px;
        height: auto;
        padding-left: 1%;
    }


    .submenu li {
        font-family: "Times New Roman";
        font-size: 18px;
        line-height: 48px;
        color: #000000;
        display: inline;
        text-decoration: none;
        padding-right: 50px;
        width: auto;
    }
    .index_con {
        top: 33.3%;
        position: relative;
        z-index: 999;
        left: 39%;
        height: auto;
        width: auto;
    }
    .news_other_all02 {
        display:none;
    }
    .about_team_one:nth-child(4n+4) {
        padding-right: 0px;
    }

    .about_team_detail {
        float: left;
        width: 557px;
        margin-top: 40px;
        margin-right: 37px;
        margin-bottom: 40px;
        margin-left: 37px;
    }

    .about_team_detail_pic {
        float: left;
        height: 302px;
        width: 173px;
        padding-bottom: 15px;
    }

    .about_team_detail_pic02 {
        display:none;
    }

    .about_team_detail_lefttext {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        float: left;
        width: 173px;
        text-align: center;
    }

    .about_detail_name {
        font-size: 18px;
        color: #656565;
        font-family: Arial;
        padding-left: 2px;
    }

    .about_team_detail_right {
        float: left;
        width: 353px;
        font-family: Arial;
        font-size: 12px;
        line-height: 28px;
        color: #808080;
        height: auto;
    }


    .about_team_detail_left {
        float: left;
        width: 173px;
        padding-right: 31px;
    }

    .about_team_detail_right dd {
        font-family: "Arial";
        font-size: 12px;
        line-height: 28px;
        color: #000;
        float: left;
        height: auto;
        padding-right: 3px;
    }

    .about_team_detail_right dl {
        float: left;
        height: auto;
        width: 100%;
    }

    .about_team_detail_text02 {
        font-family: Arial;
        font-size: 18px;
        color: #656565;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .about_team_detail_text03 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #000;
        width: auto;
        float: left;
        padding-right: 5px;
    }

    .about_team_detail_text04 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #999999;
        width: auto;
    }

    .about_team_detail_year {
        font-family: Arial;
        font-size: 24px;
        color: #999999;
    }

    .about_team_detail_right dt {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        width: auto;
        height: auto;
        line-height: 28px;
    }

    .about_team_detail_close{
        background-image: url(../images/about_team_detail03_close.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        height: 21px;
        width: 43px;
        cursor: pointer;
        margin-top: 5px;
        float: right;
    }

    .about_team_detail_close:hover {
        background-image: url(../images/about_team_detail03_close-1.jpg);
    }

    .contact_form02 {
        display:none;
    }
    .contact_info_textall {
        float: left;
        width: auto;
    }
    .contact_info_textall02 {
        display:none;
    }
    .contact_info_textall03 {
        display:none;
    }

    .left02 {
        display:none;
    }
    .treeline {
        display:none;
    }
    .footer02 {
        display:none;
    }
    .title {
        float: left;
        height: 63px;
        width: 100%;
        font-family: "times_1";
        font-size: 43px;
        line-height: 60px;
        color: #000;
        text-align: center;
        font-weight: bold;
        letter-spacing: -0.1em;
    }
    .title_s {
        display:none;
    }
    .index_logo02 {
        float: left;
        height: 82px;
        width: 82px;
        padding-bottom: 25px;
        padding-top: 37px;
    }
    .index_works02 {
        display:none;
    }

    .index_works02 ul {
        display:none;
    }
    .index_works02 ul li {
        display:none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .right {
        width: 690px;
        position: absolute;
        z-index: 999;
        left: 53%;
        padding-top: 137px;
        margin-left: -353px;
        height: auto;
    }
    .copyright {
        height: 147px;
        width: 132px;
        position: absolute;
        z-index: 999;
        bottom: 18px;
        left: 1%;        
    }
    .home {
        height: 35px;
        width: 56px;
        position: absolute;
        z-index: 999;
        right: 1%;
        top: 48%;
        background-image: url(../images/about_home.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
    }
    .home:hover {

        background-image: url(../images/about_home-1.jpg);
        background-repeat: no-repeat;
    }
    .left {
        float: left;
        width: 92px;
        height: auto;
        padding-left: 1%;
    }
    .submenu li {
        font-family: "Times New Roman";
        font-size: 18px;
        line-height: 48px;
        color: #000000;
        display: inline;
        text-decoration: none;
        padding-right: 50px;
        width: auto;
    }

    .news_other_all02 {
        display:none;
    }
    .about_team_one:nth-child(4n+4) {
        padding-right: 0px;
    }

    .about_team_detail {
        float: left;
        width: 557px;
        margin-top: 40px;
        margin-right: 37px;
        margin-bottom: 40px;
        margin-left: 37px;
    }

    .about_team_detail_pic {
        float: left;
        height: 302px;
        width: 173px;
        padding-bottom: 15px;
    }

    .about_team_detail_pic02 {
        display:none;
    }

    .about_team_detail_lefttext {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        float: left;
        width: 173px;
        text-align: center;
    }

    .about_detail_name {
        font-size: 18px;
        color: #656565;
        font-family: Arial;
        padding-left: 2px;
    }

    .about_team_detail_right {
        float: left;
        width: 353px;
        font-family: Arial;
        font-size: 12px;
        line-height: 28px;
        color: #808080;
        height: auto;
    }


    .about_team_detail_left {
        float: left;
        width: 173px;
        padding-right: 31px;
    }

    .about_team_detail_right dd {
        font-family: "Arial";
        font-size: 12px;
        line-height: 28px;
        color: #000;
        float: left;
        height: auto;
        padding-right: 3px;
    }

    .about_team_detail_right dl {
        float: left;
        height: auto;
        width: 100%;
    }

    .about_team_detail_text02 {
        font-family: Arial;
        font-size: 18px;
        color: #656565;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .about_team_detail_text03 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #000;
        width: auto;
        float: left;
        padding-right: 5px;
    }

    .about_team_detail_text04 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #999999;
        width: auto;
    }

    .about_team_detail_year {
        font-family: Arial;
        font-size: 24px;
        color: #999999;
    }

    .about_team_detail_right dt {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        width: auto;
        height: auto;
        line-height: 28px;
    }

    .about_team_detail_close{
        background-image: url(../images/about_team_detail03_close.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        height: 21px;
        width: 43px;
        cursor: pointer;
        margin-top: 5px;
        float: right;
    }

    .about_team_detail_close:hover {
        background-image: url(../images/about_team_detail03_close-1.jpg);
    }

    .index_con {
        top: 33.3%;
        position: relative;
        z-index: 999;
        left: 38%;
        height: auto;
        width: auto;
    }
    .contact_form02 {
        display:none;
    }
    .contact_info_textall {
        float: left;
        width: auto;
    }
    .contact_info_textall02 {
        display:none;
    }
    .contact_info_textall03 {
        display:none;
    }


    .left02 {
        display:none;
    }
    .treeline {
        display:none;
    }
    .footer02 {
        display:none;
    }
    .title {
        float: left;
        height: 63px;
        width: 100%;
        font-family: "times_1";
        font-size: 43px;
        line-height: 60px;
        color: #000;
        text-align: center;
        font-weight: bold;
        letter-spacing: -0.1em;
    }
    .title_s {
        display:none;
    }
    .index_logo02 {
        float: left;
        height: 82px;
        width: 82px;
        padding-bottom: 25px;
        padding-top: 37px;
    }
    .index_works02 {
        display:none;
    }

    .index_works02 ul {
        display:none;
    }
    .index_works02 ul li {
        display:none;
    }
}




@media screen and (min-width: 990px) and (max-width: 1199px) {
    .right {
        width: 690px;
        position: absolute;
        z-index: 999;
        left: 54.5%;
        padding-top: 137px;
        margin-left: -353px;
        height: auto;
    }
    .copyright {
        height: 147px;
        width: 132px;
        position: absolute;
        z-index: 999;
        bottom: 18px;
        left: 1%;
    }
    .home {
        height: 35px;
        width: 56px;
        position: absolute;
        z-index: 999;
        right: 1%;
        top: 48%;
        background-image: url(../images/about_home.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
    }
    .home:hover {

        background-image: url(../images/about_home-1.jpg);
        background-repeat: no-repeat;
    }
    .left {
        float: left;
        width: 92px;
        height: auto;
        padding-left: 1%;
    }
    .submenu li {
        font-family: "Times New Roman";
        font-size: 18px;
        line-height: 48px;
        color: #000000;
        display: inline;
        text-decoration: none;
        padding-right: 50px;
        width: auto;
    }
    .about_team_one {
        float: left;
        height: auto;
        width: 137px;
        padding-right: 46px;
        padding-bottom: 43px;
    }

    .about_team_detail {
        float: left;
        width: 557px;
        margin-top: 40px;
        margin-right: 37px;
        margin-bottom: 40px;
        margin-left: 37px;
    }

    .about_team_detail_pic {
        float: left;
        height: 302px;
        width: 173px;
        padding-bottom: 15px;
    }

    .about_team_detail_pic02 {
        display:none;
    }

    .about_team_detail_lefttext {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        float: left;
        width: 173px;
        text-align: center;
    }

    .about_detail_name {
        font-size: 18px;
        color: #656565;
        font-family: Arial;
        padding-left: 2px;
    }

    .about_team_detail_right {
        float: left;
        width: 353px;
        font-family: Arial;
        font-size: 12px;
        line-height: 28px;
        color: #808080;
        height: auto;
    }


    .about_team_detail_left {
        float: left;
        width: 173px;
        padding-right: 31px;
    }

    .about_team_detail_right dd {
        font-family: "Arial";
        font-size: 12px;
        line-height: 28px;
        color: #000;
        float: left;
        height: auto;
        padding-right: 3px;
    }

    .about_team_detail_right dl {
        float: left;
        height: auto;
        width: 100%;
    }

    .about_team_detail_text02 {
        font-family: Arial;
        font-size: 18px;
        color: #656565;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .about_team_detail_text03 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #000;
        width: auto;
        float: left;
        padding-right: 5px;
    }

    .about_team_detail_text04 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #999999;
        width: auto;
    }

    .about_team_detail_year {
        font-family: Arial;
        font-size: 24px;
        color: #999999;
    }

    .about_team_detail_right dt {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        width: auto;
        height: auto;
        line-height: 28px;
    }

    .about_team_detail_close{
        background-image: url(../images/about_team_detail03_close.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        height: 21px;
        width: 43px;
        cursor: pointer;
        margin-top: 5px;
        float: right;
    }

    .about_team_detail_close:hover {
        background-image: url(../images/about_team_detail03_close-1.jpg);
    }

    .news_other_all02 {
        display:none;
    }
    .about_team_one:nth-child(4n+4) {
        padding-right: 0px;
    }
    .contact_form02 {
        display:none;
    }
    .contact_info_textall {
        float: left;
        width: auto;
    }
    .contact_info_textall02 {
        display:none;
    }
    .contact_info_textall03 {
        display:none;
    }
    .index_works ul li {
        float: none;
        display:inline-block
    }
    .index_con {
        top: 33.3%;
        position: relative;
        z-index: 999;
        left: 38%;
        height: auto;
        width: 30%;
        max-width:419px;
    }
    .left02 {
        display:none;
    }
    .treeline {
        display:none;
    }

    .footer02 {
        display:none;
    }
    .title {
        float: left;
        height: 63px;
        width: 100%;
        font-family: "times_1";
        font-size: 43px;
        line-height: 60px;
        color: #000;
        text-align: center;
        font-weight: bold;
        letter-spacing: -0.1em;
    }
    .title_s {
        display:none;
    }
    .index_logo02 {
        float: left;
        height: 82px;
        width: 82px;
        padding-bottom: 25px;
        padding-top: 37px;
    }
    .index_works02 {
        display:none;
    }

    .index_works02 ul {
        display:none;
    }
    .index_works02 ul li {
        display:none;
    }
}


@media screen and (min-width: 768px) and (max-width: 989px) {

    .right {
        width: 690px;
        position: absolute;
        z-index: 999;
        left: 51.3%;
        padding-top: 137px;
        margin-left: -353px;
        height: auto;
    }
    .menu {
        display:none;
    }
    .copyright {
        display:none;
    }
    .home {
        display:none;
    }
    .home:hover {
        display:none;
    }
    .left {
        display:none;
    }
    .submenu li {
        font-family: "Times New Roman";
        font-size: 18px;
        line-height: 48px;
        color: #000000;
        display: inline;
        text-decoration: none;
        padding-right: 50px;
        width: auto;
    }

    .news_other_all02 {
        display:none;
    }
    .about_team_one:nth-child(4n+4) {
        padding-right: 0px;
    }

    .about_team_detail {
        float: left;
        width: 557px;
        margin-top: 40px;
        margin-right: 37px;
        margin-bottom: 40px;
        margin-left: 37px;
    }
    .about_team_detail_pic {
        float: left;
        height: 302px;
        width: 173px;
        padding-bottom: 15px;
    }

    .about_team_detail_pic02 {
        display:none;
    }

    .about_team_detail_lefttext {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        float: left;
        width: 173px;
        text-align: center;
    }

    .about_detail_name {
        font-size: 18px;
        color: #656565;
        font-family: Arial;
        padding-left: 2px;
    }

    .about_team_detail_right {
        float: left;
        width: 353px;
        font-family: Arial;
        font-size: 12px;
        line-height: 28px;
        color: #808080;
        height: auto;
    }

    .about_team_detail_left {
        float: left;
        width: 173px;
        padding-right: 31px;
    }

    .about_team_detail_right dd {
        font-family: "Arial";
        font-size: 12px;
        line-height: 28px;
        color: #000;
        float: left;
        height: auto;
        padding-right: 3px;
    }

    .about_team_detail_right dl {
        float: left;
        height: auto;
        width: 100%;
    }

    .about_team_detail_text02 {
        font-family: Arial;
        font-size: 18px;
        color: #656565;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .about_team_detail_text03 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #000;
        width: auto;
        float: left;
        padding-right: 5px;
    }
    .about_team_detail_text04 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #999999;
        width: auto;
    }



    .about_team_detail_year {
        font-family: Arial;
        font-size: 24px;
        color: #999999;
    }

    .about_team_detail_right dt {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        width: auto;
        height: auto;
        line-height: 28px;
    }

    .about_team_detail_close{
        background-image: url(../images/about_team_detail03_close.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        height: 21px;
        width: 43px;
        cursor: pointer;
        margin-top: 5px;
        float: right;
    }

    .about_team_detail_close:hover {
        background-image: url(../images/about_team_detail03_close-1.jpg);
    }

    .contact_form02 {
        display:none;
    }
    .contact_info_textall {
        float: left;
        width: auto;
    }
    .contact_info_textall02 {
        display:none;
    }
    .contact_info_textall03 {
        display:none;
    }                                  
    .index_works {
        display:none;
    }
    .index_works ul li {
        float: none;
        display:inline-block
    }
    .index_con {
        top: 33.3%;
        z-index: 999;
        height: auto;
        width: 419px;
        margin-left:auto;
        margin-right:auto;
        padding-top:210px;
    }

    .left02 {
        float: left;
        width: 202px;
        height: auto;
        padding-left: 5%;
    }
    .index_div {
        border:none;
        float:none;
        width:100%
    }
    .index_arrow{
        display:none;
    }
    .treeline {
        float: right;
        height: 23px;
        width: 31px;
        padding-right: 5%;
        padding-top:67px;
    }

    .footer02 {
        font-family: "Myriad Pro";
        font-size: 12px;
        line-height: 38px;
        color: #666;
        background-color: #fff;
        text-align: center;
        width: 100%;
        position: absolute;
        z-index: 999;
        bottom: 0px;
        height: auto;
        left: 0px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #CCC;
    }
    .title {
        float: left;
        height: 63px;
        width: 100%;
        font-family: "times_1";
        font-size: 43px;
        line-height: 60px;
        color: #000;
        text-align: center;
        font-weight: bold;
        letter-spacing: -0.1em;
    }
    .title_s {
        display:none;
    }

    .index_arrow{
        display:none;
    }
    .index_logo02 {
        width: 82px;
        margin-right:auto;
        margin-left:auto;
        padding-top:38px;

        float: left;
    }
    .index_works02 {
        position: absolute;
        z-index: 999;
        right: 0%;
        top: 530px;
        /*        height: 100%;*/
        height: initial;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .index_works02 ul {
        height: auto;
        width:470px;
        display:inline-block;
    }
    .index_works02 ul li {
        background-image: url(../images/index_open_pic01-1.jpg);
        float:left;
        background-size: 100%;
        height: 84px;
        width: 82px;
        margin-bottom: 25px;
        margin-right: 13px;
    }
    .index_works02 ul li:nth-child(5n+5) { 
        margin-right: 0px;
    }
    .index_works_title {
        height: 13px;
        width: 165px;
        padding-bottom: 29px;
        padding-top: 29px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .works_detail_lcd {
        height: 550px;
    }

    .menu {
        display:none;
    }
    .right {
        width:90%;
        position: absolute;
        z-index: 999;
        left: 5%;
        padding-top: 137px;
        height: auto;
    }	
    .copyright {
        display:none;
    }

    .home {
        display:none;
    }
    .home:hover {
        display:none;
    }
    .left {
        display:none;
    }
    .submenu li {
        font-family: "Times New Roman";
        font-size: 18px;
        line-height: 48px;
        color: #000000;
        display: inline;
        text-decoration: none;
        padding-right: 15px;
        width: auto;
    }

    .about_why_one {
        float: left;
        height: auto;
        width: 22.2%;
        padding-right: 3.35%;
        padding-bottom: 26px;
    }
    .about_principles_pic {
        float: left;
        height: auto;
        width: 32%;
        min-width:135px;
        padding-right: 0px;
        padding-bottom: 47px;
        padding-left: 1%;
    }
    .about_principles_leftarrow {
        float: left;
        height: auto;
        width: 14%;
        padding-top: 143px;
    }

    /*YHJ--滑動*/
    .about_principles_slide_area {
        /*        overflow: hidden;*/
        position:relative;
        float: left;
        height: 377px;
        width:72%;
    }
    /*YHJ--滑動*/

    .about_principles_textall {
        position:absolute; /*YHJ*/
        float: left;
        height: auto;
        width:100%;        /*YHJ*/
        text-align: center;
    }
    .works_detail_pic {
        float: left;
        height: auto;
        width: 92%;
        padding-top: 3.4%;
        padding-left: 4%;
    }
    .works li {
        /*        background-image: url(../images/works_pic01.png);*/
        background-repeat: no-repeat;
        display: inline-block;
        height: 110px;
        width: 21%; /*old 22%*/
        margin-right: 3.5%;
        background-size:100%;
        cursor: pointer;
        margin-bottom: 52px;
        position: relative;
    }
    .works li:nth-child(4n+4) {
        /*        background-image: url(../images/works_pic01.png);*/
        background-repeat: no-repeat;
        display: inline-block;
    }
    .blog_all ul li h4 {
        padding-top: 0px;
        margin-top:-6px;
    }
    .news_other_all {
        display:none;
    }
    .news_other_all02 {
        float: left;
        height: auto;
        width: 100%;
        padding-bottom: 40px;
    }

    .about_team {
        float: left;
        width: 100%;
        padding-top: 40px;
        text-align:	center;
    }
    .about_team_one {
        display:inline-block;
        float:none;
        height: 183px;
        width: 137px;
        padding-right: 3%;
        padding-bottom: 43px;
    }

    .about_team_detail {
        float: left;
        width: 286px;
        margin-top: 40px;
        margin-right: 37px;
        margin-bottom: 40px;
        margin-left: 37px;
    }

    .about_team_detail_pic {
        display:none;
    }

    .about_team_detail_pic02 {
        float: left;
        height: auto;
        width: 100%;
        padding-bottom: 15px;
    }

    .about_team_detail_lefttext {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        float: left;
        text-align: center;
        line-height:36px;
    }

    .about_detail_name {
        font-size: 18px;
        color: #656565;
        font-family: Arial;
        padding-left: 2px;
    }

    .about_team_detail_right {
        float: left;
        width: 100%;
        font-family: Arial;
        font-size: 12px;
        line-height: 28px;
        color: #808080;
        height: auto;
    }

    .about_team_detail_left {
        float: left;
        width: 100%;
        height:auto;
        padding-right: 31px;
    }

    .about_team_detail_right dd {
        font-family: "Arial";
        font-size: 12px;
        line-height: 28px;
        color: #000;
        float: left;
        height: auto;
        padding-right: 3px;
    }

    .about_team_detail_right dl {
        float: left;
        height: auto;
        width: 100%;
    }

    .about_team_detail_text02 {
        font-family: Arial;
        font-size: 18px;
        color: #656565;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .about_team_detail_text03 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #000;
        width: auto;
        float: left;
        padding-right: 5px;
    }

    .about_team_detail_text04 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #999999;
        width: auto;
    }

    .about_team_detail_year {
        font-family: Arial;
        font-size: 24px;
        color: #999999;
    }

    .about_team_detail_right dt {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        width: auto;
        height: auto;
        line-height: 28px;
    }

    .about_team_detail_close{
        background-image: url(../images/about_team_detail03_close.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        height: 21px;
        width: 43px;
        cursor: pointer;
        margin-top: 5px;
        float: right;
    }

    .about_team_detail_close:hover {
        background-image: url(../images/about_team_detail03_close-1.jpg);
    }



    .contact_form02 {
        display:none;
    }
    .contact_info_textall {
        display:none;	
    }
    .contact_info_textall02 {
        float: left;
        width: 100%;
    }
    .contact_info_textall03 {
        display:none;
    }

    .index_works ul li {
        float: none;
        display:inline-block
    }
    .index_con {
        top: 33.3%;
        z-index: 999;
        margin-left:auto;
        margin-right:auto;
        height: auto;
        width: 71%;
        max-width:419px;
        padding-top:210px;
    }
    .index_div {
        border:none;
        width:100%;
        float:none;
    }
    .index_arrow{
        display:none;
    }
    .left02 {
        float: left;
        width: 202px;
        height: auto;
        padding-left: 5%;
    }
    .treeline {
        float: right;
        height: 23px;
        width: 31px;
        padding-right: 7%;
        padding-top:68px;
    }

    .footer02 {
        font-family: "Myriad Pro";
        font-size: 12px;
        line-height: 38px;
        color: #666;
        background-color: #fff;
        text-align: center;
        width: 100%;
        position: absolute;
        z-index: 999;
        bottom: 0px;
        height: auto;
        left: 0px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #CCC;
    }
    .title {
        float: left;
        height: 63px;
        width: 100%;
        font-family: "times_1";
        font-size: 43px;
        line-height: 60px;
        color: #000;
        text-align: center;
        font-weight: bold;
        letter-spacing: -0.1em;
    }
    .title_s {
        display:none;
    }
    .index_logo02 {
        float: left;
        height: 82px;
        width: 82px;
        padding-bottom: 25px;
        padding-top: 37px;
    }

    .index_works02 ul li {
        /*        display:none;*/
    }
    .index_works {
        display:none;
    }
    .index_arrow{
        display:none;
    }
    .index_logo02 {
        width: 82px;
        margin-right:auto;
        margin-left:auto;
        padding-top:38px;
    }
    .index_works02 {
        position: absolute;
        z-index: 999;
        right: 0%;
        top: 530px;
        /*        height: 100%;*/
        height: initial;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .index_works02 ul {
        height: auto;
        width:465px;
        display:inline-block;
    }
    .index_works02 ul li {
        background-image: url(../images/index_open_pic01-1.jpg);
        float:left;
        background-size: 100%;
        height: 84px;
        width: 82px;
        margin-bottom: 25px;
        margin-right: 13px;
    }
    .index_works02 ul li:nth-child(5n+5) { 
        margin-right: 0px;
    }
    .index_works_title {
        height: 13px;
        width: 165px;
        padding-bottom: 29px;
        padding-top: 29px;
    }
}



@media screen and (max-width: 479px) {
    .works_detail_lcd {
        height: 370px;
    }
    .menu {
        display:none;
    }
    .copyright {
        display:none;
    }
    .right {
        width: 90%;
        position: absolute;
        z-index: 999;
        left: 51.3%;
        padding-top:137px;
        margin-left: -46%;
        height: auto;
    }
    .home {
        display:none;
    }

    .home:hover {
        display:none;
    }
    .left {
        display:none;
    }
    .submenu li {
        font-family: "Times New Roman";
        font-size: 18px;
        line-height: 48px;
        color: #000000;
        display: inline;
        text-decoration: none;
        padding-right: 15px;
        width: auto;
    }
    .about_all {
        float: left;
        width: 96%;
        /*padding-right: 10px;*/
        padding-left: 1.5%;
    }

    .about_principles_pic {
        float: left;
        height: auto;
        width: 32%;
        min-width:99px;
        padding-right: 0px;
        padding-bottom: 47px;
        padding-left: 1%;
    }
    .about_principles_leftarrow {
        float: left;
        height: auto;
        width: 14%;
        padding-top: 143px;
    }

    /*YHJ--滑動*/
    .about_principles_slide_area {
        /*        overflow: hidden;*/
        position:relative;
        float: left;
        height: 377px;
        width:72%;
    }
    /*YHJ--滑動*/

    .about_principles_textall {
        position:absolute; /*YHJ*/
        float: left;
        height: auto;
        width:100%;       /*YHJ*/
        text-align: center;
    }
    .works_detail_pic {
        float: left;
        height: auto;
        width: 92%;
        padding-top: 3.4%;
        padding-left: 4.1%;
    }

    .works li {        
        /* background-image: url(../images/works_pic01.png); */
        background-repeat: no-repeat;
        display: inline-block;
        height: 103px;
        width: 29%;
        min-width: 97px;
        margin-right: 3.5%;
        background-size: 100%;
        cursor: pointer;
        margin-bottom: 52px;
        /* float: none; */
        position: relative;
    }
    .works li:nth-child(4n+4) {
        display:none;
    }
    .blog_all ul li h4 {
        padding-top: 0px;
        margin-top:-6px;
    }
    .content .ctxt {
        font-family: "微軟正黑體";
        font-size: 14px;
    }
    .news_other_all {
        display:none;
    }
    .news_other_all02 {
        float: left;
        height: auto;
        width: 100%;
        padding-bottom: 40px;
    }

    .about_team {
        float: left;
        width: 100%;
        padding-top: 40px;
        text-align:	center;
    }
    .about_team_one {
        display:inline-block;
        float:none;
        height: 183px;
        width: 137px;
        padding-right: 2.5%;
        padding-bottom: 43px;
    }

    .about_team_detail {
        float: left;
        width: 286px;
        margin-top: 40px;
        margin-right: 37px;
        margin-bottom: 40px;
        margin-left: 37px;
    }

    .about_team_detail_pic {
        display:none;
    }

    .about_team_detail_pic02 {
        float: left;
        height: auto;
        width: 100%;
        padding-bottom: 15px;
    }

    .about_team_detail_lefttext {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        float: left;
        text-align: center;
        line-height:36px;
    }

    .about_detail_name {
        font-size: 18px;
        color: #656565;
        font-family: Arial;
        padding-left: 2px;
    }

    .about_team_detail_right {
        float: left;
        width: 100%;
        font-family: Arial;
        font-size: 12px;
        line-height: 28px;
        color: #808080;
        height: auto;
    }

    .about_team_detail_left {
        float: left;
        width: 100%;
        height:auto;
        padding-right: 31px;
    }

    .about_team_detail_right dd {
        font-family: "Arial";
        font-size: 12px;
        line-height: 28px;
        color: #000;
        float: left;
        height: auto;
        padding-right: 3px;
    }

    .about_team_detail_right dl {
        float: left;
        height: auto;
        width: 100%;
    }

    .about_team_detail_text02 {
        font-family: Arial;
        font-size: 18px;
        color: #656565;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .about_team_detail_text03 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #000;
        width: auto;
        float: left;
        padding-right: 5px;
    }

    .about_team_detail_text04 {
        font-family: "Arial";
        font-size: 12px;
        line-height: 36px;
        color: #999999;
        width: auto;
    }

    .about_team_detail_year {
        font-family: Arial;
        font-size: 24px;
        color: #999999;
    }

    .about_team_detail_right dt {
        font-family: Arial;
        font-size: 12px;
        color: #656565;
        width: auto;
        height: auto;
        line-height: 28px;
    }

    .about_team_detail_close{
        background-image: url(../images/about_team_detail03_close.jpg);
        background-repeat: no-repeat;
        display: inline-block;
        height: 21px;
        width: 43px;
        cursor: pointer;
        margin-top: 5px;
        float: right;
    }

    .about_team_detail_close:hover {
        background-image: url(../images/about_team_detail03_close-1.jpg);
    }

    .about_why_one {
        display:inline-block;
        float:none;
        height: 155px;
        width: 44%;
        max-width:153px;
        padding-right:5%;
        padding-bottom: 26px;
    }
    .about_why_one:nth-child(2n+2) {
        padding-right:0px;
    }
    .contact_form02 {
        float: left;
        width: 97.1%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .contact_form {
        /*display:none;*/
    }
    .contact_info_textall {
        display:none;	
    }
    .contact_info_textall02 {
        display:none;	
    }
    .contact_info_textall03 {
        float: left;
        width: 100%;
    }
    .index_works ul li {
        float: none;
        display:inline-block
    }
    .index_con {
        top: 194px;
        position: relative;
        z-index: 999;
        left: 16%;
        height: auto;
        width: 71%;
        max-width:419px;
    }
    .index_div {
        border:none;
        float:none;
    }
    .index_works {
        display:none;
    }
    .index_arrow{
        display:none;
    }
    .index_logo02 {
        width: 82px;
        margin-right:auto;
        margin-left:auto;
        padding-top:38px;
    }
    .index_works02 {
        position: absolute;
        z-index: 999;
        right: 0%;
        top: 390px;
        /*        height: 100%;*/
        height: initial;
        width: 95%;
        text-align: center;
        padding-bottom: 15px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .index_works02 ul {
        height: auto;
        width:272px;
        display:inline-block;
    }
    .index_works02 ul li {
        background-image: url(../images/index_open_pic01-1.jpg);
        float:left;
        background-size: 100%;
        height: 84px;
        width: 82px;
        margin-bottom: 25px;
        margin-right: 13px;
    }
    .index_works02 ul li:nth-child(3n+3) { 
        margin-right: 0px;
    }
    .index_works_title {
        height: 13px;
        width: 165px;
        padding-bottom: 29px;
        padding-top: 29px;
    }
    .left02 {
        width: 100%;
        height: auto;
        position:absolute;
    }
    .treeline {
        float: right;
        height: 23px;

        padding-right: 4.6%;
        padding-top:26px;
    }

    .footer02 {
        font-family: "Myriad Pro";
        font-size: 12px;
        line-height: 38px;
        color: #666;
        background-color: #fff;
        text-align: center;
        width: 100%;
        position: absolute;
        z-index: 999;
        bottom: 0px;
        height: auto;
        left: 0px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #CCC;
    }
    .title {
        display:none;
    }

    .title_s {
        float: left;
        height: 57px;
        width: 100%;
        font-family: "times_1";
        font-size: 43px;
        line-height: 60px;
        color: #000;
        text-align: center;
        font-weight: bold;
        letter-spacing: -0.1em;
    }
    .stitle {
        text-align : center;
        line-height: 24px;
        color: #FFF;
        margin-bottom: 20px;
        font-size: 20px;
        background-image: url(../images/about_320_bg.jpg);
        background-repeat: repeat-x;
        width: 98.1%;
    }
    /*.content h3{
    text-align : center;}*/

    /*--phone--*/
    .blog_detail_all p {
        font-size: 14px;
        line-height: 28px;
    }

    .works_detail dt {
        font-size: 14px;
        line-height: 30px;
    }

    .works_detail dd {
        font-size: 14px;
        padding-top: 0px;
    }

    .about_team_detail_right {
        font-size: 14px;
    }

    .about_team_detail_text03 {
        font-size: 14px;
    }

    .about_team_detail_text04 {
        font-size: 14px;
    }

    .about_team_detail_lefttext {
        font-size: 14px;
    }

    .content {
        font-size: 14px;
    }

    .qa_answer {
        font-size: 14px;
    }

    .contact_form dd {
        font-size: 15px;
    }


}





/*==ALL SIZE======================*/
.slider-wrap {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
    width: 9999999px;
    height: 340px;
}

.slide {
    display: inline-block;
    float: left;
    overflow: hidden;
    height: 100%;
    *display: inline;
    *zoom: 1;
}

.main_img {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute
}

.left_main_move {
    transition-duration: 0.6s;
    transform: translate3d(0px, 0px, 0px);
}
.left_work_move {
    /*    pointer-events: none;*/
    transition-duration: 0.6s;
    transform: translate3d(471px, 0px, 0px);
    right: 0px;
    position: absolute;
    top: 0px;
}
.index_con_detal {
    position: absolute;
    height: initial;
}

/*work_title*/
.works_title {
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    /*    line-height: 9;*/
    top: 40%;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}
.works-iten-all:hover .works_title_c span {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.works_title_c{
    /*    display: none; */
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50pt;
    height: 50pt;
    margin-left: -53px;
    border-radius: 50%;
    background: rgba(38, 38, 38, 0.8);
    z-index: 1;
    padding: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: -webkit-transform .3s cubic-bezier(.25,.68,.45,.99),opacity .3s ease;
    transition: transform .3s cubic-bezier(.25,.68,.45,.99),opacity .3s ease;
    text-align: center;
    */
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /* margin-left: -75px; */
    border-radius: 50%;
    background: rgba(38, 38, 38, 0.8);
    z-index: 12;
    /* padding: 20px; */
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: -webkit-transform .3s cubic-bezier(.25,.68,.45,.99),opacity .3s ease;
    transition: transform .3s cubic-bezier(.25,.68,.45,.99),opacity .3s ease;
    text-align: center;
}
.works-iten-all:hover .works_title_c {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: normal;
}

.about_principles_leftarrow#next img {
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.about_principles_leftarrow#next:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.about_principles_leftarrow#prev img{
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.about_principles_leftarrow#prev:hover img{
    opacity: 1;
    filter: alpha(opacity=100);
}

/*------------loding--------------*/
.loding{
    width:700px; 
    height:150px;	
    display:table-cell; 
    text-align:center; 
    vertical-align:middle;
}

/* IE6 hack */
.loding span{
    height:100%; 
    display:inline-block;
}

/* 讓table-cell下的所有元素都居中 */
.loding *{ vertical-align:middle;}
/*--------loding--------------------*/

/*==ALL SIZE======================*/
.right, .index_right{
    display: none;
}


/*--Album--*/
.Album_iten {
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    display: block;
    background-image: url("../images/ring.svg");
    background-color: rgb(255, 255, 255);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: auto;
    margin-bottom: 20px;
    min-height: 200px;
}
.Album_logo {
    width: 92px;
    position: relative;
    left: 50%;
    top: 10%;
    height: 92px;
    margin-bottom: 150px;    
    margin-left: -42px;
}

@media screen and (max-width: 479px) {
    .Album_logo {
        top: 16%;
    }
}

.Album_close{
    right: 10px;
    position: fixed;
    z-index: 1000;
    top: 10px;
    height: 84px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.Album_close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*--Album--*/