@charset "utf-8";
/* CSS Document */

@import "routine.css";


* {
    outline: 0;
}

a,
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

body {
    font-family: "微軟正黑體";
}

/*************************************/

/*               header              */

/*************************************/
html.translated-ltr nav.navbar.bootsnav {
    top: 39px;
}

.header-info {
    text-align: right;
    /* padding-top: 10px; */
    position: relative;
    top: 13px;
    padding-bottom: 15px;
}

.nav>li {
    bottom: -3px;
}

.header-info li {
    display: inline-block;
    position: relative;
}

.header-info li:nth-child(1) a:after,
.header-info li:nth-child(2) a:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 5px;
    right: -3px;
}

.header-info li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.header-info li a img {
    width: 21px;
    height: 16px;
}

.goog-logo-link img {
    width: 42px !important;
}

span.lanname {
    color: #fff;
    font-size: 14px;
    padding-right: 28px;
    padding-left: 10px;
    display: inline-block;
}


/*
li.wordlanMD {
    display: none;
}
*/

.google-translate.clearfix {
    display: inline-block;
    position: relative;
    top: -4px;
}

div#google_translate_element {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    width: 250px;
    top: 0px;
    left: 5px;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: -7px;
    height: 20px;
}

@media (max-width: 1199px) {

    .goog-te-gadget .goog-te-combo {
        margin: 4px 0;
        width: 100%;
    }

}

@media (max-width: 700px) {
    .header-info li {
        margin-bottom: 10px;

    }
}

@media (max-width: 530px) {

    .header-info li {
        display: inline-block;
        position: relative;
        margin-bottom: 10px;

    }
}


/*************************************/

/*              header nav           */

/*************************************/

.navbar-brand {
    float: inherit;
    height: auto;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw>a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw>a:focus,
nav.navbar.bootsnav ul.nav li.active>a:hover,
nav.navbar.bootsnav ul.nav li.active>a:focus,
nav.navbar.bootsnav ul.nav li.active>a,
nav.navbar.bootsnav ul.nav li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
    background: url(../sm_img/header/nav_bg.jpg) left center repeat-x;
}

nav.navbar.bootsnav ul.nav li>ul>li>a:hover {
    background: #fff;
    color: #8d683a;
}

.navbar-right {
    margin-top: 17px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .navbar-right {
        margin-top: 18px;
    }
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 20px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    border-bottom: solid 1px #8d683a;
    font-size: 14px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 1px solid #eee;
    /*box-shadow: 0 0 0 1px #eee;*/
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.sub-menu {
    border-top: 5px solid #fff;
    box-shadow: 1px 0 0 1px #eee;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
    background-color: #fff;
    color: #8d683a;
}



@media (min-width: 1024px) {

    /* General Navbar
    =================================*/
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 20px;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }

    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
        display: none;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        border-bottom: solid 1px #8d683a;
        font-size: 15px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        border-top: 1px solid #eee;
        /*box-shadow: 0 0 0 1px #eee;*/
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        width: 160px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.sub-menu {
        border-top: 5px solid #fff;
        box-shadow: 1px 0 0 1px #eee;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background-color: #fff;
        color: #8d683a;
    }
}

@media (max-width:1200px) {
    .navbar-header {
        width: 100%;
    }

    #brand {
        width: 100%;
    }

    nav.navbar.bootsnav {
        padding-top: 0;
    }

    .header-info {
        text-align: center;
    }

    .navbar-brand>img {
        display: block;
    }

    nav.bootsnav .container {
        text-align: center;
    }

    .navbar-right {
        float: inherit !important;
        display: inline-block;
        margin-top: 0px;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        padding: 15px;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 10px 8px;
    }
}

@media (max-width:991px) {
    nav.navbar.bootsnav .navbar-nav {
        display: block;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #bbb;
        padding-left: 30px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    nav.navbar.bootsnav ul.nav li>a {
        text-align: left;
    }

    .navbar-right {
        margin-right: 0 !important;
    }

    .header-info {
        margin-top: 5px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: 0;
        margin-top: 35px;
        position: fixed;
        right: 30px;
        color: #fff;
        background: #252122;
    }
}

@media (max-width:520px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

    .navbar-brand>img {
        max-width: 340px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        position: absolute;
    }
}

@media (max-width:480px) {
    .navbar-brand>img {
        width: 100%;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 15px;
        right: 15px;
    }

}

@media (max-width:410px) {
    .navbar-brand {
        padding: 10px;
    }
}


/*************************************/

/*               banner              */

/*************************************/

.banner,
.banner2 {
    margin-top: 115px;
}

.banner img.img-responsive {
    width: 100%;
}

@media (max-width:1200px) {

    .banner,
    .banner2 {
        margin-top: 166px;
    }
}

@media (max-width:991px) {

    .banner,
    .banner2 {
        margin-top: 0;
    }
}

@media (max-width:767px) {

    .banner,
    .banner2 {
        margin-top: 27px;
    }
}

@media (max-width:520px) {

    .banner,
    .banner2 {
        margin-top: auto;
    }
}


/*************************************/

/*                index              */

/*************************************/

.index_section1 {
    padding: 70px 0 35px;
    background: url(../sm_img/index/index_bg.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index-title {
    height: 110px;
    /* background: url(../tw_img/index/index_title.png) left top no-repeat; */
    padding-right: 190px;
    font-size: 20px;
    padding-top: 80px;
    display: block;
}

.index-title2 {
    height: 110px;
    /* background: url(../tw_img/index/index_title2.png) left top no-repeat; */
    /*padding-right:190px;*/
    font-size: 20px;
    padding-top: 70px;
    display: block;
}


.title1 span {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 20px;
    line-height: 42px;
    color: #3e3a39;
}

.title1 {
    color: #bba060;
    background: url(../tw_img/index/index_titleLIne1.jpg) bottom 12px right no-repeat;
    padding-right: 190px;
    display: inline-block;
    font-weight: bold;
}


.index_section2 {
    padding: 25px 0 80px;
    overflow: hidden;
}

.title2 span {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 20px;
    line-height: 42px;
    color: black;
}

.title2 {
    color: #bba060;
    background: url(../tw_img/index/index_titleLIne1.jpg) bottom 12px right no-repeat;
    padding-right: 190px;
    display: inline-block;
    font-weight: bold;
}

.index_section4 {
    padding: 25px 0 0;
    overflow: hidden;
}

.index_section4_sub {
    margin-top: 20px;
}

.index_section4_sub .section4-1 {
    background: url(../sm_img/index/index_01.jpg) center right no-repeat;
    background-size: cover;
    padding-bottom: 98.95833%;
    position: relative;
}

.section-content {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 0;
    opacity: 0;
    transition: 1s all;
    background: rgba(0, 0, 0, 0.65);
}

.section-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
}

.section-content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.section-content:hover {
    background: rgba(0, 0, 0, 0.65);
    opacity: 1;
}

.index_section4_sub .section4-2 {
    background: url(../sm_img/index/index_02.jpg) center right no-repeat;
    background-size: cover;
    padding-bottom: 98.95833%;
    position: relative;
}

.index_section4_sub .section4-3 {
    background: url(../sm_img/index/index_03.jpg) center right no-repeat;
    background-size: cover;
    padding-bottom: 98.95833%;
    position: relative;
}

.index_section4_sub .section4-4 {
    background: url(../sm_img/index/index_04.jpg) center right no-repeat;
    background-size: cover;
    padding-bottom: 98.95833%;
    position: relative;
}

.col-35 {
    width: 35%;
    float: left;
    position: relative;
    min-height: 1px;
}

.col-65 {
    width: 65%;
    float: left;
    position: relative;
    min-height: 1px;
}

.index_section4_sub .section4-5 {
    background: url(../sm_img/index/index_05.jpg) center right no-repeat;
    background-size: cover;
    padding-bottom: 98.95833%;
    position: relative;
}

.index_section4_sub .section4-6 {
    background: url(../sm_img/index/index_06.jpg) center right no-repeat;
    background-size: cover;
    padding-bottom: 98.95833%;
    position: relative;
}

.index_section4_sub .section4-7 {
    background: url(../sm_img/index/index_07.jpg) center right no-repeat;
    background-size: cover;
    padding-bottom: 49.5%;
    position: relative;
}

@media (max-width:1600px) {
    .section-content {
        padding: 60px 30px 0;
    }
}

@media (max-width:1300px) {
    .section-content {
        padding: 30px 15px 0;
    }
}

@media (max-width:1200px) {
    .index_section1 {
        padding: 90px 0 35px;
    }

    .title1 {
        background: url(../sm_img/index/index_titleLIne1.jpg) bottom 12px right -80px no-repeat;
        padding-right: 110px;
    }

    .title2 {
        background: url(../sm_img/index/index_titleLIne2.jpg) bottom 12px right -80px no-repeat;
        padding-right: 110px;
    }

    /*.section-content{
		padding: 60px 70px 0;
	}*/
    .col-35 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
    }

    .col-65 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
    }
}

