@charset "UTF-8";
* {
  box-sizing: border-box;
  list-style: none;
  word-break: break-all;
  /*文字強迫換行*/
  font-family: Microsoft JhengHei, Arial, sans-serif;
}

html, body {
  min-width: 320px;
  min-height: 100%;
  transition: all .2s ease-out;
  margin: 0;
  padding: 0;
  /*旋轉文字不要放大*/
  -webkit-text-size-adjust: none;
  background: url(../images/bg.png) repeat top center;
}

/* =====整體外觀設定================*/
.fontborder {
  font-size: 20px;
  font-weight: bold;
  color: #DE8D03;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 5px solid #9E9E9E;
}

.fontst {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 5px solid #9E9E9E;
}

.fontline {
  font-size: 20px;
  padding-left: 10px;
  color: #DE8D03;
  vertical-align: middle;
  border-left: 5px solid #9E9E9E;
}

.font20 {
  font-size: 20px;
  display: block;
  font-weight: bold;
  color: #0F3F65;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  padding-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

p {
  text-align: justify;
}

.Information .list-inline {
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 12px;
}

.Information .list-inline li .fa {
  position: relative;
  font-size: 18px;
  padding-right: 8px;
}

.Information .list-inline li .glyphicon {
  position: relative;
  font-size: 16px;
  padding-right: 8px;
}

.Information .list-inline li a {
  color: #404040;
}

.fa-home {
  padding-right: 5px;
}

/*===手機選單設定================================*/
.navbar {
  z-index: 10;
}

.navbar .navbar-brand {
  background-color: #7ACDFF;
}

.navbar .navbar-brand:hover {
  background-color: #7ACDFF;
}

.navbar .navbar-brand:focus {
  background-color: #7ACDFF;
}

.navbar-default {
  background-color: #7ACDFF;
}

.navbar-header {
  box-shadow: 0 0 2px 1.5px #AAA;
  background-color: #7ACDFF;
}

.navbar-default .navbar-brand {
  font-weight: bold;
  color: #0C3671;
}

.navbar-default .navbar-brand:hover {
  color: #0C3671;
}

.navbar-default .navbar-brand:focus {
  color: #0C3671;
}

.navbar-header .navbar-toggle {
  background-color: #E9F8FC;
}

.navbar-header .navbar-toggle:hover {
  background-color: #E0F8FF;
}

.navbar-header .navbar-toggle:focus {
  background-color: #E0F8FF;
}

.my-navbar {
  position: fixed;
  background-color: #C0E7FD;
  overflow: auto;
  width: 65%;
  top: 51px;
  z-index: 9;
  box-shadow: 0 0 1.5px 1px #ccc;
  height: calc(100vh - 50px);
  transition: 0.5s;
}

.my-navbar .navbar-nav {
  margin: 0;
}

.navbar-default .navbar-nav > li > a {
  transition: all .1s ease-in;
  /*=轉換設定=*/
  color: #0C3671;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #0C3671;
  background-color: rgba(255, 255, 255, 0.4);
}

.navbar-default .navbar-nav > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.leftIn {
  left: -100%;
}

.rightIn {
  right: -100%;
}

.my-navbar.leftIn.open {
  /*選單超出隱藏*/
  overflow: hidden;
  left: 0;
}

.my-navbar.rightIn.open {
  right: 0;
}

/*====桌機選單===================================*/
.desktopmenu .container-fluid {
  width: 85%;
}

.desktopmenu {
  margin: 0 auto;
  box-shadow: 0 0 5px #ccc;
  background-color: #7ACDFF;
}

.desktopmenu .menu {
  width: 100%;
  /*==寬度100%==*/
  padding: 0;
  /*==內距設定0==*/
  margin: 0 auto;
  overflow: hidden;
}

.desktopmenu .menu li {
  float: left;
}

.desktopmenu .menu li + li {
  border-left: 1px solid rgba(221, 243, 255, 0.7);
}

.desktopmenu .menu li a {
  width: 7.2vw;
  font-size: 16px;
  padding: 28px 8px;
  display: block;
  color: #0C3671;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease-in;
}

.desktopmenu .menu li a:hover {
  background-color: rgba(222, 234, 255, 0.2);
  color: #0C3671;
}

/*==header======================================*/
.header {
  overflow: hidden;
}

.header img {
  width: 35%;
  margin-bottom: 15px;
}

.header .jumbotron {
  background: url(../images/blue-bg.png) no-repeat top right;
  box-shadow: 0 0 2px 3px #ccc;
  margin-bottom: 3px;
  background-color: #00243A;
}

.header h1 {
  font-size: 40px;
  padding-bottom: 10px;
  color: #fff;
}

.header p {
  color: #DDF1FF;
}

/*===清單項目===========*/
.header .list-inline a {
  display: block;
  padding: 10px;
  border: 1px solid #66DEFA;
  background-color: rgba(31, 136, 160, 0.8);
  margin-bottom: 15px;
  transition: all .3s ease-in;
  text-decoration: none;
  color: #fff;
}

.header .list-inline a:hover {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #fff;
  background-color: #7A7A7A;
}

/*===service======================================*/
.servicebg {
  height: 100%;
  padding-top: 30px;
  text-align: center;
  /*==文字全部置中=========*/
}

.servicebg h2 {
  font-size: 20px;
  color: #0A437A;
  margin-bottom: 15px;
  font-weight: bold;
  /*text-align: center;*/
}

.servicebg h2:before {
  content: '';
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 1.3%;
  border-top: 1px solid #515151;
}

.servicebg h2:after {
  content: '';
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 1.3%;
  border-top: 1px solid #515151;
}

.servicebg .item {
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 3px 0.5px #959595;
  margin-bottom: 25px;
  background-color: #EFF8FF;
  border-radius: 15px;
  border: 1px solid #0A437A;
  box-sizing: border-box;
}

.servicebg .list-inline li:before {
  content: '★';
  font-size: 15px;
  color: #000;
  padding-right: 5px;
  position: relative;
}

.servicebg .list-inline li a {
  font-size: 16px;
  color: #000;
  line-height: 2em;
}

/*====banner=========================================*/
.banner {
  width: 100%;
  background-color: #F7F5F1;
  padding-top: 30px;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
}

/*==footer================================================*/
.footer {
  background-color: #7ACDFF;
}

.link a {
  color: #283457;
}

.link a:hover {
  color: #283457;
}

.footer h3 {
  color: #283457;
  text-align: center;
  font-size: 15px;
  text-shadow: 0 0.3px 0.3px #343434;
  line-height: 24px;
}

/*===content================================*/
.content {
  height: auto;
  /*---背景高度自動延伸-------*/
  background-color: #F7F5F1;
}

.content .item2 {
  padding: 15px;
  width: 100%;
  background-color: #fff;
}

.content .item2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+21,ffffff+21,ffffff+82,eaeaea+99 */
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 0%, white 21%, white 21%, white 82%, #eaeaea 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eaeaea 0%, white 21%, white 21%, white 82%, #eaeaea 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eaeaea 0%, white 21%, white 21%, white 82%, #eaeaea 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-9 */
  border-radius: 15px;
  box-shadow: 0 0 8px 0.5px #ddd;
}

