@charset "utf-8";
/* CSS Document */

input[type*="text"]:focus, textarea:focus, input[type*="password"]:focus {
    background-color: #f4ecdc !important
}

a:focus, input[name*="Collapse"]:focus, .owl-prev:focus, .owl-next:focus, input[type*="submit"]:focus, input[type*="reset"]:focus {
    outline: 2px #d83e3e dotted !important;
}

/* .modal-dialog .ekko-lightbox-nav-overlay a:focus {
    outline: none !important;
} */

dd:before {
    content: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img[src*="bar.gif"] {
    height: 8px;
}

img[src*="b_bar.gif"] {
    max-width: 180px
}

body {
    font-family: 微軟正黑體;
    background: #fff;
    position: relative;
}
embed {
    width: 100%;
}
body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

select, input[type*="text"], input[type*="password"], input[type*="date"], textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe, img {
    border: 0;
}

ul {
    list-style: none;
    flex-wrap: wrap;
    margin-top: 10px;
}

.clear {
    clear: both
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {}

.clean {
    clear: both;
}

.center {
    text-align: center !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 4px;
}

#FontSizeArea {
    background: url(../in_images/bg_circle.png)#f2f2f0 no-repeat 101% 87%;
}

h2 {
    font-size: 0em;
}

/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    /* background-color: #ccc; */
    background: url(../images/menu_bg.png) repeat-x bottom;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table;
}

.top_menu>li {
    background: url(../images/menu_line.png) right no-repeat;
    width: calc(100%/8);
    display: table-cell;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu>li>a {
    color: #454545;
    display: block;
    padding: 15px 30px 12px 30px;
    font-size: 135%;
    font-weight: bold;
    border-bottom: 6px solid #292b2a;
}

.top_menu>li>a:hover, .top_menu>li>a:focus, .top_menu .top_menu_fixed {
    color: #84611c;
    border-bottom: 6px solid #c6a86d;
}

.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}

/* 二級選單顯示於一級選單的正下方 */

.top_menu>li>ul {
    width: 1200px;
    background: rgba(22, 22, 22, 0.93);
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 53px;
    left: 0;
    text-align: left;
    padding: 15px 13px 15px 13px;
}

.sub_box.active {
    display: block;
}

.sub_box>li {
    width: 33%;
    float: left;
    padding: 0 1em;
}

.sub_box>li>a {
    color: #ffffff;
    height: auto;
    position: relative;
    padding: 8px 5px 8px 27px;
    display: block;
    margin-bottom: 0.6em;
    font-size: 110%;
    font-weight: normal;
    letter-spacing: 2px;
}

.sub_box>li>a:before {
    content: "\f0da";
    position: absolute;
    top: 11px;
    left: 15px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.sub_box>li>a:hover {
    color: #292b2a;
    background: #fff;
}

.sub_box2 li {
    margin-bottom: 10px;
}

.sub_box2>li {
    padding: 0 5px 0 45px;
}

.sub_box2>li>a {
    color: #e8e8e8;
    position: relative;
}

.sub_box2>li>a:hover {
    color: #c6a86d;
}

.sub_box2>li>a:before {
    content: "\f0da";
    position: absolute;
    top: 0px;
    left: -14px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.sub_box3>li {
    padding: 0 5px 0 21px;
}

.sub_box3>li>a {
    color: #e8e8e8;
    position: relative;
}

.sub_box3>li>a:hover {
    color: #fffdbd;
}

.sub_box3>li>a:before {
    content: "\f0da";
    position: absolute;
    top: 0px;
    left: -14px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

/* page*/

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 10px;
    max-width: 990px;
}

#header {
    background: #f2f2f0;
    position: relative;
}

#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 1em;
}

#logo {
    float: left;
    margin: 25px 0px;
}

#logo a {
    display: inline-block;
}

.place {
    margin: 5px 0;
    font-size: 95%;
}

.place li {
    display: inline-block;
}

#place a {
    display: inline-block;
    color: #282828;
}

.place table>tbody>tr>td>a {
    color: #282828 !important;
}

.title_box {
    /* border-bottom: 2px #313131 solid; */
    margin: 10px 0;
    position: relative;
}

.content_txt a:hover, .gallery_list a:hover {
    color: #ee7610;
}