@media (max-width:991px) {
    .index_section1 {
        padding: 90px 0 35px;
    }

    .section-content {
        padding: 90px 60px 0;
    }

    .col-35 {
        width: 50%;
    }

    .index_section4_sub .section4-5 {
        padding-bottom: 98.95833%;
    }
}

@media (max-width:767px) {
    .index_section1 {
        padding: 50px 0 35px;
    }

    .index_section2 {
        padding: 25px 0 0;
    }

    .section-content {
        padding: 60px 30px 0;
        opacity: 1;
        background: rgba(0, 0, 0, 0.45);
    }

    .section-content h3 {
        font-size: 18px;
    }
}

@media (max-width:720px) {
    .title1 {
        background: none;
        padding-right: 0;
    }
}

@media (max-width:650px) {
    .section-content {
        padding: 40px 30px 0;
    }
}

@media (max-width:600px) {
    .index_section1 {
        padding: 35px 0;
    }

    .title1 span,
    .title2 span {
        display: none;
    }

    .title1 {
        font-weight: bold;
        background: url(../sm_img/index/index_titleLIne1.jpg) bottom 12px right -80px no-repeat;
        padding-right: 110px;
    }

    .title2 {
        font-weight: bold;
        background: url(../sm_img/index/index_titleLIne2.jpg) bottom 12px right -80px no-repeat;
        padding-right: 110px;
    }
}

@media (max-width:580px) {
    .section-content {
        padding: 150px 80px 0;
    }

    .section-content h3 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .section-content p {
        line-height: 25px;
    }

    .col-550 {
        width: 100%;
    }

    .index_section4_sub .section4-7 {
        background: url(../sm_img/index/index_07.jpg) center right no-repeat;
        background-size: cover;
        padding-bottom: 98.95833%;
        position: relative;
    }
}


@media (max-width:500px) {
    .section-content {
        padding: 100px 40px 0;
    }
}

@media (max-width:380px) {
    .section-content {
        padding: 70px 30px 0;
    }
}

@media (max-width:330px) {
    .section-content {
        padding: 50px 30px 0;
    }
}



.index_section2_sub {
    background: url(../sm_img/index/index_bg2.jpg) top right no-repeat;
    background-size: cover;
    padding: 235px 0 90px;
    margin-top: 20px;
}

.index-about {
    padding: 50px 0 30px;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
}

.index-about p {
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #222;
    text-align: justify;
}



.index_section3 {
    /*background: url(../sm_img/index/index_bg4.jpg) top left repeat-x;*/
	background-color: rgb(236 236 236 / 50%);
    background-size: cover;
    padding: 55px 0 45px;
}

.index_section3 ul {
    display: table;
    margin-top: 60px;
}

.index_section3 ul li {
    display: table-cell;
    vertical-align: middle;
}

.index_section3 ul li:first-child {
    width: 118px;
    height: 55px;
    background: #bba060;
    color: #fff;
    text-align: center;
    line-height: 22px;
    padding: 3px;
    font-size: 15px;
    font-weight: bold;
}

.index_section3 ul li:first-child span {
    font-size: 18px;
}

.index_section3 ul li:last-child {
    padding-left: 20px;
}

.index_section3 ul li,
.index_section3 ul li a {
    font-size: 16px;
    color: #231815;
    line-height: 25px;
}

.index_section3 ul li a:hover {
    color: #b29d1f;
}

.index_section3 .index-more1 {
    margin-top: 50px;
}

