@charset "utf-8";


/* CSS Document */

input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #eeffd0 !important;
}

a:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus,
input[type*="reset"]:focus,
input.enter_bn[type*="button"]:focus{
    outline: 4px #b82424 solid !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;
}

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;
}

.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;
}



input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}



/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    background-color: #fff;
    border-top: solid 5px #c2c4e9;
}

#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 {
    width: 240px;
    display: table-cell;
    position: relative;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu>li>a {
    color: #000;
    display: block;
    padding: 17px 30px;
    font-size: 1.375em;
    font-weight: bold;
    margin-top: -5px;
    position: relative;
    border-top: solid 5px #c2c4e9;
}

.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed {
    color: #4c5099;
    border-top: solid 5px #4c5099;
}
.top_menu .top_menu_fixed:before,
.top_menu>li>a:focus:before,
.top_menu>li>a:hover:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #4c5099 transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
}




.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}


/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 40px;
    left: 0;
    text-align: left;
    padding-top: 25px;
    display: none;
    border-radius: 0 20px 20px 0;
}

.top_menu ul li {
    background: rgba(90,99,164,0.9);
    height: auto;
    border-bottom: 1px #f1f0fe dotted;
    background-image: none;
    display: block;
    width: 100%;
}

.top_menu ul li:first-of-type a::before {

}

.top_menu ul li:first-of-type a:hover::before {
    border-color: transparent transparent #534e6d transparent;
}

.top_menu ul li:last-child {
    border-bottom: 0;
    border-radius: 0 0 20px 20px;
}
.top_menu ul li:last-child a{
    border-radius: 0 0 20px 20px;
}
.top_menu ul li:last-child a:hover{
    border-radius: 0 0 20px 20px;
}
.top_menu ul li a {
    height: auto;
    padding: 14px 5px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.125em;
}

.top_menu ul li a:hover {
    background: #8a8cbb;
    color: #fff;
}

.top_menu ul li a:focus{
    background: #fff;
    color: #4c5099;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}



/* page*/



.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 10px;
}

#header {
    background: #fff;
    position: relative;
}

#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 1em;
    padding-top: 58px;
    padding-bottom: 34px;
}

#logo {
    float: left
}

#logo a {
    display: inline-block;
}


.place {
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    display: inline-block;
}



.title_box {
    border: 2px #98d037 solid;
    margin: 10px 0;
    position: relative;
    border-radius: 17px 29px 29px 17px;
}



.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: 9px;
    top: 8px;
    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{
   
}
.main_bn2>li>a {
        font-size: 0.75em;
        background-repeat: no-repeat;
        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: center center !important;
        border-radius:40px;
        background-repeat: no-repeat !important;
}

.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: url(../images/icon-fb-.png)  ;
}
.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:url(../images/icon-line-.png)  ;
}
.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:url(../images/icon-twitter-.png)  ;}
.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:url(../images/icon-print-.png)   ;
}
.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:url(../images/icon-youtube-.png)   ;
}
.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;   

}







.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;
}

.gallery_list .imgbox,
.content_txt .imgbox,
.faq .imgbox {
    float: right;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    z-index: 1
}

.content_txt .imgbox a,
.faq .imgbox a,
.imgbox a,
.imgbox2 a,
.imgbox .video_box {
    border-radius: 5px;
    background: #ccc;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    overflow: hidden;
}

.gallery_list .imgbox img,
.gallery_list .imgbox2 img,
.content_txt .imgbox img,
.faq .imgbox img,
.pic img,
.gallery_list .pic {
    max-height: 168px !important;
    transition: all 0.4s;
}

.imgbox:hover img {
    opacity: 1;
    transform: scale(1.1);
}







#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;
    margin-top: -61px;
}

.fontsize_main {
    display: inline-block
}

.menu_nav {
    color: #fff;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 9px 37px 11px 24px;
    background: #98d037;
    border-radius: 0 8px 47px 47px;
}

.menu_nav li {
    display: inline-block;
    color: #fff;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #d20000
}

