﻿/*頭部樣式*/

#header {
    height: 77px;
    background: #f7f7f7;
    overflow: hidden;
}

.logo {
    float: left;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../image/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k2 {
    color: #000000;
    margin-top: 40px;
    font-size: 14px;
    font-family: "微軟雅黑";
    background: url(../image/top_phone.png) no-repeat left center;
    padding-left: 22px;
}

#menu {
    height: 52px;
    background: #009999;
}


/*自動化、信息化、智能化*/

.pro_index {
    height: 630px;
    position: relative;
    background: #f7f7f7;
}

.pro_index h3:nth-child(1) {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #323232;
    font-size: 28px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
}

.pro_nr {
    position: relative;
}

.pro_nr .pr_list_one {
    position: relative;
}

.pr_list_one li {
    position: relative;
    float: left;
    width: 281px;
    height: 447px;
    margin-right: 25px;
    background: #fff;
    box-shadow: 0px 0px 3px 1px #cccccc;
}

.pr_list_one li:last-child {
    margin-right: 0px;
}

.pr_list_one li>a {
    display: block;
    overflow: hidden;
}

.pr_list_one li>a>img {
    width: 281px;
    height: 175px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pr_list_one li>a>img:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    /* transition: all 0.6s ease-out; */
}

.pr_list_one li h3 {
    padding-top: 28px;
    text-align: center;
    color: #010101;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
}

.pr_list_one li h3 a{
     color: #010101;
    font-size: 20px;
    font-family: "Microsoft Yahei";
  
}
.pr_list_one li h3 a:hover{
    color: #009999;
    font-weight: bold;
}

.pr_list_one li span {
    display: block;
    color: #565656;
    font-size: 12px;
    padding: 10px 15px 10px 15px;
    text-indent: 20px;
    line-height: 20px;
    height: 140px;
}

.pr_list_one li .pr_more {
    display: block;
    height: 25px;
    padding: 0 15px;
    color: #009999;
    font-size: 16px;
    background: url(../image/pr_more_bg.png) no-repeat left center;
    padding-left: 30px;
    margin-left: 130px;
}
.pr_list_one li .pr_more:hover{font-weight:bold;}

/*新聞變化*/

.news_index {
    height: 665px;
    background: #009999;
    position: relative;
}

.news_index .h3 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
}

.news_nr {
    position: relative;
}

.news_nr .cn_list {
    position: relative;
}

.cn_list li {
    float: left;
    width: 580px;
    margin-right: 40px;
}

.cn_list li:last-child {
    margin-right: 0px;
}

.cn_list li>a {
    display: block;
    overflow: hidden;
}

.cn_list li>a>img {
    width: 580px;
    height: 352px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cn_list li>a>img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    /* transition: all 0.6s ease-out; */
}

.cn_list li .cn_txt {
    height: 99px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.cn_txt h3 {
    font-weight: normal;
    padding-top: 10px;
    color: #010101;
    font-size: 20px;
    text-align: center;
}

.cn_txt h3 a{ 
    color: #010101;
    font-size: 20px;
    
}

.cn_txt h3 a:hover{
    color:#009999;
}

.cn_txt span {
    display: block;
    padding: 5px 28px;
    text-indent: 20px;
    color: #565656;
    font-size: 12px;
    line-height: 20px;
}

.news_index .ns_more {
    margin-top: 25px;
    margin: 25px auto 0;
    display: block;
    width: 136px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    background: #323232;
    font-size: 16px;
    font-weight: normal;
}

.news_index .ns_more:hover{
    font-weight: bold;
    font-size: 18px;
}

/*合作*/

.hezuo {
    height: 425px;
    position: relative;
    background: #F7F7F7;
}

.hz_tit {
    padding-top: 60px;
    margin-bottom: 30px;
}

.hz_tit>h3 {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
}

.hz_tit>h3>span {
    margin-left: 5px;
}


/*熱門搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    width: 320px;
    float: left;
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*主體樣式*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*首頁新聞*/

.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}


/*首頁左側聯絡我們*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程實例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*商品推選*/

.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}


/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*前臺多頁簽*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../image/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #e87518;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


/*友誼鏈接*/

.flink_wap {
    line-height: 40px;
    background-color: #f7f7f7;
}

.f_link {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    text-indent: 20px;
}


/*頁面底部*/

.foot_wap {
    height: 305px;
    position: relative;
    background: url(../image/foot_bg.png) no-repeat center center;
}

.foot_top {
    height: 240px;
    overflow: hidden;
}

.f_aa {
    width: 330px;
    float: left;
    padding-top: 55px;
}

.f_aa>p:nth-child(1) {
    padding-left: 96px;
}