.main_bn {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn li {
    display: inline-block;
    position: relative;
}

.main_bn li:hover ul {
    display: block
}

.main_bn>li>a {
    line-height: 36px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px 0 30px;
}

.main_bn>li>a:before {
    content: "\f02f";
    position: absolute;
    top: 1px;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.main_bn .main_bn_share:before {
    content: "\f1e0";
}

.main_bn a:hover {}

.main_bn .main_bn_share:hover {
    background: #000;
}

.main_bn2 {
    position: absolute;
    right: 0;
    top: 16px;
    display: flex;
}

.main_bn2 li {
    display: inline-block;
    position: relative;
    margin-right: 12px;
}

.main_bn2 li:hover ul {
    display: block
}

.main_bn2>li>a:hover, .main_bn2>li>a:focus {
    background-position: 33px -27px !important
}

.main_bn2>li>a {
    font-size: 0.75em;
    display: flex;
    text-indent: -20vw;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 33px 3px !important;
    border-radius: 40px;
    border-radius: 100%;
    border: 1px solid #b1b1b1;
}

.main_bn2>li>a.ISL-facebook {
    background: url(../images/icon-fb.png);
}

.main_bn2>li>a.ISL-facebook:hover, .main_bn2>li>a.ISL-facebook:focus {
    background-color: #2c5194;
}

.main_bn2>li>a.ISL-line {
    background: url(../images/icon-line.png);
}

.main_bn2>li>a.ISL-line:hover, .main_bn2>li>a.ISL-line:focus {
    background-color: #10bc10;
}

.main_bn2>li>a.ISL-twitter {
    background: url(../images/icon-twitter.png);
}

.main_bn2>li>a.ISL-twitter:hover, .main_bn2>li>a.ISL-twitter:focus {
    background-color: #41ABE1;
}

.main_bn2>li>a.ISL-print {
    background: url(../images/icon-print.png);
}

.main_bn2>li>a.ISL-print:hover, .main_bn2>li>a.ISL-print:focus {
    background-color: #ce487a;
}

.main_bn2>li>a.ISL-youtube {
    background: url(../images/icon-youtube.png);
}

.main_bn2>li>a.ISL-youtube:hover, .main_bn2>li>a.ISL-youtube:focus {
    background-color: #fe0000;
}

.main_bn2>li>a.ISL-flickr {
    background: url(../images/icon-flickr.png);
}

.main_bn2>li>a.ISL-flickr:hover, .main_bn2>li>a.ISL-flickr:focus {
    background-color: #d2fff6;
}

.main_bn2>li>a.ISL-mouse {
    background: url(../images/icon-mouse.png);
    text-indent: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    padding-top: 0px;
}

.main_bn2>li>a.ISL-mouse p {
    position: relative;
    top: 43px;
    left: 0px;
    transition: 0.4s
}

.main_bn2>li>a.ISL-mouse:hover, .main_bn2>li>a.ISL-mouse:focus {
    background-color: #ea5e10;
}

.main_bn2>li>a.ISL-mouse:hover p, .main_bn2>li>a.ISL-mouse:focus p {
    top: 6px;
}

.main_bn2>li>a:hover {
    border: 0;
}

.article {
    min-height: 630px;
}

.content_txt {}

.content_txt .imgbox a {
    display: block;
}

.content_txt b, strong {
    line-height: normal;
}

.content_txt ul {
    list-style: disc;
    /* padding-left: 40px; */
}

.content_txt p {
    margin: 0;
    word-wrap: break-word;
}

ul.pic {
    list-style: none;
}

.gallery_list .imgbox, .content_txt .imgbox, .faq .imgbox {
    float: right;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
    z-index: 1;
    display: table;
    height: 188px;
}

.content_txt .imgbox a, .faq .imgbox a, .imgbox a, .imgbox2 a, .img2 a, .imgbox .video_box {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    overflow: hidden;
    border: 2px solid #c6a86d;
}

.gallery_list .imgbox img, .gallery_list .imgbox2 img, .content_txt .imgbox img, .faq .imgbox img, .imgbox img, .img2 img, .pic img, .gallery_list .pic {
    max-height: 168px !important;
    transition: all 0.4s;
}

.imgbox:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.fa-search:before {
    content: "\f002";
    font-size: 100%;
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #d20000;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    float: right;
}

.fontsize_main {
    display: inline-block
}

.menu_nav {
    color: #282828;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
    font-size: 100%;
}

.menu_nav li {
    display: inline-block;
    color: #454545;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #c6a86c;
}

.nav_parent .nav_focus.active, .menu_nav li.nav_parent:hover div, .menu_nav li.nav_parent:hover ul {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {
    position: absolute;
    right: 0;
    z-index: 99;
    display: table;
    text-align: left;
    display: none;
}


ul.share{
} 


.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.nav_search p>a {
    color: #cbcbcb;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block;
}

.nav_search {
    position: relative;
    color: #fff;
}

.search_box {
    margin-top: 0px;
    text-align: right;
}

.search_main {
    padding: 0.75em;
    background: #292b2a;
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search {
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.top_search .text {
    width: 193px;
    height: 30px;
    padding: 0 32px 0 5px;
    background-color: #fff;
    border-bottom: 3px solid #AFD9F1;
}

.nav_search .text2, .top_search .text2 {
    width: 22px;
    height: 22px;
    background: url(../images/icon_nav_search.png) no-repeat;
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: 3px;
}

.top_search .text2 {
    top: 3px;
}

.pic {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt, .imgbox2 dt, .imgbox figure, .imgbox2 figure {
    width: 100%;
    height: 188px;
    display: table;
    table-layout: fixed;
}

#main_type, .main_type {
    text-align: right;
    margin-bottom: 10px;
}

#main_type * {}

#main_type a {
    display: inline-block;
}

#main_type * {
    vertical-align: middle;
}

#main_type input {
    height: 32px;
}

#main_type select {
    height: 32px;
    background: transparent;
}

#main_type .white_space {
    white-space: nowrap;
}

