@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome/css/font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
*:before, *:after{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body {
  background-color: #fff;
  font-family: Arial, sans-serif, "微軟正黑體", "メイリオ";
  font-size: 16px; }

/*css3*/
a {
  color: #111;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

[class*='col-'] {
  float: left;
  box-sizing: border-box;
}


.b-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col-1 {
  width: 100%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.33%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190; }

a.btn_color1:hover {
  background-color: #C85A56; }

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0; }

a.btn_color2:hover {
  background-color: #999; }
  
  .btn1{
    position: relative;
  }
  .btn1 a{
    width: 225px;
    height: 45px;
    color: #fff;
    background: #111;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn1 a:hover{
    letter-spacing: 3.5px;
  }
  .bt1n a::before{
    content: '';
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 22px;
    opacity: 0;
  }
  .btn1 a:hover::before{
    opacity: 1;
    -webkit-transition: all 0.4s 0.3s ease;
    -moz-transition: all 0.4s 0.3s ease;
    -o-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
    -webkit-animation: btn_more_in 0.6s forwards ease;
            animation: btn_more_in 0.6s forwards ease;
  }
  .btn1 a::after{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.4s ease, right 0.3s 0.4s ease;
    -moz-transition: all 0.4s ease, right 0.3s 0.4s ease;
    -o-transition: all 0.4s ease, right 0.3s 0.4s ease;
    transition: all 0.4s ease, right 0.3s 0.4s ease;
  }
  .btn1 a:hover::after{
    right: 22px;
    opacity: 1;
    -webkit-transition: all 0.3s 0.45s ease;
    -moz-transition: all 0.3s 0.45s ease;
    -o-transition: all 0.3s 0.45s ease;
    transition: all 0.3s 0.45s ease;
  }
input[type="text"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

.outerWrap {
  position: relative; }

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }


/*手機menu*/
.m_menu {
  display: none; }
  
header .right{
	float:right;
	padding-top:20px;
	transition: all 0.4s ease;}

header .right a{
	margin:0 3px;
	display: inline-block;
	font-size: 24px;
	color: #FFF;
	width: 40px;
	height: 40px;
	background:#8D71D5;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;}

header .right > a b{
	display:none;
	font-weight:normal;}

header .right > a:hover{
	background:#333;
}

header .right .fb{
	background:#4267B2} 
	
header .right .line{
	background:#1ED154} 	
  
header .right .mail{
	background:#CC0000} 
/*****banner******/
.bannerArea {
  clear: both;
  position: relative; }



/*********內頁**********/
/**********************/
.bannerArea .wrap {
  max-width: 100%;
  padding: 0; }

.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.titleBox {
  position: relative;
  text-align: center;
}

.titleBox h1, .titleBox h2 {
  position: relative;
  display: inline-block;
  font-weight: 500;
 color:#006BB7; 
 font-size:28px;
  opacity: 1;
}


.titleBox::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin: 15px auto;
  background-color: #006BB7;
  transition-delay: .7s;
}


.titleStyle1.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.titleStyle1 {
  position: relative;
  padding-left: 10px;
  font-weight:normal;
  font-size: 27px;
  color: #000;
  margin-bottom:20px;
}

.titleStyle1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 28px;
  background-color: #b40b0b;
}

.titleStyle1 h2{ font-weight:normal;}

.titleStyle1 .blue{ color:#006BB7}
.titleStyle1 .blue::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 28px;
  background-color: #006BB7;}
  
.titleStyle1 .green{ color:#339900}
.titleStyle1 .green::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 28px;
  background-color: #339900;} 
  
.titleStyle1 .org{ color:#FF3300}
.titleStyle1 .org::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 28px;
  background-color: #FF3300;} 


.dateBox {
 display: inline-block;
  background-color: #b40b0b;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
}

.dateBox2 {
 display: inline-block;
  background-color: #FF6600;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
}

.dateBox3 {
 display: inline-block;
  background-color: #009999;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
}



.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 14px;
  color: #bbb; }
.bread a {
    color: #006BB7 }
.bread a i {
      font-size: 20px;
	  color:#006BB7 }
.bread span {
    padding: 0 3px;
    color: #bbb; }

.mainArea .contentBox {
  clear: both; }
  
 .mainArea {
  padding: 80px 0 ;
 }


.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbef;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #20255F;
  padding-bottom: 25px; }



/*類別*/
.m_classLink {
  display: none; }

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #20255F; }
  @media (max-width: 1280px) {
    .sectionTitle {
      text-align: center; } }
  .sectionTitle a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

/******頁籤*******/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.tab.fac a:nth-of-type(-n+2) {
    border-right: solid 1px #dbdbef; }
.tab.res a {
    width: 50%; }
.tab a {
    display: block;
    width: 33.33%;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 20px;
    text-align: center;
    color: #74768D;
    border-top: solid 1px #dbdbef;
    border-bottom: solid 1px #dbdbef;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 17px; }
    @media (max-width: 480px) {
      .tab a {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .tab a.current {
      background-color: #ededf2; }

.tabContent {
  padding: 40px 0px; }
  .tabContent > li {
    display: none; }
  .tabContent .textEditor {
    margin: 0; }
  .tabContent .sectionTitle {
    display: none; }

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px; }
  .side_menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1; }
    .side_menu li > a {
      display: block;
      padding: 10px 15px;
      font-size: 14px; }
      .side_menu li > a.current {
        color: #fff;
        background-color: #8c8c8c; }
      .side_menu li > a b {
        margin-left: 10px;
        font-weight: 400;
        font-size: 13px;
        color: #808080; }
  .side_menu dl {
    padding-left: 25px; }
    .side_menu dl a {
      display: block;
      padding: 10px 15px;
      font-size: 14px; }
      .side_menu dl a.current {
        color: #000;
        text-decoration: underline; }




/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px; }

.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #414141; }

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center; }

.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400; }



/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px; }
  .wrap {
    width: 100%;
    padding: 0 20px; }
  header {
    display: none; }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68); }
    .m_menu .mask {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      display: none;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      padding-bottom: 60px; }
    .m_menu .m_logo {
      padding-top: 5px;
      padding-bottom: 5px; }
      .m_menu .m_logo a {
        display: block;
        width: 229px;
        height: 50px;
        background: url("../images/logo_s.png") no-repeat;
        background-position: center;
        background-size: contain;
        text-indent: -9999px;
        margin-left: auto;
        margin-right: auto; }
    .m_menu .controlBox {
      position: relative;
      z-index: 99;
      background-color: #fff; }
      .m_menu .controlBox a.main {
        position: absolute;
        right: 7px;
        top: 7px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #006BB7; }
        .m_menu .controlBox a.main span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-top: -0.5px;
          width: 26px;
          height: 1px;
          background-color: #EDEDF2;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #EDEDF2;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
          .m_menu .controlBox a.main span:before {
            top: -7px; }
          .m_menu .controlBox a.main span:after {
            bottom: -7px; }
        .m_menu .controlBox a.main:hover span,
        .m_menu .controlBox a.main.show span {
          background-color: transparent; }
          .m_menu .controlBox a.main:hover span:before,
          .m_menu .controlBox a.main.show span:before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background-color: #EDEDF2; }
          .m_menu .controlBox a.main:hover span:after,
          .m_menu .controlBox a.main.show span:after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background-color: #EDEDF2; }
   
  .hideBox {
    /*手機menu內容*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    display: block;
    width: 100%;
    max-width: 420px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    -o-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    padding-top: 50px;
    /* IE6-9 */ }
    .hideBox.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .hideBox .sp {
      display: none;
      padding: 10px;
      font-size: 13px;
      color: #20255F;
      background-color: #FFF; }
    .hideBox a.main {
      position: absolute;
      right: 7px;
      top: 7px;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #006BB7; }
      .hideBox a.main span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -0.5px;
        width: 26px;
        height: 1px;
        background-color: #EDEDF2;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .hideBox a.main span:before, .hideBox a.main span:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #EDEDF2;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .hideBox a.main span:before {
          top: -7px; }
        .hideBox a.main span:after {
          bottom: -7px; }
      .hideBox a.main:hover span,
      .hideBox a.main.show span {
        background-color: transparent; }
        .hideBox a.main:hover span:before,
        .hideBox a.main.show span:before {
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background-color: #EDEDF2; }
        .hideBox a.main:hover span:after,
        .hideBox a.main.show span:after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background-color: #EDEDF2; }
  /*.hideLogo {
    height: 115px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 45px; }
    .hideLogo .logo {
      display: block;
      width: 110px;
      height: 50px;
      background: url("../images/logo.png") no-repeat;
      background-size: contain;
      text-indent: -9999px; }
    .hideLogo .logo2 {
      display: block;
      width: 184px;
      height: 20px;
      background: url("../images/logo.png") no-repeat;
      background-position: center;
      background-size: contain;
      text-indent: -9999px; }
    .hideLogo a {
      display: block;
      width: 100%;
      height: 100%; }*/
  .hideMenu {
    height: calc(100% - 375px);
    min-height: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px; }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    .nav li:nth-of-type(2n+1) {
      position: relative; }
      .nav li:nth-of-type(2n+1):before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 20px;
        background-color: #dbdbef;
        margin-top: -10px; }
    .nav a {
      position: relative;
      display: block;
      padding: 15px 10px;
      font-size: 20px;
      letter-spacing: 0.12em;
      color: #111;
      text-align: center; }
      .nav a:hover {
        color: #006BB7; }
      .nav a i {
        position: absolute;
        right: 10px;
        top: 50%;
        display: block;
        margin-top: -7px; }
       .nav .submenu {
        display: none; }
      .nav .submenu a {
        padding: 10px 20px; }
        .nav .submenu a:hover {
          background-color: #999; }
	  
	  /*手機down*/
      .m_menu ul.down{
        border-top: 2px solid #fff;
        background: #004B84;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
      }
      .m_menu .down li{
        flex: 1;
        position: relative;
        padding: 10px 0;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
      }
      .m_menu .down a{
          display: block;
          font-size: 20px;
          color: #fff;
          line-height: 1;
      }
      .m_menu .down a span{
          display: block;
          font-size: 14px;
          line-height: 18px;
      }
      .m_menu .down a.goTop{
          font-size: 20px;
          font-family:Arial, Helvetica, sans-serif;
          font-weight: 900;
          line-height: 0.8;
      }
      /*.m_menu .down .subLink{
            position: absolute;
            bottom: 100%;
            left: 0;
            display: none;
            width: 100%;
            box-shadow: 0 0 40px rgba(0,0,0,.15);
      }
      .m_menu .down .subLink a{
            padding: 10px 0;
            font-size: 14px;
            color: #333;
            letter-spacing: 0;
            background-color: #fff;
            border-bottom: 1px solid #dedede;
      }
      .m_menu .down .subLink a:hover{
          color: #fff;
          background-color: #999;
      } */
	  
	  }

@media (max-width: 767px) {
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px; } }

/*640*/
@media (max-width: 640px) {

  ul.classLink {
    display: none; }
  .m_classLink {
    display: block;
    position: relative; }
    .m_classLink a.main {
      position: relative;
      display: block;
      font-size: 17px;
      color: #fff;
      border: 1px solid #CCC;
      position: relative;
      padding: 10px;
      border-radius: 3px;
      background: #006BB7;
      /* IE6-9 */ }
      .m_classLink a.main:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        background-image: url(../images/down.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px; }
      .m_classLink a.main b {
        font-weight: 500; }
    .m_classLink ul {
      margin-top: 2px;
      padding: 0;
      list-style: none;
      display: none;
      width: 100%;
      background: #FFF;
      border-radius: 5px;
      border: 1px solid #d1d1d1;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 99;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .m_classLink ul li {
        padding: 0; }
        .m_classLink ul li a {
          display: block;
          padding: 12px 10px;
          border-top: 1px solid #d1d1d1;
          color: #222; }
		  
		   .m_classLink ul li a:hover {
			 background:#006BB7;
          color: #fff; }
        .m_classLink ul li:first-child a {
          border: none; }
		  
		  .bread {
  display:none; }
		  
		   }

/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%; }
  .col-3 {
    float: none;
    width: 100%; }
  .col-4 {
    float: none;
    width: 100%; }
  .col-5 {
    float: none;
    width: 100%; } }
	
	
.btnMore {
  color: #fff;
  background:#EFB650;
  font-size: 15px;
  line-height: 1;
  text-align:center;
  padding:8px 10px;
  letter-spacing: .1em;
  margin-bottom:5px;
  border-radius:50em;
}

.btnMore:hover {
  color: #fff;
  background:#C00;
}
	

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden; }
  .imh_opacity img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#454545;
	overflow:hidden;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_detail a:before{
	display:block;
	content:"Detail";
	padding:8px 30px;
	border-radius: 50px;
	font-size:13px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	border:1px solid rgba(255,255,255,0.5);
	opacity:0;
	position:absolute;
	left:50%;
	margin-left:-47px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-18px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}


/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden; }
  .imh_zoom img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden; }
  .imh_zoom a:before {
    content: "\f002";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .imh_zoom:hover a:before {
    top: 50%; }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

@media (min-width: 1181px) {
  .outerWrap {
    padding-top: 140px; } }

  header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  box-shadow:inset 0 20px 30px -15px rgba(0,107,183,0.2);
  background-color: #FFF; }
  
  header.active .topBox {
    padding-top: 10px;
    padding-bottom: 10px; }
	
  header.active .logo a {
    height: 56px; }
	
  header .wrap {
    max-width: 100%; }
	
  header .topBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px; }
    header .topBox .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  header .logo a {
    display: block;
    width: 268px;
    height: 56px;
    background: url("../images/logo.png") no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-indent: -9999px; }



  header .bottomBox {
    background-color: #006BB7; }
  header .menuBox {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }

  .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu > li {
    position: relative; }
    .menu > li:not(:last-child):before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 16px;
      background-color: #ccccd9;
      margin-top: -8px; }
    .menu > li > a {
      position: relative;
      display: block;
	  font-size:17px;
      padding: 15px 38px;
      letter-spacing: 0.12em;
      color: #fff; }
      .menu > li > a:hover, .menu > li > a.current {
        color: #FF0; }
  .menu .submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 5px; }
    .menu .submenu .subBox {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
      .menu .submenu .subBox:before {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        background-color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
      .menu .submenu .subBox:after {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        background-color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
    .menu .submenu a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 40px;
      line-height: 20px;
      letter-spacing: 0.12em;
      white-space: nowrap;
      background-color: #fff;
	  border-bottom:1px solid #dcdcdc;
      color: #20255F;
      padding-left: 25px;
      padding-right: 25px; }
      .menu .submenu a:hover {
        color: #006BB7; }



  footer {
  background:#006BB7;
  padding:30px 0;
 }
 
   footer .wrap {
    max-width: 1460px;
    padding-left: 0;
    padding-right: 0; }
	
	

.copyright {
text-align:center;
  font-size: 15px;
  line-height:1.8;
  letter-spacing: 0;
  color: #fff}
  
 .copyright span{ color:#FF0} 
  
 .copyright a {
    color: #fff }
	
  @media (max-width: 1180px) {
  footer {
      padding: 20px 0 60px 0; } }

.classBox {
  padding-top: 20px;
  padding-bottom: 10px; 
   text-align:center;}
 

.classLink li {
  display: inline-block;
}

.classLink li:not(:first-child) a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #dcdcdc;
}

.classLink a {
  position: relative;
  display: block;
  padding: 5px 22px;
  font-family:"微軟正黑體";
  font-size: 17px;
  letter-spacing: .05em;
  color: #333;
}

.classLink a:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #006BB7;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.classLink a:hover, .classLink a.current {
  color: #006BB7;
}

.classLink a:hover:before, .classLink a.current:before {
  width: calc(100% - 30px);
}

  @media (max-width: 640px) {
    .classBox {
		text-align:left;
      padding-bottom: 0px; } 
	  
	  .wrap {
    width: 100%;
    padding: 0 10px; }
	
	
	.titleBox h1, .titleBox h2 {
 font-size:24px;
  opacity: 1;
}  

.titleStyle1 {
  font-size: 24px;

}
	  
	  }

 
 
  

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: '微軟正黑體';
  color: #fff;
}

/****圖示顏色****/
.newIcon_green {
  background: #abd85d;
}

.newIcon_brown {
  background: #ed842e;
}

.newIcon_pink {
  background: #f48daf;
}

.newIcon_blue {
  background: #00b7ea;
}

.newIcon_navy {
  background: #3f4c6b;
}

.newIcon_orange {
  background: #ffa84c;
}

.newIcon_gold {
  background: #eab92d;
}

.newIcon_burgundyRed {
  background: #a90329;
}

.newIcon_purple {
  background: #cb60b3;
}



  /*頁碼*/
    .pageBox{
      width: 100%;
      margin: 20px 0 0 0;
      padding: 0 6px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
    }
    .pageBox a{
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 3px;
      text-align: center;
      color: #222;
      font-size: 16px;
      border: 1px solid transparent;
    }
    .pageBox a:hover, .pageBox a.current{
      border: 1px solid #222;
	  background:#646464;
	  color:#fff;
    }
    .pageBox .btn{
      background-color: #eee;
      font-size: 15px;
    }