.menu_nav>li>a:focus{
    background: #fff;
}

.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;

top: 29px;

right: -9px;

z-index: 99;

display: table;

text-align: right;

display: none;
}

.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block
}

.nav_search {
    position: relative;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_main {
    padding: 8px 8px;
    background: #4c5099;
    border-radius: 5px;
}

.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: 13px;
    height: 13px;
    background: url(../images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    right: 6px;
}

.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 *{
    margin-bottom: 5px;

}
#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;
    border-radius: 5px;
    color: #FFF;

}

.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: #4c5099;
    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: #98d037;
    padding: 10px 0;
    padding-bottom: 0;
    border-radius: 10px 10px 45px 45px;
}

.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {
    margin-top: 5px;
    border-bottom: dotted 2px #98d037;
}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 8px 5px 8px 3px;
    font-size: 1.125em;
    position: relative;
    font-weight: bold;
}


.menu2 li>a:before {
    content: "\f105";
    position: absolute;
    top: 4px;
    right: 16px;
    font-family: FontAwesome;
    font-size: 1.25em;
    transition: all 0.3s;
    color: #98d037;
}


.menu2 .sub_menu->a,
.menu2>li>a:hover {
    color: #5B8F01;
}

.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 20px;
}

.menu2 .sub_sub a:before {
    content: "\f111";
    top: 7px;
    left: 17px;
    right: auto;
    color: #98d037;
    font-size: 0.01em;
    transform: scale(0.6);
}


.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {

color: #5b8f00;

position: relative;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {

color: #353535;

padding-left: 35px;

padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 7px;
    left: -13px;
}



.menu2 .sub_menu3->a,
.menu2 .sub_sub2 a:hover {
    color: #5b8f00;
}

.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 {

color: #5b8f00;
}

.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
}

.left_title {
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.content_title,
.gallery_list .title {
    font-weight: bold;
    padding: 5px 5px 5px 0;
    position: relative;
}





.imgbox a:hover,
.imgbox2 a:hover {
    color: #ee7610;
}

.imgbox span {
    display: block;
    padding: 5px 0;
}


.goback .icon {
    border-radius: 14px;
    background-color: #000;
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    color: #FFF
}

.goback {
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    padding: 0 15px;
    margin: 1em 0;
}

.goback .icon {
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    background-color: #98d037;
    line-height: 47px;
    text-align: left;
    padding: 0 41px 0 55px;
    color: #fff;
    position: relative;
}

.goback .icon a:before {
    content: "\f053";
    position: absolute;
    left: 20px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.goback .Gotop2 a:before {
    content: "\f077";
    right: 10px;
    left: inherit;
}

.goback .Gotop2 {
    margin-left: 10px;
}

.goback .Gotop2 a {
    padding: 0 35px 0 10px;
}

.goback .icon a:hover:before {
    transform: translateY(0);
    transform: translateX(-8px);
}

.goback .Gotop2 a:hover:before {
    transform: translateY(-8px);
}

.Gotop a {
    display: none;
}

#footer {
    background: url(../images/footer.png);
    color: #fff;
    padding: 0;
    position: relative;
}

#fat_footer {

    padding: 1em 0;
    width: 100%;
    margin: auto;
    position: relative;
}

#fat_footer ul {
    max-width: 1200px;
    margin: auto
}

#footer_main {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 1em 0;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {
    width: calc(16.66% - 2% - 0.01px);
    margin-right: calc(2% * 6 / 5);
    float: left;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 1px;
    text-align: center
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #98d037;
}

#fat_footer ul li ul {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #fff;
    padding-top: 5px;
    margin-top: 5px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    color: #313131;
    float: none;
    padding: 5px;
    margin-left: -2px;
}

#fat_footer ul li ul li a {
    color: #fff;
    text-decoration: none;
}

#fat_footer ul li ul li a:hover {
    color: #98d037;
}

#ff_btn {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -51px;
    left: 0;
    right: 0;
}