@media (max-width:991px) {
    .index_section2_sub {
        padding: 200px 0 90px;
    }

    .index-about p {
        padding: 0 30px;
        line-height: 35px;
    }

    .index_section3 ul {
        display: table;
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .index_section2_sub {
        padding: 160px 0 90px;
        background: url(../tw_img/index/index_bg2.jpg) top -50px right no-repeat;
    }

    .index_section3 .index-more1 {
        margin-top: 30px;
    }

    .index_section2 {
        padding: 25px 0 75px;
    }
}

@media (max-width:680px) {
    .index-about {
        padding: 30px 0;
    }

    .index-about p {
        font-size: 16px;
    }
}

@media (max-width:580px) {
    .index_section2_sub {
        background: url(../tw_img/index/index_bg2.jpg) top -60px right no-repeat;
        background-size: cover;
        padding: 155px 0 60px;
        margin-top: 20px;
    }

    .index_section2 {
        padding: 25px 0 0;
    }
}


/*----------hp-------------*/

.hp-content {
    overflow: hidden;
    padding: 35px 0;
}

.hp-info {
    padding: 10px 20px;
    background: #e0e0e0;
}

.hp-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3e3a39;
    position: relative;
    line-height: 30px;
    text-align: center;
}

.hp-box h3:before {
    position: absolute;
    content: url(../sm_img/index/hp_title.jpg);
    top: 0;
    left: -10px;
}

.slider_frame.fat.slick-slide {
    margin: 10px;
    background: #e0e0e0;
    box-shadow: 0 0 0 1px #e0e0e0;
}

/*div.fat {
	border:1px solid #ccc;
}*/

@media (max-width:1200px) {
    .hp-content {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    .hp-content {
        margin-top: 25px;
    }
}

@media (max-width:767px) {
    .hp-content h3 {
        font-size: 19px;
        line-height: 25px;
    }
}

@media (max-width:480px) {
    .hp-content {
        padding: 10px 0;
        margin-top: 20px;
    }

    .hp-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}



.hp-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 23px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
}

.hp-hover img {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -48px;
    left: 50%;
    margin-left: -48px;
    max-width: 97px;
}

.hp-hover:hover {
    opacity: 1;
}





/*----------index more btn-------------*/

.index-more1 {
    text-align: center;
}

.index-more1 a {
    display: inline-block;
    width: 123px;
    height: 38px;
    border: 1px solid #494848;
    text-align: center;
    line-height: 34px;
    color: #494848;
    font-size: 15px;
}

.index-more1 a i,
.index-more2 a i,
.index-more3 a i {
    font-size: 17px;
    vertical-align: middle;
}

.index-more1 a:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.index-more2 {
    text-align: right;
}

.index-more2 a {
    display: inline-block;
    width: 123px;
    height: 38px;
    border: 1px solid #b5b5b5;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    background: #4c4c4c;
    margin-top: 5px;
}

.index-more2 a:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.index-more3 {
    text-align: center;
    margin-top: 20px;
}

.index-more3 a {
    display: inline-block;
    width: 123px;
    height: 38px;
    border: 1px solid #bba060;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    background: #bba060;
    margin-top: 5px;
}

.index-more3 a:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width:991px) {
    .index-more2 a {
        margin-right: 30px;
    }
}

@media (max-width:480px) {
    .index-more2 a {
        margin-right: 20px;
    }

    .index-more3 {
        margin-top: 10px;
    }
}



/*************************************/

/*               footer              */

/*************************************/

footer {
    background: url(../sm_img/header/header_bLine.jpg) top center no-repeat;
}

.footer-content {
    background: url(../sm_img/other/footer_bg.jpg) top left no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.ftLogo {
    margin-top: 20px;
}

.webLink:before {
    content: url(../sm_img/other/ftLine.png);
    position: absolute;
    top: 5px;
    left: -13px;
}

.footer_logo:after {
    content: url(../sm_img/other/ftLine.png);
    position: absolute;
    top: 5px;
    right: -13px;
}

.footer-info {
    padding-left: 15px;
}

.footer-info li {
    list-style: none;
    font-size: 14px;
    color: #cca24c;
    position: relative;
}

.footer-info li a {
    color: #fff;
}

.footer-info li img {
    width: 21px;
    height: auto;
}

.footer-info li:nth-child(1) span,
.footer-info li:nth-child(2) span,
.footer-info li:nth-child(3) span,
.footer-info li:nth-child(4) a,
.footer-info li:nth-child(5) a {
    line-height: 30px;
    color: #fff;
    /*
    padding-left: 45px;
    display: table-cell;
*/
}

/*
.footer-info li:nth-child(1):before {
    content: "电话：";
    font-size: 14px;
    color: #cca24c;
    line-height: 30px;
    position: absolute;
    display: table-cell;
}

.footer-info li:nth-child(2):before {
    content: "传真：";
    font-size: 14px;
    color: #cca24c;
    line-height: 30px;
    position: absolute;
    display: table-cell;
}

.footer-info li:nth-child(3):before {
    content: "地址：";
    font-size: 14px;
    color: #cca24c;
    line-height: 30px;
    position: absolute;
    display: table-cell;
}

.footer-info li:nth-child(4):before {
    content: "信箱：";
    font-size: 14px;
    color: #cca24c;
    line-height: 30px;
    position: absolute;
    display: table-cell;
}

.footer-info li:nth-child(5):before {
    content: "信箱：";
    font-size: 14px;
    color: #cca24c;
    line-height: 30px;
    position: absolute;
    display: table-cell;
}
*/

.webLink a {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}

.webLink a:hover {
    text-decoration: underline;
}

@media (max-width:991px) {

    .webLink:before,
    .footer_logo:after {
        display: none;
    }

    .footer-info,
    .webLink {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .webLink {
        padding-left: 30px;
    }
}

@media (max-width:580px) {
    .ftLogo {
        margin-top: 0;
    }

    .footer-content {
        padding: 20px 0;
    }
}

@media (max-width:500px) {

    .footer-contact,
    .webLink {
        width: 100%;
    }

    .webLink .col-sm-5 {
        width: 33.33333%;
        text-align: center;
    }

    .footer-info li:nth-child(1):before,
    .footer-info li:nth-child(2):before,
    .footer-info li:nth-child(3):before,
    .footer-info li:nth-child(4):before,
    .footer-info li:nth-child(1) span,
    .footer-info li:nth-child(2) span,
    .footer-info li:nth-child(3) span,
    .footer-info li:nth-child(4) a {
        display: inline-block;
        position: static;
        padding-left: 0;
    }

    .footer-info {
        text-align: center;
    }
}


#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 60px;
    background-image: url(../sm_img/other/top.png);
    background-repeat: no-repeat;
    z-index: 101010;
    opacity: 0.8;
}



/*************************************/

/*               aside               */

/*************************************/

aside {
    margin-bottom: 10px;
}

.sideBar p {
    color: #95aa14;
    font-size: 28px;
    width: 100%;
    font-weight: 500;
    font-family: 'Hind', sans-serif;
}

.sidBtn {
    color: fff;
    padding: 0 7px;
    border-radius: 5px;
    float: right;
    line-height: 28px;
    display: none;
    opacity: 0.8;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    top: 7px;
}

@media (max-width:1200px) {
    .sideBar p {
        font-size: 24px;
    }
}

@media (max-width:991px) {
    .sidBtn {
        display: block;
    }

    #sub ul {
        display: none;
    }

    .sideBar p {
        border-bottom: none;
        margin-top: 0;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        text-align: left;
    }

    .aside-open {
        display: block !important;
    }
}