#main_type .white_space input.bn_search {
    vertical-align: top;
}

.white_space {
    white-space: nowrap;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    display: inline-block;
    padding: 2px 5px;
}

.type_word a.active, .type_word a:hover, .type_word a:focus {}

#main_type .type_word a.active, .type_word a:hover {
    background: #393939;
    color: #c6a86d;
}

.search_table {
    border: 1px solid #CCC;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go, .bn_search {
    border: 0px;
    background-image: url(../images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(../images/icon_bn_search.png);
    text-indent: -32px;
    font-size: 0;
}

.icon_go:hover, .bn_search:hover {
    opacity: 0.7
}

/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 30px;
    height: 20px;
    position: absolute;
    display: block;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 8px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 16px;
    left: 0;
}

.b.on .b1 {
    top: 0;
    left: 0;
    width: 25px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 25px;
    transform: translateY(-6px) rotate(-45deg);
}

.b.on .b2 {
    width: 0;
}

.menu2 .nav_search {
    position: relative;
}

.menu2 .nav_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9.5px 0 9.5px;
    border-color: #1e7f6c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu2 .nav_search .text {
    border: 1px solid #000;
    width: calc(100% - 60px);
    height: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.menu2 .nav_search .text2 {
    border: 0px;
    width: 60px;
    line-height: 30px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    background: #292b2a;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}

.left_menu {
    position: relative
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {
    background-color: #cccccc;
    padding: 10px 0;
}

.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {
    margin-top: 5px;
}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 8px 5px 8px 30px;
    font-size: 1.125em;
    position: relative;
}

.menu2 li>a:before {
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.menu2 .sub_menu->a, .menu2>li>a:hover {
    color: #292b2a;
    background-color: #c6a86d;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
}

.menu2 .sub_sub2>li, .menu2 .sub_sub>li {
    border-bottom: 1px dashed #A0A0A0;
}

.menu2 .sub_sub2>li:last-of-type, .menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1em;
    color: #353535;
    padding: 5px 5px 5px 48px;
}

.menu2 .sub_sub a:before {
    content: "\f0da";
    top: 7px;
    left: 36px;
}

.menu2 .sub_menu2->a, .menu2 .sub_sub a:hover {
    background-color: #c6a86d;
    color: #292b2a;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    color: #353535;
    padding-left: 65px;
    padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 7px;
    left: 53px;
}

.menu2 .sub_menu3->a, .menu2 .sub_sub2 a:hover {
    background-color: #c6a86d;
    color: #333;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {
    color: #000;
    padding-left: 82px;
}

.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a, .menu2 .sub_sub3 a:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.menu2 .sub_sub4 {
    display: none;
}

.menu2 .sub_sub4 a {
    color: #a1a1a1;
    padding-left: 99px;
}

.menu2 .sub_sub4 a:before {
    top: 7px;
    left: 87px;
}

.menu2 .sub_sub4 a:hover {
    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #d20000
}




.Gotop a {
    display: none;
}

#footer {
    background-color: #c6a86d;
    color: #000;
    padding: 0;
    position: relative;
}


#ff_btn {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}

#ff_btn .btn_open, #ff_btn .btn_close {
    border: 0;
    width: 90px;
    height: 45px;
    background: url(../images/ff_close.png);
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(../images/ff_open.png);
}

#ff_btn .btn_close {
    display: none;
}

#ff_btn.active .btn_close {
    display: block;
}

#ff_btn.active .btn_open {
    display: none;
}

.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 30px 0;
    margin-top: 60px;
}

.footer_img, .footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 1px;
    line-height: 32px;
}

.footer_word {
    white-space: nowrap;
    padding-left: 40px;
}

.footer_word span {
    color: #000;
    font-weight: bold;
}

.footer_main .qr_code {
    margin: 20px;
}

.copy_bottom {
    background: #292b2a;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 1px;
}

.copy_bottom a {
    color: #fff;
}

.footer_bth {}

.footer_bth a {
    background: #fff;
    padding: 1px 5px;
    margin: 0px 3px;
}

#footer .footer_bth a:hover {
    background: #292b2a;
    color: #fff;
}