#ff_btn .btn_open,
#ff_btn .btn_close {
    border: 0;
    width: 185px;
    height: 51px;
    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: 33px 0;
}

.footer_img,
.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.footer_word {
    white-space: nowrap;
    padding-left: 40px;
    font-size: 1.125em;
    line-height: 32px;
    letter-spacing: 1px;
}

.footer_word span {
    color: #98d037;
    font-weight: bold;
}
.footer_word .display_no{
    color:#fff
}
.footer_bth {}

.footer_bth a {
    border-radius: 17px;
    background: #98d037;
    padding: 2px 19px;
}

#footer .footer_bth a:hover {
    background: #98d037;
    color: #fff;
}

#footer .footer_bth a {
    color: #333;
    margin: 4px 0;
}

#footer a {
    display: inline-block;
}

#footer a:hover {

color: #98d037;
}

.footer_img a {
    padding: 0 10px;
}

#table li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

#table li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

#table {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}

#table li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
    ;
}

.table_title {
    width: 25%;
    color: #000;
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_txt {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 25%;
    line-height: 150%;
    padding: 0 10px 0 20px;
    display: table-cell;
}

.table_txt a {
    color: #063;
}

.table_txt a:hover,
.table_txt a:focus {
    color: #d20000;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #d20000;
}

.page {
    margin: 10px 0;
    text-align: center;
    font-size: 95%;
}

.page * {
    vertical-align: middle
}

.page a {
    display: inline-block
}

.page li {
    display: inline-block;
    margin: 3px;
}

.page .icon a {
    border-radius: 5px;
    padding: 3px 8px;
    color: #FFF;
}

.page .icon a:hover,
.enter_bn:hover {}


.input01 {
    width: 70%
}

.input02 {
    width: 90%
}

.input03 {
    max-width: 80px;
}

.input04 {
    max-width: 175px;
}

.max-width {
    width: 50px;
}

.input06 {
    max-width: 200px;
    padding: 0px;
    background-color: #FFF;
}

.icon a,
.enter_bn {
    border-radius: 11px;
    background: #000;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.enter_bn {
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    letter-spacing: 2px;
}

.main_bn a:hover,
.icon a:hover,
.enter_bn:hover {
    background: #4c5099;
    color: #fff;
}


#center_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#top_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: right;
}

#top_btn .icon {
    display: inline-block
}






#readchk{
	height: 17px;
    width: 17px;
}


.list .icon.mail_bth,
.tabulation_word a,
.search li strong a,
.content_txt a,
.gallery_list .txt a,
.faq_txt a,
.video a,
.list a,
#footer a,
.menu_nav>li>a{
    display: inline-block;
}

#div_content{
    margin-top: 10px;   }
#div_content,.search1 li,.search,.search1_title{
    line-height: 26px;
}
.download_li a,#div_content,.type_word a,.update,.list span,body,input, button, select, textarea,#mail_word,.tabulation2 .example,.search_title,
.tabulation_tt,.place,.list .list_head,.search_table,.table_txt,.content_title,
.gallery_list .title,#sitemap_txt,#sitemap_txt ul li,.guest_list li,.search li strong,.search_txt,.search_result,.search_result .search_bth a,.search_result2,.search_btn li a,.calendar_type a,.calendar ul li span strong,.calendar ul li span strong:nth-child(1),.calendar2_week,.calendar2_week a,.calendar_title,.calendar_type,.calendar ul .date span,.calendar2_unit,.calendar2_date2,.calendar2_doom2.faq_txt,.ebook .list .list_head span a,.ebook .list_head span a {
    color: #5e1e00;
}
#footer a{
    color:#fff
}
.list .icon.mail_bth, .tabulation_word a, .search li strong a, .content_txt a, .gallery_list .txt a, .faq_txt a, .video a, .list a,.place a, .sitemap_table li a, .sitemap_table li ul li a, .sitemap_table li ul li ul li a, .guest_list li a, .video_txt li a, .video_txt li i, .search_result2 a, .search1 li ul li a, .search1 li a, .search1_title a, .calendar ul li span a, .calendar2_doom2 dt a  {
    color: #052c97;
}
 .menu_nav>li>a{
     color:#fff
 }


 .menu_nav a:focus,