#sub,
#sub ul,
#sub ul li,
#sub ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sub>ul>li {
    border-bottom: 1px solid #c79f62;
    margin-top: 3px;
}

#sub {
    width: 100%;
    color: #ffffff;
    margin-bottom: 20px;
}

#sub>ul {
    border-top: 2px solid #c79f62;
}


#sub ul ul {
    display: none;
}

.align-right {
    float: right;
}

#sub>ul>li>a {
    padding: 12px 10px 12px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    color: #1b0900;
    background: transparent;
    background: url(../sm_img/other/icon.png) center left 12px no-repeat;
    line-height: 22px;
}

#sub>ul>li.active2>a,
#sub>ul>li>a:hover {
    color: #cca15d;
    background: url(../sm_img/other/sidebar_icon.png) center left 8px no-repeat;
}

#sub>ul>li.open>a {
    color: #cca15d;
    background: url(../sm_img/other/sidebar_icon.png) center left 8px no-repeat;
}

#sub ul ul li a {
    cursor: pointer;
    padding: 12px 15px 12px 37px;
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
    color: #282828;
    line-height: 20px;
}

#sub>ul>li>ul {
    border-top: 1px solid #fff;
}

#sub>ul>li>ul>li {
    margin-top: 0;
    border-bottom: 1px dashed #c2c2c2;
}

#sub>ul>li>ul>li:last-child {
    border-bottom: none;
}

#sub ul ul li:hover>a,
#sub ul ul li.open>a,
#sub ul ul li.active2>a {
    color: #282828;
    background: #f9f5e9;
}

#sub ul ul li:first-child>a {
    box-shadow: none;
}

#sub ul ul ul li:first-child>a {}

#sub ul ul ul li a {
    padding-left: 25px;
    background: #fff;
    font-size: 15px;
}

#sub ul ul ul li a:hover {
    background: #f1f1f1;
}

#sub>ul>li>ul>li:last-child>a,
#sub>ul>li>ul>li.last>a {
    border-bottom: 0;
}

#sub>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 0;
}

@media (max-width:991px) {
    #sub {
        width: 100%;
        display: none;
    }
}


/*************************************/

/*               about               */

/*************************************/