#footer .footer_bth a {
    color: #292b2a;
}

#footer a:hover {
    color: #c6a86d;
}

.footer_img a {
    display: block;
}

.footer_img {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.footer_img a {
    padding: 0 10px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.a-link {
    color: #10bc10;
}



.search_title, .tabulation_tt {
    background: #c6a86d;
    text-align: right;
}


.icon a:hover {
    background: #c6a86d;
    color: #292b2a;
}

.orange {
    color: #d20000;
    padding: 0;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w40 {
    width: 40%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.w9 {
    width: 9%
}

.w8 {
    width: 8%
}

.w7 {
    width: 7%
}

.w6 {
    width: 6%
}

.w5 {
    width: 5%
}

.w4 {
    width: 4%
}

.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.m_auto {
    margin: 20px auto 0 auto;
}

.h100 {
    height: 100px;
    vertical-align: middle;
}

.yellow {
    background-color: #FFFFCC;
}

.tabulation_word input, .tabulation_list input {
    font-size: 95%;
    padding: 3px;
    margin-right: 5px;
    vertical-align: middle;
}



/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #ebf6d7;
    color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

.fontsize li {
    float: left;
}

.fontsize li.type a {
    color: #386a17;
    padding: 0 10px;
}

.font_size_btn- {
    background-color: white;
    color: #282828;
}

.fontsize li.font_size_btn- a, .font_size_btn- a:hover {
    color: #fff;
}

.share_mob {
    display: none
}

ul.share{
    margin-top: 0;
}

.share {
    min-width: 300px;
    position: absolute;
    
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share.active {
    display: block
}

.share li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}

.share_mob li a {
    font-size: 0em;
}


span.hot_word a, span.hot_word strong, span.hot_word{
    color: #fff;
}




/*字級大小  */

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share3 {
    min-width: 300px;
    font-size: 1em;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
    background: #292b2a;
    width: 106px;
    min-width: auto;
    padding-bottom: 0;
    padding: 5px 6px;
    border-bottom: 5px solid #c6a86d;
    left: -37px;
}

.share3 a {
    color: #ffffff;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 28px;
}

.share3 a:hover {
    color: #c6a86d;
    background: #fff;
}

.share3 li {
    width: 28px;
    height: 28px;
}

.nav_parent>a>img {
    vertical-align: initial;
}

.menu_nav .nav_parent>a {
    margin-right: -12px;
    padding: 5px 8px;
}

.fontsize00 {
    margin-left: -10px;
}

.search_icon {
    margin-left: -10px;
}

.font_size_btn- a {
    color: #282828;
}

.search_icon>a>span {
    font-size: 0em;
}

/*字級大小  */

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

.share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.share .type2 {
    background-image: url(../images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_google.png);
    background-color: #dc483c;
}

.share .type5 {
    background-image: url(../images/icon_twitter.png);
    background-color: #41ABE1;
}

.share .type6 {
    background-image: url(../images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #aa1a0e;
}

.share .type5:hover {
    background-color: #227ba8;
}

.share .type6:hover {
    background-color: #c73018;
}

.share .type7:hover {
    background-color: #E7E7E5;
}

.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(../images/icon_top.png);
    transition: all 0.2s;
    display: none;
}

.share a {
    display: block;
    height: 100%;
}

.share a:hover {
    background-color: transparent !important;
    background-image: none !important;
}

.m_20 {
    margin-bottom: 20px
}

.m_30 {
    margin-bottom: 30px
}

.m_40 {
    margin-bottom: 40px
}

.m_50 {
    margin-bottom: 50px
}

.m_60 {
    margin-bottom: 60px
}

.m_70 {
    margin-bottom: 70px
}

.m_80 {
    margin-bottom: 80px
}

.m_90 {
    margin-bottom: 90px
}

tr.list_head {
    background: #c6a86d;
    color: #292b2a;
}

tr.list_head th {
    padding: 5px;
}

table.list_type th {
    padding: 10px;
}

table.list_type .l1_css {
    background: #d8c196;
    display: block;
    padding: 5px 10px;
}

.active tr {
    border-bottom: 1px dotted #292b2a;
}

.active tr:nth-of-type(1), .active tr:last-child {
    border-bottom: 0px dotted #292b2a;
}

.active a {
    color: #292b2a;
    display: inline-block;
}

.active a:hover {
    color: #c6a86d;
}

.active td {
    padding: 5px 10px;
    text-indent: -33px;
    padding-left: 29px;
}

.bn_search {
    background-image: url(../images/icon_bn_search.png);
    text-indent: -32px;
    font-size: 0;
}

.active_color {
    margin: 15px 0px;
}

.active_color th, .table_td_line th {
    background-color: #c6a86d;
    color: #292b2a;
    text-align: right;
    padding: 5px 10px;
    border-bottom: #f2f2f0 1px solid;
}

.active_color td {
    padding: 5px 10px;
    border: 1px solid #d0d0d0;
}

.table_td_line th {
    text-align: right;
}

.table_td_line td {
    padding: 5px 10px;
}

.img {
    padding: 5px;
    clear: both;
    float: right;
    margin-bottom: 15px;
    margin-left: 10px;
}







/* 活動輪播 */



.bg_top{
    background: url(../in_images/bg_top.jpg) no-repeat top center;
    width: 100%;
    height: auto;
}





#admini {
    width: 1172px;
    overflow: hidden;
    padding: 8px;
    background-color: #ffffff;
    position: relative;
    height: auto;
    margin-top: 4em;
}

#acc {
    position: absolute;
    left: 0px;
    top: 0px;
}

#acc a {
    font-size: 95%;
    text-decoration: none;
    color: #000000;
    letter-spacing: 1px;
}

#picshow {
    position: relative;
    width: 783px;
    height: 457px;
    overflow: hidden;
    float: left;
    
}