.list .icon.mail_bth:hover, .tabulation_word a:hover, .search li strong a:hover, .content_txt a:hover, .gallery_list a:hover, .faq_txt a:hover, .video a:hover, .list a:hover, .menu_nav a:hover, .place a:hover,  .sitemap_table li a:hover, .sitemap_table li a:focus, .sitemap_table li ul li a:hover, .sitemap_table li ul li a:focus, .sitemap_table li ul li ul li a:hover, .sitemap_table li ul li ul li a:focus, .guest_list li a:hover, .guest_list li a:focus, .video_txt li a:hover, .video_txt li a:hover i, .search1 li ul li a:hover, .search1 li ul li a:focus, .search1 li a:hover, .search1 li a:focus, .search1_title a:hover, .search1_title a.on, .calendar ul li span a:hover, .calendar .select:hover, .calendar2_doom2 dt a:hover, .ebook .list_head span a:hover      {
    color: #4c5099;
}
 #footer a:hover{
     
 }
.place a{
    color:#222
}
.content_txt a,
.gallery_list .txt a {
    display: inline;
}



.list .list_word a[target="_blank"]:after,
.content_txt p a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}
.list .list_word dl a:after,
.list .list_word a.file:after,
.content_txt .imgbox a:after,
.owl-carousel .owl-item>a:after {
    display: none !important;
}




.list .icon {
    padding: 5px;
    color: #fff;
}

.list .icon.mail_bth {}

.list .icon a {
    color: #fff;
}

.table {
    text-align: left;
}

.table.list span {
    display: block;
    float: left
}

.text_le {
    text-align: left
}

abbr[title].must {
      color: #d20000;
    margin: 0px 0px 0 0;
    border-bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.search,
.tabulation {
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 20px;
}

.content_date {
    color: #d20000;
    padding: 0;
    display: block;
}

.content_date:before,
.content_date2:before {
    content: "\f017";
    font-family: FontAwesome;
    transition: all 0.3s;
    padding-right: 5px
}

.content_date2 {
    color: #d20000;
    padding: 0;
    float: right;
    display: block;
}

.orange {
    color: #d20000;
    padding: 0;
}

.w100 {
    width: 100%
}
.w95{
    width: 95%;
}
.w90 {
    width: 90%
}
.w85{
    width: 85%;
}
.w80 {
    width: 80%
}

.w75{
    width: 75%;
}
.w70 {
    width: 70%
}

.w65{
    width: 65%;
}
.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%;
}
.w45{
    width: 45%;
}
.w40 {
    width: 40%
}

.w35{
    width: 35%;
}
.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;
}




/*輪播圖垂直置中*/

.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    text-align: center;
}




/*輪播圖垂直置中*/


/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}



/*箭頭垂直置中*/

.gallery_list {
    margin-bottom: 20px;
}

.gallery_list .title a {
    color: #000;
}

.gallery_list .title a:hover {
    color: #ee7610;
}

.gallery_list .txt {
    display: block;
    margin: 0;
}

.gallery_list .imgbox {}

.gallery_list .imgbox2 {
    float: left;
    clear: both;
    text-align: center;
}









.join_word {
    display: inline-block;
}

.join_word a {
    display: inline-block;
}

.join_word img {
    height: 25px
}

.red {
    color: #d20000;
    letter-spacing: 1px;
}