h3.aboutTitle {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.comImg {
    margin-top: 50px;
    margin-bottom: 40px;
}

.aboutList {
    padding-left: 20px;
}

.aboutList li {
    list-style: decimal;
    font-size: 16px;
    line-height: 28px;
}

.comImg2 {
    margin-top: 100px;
}

.comImg3 {
    margin-bottom: 100px;
}

.aboutHr {
    margin-top: 50px;
    margin-bottom: 40px;
}

.map-content {
    background: url(../tw_img/about/traffic_01.jpg) top center no-repeat;
    padding-bottom: 30.336%;
    height: 280px;
}

.traffic01 {
    margin-bottom: 30px;
}

.traffic01 ul,
.traffic02 ul {
    font-size: 15px;
    color: #595757;
    margin-bottom: 15px;
}

.traffic01 ul li,
.traffic02 ul li {
    margin-bottom: 5px;
}

.traffic01 ul li span,
.traffic02 ul li span {
    display: table-cell;
}

.traffic02 {
    margin-bottom: 80px;
}

.map-content2 {
    background: url(../tw_img/about/traffic_02.jpg) top center no-repeat;
    padding-bottom: 30.336%;
    height: 280px;
}

.n1 {
    width: 60px;
}

@media (max-width:1200px) {
    .comImg {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .comImg2 {
        margin-top: 80px;
    }

    .comImg3 {
        margin-bottom: 70px;
        margin-top: 50px;
    }
}

@media (max-width:767px) {
    .comImg {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .comImg2 {
        margin-top: 50px;
    }

    .comImg3 {
        margin-bottom: 50px;
    }

    .traffic02 {
        margin-bottom: 60px;
    }
}

@media (max-width:500px) {
    .aboutList br.subBr {
        display: none;
    }
}

@media (max-width:480px) {
    .comImg {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .comImg2 {
        margin-top: 40px;
    }

    .comImg3 {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .traffic02 {
        margin-bottom: 30px;
    }
}


/*************************************/

/*               about 2             */

/*************************************/

.about02Content {
    padding-left: 15px;
    padding-bottom: 50px;
}

.about02Content ul {
    padding-left: 0;
}

.about02Content ul li {
    padding: 15px 0 15px 70px;
    border-bottom: 1px solid #aaaaaa;
    background: url(../sm_img/about/about_year_Bg.png) top 15px left no-repeat;
    font-size: 15px;
    line-height: 25px;
    color: #1d0b00;
    position: relative;
}

.about02Content ul li:first-child {
    padding-top: 0;
    background: url(../sm_img/about/about_year_Bg.png) top 0 left no-repeat;
}

.about02Content ul li:before {
    font-size: 15px;
    position: absolute;
    top: 15;
    line-height: 23px;
    color: #fff;
    left: 11px;
}

.about02Content ul li:nth-child(1):before {
    top: 0;
    content: "2020";
}

.about02Content ul li:nth-child(2):before {
    content: "2020";
}

.about02Content ul li:nth-child(3):before {
    content: "2019";
}

.about02Content ul li:nth-child(4):before {
    content: "2018";
}

.about02Content ul li:nth-child(5):before {
    content: "2015";
}

.about02Content ul li:nth-child(6):before {
    content: "2013";
}

.about02Content ul li:nth-child(7):before {
    content: "2012";
}

.about02Content ul li:nth-child(8):before {
    content: "2010";
}

.about02Content ul li:nth-child(9):before {
    content: "2009";
}

.about02Content ul li:nth-child(10):before {
    content: "2004";
}

.about02Content ul li:nth-child(11):before {
    content: "1991";
}

.about02Content ul li:nth-child(12):before {
    content: "1978";
}

@media (max-width:991px) {
    .about02Content {
        padding-left: 0;
        padding-bottom: 40px;
    }
}

@media (max-width:480px) {
    .about02Content {
        padding-bottom: 20px;
    }
}



/*************************************/

/*          product overview         */

/*************************************/

.pro_box {
    width: 33.33%;
    display: inline-table;
    background: #e9e9e9;
    margin-right: -4px;
}

.pro_box:hover {
    background: #333;
}

figure {
    position: relative;
}

.pro_box>a>figure>img {
    width: 100%;
}

.pro_box p {
    font-size: 16px;
    color: #282828;
    text-align: center;
    line-height: 30px;
    padding: 8px;
    transition: all 0.5s ease-in-out;
}


.pro_box .hp-hover img {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -48px;
    left: 50%;
    margin-left: -48px;
    max-width: 97px;
}


.hp-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 24px;
    margin: auto;
    background: none;
    /*url(../sm_img//pro/pro_hover.png);*/
    background-size: cover;
}

.pro_box:hover p {
    color: #fff;
}

.pro_box:hover .hp-hover {
    opacity: 1;
}

.box_wrapper {
    overflow: hidden;
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .pro-content {
        margin-top: 35px;
    }

    .box_wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .pro-content {
        margin-top: 25px;
    }

    .box_wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width:680px) {
    .pro_box {
        width: 49.5%;
    }

    .pro-content {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .box_wrapper {
        margin-bottom: 10px;
    }
}

@media (max-width:400px) {
    .pro_box {
        width: 98%;
        margin: 0 1% 15px;
    }
}




/*************************************/

/*              product              */

/*************************************/

.box_wrapper_pro_list .pro_box {
    width: 33.33%;
    display: inline-table;
    background: #e9e9e9;
    margin-right: -4px;
    border: 1px solid #d1d1d1;
    margin-top: -1px;
}

.box_wrapper_pro_list .pro_box:hover {
    background: rgba(0, 0, 0, 0.7);
}

.box_wrapper_pro_list figure {
    position: relative;
    padding: 20px;
    background: #fff;
}

.box_wrapper_pro_list .pro_box>a>figure>img {
    width: 100%;
}

.box_wrapper_pro_list .pro_box p {
    font-size: 16px;
    color: #282828;
    text-align: center;
    line-height: 30px;
    padding: 8px;
    transition: all 0.5s ease-in-out;
}


.box_wrapper_pro_list .pro_box .hp-hover img {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -48px;
    left: 50%;
    margin-left: -48px;
    max-width: 97px;
}


.box_wrapper_pro_list .hp-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 24px;
    margin: auto;
    background: none;
    /*url(../sm_img/pro/pro_hover.png) top center no-repeat;*/
    background-size: cover;
}

.box_wrapper_pro_list .pro_box:hover p {
    color: #fff;
}

.box_wrapper_pro_list .pro_box:hover .hp-hover {
    opacity: 1;
}

.box_wrapper_pro_list .box_wrapper {
    overflow: hidden;
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .box_wrapper_pro_list .pro-content {
        margin-top: 35px;
    }
}

@media (max-width:767px) {
    .box_wrapper_pro_list .pro-content {
        margin-top: 25px;
    }
}

@media (max-width:680px) {
    .box_wrapper_pro_list .pro_box {
        width: 49.5%;
    }

    .box_wrapper_pro_list .pro-content {
        margin-top: 20px;
    }
}

@media (max-width:480px) {}

@media (max-width:400px) {
    .box_wrapper_pro_list .pro_box {
        width: 98%;
        margin: 0 1% 15px;
    }
}



/*************************************/

/*                page               */

/*************************************/

.page {
    text-align: center;
}

.page .pagination {
    padding: 40px 0 30px;
}

.page .pagination>li a {
    color: #343837;
    border-radius: 0;
    padding: 4px 11px;
    font-size: 16px;
    margin-right: 4px;
    background: #fff;
    border: 1px solid #343837;
    min-width: 33px;
}

.page .pagination li a:hover,
.page .pagination li.active_page a {
    color: #fff;
    background: #ac981f;
    background: #343837;
}



@media (max-width:768px) {
    .next-dis {
        display: none;
    }
}



/*************************************/

/*          product detail           */

/*************************************/

.modal-dialog {

    min-width: 35%;
}

.thumbnail {
    margin-bottom: 6px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);

}

.proB_pic {
    position: relative;
    padding: 0 55px 0 25px;
}

.modal-dialog img {
    width: 100%;
    margin: 0 auto;
    border: none;
    display: block;
}

.modal-dialog.centered {
    top: 50%;
    transform: translateY(-50%) !important;
}

.insideMain .thumbnail {
    border: none;
}

.zoom {
    position: absolute;
    bottom: 15px;
    right: 0;
}

#myModal .zoom {
    display: none;
}

.proDetail {
    margin-bottom: 10px;
}

.proDetail a img {
    width: 100%;
}

.proDetail h3 {
    font-size: 17px;
    color: #1d0b00;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(../sm_img/pro/products_detail_icon.jpg) top 2px left no-repeat;
}

.proDetail h3.proTitle{
    margin-bottom: 20px;
}

.proDetail h3 span {
    font-weight: 100;
}

.discript {
    font-size: 15px;
    color: #4c4948;
    line-height: 28px;
    letter-spacing: 1px;
    padding-bottom: 55px;
}

.discript img {
    max-width: 100%;
}

.discript-title,
.information-title {
    border-bottom: 2px solid #90643d;
    margin-top: 45px;
    margin-bottom: 20px;
}

.discript-title span,
.information-title span {
    background: #90643d;
    display: inline-block;
    padding: 10px 7px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
}

.proDetailBtn {
    padding-top: 40px;
    text-align: left;
}

.proDetailBtn a {
    display: inline-block;
    background: #5a5b5b;
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 15px;
}

.word-content {
    padding-top: 10px;
}

.word-content .table>thead>tr>th,
.word-content .table>tbody>tr>th,
.word-content .table>tfoot>tr>th,
.word-content .table>thead>tr>td,
.word-content .table>tbody>tr>td,
.word-content .table>tfoot>tr>td {
    text-align: center;
}

.word-content .table>tbody>tr>th {
    background: #f7b52c;
    color: #90643d;
}

.word-content .table>tbody>tr.tr1>td {}

.word-content .table>tbody>tr.tr2>td {
    background: #ededed;
}

/*tab樣式*/

/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 2px solid #90643d;
}

/* Style the buttons inside the tab */
.tab button {
    background: #90643d;
    cursor: pointer;
    padding: 10px 7px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #E0A836;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #E0A836;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}

#introduction {
    display: block;
}


@media (max-width:991px) {
    .discript {
        padding-bottom: 40px;
    }
}

@media (max-width:767px) {
    .insideMain .thumbnail.img-responsive {
        max-width: 450px;
        margin: 0 auto 15px;
        width: 100%;
    }
}


/*************************************/

/*            inquiry table          */

/*************************************/

.inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    border-collapse: separate;
}