.f_aa>p:nth-child(2) {
    background: url(../image/f_phone.png) no-repeat 20px center;
    color: #d5d6d8;
    font-size: 21px;
    padding-left: 60px;
    padding-top: 5px;
}

.f_aa>p:nth-child(3) {
    color: #d5d6d8;
    font-size: 12px;
    padding-left: 70px;
}

.f_bb {
    float: left;
    width: 725px;
    padding-top: 38px;
    font-size: 18px;
    line-height: 30px;
}

.f_bb li {
    float: left;
    width: 120px;
    text-align: left;
    padding-left: 40px;
}

.f_bb li+li {
    margin-left: 15px;
}

.f_bb li a {
    color: #fff;
}
.f_bb li a:hover{color:#009999;}

.f_bb li .sec1 {
    margin-top: 10px;
}

.f_bb li .sec1 a {
    font-size: 14px;
    display: block;
}

.f_cc {
    float: right;
    width: 110px;
    text-align: center;
    padding-top: 58px;
    color: #fff;
    font-size: 16px;
}

.f_cc>p:last-child {
    padding-top: 10px;
}

.foot_btm {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 53px;
    bottom: 0px;
    line-height: 53px;
    background: rgba(0, 0, 0, 0.4);
    color: #d5d6d8;
}

.foot_btm a {
    color: #d5d6d8;
}

.foot_btm a:hover {
    color: #e87518;
    text-decoration: none;
}

.copyright {
    text-align: center;
    line-height: 53px;
}


/*------------內頁-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h2{
    height: 71px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: #009999;
    font-size: 21px;
    color: #fff;
    padding-top: 20px;
}

.left .box h2 span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 6px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微軟雅黑";
    background: url(../image/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    margin: 0 auto;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto
}

.left {
    width: 225px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 940px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../image/nav.png) no-repeat 0% 100%;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}

#gotops {
    position: fixed;
    display: none;
    height: 42px;
    width: 42px;
    background: url(../image/gotop_ziding.png) no-repeat;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
}




.join-list1 { float: left; overflow: hidden; width: 100%; }
.join-list1 .list-title { line-height: 50px; float: left; width: 100%; height: 50px; padding: 0 12px; color: #333; background: #ebebeb; }
.join-list1 .list-title div { font-size: 14px; font-weight: bold; width: 25%; text-align: center; color: #333;float:left; }
.join-list1 .list-title .zhiwei { float: left; width: 25%; text-align: left; }
.join-list1 .list-title .riqi { text-align: center; }
.join-list1 li { line-height: 49px; float: left; width:  100%; height: 49px; padding: 0 12px; color: #333; border-bottom: 1px dashed #dedede; background: none; }
.join-list1 li div { font-size: 14px; float:left; width: 25%; text-align: center; color: #333;  white-space: nowrap; overflow:hidden; height:50px; }
.join-list1 li .zhiwei { float: left; width: 25%; text-align: left; }

.join-list1 li .didian,.join-list1 .list-title .didian{width:38%;}
.join-list1 li .renshu,.join-list1 .list-title .renshu{width:12%;}
.join-list1 li .riqi { text-align: center; }
.join-list1 li a { display: block; text-decoration: none; color: #333; }
.join-list1 li a:hover { text-decoration: none; }
.join-list1 li:hover { background: #f5f5f5; }
.join-content { position: relative; float: left; width: 100%; }
.join-content .titles { float: left; width: 100%; }
.join-content .titles h5 { font-size: 16px; display: block; float: left; width: 100%; color: #333; }
.join-content .titles b { font-size: 12px; font-weight: normal; display: block; float: left; width: 100%; margin-top: 5px; color: #666; }
.join-content .join-text { line-height: 30px; float: left; width: 100%; margin-top: 38px; }
.join-content .join-text h6 { font-size: 14px; font-weight: bold; display: block; color: #333; }
.join-content .join-text p { font-size: 13px; color: #666; }
.join-content .toujianli { position: absolute; top: 0; right: 0; width: 110px; }
.join-content .toujianli .toujianli-list { float: left; width: 100%; }
.join-content .toujianli .jianli-tou { font-size: 14px; font-weight: bold; line-height: 40px; float: left; width: 63px; height: 40px; padding-left: 47px; cursor: pointer; color: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: url(/template/default/images/inc_inc.png) no-repeat 18px -539px #dbc02c; }
.join-content .toujianli .jianli-tou a { color: inherit; text-decoration: none;  }
.join-content .toujianli .jianli-list { display: none; float: left; width: 110px; }
.join-content .toujianli .jianli-list img { float: left; margin-top: 8px; border: 1px solid #dadada; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.join-content .toujianli .jianli-list img:hover { border: 1px solid #003690; }
.join-content .toujianli:hover .jianli-list { display: block; }