.d_no {
    display: none
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.article .owl-carousel img {
    width: auto;
    max-width: 800px !important;
    max-height: 600px !important;
    display: inline-block;
}

.article .box {
    text-align: center;
}

.article .box .owl-next {
    background-color: #5c9f41;
    right: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.article .box .owl-prev {
    background-color: #5c9f41;
    left: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
}

.article .box i {
    line-height: 35px;
    display: inline-block;
}

.video2_imgBox,
.article .box {
    margin: 20px 0;
    background: #ccc;
    padding: 10px;
}

.article .box .owl-next:hover,
.article .box .owl-prev:hover {
    background-color: #e05555;
}

.update {
    font-size: 95%;
    text-align: right;

    padding: 0 15px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.update strong i {
    padding-right: 5px;
}








/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #cccccc;
    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: #fff;
}
.share3 .font_size_btn- a{
    color:#222
}
.fontsize li.font_size_btn- a, .share3 .share3 .font_size_btn- a:hover {
    color: #fff;
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    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 .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_x.png);
    background-color: #000000;
}

.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: #333333;
}

.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;
}


.mb_10 {
    margin-bottom: 10px
}
.mb_20 {
    margin-bottom: 20px
}
.mb_30 {
    margin-bottom: 30px
}
.mb_40 {
    margin-bottom: 40px
}
.mb_50 {
    margin-bottom: 50px
}
.mb_60 {
    margin-bottom: 60px
}
.mb_70 {
    margin-bottom: 70px
}
.mb_80 {
    margin-bottom: 80px
}
.mb_90 {
    margin-bottom: 90px
}

.mt_10 {
    margin-top: 20px
}
.mt_20 {
    margin-top: 20px
}
.mt_30 {
    margin-top: 30px
}
.mt_40 {
    margin-top: 40px
}
.mt_50 {
    margin-top: 50px
}
.mt_60 {
    margin-top: 60px
}
.mt_70 {
    margin-top: 70px
}
.mt_80 {
    margin-top: 80px
}
.mt_90 {
    margin-top: 90px
}


.red {
    color: #d20000;
}

.blue{
    color: #0366bb;
}

.green{
    color: green;
}


.center {
    text-align: center !important;
}

.left{
    text-align: left !important;
}

.right{
    text-align: right !important;
}




.book{background: url(../images/img3.jpg) no-repeat  center;background-size: cover;height: 256px;width: 100%;position: relative;max-width: 194px;margin: 0 auto;display: block;
color: #000;
transition: 0.5s;
}
.book:hover{
    transition: 0.5s;
    transform: scale(1.03);
}
.book_bottom{

background: #ebe9e9;

text-align: center;

position: absolute;

bottom: 0;

width: 100%;

padding: 7px 0;

font-size: 1.125em;

opacity: 0.9;
}

.book_area{
    text-align: center;
    margin-bottom: 32px;
}
.book_download{
    font-size: 1.125em;
    display: inline-block;
    margin: 8px auto;
    background: #000;
    color: #fff;
    padding: 4px 26px 4px 49px;
    border-radius: 20px;
    position: relative;
    margin-top: 11px;
}
.book_download:hover{
    background: #a17533;
}

.book_download::before{
    content: "\f02d";
    position: absolute;
    left: 17px;
    font-family: FontAwesome;
    font-size: 1.125em;
    transition: all 0.3s;
}

.ebook .list_head a{

}


#footer::before{
   display:none
}




/*字級大小  */
.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: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
    background: #4c5099;
    width: 106px;
    min-width: auto;
    padding-bottom: 0;
    padding: 7px 6px;
    border-radius: 4px;
    left: -37px;
}

.share3 a {
        color: #fff;
        line-height: 28px;
        padding: 0;
        text-align:  center;
        width: 28px;
}

.share3 a:hover{
        color: #98d037;
}
.share3 a:focus{
    background: #fff;
    color: #3e3a39;
}
.share3 li{width: 28px;height: 28px;}

.nav_parent>a>img{
    vertical-align: initial;
}

.menu_nav .nav_parent>a{
    margin-right: -12px;
    padding: 5px 8px ;
}
.menu_nav .nav_parent{
     margin-right: -12px;
}
.fontsize00{
    margin-left: -10px;
}

.fontsize01 a:focus{
    background: #fff;

}
.share3 a:focus{
    background: #fff;
}
.menu_nav>li.fontsize00>a:focus{
    background: #4c5099;
}

