﻿@charset "utf-8";
/* CSS Document */
html,body { margin:0; padding:0;}
header,footer {
	width: 100%;
	float: left;
	background-color: #24458b;
}
.relative-center,.footer-inner {
	max-width: 1330px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 100%;
}
.logo {float: left; max-width:294px; padding-top:26px; padding-bottom:26px;}
@media (max-width:991px) {.logo {width:30%;} }
@media (max-width:900px) {.logo {width:30%; min-width:250px; padding-top:10px; padding-bottom: 10px; padding-left: 10px;} }
.top-right {float:right;}
@media (max-width:900px) { .top-right { display:none;} }
.top-link {float: left; margin-top:26px;}
.top-link ul {float: right;}
.top-link li {float: left; padding-right: 20px;}
.top-link li:last-child {padding-right: 0px;}
.top-link li a {float:left; font-size: 95%; color:#7fa0e4; vertical-align: middle;}
.top-link li a:before {content: ''; width: 14px; height: 14px; display: inline-block; margin-right: 7px; vertical-align: middle; background-image:url(../../images/link-icon.png);}
.top-link li a:hover,.link li a:focus {color: #c0dcff;}
.top-link li:nth-child(1) a:before{background-position: 0px 0px;}
.top-link li:nth-child(2) a:before{background-position: -14px 0px;}
.top-link li:nth-child(3) a:before{background-position: -28px 0px;}
.top-link li:nth-child(4) a:before{background-position: -42px 0px;}
.top-link li:nth-child(1) a:hover:before,.link li:nth-child(1) a:focus:before{background-position: 0px 14px;}
.top-link li:nth-child(2) a:hover:before,.link li:nth-child(2) a:focus:before{background-position: -14px 14px;}
.top-link li:nth-child(3) a:hover:before,.link li:nth-child(3) a:focus:before{background-position: -28px 14px;}
.top-link li:nth-child(4) a:hover:before,.link li:nth-child(4) a:focus:before{background-position: -42px 14px;}
@media (max-width:991px) {.top-link li:nth-child(1) {display: none;}}
.search {
	float: right;
	margin-top: 22px;
	margin-left: 25px;
}
.search-input,.search-submit {
	border:none;
	background-color: #102758;
	color: #FFFFFF;
	line-height: 24px;
    height:26px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 95%;
	vertical-align: middle;
	width:143px;
	outline:none;
}
.search-input {height:26px;line-height: 28px\0;}
.search-input::-webkit-input-placeholder {color: #8f9fc2;}
.search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #8f9fc2;}
.search-input::-moz-placeholder { /* Mozilla Firefox 19+ */color: #8f9fc2;}
.search-input:-ms-input-placeholder { /* Internet Explorer 10+ */color: #8f9fc2;}
.search-submit {
	font-size: 0px;
	vertical-align: middle;
	margin-left: -5px;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
	background-image: url(../../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.search-submit:hover,.search-submit:focus {background-image: url(../../images/search-icon_.png);}

/*廣告輪播*/
.banner {float:left; width:100%; overflow: hidden; position: relative; height: 600px; margin-bottom: 20px;}
#owl-slide {float: left; width: 1920px; left:50%; margin-left: -960px;position: absolute;}
#owl-slide .item {position: relative;}
#owl-slide .item h2 {
	font-family: "微軟正黑體";
	color: #002779;
	font-size: 2em;
    z-index: 99;
    font-weight:bold;
    padding-bottom: 15px;
}
#owl-slide .item h2 i {font-weight:normal; font-size: 0.5em; letter-spacing: 0.25em; font-family: sans-serif; margin-left: 10px;}
#owl-slide .item .owl-inner {
    position: absolute;
    top:15%;
    left:50%;
    margin-left: -500px;
    width:30em; 
    /* background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3); */
}
#owl-slide .item span {
    font-family: 微軟正黑體;
    line-height: 180%;
    color: #002779;
    height: 4.5em;
    overflow: hidden;
    position: relative; 
    padding-right: 12px;
    word-break:break-all;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;    
}

#owl-slide .item span:before { content: ''; width:45px; border-bottom: 2px solid #e60012; display: block; margin-bottom: 10px;}
/* #owl-slide .item span:after {content: '...'; display:block;position: absolute;right:0px;bottom:7px;} */
#owl-slide .item a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #c50d19;
	line-height: 50px;
	position: absolute;
    left:50%;
	bottom: 0px;
    margin-left: 321px;
	padding-right:50px;
	padding-left:50px;
	color: #cccccc;
	font-size: 90%;
	}
#owl-slide .item a:before {content: '→';padding-right: 5px;}
#owl-slide .item a:hover {color: #FFFFFF;}
@media screen and (max-width: 1206px){
    .banner {height:auto; margin-bottom: 1px;}
    #owl-slide {float: left; width: 100%; left:0%; margin-left: 0px; position:static;}
    #owl-slide .item .owl-inner {left:5%; margin-left:0; width:32em;} 
    #owl-slide .item a {margin-left:0px; left:auto; right:100px;}
}
@media screen and (max-width: 900px) { 
    #owl-slide .item span {display: none;}
}
@media screen and (max-width: 580px){
    .banner {margin-bottom: 1px;}
    #owl-slide .item {padding-bottom: 50px; background-color: #c50c18;}
    #owl-slide .item h2 {font-size: 1em;} 
}

/*最新消息*/
.index-content {float:left;width:100%; padding-bottom: 80px;}
.area-left {float:left;width:60%;}
.area-right {float:left;width:40%;}
.news {float:left;width:100%; text-align: center;}
.news-title {
    font: 2em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif; 
    border-bottom: 1px solid #24458b;
    display: inline-block;
    color:#24458b;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1em;
}
.news-title i {font-size:0.6em;margin-left: 7px; vertical-align:middle;}
.newslist {display: inline-block; width:100%; text-align: left; padding-top: 10px;}
.newslist li {float:left; width: 98%; border-bottom:1px dashed #c7c5c5;}
.newslist li a {float:left;width:100%; padding-top: 15px; padding-top: 14px\0; padding-bottom: 15px;  }
@-moz-document url-prefix(){.newslist li a { padding-top: 14px; padding-bottom: 15px; }}


.newslist li a time {float:left; width:100%; padding-left: 25px; background-image:url(../../images/date-icon.svg); background-repeat: no-repeat; background-position: left 2px; color:#999999; padding-bottom: 10px; padding-top: 5px;}
.newslist li i {background: #999999; padding:10px 25px; display: inline-block; font-size:0.935em; color:#ffffff; margin-right: 10px; vertical-align:middle; min-width: 125px; text-align: center;}
.newslist li i.msg-info {background: #002779;}
.newslist li i.msg-hot {background: #cd0917;}
.newslist li i.msg-partner {background: #bd9210;}
.newslist li span {
    width:26em;
    display: inline-block; 
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    vertical-align:middle;
    color:#444444;
    font-size: .935em;
}
.newslist li a:hover span,.newslist li a:focus span {color:#3a69cb; text-decoration: underline;}
.seemore {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 45px;
	padding-right:30px;
	padding-left:25px;
    margin-top: 25px;
    margin-bottom: 30px;
	color: #24458b;
	font-size: 90%;
    border: 1px solid #24458b;
    display: inline-block;
	}
.seemore:before {content: '→';padding-right: 5px;}
.seemore:hover,.seemore:focus {color: #FFFFFF; background-color: #24458b;}
@media screen and (max-width: 1206px){
    .index-content {float:left;width:100%; padding-bottom: 0px;}
}
@media screen and (max-width: 1095px){
    .newslist li a {padding-top:20px;}
    .newslist li a time {margin-left: 150px;}
    .newslist li i {margin-top: -55px;}
    .newslist li span {width:94%; margin-left: 1em;}
    .newslist li:nth-child(4) {display: none;}
}

@media screen and (max-width: 850px){.newslist li:nth-child(3) {display: none;}}
@media screen and (max-width: 700px) {
    .index-content {padding-bottom: 0px;}
    .area-left,.area-right {width:100%; overflow: hidden;}
    .newslist li a {overflow: hidden; padding-top:20px;}
    .newslist li a time {margin-left: 150px;}
    .newslist li span {width:94%; margin-left: 1em;}
    .newslist li:nth-child(3),.newslist li:nth-child(4) {display: none;}
}

@media screen and (max-width: 580px){
    .news-title {font-size: 1.75em; padding-top: 0px; padding-bottom: 0px;}
    .newslist li a time {margin-left: 150px; width:100%; }
    .newslist li i { margin-top: -55px;}
}

.video iframe { width:100%; vertical-align: top;}

.guild {}
.guild ul {position: relative;}
.guild li {float:left;width:50%;}
.guild li:nth-child(2) figcaption {display:none;}
.guild li:nth-child(7) figcaption {display:none;}
.guild li a {float:left;width:100%; max-height:230px; overflow: hidden; position: relative;}
.guild li a figure { text-align: center; }
.guild li a figcaption { 
    background-color:rgba(0%, 16%, 47%, 0.8); color:#fff; font:1.25em  "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif; padding:10px 20px; text-align: center;
    width: 220px;
    position: absolute;
    bottom:12%;
    left: 50%;
    margin-left:-110px;
    z-index: 99;
}
.guild li a img { 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
     }
.guild li a:hover img,.guild li a:focus img { 
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); 
	}
.guild li a:hover figcaption,.guild li a:focus figcaption {background-color:rgba(19%, 40%, 87%, 0.8);}
@media screen and (max-width: 1095px){
    .guild li a figcaption {font-size:1em; bottom:10%; width: 150px;margin-left:-75px;}
}
.theme {
    float:left; 
    width:100%; 
    position: relative;
    background-color: #2465b2; 
    min-height: 388px;
    overflow: hidden;
}
.theme-realtive {}
.epaper {
    display: block;
    width:100%; 
    max-width: 603px; 
    position:absolute;
    left:50%;
    margin-left: -603px;
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 98px;
}
.sub-headline {display: block; border-bottom: 1px solid #cccccc; overflow: hidden;padding-bottom: 10px; font-family:"Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 40px; }
.sub-headline h2 { 
    float:left; 
    font-size: 2.5em; 
    color:#fff;
}
.sub-headline a {
    float:right; 
    font-size: 0.935em; 
    color:#cccccc;
    line-height: 3em;
    text-decoration: underline;
    outline: none;
}
.sub-headline a:hover,.sub-headline a:focus { color:#fff; text-decoration: underline;}
.epaper-choose {
    display: block; 
    font: 1em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#cccccc; 
    margin-bottom: 30px;
}
.epaper-choose input {display: none;}
.epaper-choose label { margin-right: 15px; display: inline-block; vertical-align:middle;  line-height: 16px; cursor: pointer;}
.epaper-choose label:before {
    content: ''; 
    display: inline-block;
    width:10px; height: 10px;
    background-color: #ededed;
    border: 3px solid #ededed;
    -moz-border-radius:  50%;
    border-radius:  50%;
    margin-right: 10px;
    vertical-align:bottom;
}
.epaper-choose input:checked + label:before {
    background-color: #004393;
    -webkit-transition:background-color 0.4s linear;
    -o-transition:background-color 0.4s linear;
    -moz-transition:background-color 0.4s linear;
    transition:background-color 0.4s linear;
}
.epaper-mailbar {
    width: 75%;
    background-color: #ededed;
    border:none;
    line-height: 40px;
    padding-left: 15px;
    color: #000000;
    float: left;
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
}
.epaper-btn {
    line-height: 40px;
    height: 40px;
    width: 25%;
    color: #FFFFFF;
    background-color: #000066;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
}
.epaper-btn:hover {background-color:#000f2f;}
.history {
    width:100%; 
    position:absolute;
    left:50%;
    background-color: #35d9a7;
    background-image: url(../../images/history-bg.jpg);
    background-position: left 30%;
    min-height: 388px;
}
.history h2 {
    font: 2.5em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif; 
    display: block;
    color:#fff;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1em;
    margin-top: 120px;
    margin-left: 200px;
}
.history a {margin-left: 200px; min-width: 200px;}
.seemore-red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 55px;
	padding-right:30px;
	padding-left:25px;
    margin-top: 25px;
    margin-bottom: 30px;
	color: #cccccc;
	font-size: 90%;
    display: inline-block;
    background-color: #c50d19;
    text-align: center;
	}
.seemore-red:before {content: '→';padding-right: 5px;}
.seemore-red:hover,.seemore:focus {color: #FFFFFF;}
@media screen and (max-width: 1206px){
    .theme-realtive {
        max-width: 1206px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        position: relative;
        width: 100%;
    }
    .epaper {
        display: block;
        width:50%; 
        position:absolute;
        left:0;
        margin-left: 0px;
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 98px;
    }
    .history {
        width:50%; 
        position:absolute;
        left:inherit;
        right:0;
    }
    
    .history h2 { text-align: center; margin-left:0; }
    .history a {position:absolute; left:50%; margin-left: -100px; }
    
}

@media screen and (max-width: 850px){
    .epaper,.history {float:left; width:100%; position:inherit; min-height: 280px;}
    .epaper{ position: relative; float:inherit; margin:0 auto; padding-top: 40px;padding-left: 50px;padding-right: 50px;}
    .history h2 {margin-top: 60px;}
}
@media screen and (max-width: 580px){
    .epaper,.history {float:left; width:100%; position:inherit; min-height: 230px;}
    .sub-headline {padding-bottom: 0px; margin-bottom: 10px;}
    .epaper-choose {margin-bottom: 15px;}
    .sub-headline h2 {font-size: 2em;}
    .history h2 {font-size: 2em; margin-top: 50px;}
    .seemore-red {margin-top: 0px;}
}

.link {float:left;width:100%;background-color: #eeeeee;padding-top:30px;padding-bottom:30px;font: 1.2em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;line-height: 1.2em; overflow: hidden;}
#owl-link{max-height: 80px;}
.link .owl-item a {display: table-cell; vertical-align: middle; height:73px; padding: 0px 25px; padding-left: 40px; vertical-align:middle; background-image: url(../../images/index-link-icon.svg);background-repeat:no-repeat;background-position: 15px center; outline: none; }
.link .owl-item a:hover,.link .owl-item a:focus { color:#002779;}
@media screen and (max-width: 850px){
    .link {padding-top:20px;padding-bottom:20px;}  
}
@media screen and (max-width: 580px){
    .link {padding-top:10px;padding-bottom:10px;}  
}
/*footer*/
footer {background-color: #2d5891;}
.footer-inner {padding-top: 45px;padding-bottom: 45px;overflow: hidden;}
.footer-copyright {float:left;width:100%;background-color:#142a47;color:#486792;}
.footer-logo{
    font: 1.1em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
    float:left;
    width:100%;
    padding-left:30px;
    padding-bottom: 10px; 
    margin-bottom: 12px;
    background-image: url(../../images/footer-logo.svg); 
    background-repeat:no-repeat; 
    background-position: left 9px;
    line-height: 40px;
    border-bottom: 1px solid #486792;
}
.footer-info {float:left; width:30%;color:#cad2d8;}
.footer-info ul li {float:left;width:100%; padding:10px 0 10px 32px; font-size: 0.935em; line-height: 20px;position: relative;}
.footer-info li:before {position: absolute;left:0;content: ''; width:20px;height: 20px;background-image: url(../../images/footer-info-icon.svg); background-repeat:no-repeat;float:left; vertical-align:middle; margin-left:2px; margin-right: 5px;}
.footer-info li:nth-child(1):before{background-position:left 0px;}
.footer-info li:nth-child(2):before{background-position:left -20px;}
.footer-info li:nth-child(3):before{background-position:left -40px;}
.footer-info li:nth-child(4):before{background-position:left -60px;}
.footer-info li:nth-child(2) {letter-spacing: 3px;}
.footer-info li:nth-child(2) a {color:#cad2d8;}
.footer-info li:nth-child(2) a:hover,.footer-info li:nth-child(2) a:focus {color:#ffffff; text-decoration: underline; outline: none;}
.footer-nav {float:left; width:67%; margin-left: 3%; display: -webkit-flex;display: flex;}
.column {-webkit-flex: 1; flex: 1; margin-left: 25px; font: 1.0em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#cad2d8; padding-bottom: 30px; padding-top: 8px;}
.footer-nav-title {font-size:1.1em;color:#efefef; margin-bottom: 20px;display: block;background-image: url(../../images/footer-icon.svg); background-repeat:no-repeat; background-position: left 3px; padding-left:12px;}
.column li a {display: block;color:#cad2d8;font-size: 0.935em; margin:10px 13px;}
.column a:hover,.column a:focus {color:#ffffff; text-decoration: underline; outline: none;}
.footer-declare {display:block;border-top: 1px solid #537299; clear:both; padding-top: 30px;}
.brands {float:left;width:100%;}
.brands figure {float:left;padding-right: 5px;min-height: 33px;}
.declare a {float:left; color:#cad2d8;font-size: 0.8em;text-decoration: underline;margin-top: 12px;}
.declare a:before{content: '';width:1px;height:14px;background-color: #7c95b5; float:left; margin-right: 10px; margin-left: 5px;}
.declare a:first-child:before {display:none;}
.declare a:hover,.declare a:focus{color:#ffffff; text-decoration: underline; outline: none;}
a.gotop {float:right; margin-top: -15px; outline: none;}
.footer-copyright{padding:18px 0px; font-size:0.8em;}
.footer-copyright i {float:right;}
.footer-copyright i ins {text-decoration: none;}
.language-container {
    display:none;
    float:right;
    margin-right: 0.5em;
    border: 1px solid #486792;
    color:#486792;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.language-container a {outline: none;}
.lang-select {color:#486792;padding:7px 15px;display: block;}
.lang-select:hover {background-color: aliceblue;}
.lang-select:after {content: '';}

.language-dropdown-container {
    display:none;
    /* border: 1px solid #FFFFFF; */
    color:#486792;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom:3px;
    background-color: aliceblue;
    padding:5px 0;
    box-shadow: 0 5px 5px rgba(51,51,51,.5);
}

.language-dropdown-container ul li a {display: inline-block;padding:7px 15px;min-width: 86px; color:#486792;}
.language-dropdown-container ul li a:hover {background-color: #cd0916;color:#ffffff;}

@media screen and (max-width: 1206px){
    .footer-info { width:37%;}
    .footer-nav { width:60%; margin-left: 1%;}
    .footer-logo {margin-left: 5px; width:calc(100% - 5px);}
    .declare,.brands {padding-left: 5px;}
}
@media screen and (max-width: 900px) {
    .footer-copyright span {display: none;}
    .language-container {display: block;}
    .footer-copyright i {float:left; display: inline-block; padding-left: 5px; font-size:0.75em; line-height: 28px;}
}
@media screen and (max-width: 850px){
    .footer-info { width:100%; padding-bottom: 15px;}
    .footer-nav,.footer-copyright span {display: none;}
    .footer-inner {padding-top: 25px;}
}
@media screen and (max-width: 650px) {
    .footer-inner {padding-bottom: 25px;}
    a.gotop {float:inherit;width:100%; margin-top: 15px; text-align: center;display: inline-block;}
    .footer-copyright i ins {display: none;} 
}
@media screen and (max-width: 350px){
    .footer-inner {padding-bottom: 15px;}
    .footer-declare { text-align: center; }
    .declare a {float:none; display: inline-block;}
    .declare {float:left; width:100%; padding-bottom: 30px; text-align: center;}
     a.gotop {float:none; margin-top: -10px; outline: none;}
}


/*共用ease*/
.seemore,.seemore:hover,.seemore:focus,.guild li a img,.guild li a:hover img,.guild li a:focus img,.guild li a:hover figcaption,.guild li a:focus figcaption,.guild li a figcaption {-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease; 
}