#picshow_img ul {
    margin: 0px;
    padding: 0px;
}

#picshow_img ul li {
    width: 783px;
    height: 457px;
    overflow: hidden;
    float: left;
    display: none;
}

#picshow_img img {
    width: 783px;
    height: 457px;
}

#picshow_word {
    left: 0px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
    height: 32px;
    display: none;
}

#picshow_word ul {
    margin: 0px;
    padding: 0px;
}

#picshow_word ul li {
    color: #fff;
    display: none;
    font-size: 100%;
    line-height: 180%;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #000;
    background-repeat: repeat;
}

#picshow_word ul li a {
    color: #fff;
}

#picshow_word ul li a:hover {
    text-decoration: underline;
}

#picshow_word ul li a:focus {
    text-decoration: underline;
}

#select_btn {
    width: 360px;
    color: #fff;
    float: left;
    background: #292929;
    display: inline;
    max-height: 420px;
    min-height: 420px;
    margin-left: 11px;
    overflow: hidden;
}

#select_btn ul {
    margin: 0px;
    padding: 0px;
    
}





#select_btn ul li {
    cursor: pointer;
    font-size: 115%;
    list-style-type: none;
    line-height: 150%;
    letter-spacing: 1px;
}

#select_btn ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-size: 100%;
    padding: 16px 0px;
    margin: 0px 21px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

#select_btn ul li span {
    color: #bebebe;
    display: block;
    font-size: 85%;
    text-align: right;
    margin: 0px 21px;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #454545;
}
/* 
#select_btn ul li span:before {
    content: "\f073";
    position: relative;
    font-size: 1em;
    padding-right: 5px;
    font-family: FontAwesome;
} */

#select_btn ul li:hover {
    background: #000;
    color: #c6a86d;
}

#select_btn ul li:focus {
    background: #000;
    color: #c6a86d;
}

#select_btn ul li.current {
    background: #000;
    color: #c6a86d;
}

#select_btn ul li.current a {
    color: #c6a86d;
}

#select_btn ul li.current:hover {
    color: #c6a86d;
    background: #000;
}

#select_btn ul li.current:focus {
    color: #c6a86d;
    background: #000;
}

#select_btn ul img {
    width: 90px;
    height: 55px;
    margin-right: 10px;
    padding: 0px;
}

#scroller-controls-happening {
    bottom: 9px;
    height: 44px;
    right: 10px;
    position: absolute;
    max-width: 360px;
    padding-top: 11px;
    /* float: right; */
    background: #292929;
}

#scroller-controls-happening ul {
    height: 100%;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#scroller-controls-happening ul li {
    float: left;
    height: 100%;
    width: 178px;
}

#scroller-controls-happening ul li {}

#scroller-controls-happening ul li a {
    height: 100%;
    width: 100%;
    background: #4d504f;
}

#scroller-controls-happening ul li a:hover {
    background: #000;
}

#scroller-controls-happening ul li.group {
    display: none;
}

#scroller-controls-happening ul li.btn-next {
    right: 0;
    top: 0;
}

#scroller-controls-happening a.btn {
    border-radius: 0;
}

#scroller-controls-happening ul li.btn-next {margin-right: 4px;}

#scroller-controls-happening ul li a span {
    font-size: 0em;
}

#scroller-controls-happening ul li a {
    color: #fff;
    font-size: 2em;
}

#scroller-controls-happening ul li a i {
    /* position: absolute; */
    position: relative;
    top: -14px;
}

#scroller-controls-happening .btn-previous a i {
    /* position: absolute; */
    position: relative;
    top: -15px;
}

#scroller-controls-happening ul li.btn-next a {
    background-position: 0 0;
}

#scroller-controls-happening ul li.btn-next a:hover {
    background-position: 0 -18px;
}