/*字級大小  */

.home_img .owl-item>a:focus{
    border: 2px #d83e3e dotted !important;
    display: block;
    padding: 5px;
}

.home_img .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home_img .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #fff;
}

.home_img .owl-dots .owl-dot.active span,
.home_img .owl-dots .owl-dot:hover span {
    background: #98D037;
}



/* page*/

.ace {
    color: #999;
    font-size: 84%
}

.news_marquee {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    background: url(../in_images/icon_marquee.png) no-repeat;
    display: inline-block;
    padding-left: 62px;
    white-space: nowrap;
    padding-top: 11px;
    padding-bottom: 5px;
}

.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: #4C5099;
}

.div_promo {
    overflow: hidden
}

#FontSizeArea {
   
}

.con {
    padding-top: 10px;
    min-height: 700px;
}


.bg01 .container{
max-width: 990px;
}

.bg01{
    background: url(../in_images/bg01.png) no-repeat center 180px;
    padding-bottom: 97px;
    margin-top: 28px;
}







.news_img {
    width: 259px;
    float: left;
}

.news_tt {
    width: 100%;
    display: table;
}

.news_tt li {
    width: 33.5%;
    line-height: 62px;
    display: table-cell;
    text-align: center;
}

.news_tt li a {
    border-right: 2px solid #fff;
    background: url(../in_images/news_tt.png) no-repeat;
    display: block;
    color: #fff;
    height: 100%;
    font-size: 1.375em;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s !important;
}
.news_tt li:nth-of-type(2) a{
    background: url(../in_images/news_tt2.png) no-repeat;
}
.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt li a:hover {
    background: url(../in_images/news_tt-.png) no-repeat;
    color: #fff
}
.news_tt li:nth-of-type(2) a:hover {
    background: url(../in_images/news_tt2-.png) no-repeat;
    color: #fff
}
.news_tt .news_tt- a {
    background: url(../in_images/news_tt-.png) no-repeat;
    color: #fff
}
.news_tt #n_tab1.news_tt- a {
    background: url(../in_images/news_tt2-.png) no-repeat;
    color: #fff
}


.news_list {
    margin-top: 12px;
}

.tt {
    margin-bottom: 5px;
}

.news_list .bth {

display: block;

text-align: center;

padding: 10px 0;

border: none;

margin-top: 16px;
}


.news_list .bth a {
    background: #98d037;
    border-radius: 10px;
    width: 51px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 1.75em;
    font-weight: 100;
    letter-spacing: 1px;
    border-radius: 100%;
    height: 51px;
    padding: 10px 17px;
    text-align: center;
    padding-left: 15px;
    padding-top: 9px;
}

.news_list .bth a.rss {
    background: #E9894F;
}

.news_list .bth a:hover,
.news_list .bth a:focus {
    background: #4c5099;
    outline-offset: 2px;
}

.news_list .bth a.rss:hover {
    background: #ae5723;
}

.news_list li {
    border-bottom: 1px #d4d4d4 dashed;
    width: 100%;
    display: table;
}