.inquiry_table .thead,
.inquiry_table .tbody {
    display: table-header-group;
}

.inquiry_table .tr {
    display: table-row;
}

.inquiry_table .thead .th {
    color: #fff;
    text-align: center;
    background: #9e9e9e;
    position: relative;
    font-size: 16px !important;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
}

.inquiry_table .thead .th,
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 7px;
    font-size: 17px;
    /*border-right:1px solid #fff;*/
    border-bottom: 1px solid #9e9e9e;
}

/*.inquiry_table .tbody .tr:last-child .td {
    border-bottom: 0;
}
*/

.inquiry_table .thead .th:last-child,
.inquiry_table .tbody .td:last-child {
    border-right: none;
}

.inquiry_table .tbody .td {
    display: table-cell;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 30px;
}

.inquiry_table .tbody .td input {
    height: 27px;
    border-radius: 4px;
    border: 1px solid #9e9e9e;
    font-size: 16px;
    color: #282828;
    background: #fff;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}

.inquiry_table .tr .td:nth-child(2) {
    width: 44%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 18%;
}

.inquiry_table .tr .td:nth-child(4) {
    width: 18%;
}


.inquiry_table .tr .td:nth-child(5) {
    width: 10%;
}

.inquiry_table .tr .td:nth-child(3) input {
    width: 120px;
}

.inquiry_table .tr .td:nth-child(4) input {
    width: 80px;
}

.proInquiry .inquiry_table input {
    height: 30px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    color: #282828;
    background: #d0d0d0;
}

@media (max-width:680px) {
    .inquiry_table {
        background: transparent;
        margin-bottom: 10px;
    }


    .inquiry_table .thead {
        display: none;
    }

    .inquiry_table .tr {
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
        border: 1px solid rgba(108, 108, 108, 0.35);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    }

    .inquiry_table .tbody .td:before {
        position: relative;
        float: left;
        font-weight: 700;
    }

    .inquiry_table .tr .td:nth-child(1),
    .inquiry_table .tr .td:nth-child(1),
    .inquiry_table .tr .td:nth-child(2),
    .inquiry_table .tr .td:nth-child(2),
    .inquiry_table .tr .td:nth-child(3),
    .inquiry_table .tr .td:nth-child(3),
    .inquiry_table .tr .td:nth-child(4),
    .inquiry_table .tr .td:nth-child(4),
    .inquiry_table .tr .td:nth-child(5),
    .inquiry_table .tr .td:nth-child(5) {
        width: 100%;
    }

    .inquiry_table .tbody .td:nth-child(1),
    .inquiry_table .tbody .td:nth-child(2),
    .inquiry_table .tbody .td:nth-child(5) {
        text-align: center;
        font-weight: bold;
    }

    .inquiry_table .tbody .td:nth-child(1),
    .inquiry_table .tbody .td:nth-child(2) {
        color: #323232;
    }

    .inquiry_table .tr .td:nth-child(3) input,
    .inquiry_table .tr .td:nth-child(4) input {
        width: 150px;
    }

    .inquiry_table .tbody .td {
        text-align: right;
        background: #ededed;
    }

    .inquiry_table .thead .th,
    .inquiry_table .tbody .td {
        display: block;
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px dashed #fff;
    }

    .inquiry_table .tbody .tr:last-child .td {
        border-bottom: 1px dashed #fff;
    }

    .inquiry_table .tbody .td:first-child,
    .inquiry_table .tbody .td:last-child {
        border-bottom: none;
    }

    .inquiry_table .tbody .tr:last-child .td:first-child,
    .inquiry_table .tbody .tr:last-child .td:last-child {
        border-bottom: none;
    }

    .inquiry_table .tbody .td:nth-child(1):before {
        content: "";
    }

    .inquiry_table .tbody .td:nth-child(2):before {
        content: "";
    }

    .inquiry_table .tbody .td:nth-child(3):before {
        content: "规格";
        text-align: left;
        color: #323232;
    }

    .inquiry_table .tbody .td:nth-child(4):before {
        content: "数量";
        text-align: left;
        color: #323232;
    }

    .inquiry_table .tbody .td:nth-child(5):before {
        content: "";
    }

    .inquiry_table .tbody .td input {
        background: #eee;
        border: 1px solid #959595;
    }
}




/*************************************/

/*              inquiry              */

/*************************************/

.getCode img {
    padding-top: 10px;
    text-align: left;
}

.inq_title {
    color: #7d281d;
    font-size: 17px;
    font-family: "微軟正黑體";
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
}

/*.conBtn{
	text-align:center;
	margin:10px auto 45px;
}*/

.btn_con {
    margin: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
    border: none;
    border-radius: 0;
    position: relative;
    outline: none;
    background: #90643d;
    transition: all 0.2s;
    color: #fff;
}



input,
button,
select,
textarea {
    border: none;
}

.proInquiry a {
    color: #9e9e9e;
    font-size: 26px;
    font-weight: 800;
}

.proInquiry table tr th {
    line-height: 40px;
    font-size: 15px;
}

.form-group select {
    display: block;
    background: #363636;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #282828;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.proInquiry input {
    height: 42px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    color: #282828;
    box-shadow: none;
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 100%;
}

.proInquiry textarea {
    border-radius: 5px;
    border: none;
    font-size: 15px;
    color: #282828;
    box-shadow: none;
    background: #fff;
    border: 1px solid #d6d6d6;
}

.proInquiry .form-group {
    margin-bottom: 25px;
}

.proInquiry .form-group label {
    margin-bottom: 5px;
    font-size: 15px;
    color: #1d0b00;
    font-weight: 500;
}

.proInquiry .form-group label span {
    color: #e60012;
}

.conBtn {
    margin-bottom: 30px;
}

.traffic01.contact,
.traffic02.contact {
    margin: 20px 0;
}

.traffic01.contact ul,
.traffic02.contact ul {
    font-size: 15px;
    color: #1d0b00;
    margin-bottom: 15px;
}

.traffic01.contact ul li,
.traffic02.contact ul li {
    margin-bottom: 5px;
}

.traffic01.contact ul li span,
.traffic02.contact ul li span {
    display: table-cell;
}

.traffic01.contact .n1 {
    width: 55px;
}

@media (max-width:768px) {
    .sub-content {
        width: 100%;
    }

    .getCode img {
        margin-left: -15px;
        margin-right: -15px;
    }

    .proInquiry .form-group {
        margin-bottom: 20px;
    }

}

@media (max-width:500px) {
    .proInquiry {
        width: 100%;
    }
}


@media (max-width:350px) {
    .col-md-5.col-sm-6.col-xs-6.col-350.getCode {
        margin-top: 0;
        margin-bottom: 15px;
    }
}


/*************************************/

/*             contacts              */

/*************************************/

.contactText {
    font-size: 15px;
    color: #1d0b00;
    line-height: 28px;
}

.contactRed {
    font-size: 15px;
    color: #e60012;
    line-height: 30px;
    font-weight: bold;
    margin: 10px 0 10px;
}

.infoTitle {
    font-size: 17px;
    color: #1d0b00;
    font-weight: bold;
    margin-bottom: 10px;
}

.contactsLine {
    background: url(../sm_img/other/content_line.jpg) top left no-repeat;
    height: 2px;
    overflow: hidden;
    display: block;
}


/*-------------- map ---------------*/

.contact-map {
    height: 272px;
    border: 1px solid #707070;
    background: #eee;
    margin-bottom: 25px;
}

.contact-txt {
    margin: 0 0 10px 3px;
}

.contact-txt i {
    font-size: 23px;
    margin-right: 10px;
}

@media (max-width:991px) {
    .contact-map {
        height: 200px;
    }
}

@media (max-width:767px) {
    .contact-map {
        height: 150px;
    }
}

@media (max-width:580px) {
    .contact-map {
        height: 150px;
    }
}

@media (max-width:480px) {
    .contact-map {
        height: 150px;
    }
}

/*************************************/

/*              download             */

/*************************************/

.download_content ul li a {
    display: block;
    background: url(../sm_img/other/download_icon.png) center left no-repeat;
    font-size: 18px;
    color: #1d0b00;
    padding: 13px 15px 13px 30px;
    border-bottom: 2px solid #9e9e9e;
    transition: all 0.5s;
}

.download_content ul li a:hover {
    background: url(../sm_img/other/download_icon.png) center left 33px no-repeat;
    padding: 13px 15px 13px 60px;
    color: #90643d;
}

@media (max-width:767px) {
    .download_content ul li a {
        font-size: 17px;
        padding: 10px 15px 10px 30px;
        border-bottom: 1px solid #9e9e9e;
    }

    .download_content ul li a:hover {
        background: url(../sm_img/other/download_icon.png) center left 23px no-repeat;
        padding: 10px 15px 10px 50px;
        color: #90643d;
    }
}




/*************************************/

/*              exhibiton            */

/*************************************/

.exhibition-list {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 2px solid #9e9e9e;
    overflow: hidden;
}

.news-left {
    width: 30%;
    float: left;
}

.news-right {
    width: 70%;
    float: left;
    padding-left: 3%;
}

h3.exhibition-tag {
    display: inline-block;
    padding: 5px 10px;
    background: url(../sm_img/other/btn_01.jpg) repeat-y;
    background-size: contain;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
}

h4.exhibition-subject,
h4.exhibition-subject a {
    font-size: 17px;
    font-weight: bold;
    color: #1d0b00;
    line-height: 28px;
    margin-top: 5px;
    display: block;
}

h4.exhibition-subject a:hover {
    color: #cb8f09;
}

.exhibition-list ul li,
.exhibition-list2 ul li {
    font-size: 15px;
    color: #9e9e9e;
    line-height: 22px;
    padding: 3px 15px 3px 0;
}

.exhibition-list ul li span,
.exhibition-list2 ul li span {

    display: table-cell;
}

.exhibition-list ul li span.span-title,
.exhibition-list2 ul li span.span-title {
    width: 80px;
}

.news .page .pagination {
    margin: 0;
    padding: 30px 0;
}

.newsDate {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 14px;
    margin-top: 10px;
}

.news-content {
    padding-bottom: 40px;
    margin-bottom: 45px;
    border-bottom: 1px solid #bababa;
}

@media (max-width:680px) {
    .news-left {
        width: 35%;
    }

    .news-right {
        width: 65%;
    }
}

@media (max-width:580px) {
    .news-left {
        width: 30%;
    }

    .news-right {
        width: 70%;
    }
}

@media (max-width:480px) {
    .news-left {
        width: 100%;
        float: none;
    }

    .news-right {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .exhibition-list img.img-responsive {
        margin: 0 auto 15px;
    }
}



/*---------------back--------------*/

#newsBack {
    margin: 0 auto 40px;
    text-align: center;
    height: 40px;
    line-height: 35px;
    padding: 0 12px;
    border-radius: 5px;

}

#newsBack a {
    color: #cb8f09;
    margin-top: 0;
    font-size: 16px;
    border: 1px solid #cb8f09;
    width: 170px;
}