#scroller-controls-happening ul li.btn-next.disabled a, div#scroller-controls-happening ul li.btn-next.disabled a:hover {
    background-position: 0 bottom;
    cursor: default;
    display: block;
}

#scroller-controls-happening ul li.btn-previous {
    background: #0000;
    left: 0;
    top: 0;
}

#scroller-controls-happening ul li.btn-previous a {
    background-position: right 0;
    border-radius: 0;
}

#scroller-controls-happening ul li.btn-previous a:hover {
    background-position: right -18px;
}

#scroller-controls-happening ul li.btn-previous.disabled a, div#scroller-controls-happening ul li.btn-previous.disabled a:hover {
    background-position: right bottom;
    cursor: default;
}

/* 活動輪播end */

/* promo */

.news_marquee {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    background: url(../in_images/icon_marquee.png) no-repeat;
    display: inline-block;
    padding-left: 30px;
    white-space: nowrap;
    margin: 20px 0px;
}

.news_marquee a, .news_marquee span {
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 110%;
    line-height: 98%;
    margin-right: 1.5em;
}

.news_marquee a:before, .news_marquee span:before {
    content: "．";
}

.news_marquee a:hover, .news_marquee a:focus {
    color: #c6a86d;
}

.div_promo {
    overflow: hidden
}

/* promo end */

/* 展覽  */

/*輪播圖垂直置中*/

.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.owl-carousel .owl-item>a {}

/*輪播圖垂直置中*/

/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0 auto;
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -5%;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: -5%;
    background: none;
}

.responsive_list2 .owl-nav {
    background: none;
    font-size: 180%;
}

i.fa-caret-right:before {
    content: "\f105";
}

i.fa-caret-left:before {
    content: "\f104";
}

.bg_center {
    background: url(../in_images/bg_center.jpg)repeat-x 100% 57%;
    height: auto;
    width: 100%;
    margin: 2em 0;
}

.exhibition {
    background: url(../in_images/title_01.png) no-repeat 48.7% 100%;
    height: 81px;
    width: auto;
    text-align: center;
    display: block;
    margin: 30px 0px;
}

.responsive_list2 a {
    min-height: 330px;
    width: 375px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 6px solid #c6a86d;
    color: #454545;
}

.responsive_list2 a:hover {
    box-shadow: 0px 0px 13px -2px #292b1a;
    border-bottom: 6px solid #292b2a;
}

.responsive_list2 a img {
    background-size: cover;
    height: 234px;
    width: 375px;
}

.responsive_list2 a:hover img {
    opacity: 0.7;
}

.responsive_list2.art_txt {
    padding: 10px;
}