/*===項目清單設定=============================*/
.content .text, .hot {
  padding: 0;
  margin: 0;
}

.content p, .content2 p {
  font-size: 16px;
  line-height: 2em;
}

.content .text .fa, .content .hot .fa {
  padding-right: 10px;
}

.content .text li a {
  font-size: 18px;
  color: #47A1DD;
  line-height: 30px;
}

.content .item2 .text:before {
  content: '';
  display: block;
  width: 97%;
  height: 1px;
  margin-bottom: 5px;
  background-color: #0C268A;
}

.content .news {
  padding-right: 15px;
}

.content .news .hot li:before {
  content: '►';
  font-weight: bold;
  font-size: 10px;
  padding-right: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #CE5313;
}

.content .news .hot li a {
  font-size: 18px;
  color: #672B09;
  line-height: 30px;
}

.content .item2 .news h2:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 10px;
  background-color: #440707;
}

.content .news h2 {
  color: red;
  font-weight: bold;
  font-size: 18px;
}

/*===content2=====================================*/
.content2 .itemlist h3 {
  color: #0D4C9A;
  font-weight: bold;
  vertical-align: middle;
  display: inline;
}

.content2 .itemlist p {
  font-size: 17px;
  font-weight: bold;
  color: #991919;
}

.content2 .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #E28D03;
}

/*====content3=================================*/
.content3 .item p {
  font-size: 16px;
  line-height: 2em;
  color: #333;
}

.content3 .pic {
  border: 8px solid #fff;
  box-shadow: 0 0 3px 1px #B3B0B0;
}

/*===文字內容===contentlist=====================*/
.contentbox {
  height: auto;
  /*---背景高度自動延伸-------*/
}

.contentbox .item {
  font-size: 16px;
  line-height: 1.8em;
  overflow: auto;
  padding: 15px 25px;
  color: #424141;
  box-shadow: 0 0 2px 1px #706F6F;
  background-color: #fff;
}

/*--gotop按鈕css語法---*/
#gotop {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 30px;
  font-size: 15px;
  box-shadow: 0 0 5px #434343;
  border: 2px solid #fff;
  background-color: #0C1264;
  color: #FFF;
  cursor: pointer;
  z-index: 9999;
}

/*====小型平版電腦區==================*/
@media only screen and (min-width: 737px) {
  .header {
    padding-top: 50px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 568px) {
  .header {
    padding-top: 50px;
    overflow: hidden;
  }
}
/* == 平板版型區 =============================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding-top: 50px;
    overflow: hidden;
  }

  .header .jumbotron {
    background: none;
    background-color: #00243A;
  }
}
/* --手機版型區------------------------------------- */
@media only screen and (max-width: 780px) {
  .header {
    padding-top: 50px;
    overflow: hidden;
  }

  .header img {
    width: 100%;
    margin-bottom: 15px;
  }

  .header .jumbotron {
    background: none;
    background-color: #00243A;
  }

  body.toggled {
    position: fixed;
  }
}

/*# sourceMappingURL=layout.css.map */