#newsBack a:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width:400px) {
    #newsBack {
        width: 100%;
        text-align: center;
    }

    #newsBack a {
        width: 100%;
    }
}



/*************************************/

/*             sitenews              */

/*************************************/

h3.sitenews-tag {
    display: inline-block;
    padding: 5px 10px;
    background: url(../sm_img/other/btn_03.jpg) repeat-y;
    background-size: contain;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
}

h4.exhibition-subject.siteTitle a:hover {
    color: #729259;
}

.sitenews_content .news-left {
    width: 30%;
    float: left;
}

.sitenews_content .news-right {
    width: 70%;
    float: left;
    padding-left: 3%;
    padding-right: 180px;
    position: relative;
}

.sitenewsText {
    font-size: 15px;
    color: #9e9e9e;
    line-height: 25px;
}

.uploadDate {
    display: inline-block;
    color: #b0a268;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 35px;
}

.newsWordText {
    font-size: 16px;
    color: #393634;
    line-height: 28px;
}

@media (max-width:1200px) {
    .sitenews_content .news-right {
        padding-right: 160px;
    }
}

@media (max-width:767px) {
    .sitenews_content .news-right {
        padding-right: 15px;
    }

    .uploadDate {
        right: 0;
        top: 2px;
    }
}

@media (max-width:680px) {
    .sitenews_content .news-left {
        width: 35%;
    }

    .sitenews_content .news-right {
        width: 65%;
    }
}