.art_txt p {
    font-weight: bold;
    text-align: left;
    padding: 10px 25px;
    font-size: 110%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.art_txt .showtime {
    font-weight: bold;
    text-align: left;
    display: inline-block;
    padding-left: 25px;
    float: left;
}

/* .art_txt .showtime:before {
    content: "\f073";
    position: relative;
    font-family: FontAwesome;
    padding-right: 3px;
} */

.art_txt .space {
    font-weight: bold;
    display: inline-block;
    text-align: left;
    float: right;
    padding-right: 25px;
    vertical-align: baseline;
}

.art_txt .space:before {
    content: "\f041";
    position: relative;
    font-family: FontAwesome;
    padding-right: 3px;
}

/* 展覽 end */

.month_btn {
    display: inline-block;
    font-size: 0em;
}

.calendar {
    padding: 0px 10px;
    margin-top: 30px;
}

.calendar .main {
    background: #fff;
    text-align: center;
    /* padding: 0.7em 1em; */
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 27px -14px #000;
}

.calendar .main ul {
    padding-bottom: 18px;
}

.calendar ul li {
    width: 100%;
    padding: 0px 25px;
    display: table;
    margin: 0 0 10px 0;
}

.calendar .moon {
    font-size: 1.125em;
    padding: 15px 25px;
    margin-bottom: 5px;
}

.calendar .main>ul {
    margin: auto;
}

.calendar ul li figure {
    width: 14.28%;
    color: #263b3e;
    display: table-cell;
    text-align: center;
}

.calendar ul .date span {
    font-size: 95%;
    font-weight: bold;
    width: 14.28%;
    color: #454545;
    display: table-cell;
    text-align: center;
    padding: 0;
    vertical-align: inherit;
}

.calendar ul .date span .date_text {
    font-size: 84%;
}

.calendar ul .date .today_play a{
    background: #292b2a;
    color: #fff;
    border-radius: 30px;
}

.calendar ul .date .today_play a:hover{
    background: #c6a86d;
}





.calendar ul .date .plan a {
    background: #c6a86d;
    border-radius: 100%;
}

.calendar ul .date .today, .calendar ul .date .today a {
    color: #d11300;
    border-radius: 100%;
    background: none;
}

.calendar ul .date .today a {
    text-decoration: underline;
}

.calendar ul .date .today p {
    text-decoration: none;
}

.calendar ul .date span a {
    width: 30px;
    margin: auto;
    color: #292b2a;
    height: 30px;
    line-height: 30px;
    display: block;
}

.calendar ul li span a:hover {
    color: #fff;
}

.calendar ul .date .today a:hover {
    color: #c6a86d;
}

.calendar_month {
    color: #ffffff;
    background: #292b2a;
    /* margin-bottom: 10px; */
    padding: 13px;
}

.calendar .calendar_month strong, .calendar_month .calendar_icon {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
}

.calendar_month ul {
    font-size: 1.125em;
    padding: 0 2em;
}

.calendar_month strong {
    font-size: 1.1em;
    padding: 0 2em;
}

.calendar_month a {
    display: block;
    color: #ffffff;
}









.calendar_icon i.fa-caret-right:before {
    content: "\f0da";
    font-size: 120%;
}

.calendar_icon i.fa-caret-left:before {
    content: "\f0d9";
    font-size: 120%;
}

/* 最新消息 */

.news_title {
    font-size: 0em;
    background: url(../in_images/title_02.png) no-repeat;
    width: 232px;
    height: 28px;
}

.news_img {
    width: 259px;
    float: left;
}

.news_tt {
    width: 100%;
    display: table;
}

.news_tt li {
    width: 33.5%;
    line-height: 43px;
    display: table-cell;
    text-align: center;
    padding-right: 4px;
}

.news_tt li a {
    background-color: #fefefe;
    display: block;
    color: #292b2a;
    height: 100%;
    font-size: 110%;
    font-weight: bold;
    padding: 0 10px;
    border-bottom: 5px solid #fff;
    position: relative;
    transition: all 0.3s !important;
}

.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt li a:hover {
    background-color: #333;
    color: #fff;
    border-bottom: #c6a86c 5px solid;
}

.news_tt .news_tt- a {
    background-color: #292b2a;
    color: #fff;
    border-bottom: 5px solid #c6a86d;
}

.news_list {}

.tt {
    margin-bottom: 5px;
}

.news_list .bth {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
}

.news_list .bth a {
    background: #292b2a;
    border-radius: 30px;
    width: 38px;
    display: inline-block;
    height: 38px;
    color: #fff;
    position: relative;
    margin: 0 15px;
    position: relative;
}

.news_list .bth a.more, .news_list .bth a.rss {
    font-size: 0;
}

.news_list .bth a.rss:after {
    content: "";
    background: url(../in_images/rss_icon.png);
    position: absolute;
    width: 13px;
    height: 13px;
    z-index: 999;
    top: 12px;
    right: 12px;
}

.news_list .bth a.more:after {
    content: "";
    background: url(../in_images/more_icon.png);
    position: absolute;
    width: 13px;
    height: 13px;
    z-index: 999;
    top: 12px;
    right: 13px;
}

.news_list .bth a:hover, .news_list .bth a.rss:hover {
    background: #c6a86d;
}

.news_list li {
    border-bottom: 1px #d4d4d4 dotted;
    width: 100%;
    display: table;
}

li.bth {
    border-bottom: none;
}

.news_list .list_word {
    width: 65%;
    background: url(../in_images/news_icon.png) no-repeat 5px 15px;
    padding: 9px 10px 9px 18px;
    display: table-cell;
    vertical-align: middle;
    font-size: 100%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .list_word a {
    color: #3c3c3c;
}

.news_list .list_word a:hover {
    color: #c6a86d;
}

.news_list .list_date {
    width: 20%;
    color: #292b2a;
    display: table-cell;
    padding: 10px 5px;
    vertical-align: top;
    font-size: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
}

/* 最新消息end */

.theme_w {
    margin-left: 41%;
}

.theme_link {
    background: url(../in_images/theme_bg.jpg) top center #d4d4cf;;
    width: 100%;
    height: 457px;
}






.theme_type{background-color: #d4d4cf;;}

.bg_h {

    background: #e2e2dd;
}

.theme_type .icon-1 {
    background: url(../in_images/theme_01.png) #e86060 no-repeat center;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: -64px;
}



.theme_type .icon-2 {
    background: url(../in_images/theme_02.png) #9abf00 no-repeat center;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: -64px;
}

.theme_type .icon-3 {
    background: url(../in_images/theme_03.png) #be814b no-repeat center;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: -64px;
}

.theme_type .icon-4 {
    background: url(../in_images/theme_04.png) #538ddc no-repeat center;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: -64px;
}










.theme_type {
    height: 229px;
}

.theme_type .link {
    display: inline-block;
    padding: 42px 70px 10px 70px;
    width: 100%;
}

.theme_type .link strong {
    background: url(../in_images/theme_line.jpg) no-repeat left bottom;
    display: block;
    padding: 10px 0px;
    font-size: 140%;
}

.theme_type .link ul{

}


.theme_type .link ul li {
    font-size: 110%;
    font-weight: bolder;
    display: inline-block;
    letter-spacing: 1px;
    /* padding-right: 72px; */
    /* margin-right: 70px; */
    width: 150px;
    padding-bottom: 5px;
}








.theme_type .link ul li a{
   color: #292b1a;
}

.theme_type .link ul li a:hover{
    color: #c6a86d;
 }


/* 影片專區' */

h2.video_title{
    background: url(../in_images/title_03.png) no-repeat 48.7% 100%;
    width:100%;
    height: 73px;
    text-align: center;
    display: block;
}





 .media-carousel .owl-prev i,
 .media-carousel .owl-next i {
     color: #292b2a;
 }


 .media-carousel .pic>a:focus{
     display: block;
 }

 .media-carousel .owl-theme .owl-nav [class*='owl-']{
     color:#292b2a ;
 }




 .media-carousel.index p {
     color: #292b2a;
     /* font-weight: 600; */
     padding-top: 10px;
 }

 .owl-carousel .owl-item {
     transition: all linear 0.2s;
 }

 .owl-carousel .owl-item.center {
     z-index: 2;
 }

 .owl-carousel.center .owl-stage-outer {padding: 30px 0;}


.media-carousel .owl-nav i{
    font-size: 4em;
}


.media-carousel .owl-nav .owl-prev{
    left: -3%;
}


.media-carousel .owl-nav .owl-next{
    right:-3%;
}

 
 .owl-carousel.center .owl-item {
     transform: scale(0.9);
 }

 .owl-carousel.center .owl-item .pic {
     opacity: 0.3;
 }

 .owl-carousel.center .owl-item.center {
     opacity: 1;
     transform: scale(1.2);
 }

 .owl-carousel.center .owl-item.center .pic {
     opacity: 1;
 }

 /* media page */
 .media-carousel {
     list-style: none;
     padding: 0;
 }

 .media-groupslider {
     margin-bottom: 60px;
 }

 .exhibition-album.media-carousel.media-carousel {
     padding: 6px;
     border: 1px solid #ddd;
     padding-bottom: 0;
     margin-top: 15px;
 }

 .exhibition-album.media-carousel li {
     width: 100%;
     padding: 0;
 }

 .exhibition-album.media-carousel li .pic-frame {
     border: none;
     padding: 0;
 }


 .pic-frame .pic embed{
     max-height: 270px !important;
 }

 .exhibition-album.media-carousel li .pic-frame a:focus {
   
}


.responsive1 a:focus{
    outline: 2px #d83e3e dotted !important;
}





 .exhibition-album.media-carousel li .pic-frame p {
     /* height: 30px; overflow: hidden; */
     margin-top: 5px;
 }

 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
     display: block;
 }
 .media-list .pic img {
     width: 100%;
 }

 .media-list .exhibition-album li .pic-frame {
     border: none;
 }

 .media-list .exhibition-album li {
     width: 25%;
     margin-bottom: 20px;
 }

 .media-list .exhibition-album li:nth-child(3n+4) {
     clear: none;
 }

 .media-list .exhibition-album li:nth-child(4n+5) {
     clear: left;
 }


 .modal-dialog{
     width: 50% !important;
 }

 .modal-content{
     background: #c6a86d;
 }

 .modal-footer{
     color: #292b1a;
 }
 .modal-content{
     border-radius: 0px;
    
 }

 .modal-header{
     padding: 1px 15px;  
 }
 .media-carousel img{
    max-height: 251px !important
 }






.bg_bottom{
    background: url(../in_images/bg_bottom.jpg) no-repeat 10px 90px;
    height: auto;
}

 .hot_links{
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
 }

 .hot_links li{
     letter-spacing: 1px;
     margin: 0px 10px;
 }


 .hot_links li img{padding-top: 50px;padding-left: 3px;}



 .hot_links li a{
     background: url(../in_images/link_bg.png) no-repeat center center;
     width: 156px;
     height: 156px;
     display: inline-block;
     text-align: center;
     transition: 0.2s;
}



.hot_links li a:hover{
    background: url(../in_images/link_bg_hover.png) no-repeat center center;
   
}

.hot_links li a:hover img{
    transition: 0.5s;
   transform: scale(0.9);
   
}




.hot_links li span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    margin: 30px 0px 60px 0px;
}

.responsive a ,.responsive2 a{
    display: inline-block;
}


.responsive{
    margin-bottom: 10px;
}

.responsive img{
    border: 1px rgb(233, 233, 233) solid;

}







.s_banner .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display: none;
}