.news_list .list_word {
    width: 85%;
    background: url(../in_images/news_icon.png) no-repeat 10px 19px;
    padding: 17px 10px 17px 42px;
    display: table-cell;
    vertical-align: top;
    font-size: 1.125em;
    max-width: 0;
    /*重點這行才會...*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.news_list .list_word a {
    color: #3c3c3c;
}

.news_list .list_word a:hover {
    color: #4c5099;
}

.news_list .list_date {
    width: 15%;
    color: #000;
    display: table-cell;
    padding: 17px 10px 17px 10px;
    vertical-align: top;
    font-size: 1.125em;
    text-align: left;
    font-weight: bold;
}



.bg02{padding: 68px 0;background: url(../in_images/bg02.jpg);}

.bg02 h2{
    width: 413px;
    height: 33px;
    display: block;
    background: url(../in_images/bg02_h2.png) no-repeat center;
    margin: 30px auto;
    font-size: 0em;
    text-align: center;
    margin-bottom: 49px;
    margin-top: 4px;
}


.bg02 .honor{

text-align: center;
}



.bg02 .honor_block{
    
display: inline-block;
    
width: 357px;
    
padding: 3px 8px;
    
max-width: 100%;
}

.bg02 .honor_block .block_top{
    height: 256px;
    transition: 0.6s;
    background-size: cover;
    border-radius: 25px 25px 0 0;
    background-repeat: no-repeat;
}



.bg02 .honor_block .block_bottom{background: #fff;border-radius: 0 0 25px 25px;padding: 13px 20px;height: 154px;}

.bg02 .honor_block:focus .block_bottom,
.bg02 .honor_block:hover .block_bottom {
   background: #4c5099;
   color: #fff;
    
}

.bg02 .honor_block:focus .block_bottom p,
.bg02 .honor_block:hover .block_bottom p{
   
    color: #fff;
     
 }
 .bg02 .honor_block:focus .block_bottom span,
 .bg02 .honor_block:hover .block_bottom span{
   
    color: #fff;
     
 }
.bg02 .honor_block .block_bottom p{
    font-size: 1.25em;
    color: #222;
    font-weight: bold;
    text-align: left;
}


.bg02 .honor_block .block_bottom span{
    color: #888;
    font-size: 1.25em;
    display: block;
    text-align: right;
    margin-top: 16px;
}





.bg03{
    background: url(../in_images/bg03.png) no-repeat center bottom;
    padding-bottom: 151px;
}


.bg03 h2{
    width: 258px;
    height: 74px;
    display: block;
    background: url(../in_images/bg03_h2.png) no-repeat;
    margin: 0 auto;
    font-size: 0em;
    margin-top: 78px;
    margin-bottom: 51px;
}



.bg03 .links{

display: flex;

justify-content: center;

flex-wrap: wrap;

}


.bg03 .links .links_block{
display: inline-block;
text-align: center;
margin: 25px 6px;
}

.bg03 .links_block .block_top{
    display: inline-block;
    width: 220px;
    height: 158px;
    background: no-repeat;
    background-position: center;


}

.bg03 .links_block .block_top:hover{
    opacity: 0.75;


}









.bg03 .links_block .block_bottom{

font-size: 1.375em;

font-weight: bold;

display: block;

text-align: center;

color: #222;

letter-spacing: 1px;

margin-top: 11px;
}


.responsive{
    margin-top: 84px;
    background: #98d037;
    padding: 20px 30px;
    border-radius: 24px;
}
.responsive a{
    display: inline-block;
}

.bg02 .bth {
    text-align: center;
    margin-top: 39px;
}
.bg02 .bth a {
    background: #fff;
    border-radius: 10px;
    width: 51px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    color: #98d037;
    position: relative;
    font-size: 1.75em;
    font-weight: 100;
    letter-spacing: 1px;
    border-radius: 100%;
    height: 51px;
    padding: 10px 17px;
    text-align: center;
    padding-left: 15px;
    padding-top: 9px;
}
.bg02 .bth a:hover,.bg02 .bth a:focus{
    
color: #fff;
    
background: #4c5099;
    
outline-offset: 2px;
outline: 3px solid #4c5099 !important;
}

.honor .owl-dots{display: block !important;position: absolute;top: -63px;transform: translateX(-50%);left: 50%;}


.honor .owl-dots .owl-dot span{
    background: #fff !important;
    width: 14px;
    height: 14px;
}

.honor  .owl-dots .owl-dot.active span, .honor  .owl-dots .owl-dot:hover span{
    background: #4c5099 !important;
}


.share_mob li a{
    font-size: 0em;
}

.honor .owl-carousel.owl-drag .owl-item{
    vertical-align: text-top;
}


.responsive a:focus{
    padding: 5px;
    background: #fff;
}

#footer a:focus{
    background: #fff;
    color: #4c5099;
}