@media (max-width:580px) {
    .sitenews_content .news-left {
        width: 30%;
    }

    .sitenews_content .news-right {
        width: 70%;
    }
}

@media (max-width:480px) {
    .sitenews_content .news-left {
        width: 100%;
        float: none;
    }

    .sitenews_content .news-right {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .sitenews_content .exhibition-list img.img-responsive {
        margin: 0 auto 15px;
    }

    .uploadDate {
        left: auto;
        right: 0;
    }
}


/*************************************/

/*                video              */

/*************************************/

h3.video-tag {
    display: inline-block;
    padding: 5px 10px;
    background: url(../sm_img/other/btn_02.jpg) repeat-y;
    background-size: contain;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
}

.news-left {
    position: static;
}

.video-content {
    position: relative;
    display: inline-block;
}

.play {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -26px;
}

.news .modal-dialog {
    margin: 15% auto;
}

.news .modal-content {
    background: rgba(0, 0, 0, 0.5)
}

.news .close {
    color: #fff;
    opacity: 1;
}

.radioIcon {
    position: relative;
    display: block;
}

.videoImg.img-responsive {
    width: 100%;
}

@media (max-width:480px) {
    .sitenews_content .exhibition-list .video-content img.play {
        position: absolute;
        top: 50%;
        margin-top: -26px;
        left: 50%;
        margin-left: -26px;
    }
}

/*************************************/

/*               others              */

/*************************************/

.insideWrapper {
    background: url(../sm_img/other/content_bg.jpg) top center repeat-x, #fff;
    overflow: hidden;
    padding: 120px 0 30px;
}

.inside-title {
    border-bottom: 2px solid #9e9e9e;
    padding-bottom: 5px;
    font-size: 21px;
    color: #221914;
    margin-bottom: 60px;
    position: relative;
}

.inside-title span.eng {
    font-size: 25px;
    font-weight: bold;
    color: #90643d;
    margin-right: 20px;
    line-height: 30px;
}

.breadcrum2 {
    float: right;
    font-size: 15px;
    color: #1d0b00;
    position: relative;
    bottom: -12px;
    right: 10px;
}

.breadcrum2 img {
    margin-right: 5px;
    vertical-align: sub;
}

.col-left {
    width: 20%;
    float: left;
}

.col-right {
    width: 80%;
    float: left;
    padding-left: 22px;
}

.col-right .square {
    width: 20px;
    height: 20px;
    color: #996533;
}

.col-right span {
    color: #0071c1;
    font-size: 16px;
    /*margin-right: 10px;
    margin-left: 5px;*/
}

.col-right.sitenews span{
	color: inherit;
}

.col-right p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}

/*.col-right span img{
    width: 14px;
}*/

.text {
    font-size: 16px;
    color: #1d0b00;
    line-height: 28px;
}

.news .btn-primary,
.news .btn-primary:focus {
    background: none;
    border: none;
}

.recruitiong {
    font-size: 15px;
    color: #333;
    line-height: 28px;
}


@media (max-width:1200px) {
    .insideWrapper {
        padding: 90px 0 30px;
    }
}

@media (max-width:991px) {
    .wrapper {
        padding: 90px 0 0;
    }

    .col-right {
        width: 100%;
        padding-left: 0;
    }

    .insideWrapper {
        padding: 60px 0 30px;
        background-size: 150%;
    }

    .inside-title {
        margin-bottom: 30px;
    }

    .col-left {
        display: none;
    }
}

@media (max-width:767px) {
    .inside-title span.eng {
        display: none;
    }

    .inside-title {
        font-weight: bold;
        fonw-size: 24px;
    }

    .wrapper {
        padding: 70px 0 0;
    }

    .breadcrum2 {
        bottom: auto;
        top: -50px;
        right: 0;
        position: absolute;
    }

    .insideWrapper {
        background-size: 180%;
    }

    .text {
        font-size: 15px;
    }
}

@media (max-width:680px) {
    .insideWrapper {
        background-size: 220%;
    }
}

@media (max-width:580px) {
    .insideWrapper {
        background-size: 250%;
    }

    .text.mb40 {
        margin-bottom: 30px;
    }
}

@media (max-width:520px) {
    .wrapper {
        padding: 0;
    }
}

@media (max-width:480px) {
    .inside-title {
        margin-bottom: 20px;
        font-size: 19px;
    }
}


/*-----------select 箭頭 統一------------*/

.select-style1 {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("../sm_img/other/icon-select.png") no-repeat 98% 52%;
}

.select-style1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 5px 8px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}

/*--------ie 箭頭 刪除--------*/

.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option {
    color: #282828;
    background: #fff;
}

@media (max-width:767px) {
    .select-style1 {
        background: #fff url("../sm_img/other/icon-select.png") no-repeat 97.5% 50%;
    }
}

@media (max-width:580px) {
    .select-style1 {
        background: #fff url("../sm_img/other/icon-select.png") no-repeat 96.5% 50%;
    }
}

@media (max-width:480px) {
    .select-style1 {
        background: #fff url("../sm_img/other/icon-select.png") no-repeat 96% 50%;
    }
}

@media (max-width:360px) {
    .select-style1 {
        background: #fff url("../sm_img/other/icon-select.png") no-repeat 95.5% 50%;
    }
}


/*-------20201221----------*/
.company hr.aboutHr {
    border: none;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    background: url(../tw_img/about/line.jpg);
}

.gotop-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 20px;
    bottom: 80px;
    width: 60px;
    z-index: 999;
}

.gotop-container img {
    display: block;
    margin: 8px auto;
    width: 60%;
    transition: all .3s;
    opacity: 0.7;

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .gotop-container img {
        width: 40px;
    }
}

.gotop-container img:hover {
    transform: scale(1.05);
    opacity: 1;
}


/*--------20231114---------*/
.indexContact{
	padding: 0 10px 50px;
	color: #231815;
	line-height: 25px;
	text-align: center;
}

.indexContact h3{
	margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 27px;
}

.indexContact p{
	font-size: 17px;
}

.indexContact a{
	color: #bba060;
	font-size: 18px;
	margin-top: 30px;
	display: inline-block;
}

@media (max-width:580px){
	.indexContact h3{
		font-size: 24px;
	}
	
	.indexContact p{
		font-size: 16px;
	}

}