@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*************************************************************/
body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", "微軟正黑體", sans-serif;
  color: #2f2f2f;
  background: #ffffff;
  height: auto;
  font-size: 1rem;
  position: relative;
}

h1, h2, h3, h4, h5, h6, ul, ol, li {
  line-height: 150%;
  font-weight: normal;
}

small {
  font-size: 0.875rem;
  color: #555;
  line-height: 135%;
  display: inline-block;
}

hr {
  border: none;
  border-top: 3px dotted #ccc;
  margin: 10px 0;
  width: 100%;
  display: block;
  opacity: .6;
}

p {
  margin: 12px 0;
  line-height: 130%;
}

br {
  margin: 0;
}

img {
  vertical-align: middle;
}

a, a:link, a:visited {
  color: #555;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  color: #111;
}

form {
  margin: 10px 0;
}
form li {
  position: relative;
}
form .routeeffect {
  position: relative;
}
form .routeeffect input {
  position: relative;
  background: none;
  z-index: 1;
}
form .addeffect {
  opacity: 0.5;
}
form .dot {
  position: absolute;
  height: 1px;
  background: #f7b465;
  left: 0;
  width: 0;
  bottom: 5px;
  z-index: 1;
}
form .copyin, form .select .gridbox {
  font-size: 0.875em;
  color: #2c4f6c;
  padding: 0 10px;
  border: 1px solid #2c4f6c;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
}
form .copyin {
  position: absolute;
  display: none;
  right: 20px;
  top: 0;
  z-index: 3;
}
form .select {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 3;
}
form .select .gridbox {
  display: inline-block;
  margin: 0 2px;
}
form .select span {
  font-size: 0.875em;
  padding-left: 5px;
}
form .blockback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

label {
  display: table;
  width: 100%;
}
label span, label input {
  display: table-cell;
  width: 100%;
}

input, select, textarea, input[type="file"] + label {
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", "微軟正黑體", sans-serif;
  font-size: 1rem;
  color: #222222;
  background: none;
  width: 96%;
  border: solid 1px #ccc;
  padding: 6px 1.5%;
  margin: 6px 0 1px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

select {
  width: 100%;
  padding: 0 1%;
  color: #555;
}

textarea {
  height: 70px;
}

input[type="submit"], input[type="button"] {
  font-size: 1.125em;
  margin: 20px 0;
  width: 100%;
  padding: 2% 1.5%;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 5px;
  width: 22px;
  border: hidden;
}

input[type="file"] {
  position: absolute;
  display: none;
}

input[type="file"] + label {
  color: #999;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

button {
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", "微軟正黑體", sans-serif;
  font-size: 1.125em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

address {
  font-style: normal;
}

.btn-inbox {
  display: none;
  position: relative;
  float: left;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  height: 50px;
}

.btn-Pokayoke, .btn-main, .btn-main2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f7b465;
}

.btn-Pokayoke {
  display: none;
  z-index: 2;
  cursor: no-drop;
  background: #ffffff;
}

.btn-main, .btn-main2 {
  z-index: 1;
  cursor: pointer;
}

.btn-main:hover {
  color: #555;
  background: #ffffff;
}

.btn-main2:hover {
  background: #DADADA;
}

.btn-color1 {
  color: #fff;
  background: #f7b465;
}

.btn-color2 {
  background: #2c4f6c;
  color: #fff;
}

.dotlist {
  display: block;
}
.dotlist li {
  display: table;
}
.dotlist li small, .dotlist li span, .dotlist li img {
  display: table-cell;
}
.dotlist li small {
  padding: 0 5px;
  color: #f7b465;
  font-weight: bold;
}
.dotlist li img {
  width: 22px;
  margin: 0 7px;
}
.dotlist li span {
  width: 100%;
}

.header, .article, .footer {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header {
  height: 730px;
  z-index: 7;
}

.article {
  z-index: 6;
}

.footer {
  background: #F9F9F9;
  text-align: center;
  z-index: 5;
}

.footer-info {
  color: #555;
  display: table;
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.footer-info .grid1 {
  width: 100%;
}
.footer-info .grid1 .child {
  position: relative;
  width: 30%;
  height: 90px;
  padding: 0 1%;
  display: inline-block;
  vertical-align: top;
}
.footer-info .grid1 img, .footer-info .grid1 span {
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
}
.footer-info .grid1 img {
  bottom: 20px;
  width: 70px;
}
.footer-info .grid1 img:hover {
  transform: rotateY(180deg);
  transition: 0.4s;
}
.footer-info .grid1 span {
  top: 80px;
  font-size: 0.913em;
}
.footer-info .grid1 h4 {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #555;
  height: 32px;
  line-height: 32px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.footer-info .grid1 h4 a {
  display: block;
  padding: 0 15px;
}
.footer-info .grid2 {
  width: 98%;
  padding: 5px 1%;
  margin-top: 50px;
  border-top: 1px dotted #ccc;
}
.footer-info .grid2 span {
  display: inline-block;
  margin: 0 15px;
}

.page-head {
  position: absolute;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 100%;
}
.page-head .grid2 {
  width: 100%;
}

.slide {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 2;
}

.slogan-group {
  position: relative;
  z-index: 3;
}

.head-group {
  position: fixed;
  margin: auto;
  top: 0;
  width: 210px;
  height: 60px;
  z-index: 7;
}

.logo {
  position: absolute;
  top: -20px;
  left: 0;
  width: 210px;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo a {
  display: block;
}
.logo img {
  width: 100%;
}
.logo big {
  position: absolute;
  z-index: 99;
  font-size: 1.125em;
  top: 58px;
  left: 118px;
  letter-spacing: 5px;
}

.store-name {
  display: none;
}

.SNSs_share {
  width: 100%;
  text-align: center;
  margin: 20px auto 60px;
}
.SNSs_share li {
  display: inline-block;
  margin: 0 1px;
  opacity: .7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.SNSs_share li iframe, .SNSs_share li div {
  vertical-align: bottom;
}
.SNSs_share li:hover {
  opacity: 1;
}

.gotop, .godown {
  position: fixed;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 10000000;
  background: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gotop img, .godown img {
  width: 100%;
  cursor: pointer;
}

.gotop {
  bottom: -31px;
}

.msg {
  text-align: center;
  margin: 25px auto;
}
.msg img {
  width: 60px;
  margin: 10px 0;
}

.page_note {
  max-width: 400px;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  width: 98%;
  padding: 5px 10px;
  margin: 0 auto;
  background: rgba(50, 50, 50, 0.7);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.webstep {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 10px solid #eaeaea;
  background: #f7b465;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.webstep span, .webstep img {
  position: absolute;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  left: 10px;
  right: 10px;
  color: #fff;
  margin: auto;
}
.webstep img {
  width: 65%;
}

.talkbar {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.talkbar img {
  margin: 20px auto;
  width: 80px;
  display: block;
}

.mainpic img {
  max-width: 100%;
}

/***********nav&menu*************************************************/
.nav-dot {
  margin: 0 auto;
  max-width: 1920px;
  background: rgba(250, 250, 250, 0.95);
  position: fixed;
  top: 0;
  height: 60px;
  right: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

.nav-cssbutton, .nav-close {
  position: fixed;
  display: none;
}

.nav-cssbutton {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #2c4f6c;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  cursor: pointer;
  z-index: 11;
}
.nav-cssbutton .grid1, .nav-cssbutton .grid2, .nav-cssbutton .grid3 {
  width: 22px;
  height: 2px;
  right: 9px;
  position: absolute;
  background: #2c4f6c;
}
.nav-cssbutton .grid1 {
  top: 10px;
}
.nav-cssbutton .grid2 {
  top: 19px;
}
.nav-cssbutton .grid3 {
  top: 28px;
}

.nav-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 12;
  cursor: pointer;
}

.hovereven {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.navhome, .nav, .minornav, .minornavhome {
  position: fixed;
  max-width: 1920px;
  width: 100%;
}
.navhome .mainnav, .nav .mainnav, .minornav .mainnav, .minornavhome .mainnav {
  position: absolute;
  width: 100%;
  z-index: 2;
  font-size: 0.938em;
}
.navhome .mainnav li, .nav .mainnav li, .minornav .mainnav li, .minornavhome .mainnav li {
  position: relative;
  text-align: center;
}
.navhome .mainnav li a, .nav .mainnav li a, .minornav .mainnav li a, .minornavhome .mainnav li a {
  position: relative;
  display: block;
}
.navhome .mainnav li a:hover, .nav .mainnav li a:hover, .minornav .mainnav li a:hover, .minornavhome .mainnav li a:hover {
  color: #2c4f6c;
}

.navhome, .nav {
  z-index: 5;
}
.navhome .menu_first, .nav .menu_first {
  text-align: right;
  padding-right: 3%;
}
.navhome .menu_first li, .nav .menu_first li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.navhome .menu_first li a, .nav .menu_first li a {
  padding: 0 10px;
}
.navhome .menu_second, .nav .menu_second {
  top: 55px;
}
.navhome .menu_second li, .nav .menu_second li {
  width: 100%;
  height: inherit;
  line-height: inherit;
}
.navhome .menu_second li a, .nav .menu_second li a {
  padding: 10px;
}
.navhome .menu_third li a, .nav .menu_third li a {
  padding: 5px 10px;
}

.minornav, .minornavhome {
  top: 60px;
  bottom: 0;
  z-index: 11;
  display: none;
}
.minornav .menu_first, .minornavhome .menu_first {
  width: 0;
  height: 0;
  margin: auto;
}
.minornav .menu_first li .firstmenu, .minornavhome .menu_first li .firstmenu {
  display: none;
}
.minornav .menu_first li a, .minornavhome .menu_first li a {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.minornav .menu_first li a:hover, .minornavhome .menu_first li a:hover {
  border-bottom: 1px solid #2c4f6c;
}
.minornav .menu_second, .minornavhome .menu_second {
  position: relative;
  display: none;
  background: #fff;
  -moz-box-shadow: 0 0 5px #555;
  -webkit-box-shadow: 0 0 5px #555;
  box-shadow: 0 0 5px #555;
  z-index: 99;
}
.minornav .menu_third, .minornavhome .menu_third {
  display: none;
  background: #f9f9f9;
}
.minornav .box_block, .minornavhome .box_block {
  z-index: 1;
}

.menu_first {
  position: relative;
  z-index: 1;
}
.menu_first li a {
  z-index: 2;
}
.menu_first li a span {
  display: block;
}

.menu_second {
  font-size: 0.913rem;
  display: none;
  position: absolute;
  max-width: 350px;
  min-width: 180px;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  background: #fff;
  color: #333;
  z-index: 99;
  -moz-box-shadow: 0 2px 5px #555;
  -webkit-box-shadow: 0 2px 5px #555;
  box-shadow: 0 2px 5px #555;
}
.menu_second li {
  display: block;
}
.menu_second li a {
  border-bottom: 1px dotted #ccc;
  color: #333;
}
.menu_second li a:hover {
  color: #2c4f6c;
  border-bottom: 1px solid #f7b465;
}

.menu_third {
  font-size: 0.875rem;
  background: #f7f7f7;
  display: none;
}
.menu_third li a {
  border-bottom: 1px dotted #ccc;
}

.nav-second {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.913em;
  padding: 3px 0;
  background: #efefef;
  color: #555;
}
.nav-second a:hover {
  color: #2c4f6c;
}
.nav-second ul li {
  display: inline-block;
  padding: 5px 10px;
}

/***********slides&effect********************************************/
.albumwallbox {
  text-align: center;
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 90%;
  right: 1%;
  left: 1%;
  margin: 3% auto;
  z-index: 99;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.albumwallbox .column {
  position: relative;
  height: 100%;
  width: 100%;
  top: 100%;
}
.albumwallbox img {
  border: 1px solid #fff;
}

.backgroundimg, .slides li .column1, .gridbackground {
  position: absolute;
  overflow: hidden;
  top: 0px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 730px;
  z-index: 2;
  background: #fff;
}
.backgroundimg .bg, .slides li .column1 .bg, .gridbackground .bg {
  margin: auto;
  width: 100%;
  position: absolute;
  right: -100%;
  left: -100%;
  top: 0;
  min-width: 1440px;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.backgroundimg .bg1, .slides li .column1 .bg1, .gridbackground .bg1 {
  z-index: 1;
}
.backgroundimg .bg2, .slides li .column1 .bg2, .gridbackground .bg2 {
  z-index: 2;
  top: 110%;
  /*filter: blur(10px);*/
  -moz-box-shadow: 0 0 10px #111;
  -webkit-box-shadow: 0 0 10px #111;
  box-shadow: 0 0 10px #111;
}

.backgroundimg {
  height: 1280px;
}

.gridbackground .bg {
  top: -100%;
  bottom: -100%;
}

.backgroundimg_info {
  text-align: center;
  position: absolute;
  right: 10px;
  top: 70px;
  z-index: 2;
}
.backgroundimg_info small {
  padding: 2px 8px;
  color: #fff;
  background: #000;
  opacity: .2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.backgroundimg_info small a, .backgroundimg_info small i {
  display: block;
  font-style: normal;
  font-size: 0.813em;
  opacity: .7;
}

.route_bg {
  margin: 0 auto;
  z-index: 1;
  background: #eaeaea;
  position: absolute;
}

.openinfo {
  position: absolute;
  text-align: center;
  top: 490px;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
}
.openinfo img, .openinfo span, .openinfo div {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.openinfo img {
  top: 25px;
  width: 30px;
  z-index: 3;
}
.openinfo span {
  cursor: pointer;
  font-size: 0.875em;
  top: 60px;
  z-index: 2;
}
.openinfo div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 40px 50px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 1;
}

.answer, .question, .m_answer, .m_question {
  text-align: center;
  height: 16px;
  width: 16px;
  line-height: 16px;
  display: none;
  cursor: pointer;
  border: 1px solid #000;
  font-size: 0.875em;
  opacity: .4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.grid_info {
  font-size: 0.875em;
  position: fixed;
  width: 280px;
  padding: 10px;
  bottom: 5px;
  right: -310px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 2px 2px #555;
  -webkit-box-shadow: 0px 2px 2px #555;
  box-shadow: 0px 2px 2px #555;
  z-index: 6;
}
.grid_info img {
  width: 20px;
  margin: 0 3px;
}
.grid_info h6 {
  font-size: 1.25em;
  padding-bottom: 10px;
  margin: 10px auto;
  text-align: center;
  border-bottom: 2px dotted #ccc;
}
.grid_info h6 img {
  margin: 0 10px;
}
.grid_info a {
  color: #2c4f6c;
}
.grid_info ul {
  margin: 10px 0;
}
.grid_info li {
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
}
.grid_info span {
  width: 60%;
  text-align: center;
  display: block;
  margin: 20px auto;
  border: 1px solid #2c4f6c;
  padding: 3px 10px;
  color: #2c4f6c;
  cursor: pointer;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.info {
  background: #FF6F79;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  right: 20px;
  top: -25px;
  display: none;
  opacity: 0;
  font-size: 0.875em;
  padding: 0 5px;
  color: #fff;
  z-index: 4;
}
.info .arrow {
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #ff6f79 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.error_text {
  font-size: 0.875em;
  color: #fff;
  padding: 0 5px;
}

.error_input {
  font-size: 0.875em;
  color: #FF6F79;
  display: block;
  margin: 3px 0;
}

.flexslider {
  position: relative;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 1920px;
  height: 730px;
  overflow: hidden;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 1;
}

.slides {
  position: relative;
  z-index: 1;
  width: 100%;
}
.slides li .column2 {
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 90%;
  z-index: 2;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.slides li .column3 {
  text-align: center;
  position: absolute;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #fff;
  background: #333;
  right: 30px;
  top: 670px;
  font-size: 0.75em;
  opacity: .4;
  z-index: 3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.slides li .column3 span {
  color: #fff;
}
.slides li .column4 {
  position: relative;
  height: 300px;
  text-align: center;
  overflow: hidden;
}
.slides li .column4 .albumimg {
  position: absolute;
  width: 115%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  z-index: 2;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.slides li .column4 .albumbtn {
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flex-caption {
  position: relative;
  display: inline-block;
  max-width: 420px;
  top: 0;
  color: #FFF;
}
.flex-caption .title {
  line-height: 130%;
  margin: 5px auto;
  padding: 5px;
}
.flex-caption .description {
  font-size: 1em;
  display: block;
  margin-top: 10px;
  line-height: 140%;
}
.flex-caption .button {
  text-align: center;
  padding: 10px 30px;
  margin: 15px auto;
  font-size: 1.125em;
  display: inline-block;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-caption a:hover .button {
  padding: 10px 50px;
  background: rgba(247, 180, 101, 0.3);
}

.flex-active-slide .column2 {
  opacity: 1;
  top: 120px;
}
.flex-active-slide .column4 img {
  -webkit-filter: grayscale(0) opacity(100%);
  filter: grayscale(0) opacity(100%);
}
.flex-active-slide .column4 .albumbtn {
  opacity: 1;
}

.flex-passive-slide .column2, .slides .clone .column2 {
  opacity: 0;
  top: 170px;
}
.flex-passive-slide .column4 img, .slides .clone .column4 img {
  -webkit-filter: grayscale(70%) opacity(20%);
  filter: grayscale(70%) opacity(20%);
}
.flex-passive-slide .column4 .albumbtn, .slides .clone .column4 .albumbtn {
  opacity: 0;
}

.flex-control-nav {
  list-style: none;
  width: 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}
.flex-control-nav li {
  margin: 10px;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  border: 1px solid #FFF;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.7;
}
.flex-control-paging li a:hover {
  background: rgba(247, 180, 101, 0.5);
}
.flex-control-paging li a.flex-active {
  background: #f7b465;
  border: 1px solid #f7b465;
}

.flex-direction-nav {
  width: 200%;
  left: -50%;
  position: absolute;
  z-index: 99;
}
.flex-direction-nav li img {
  width: 40px;
}

.flex-nav-prev, .flex-nav-next {
  opacity: .8;
  top: 125px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

.flex-nav-prev {
  left: -20px;
}

.flex-nav-next {
  right: -20px;
}

.flex-nav-prev:hover, .flex-nav-next:hover {
  opacity: 1;
}

.delbox {
  position: absolute;
  text-align: center;
  right: 20px;
  top: 10px;
  width: 20px;
}
.delbox img {
  width: 0;
}

.questionbox {
  position: absolute;
  right: 60px;
  top: 0px;
  color: #111;
  text-align: center;
  font-size: 0.875em;
  cursor: default;
  opacity: 0;
}
.questionbox span, .questionbox div {
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #555;
  padding: 0 25px;
  margin: 3px 0;
  cursor: pointer;
  display: block;
}

.filebox {
  position: relative;
  overflow: hidden;
}
.filebox .imgfile {
  position: absolute;
  left: 0;
  width: 0;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
}

.loader {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWJkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, #ffebd2), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(bottom, #ffebd2, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #ffebd2, #ffffff);
  background-image: linear-gradient(to top left, #ffebd2, #ffffff);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999;
}
.loader img {
  width: 90px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -45px;
  position: absolute;
}

.loader_block {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.loader_block .page_note {
  display: none;
  top: 250px;
  position: absolute;
  right: 20px;
  left: 20px;
}

.center1, .center2 {
  left: 50%;
  top: 50%;
  position: absolute;
}

.center1 {
  margin-top: -15px;
  margin-left: -15px;
}

.center2 {
  margin-top: -70px;
  margin-left: -70px;
}

.effectbox, .effectbox2 {
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.effectbox2 {
  width: 140px;
  height: 140px;
}

.dot1, .dot2, .dot3, .dot4 {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #2c4f6c;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot3, .dot4 {
  width: 22px;
  height: 22px;
}

.dot2, .dot4 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/***********page*********************************************************/
.home_wrapper, .wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.wrapper {
  min-height: 350px;
  z-index: 2;
}

.container {
  position: relative;
  font-size: 0.875em;
  margin: 15px auto;
  padding: 15px 2%;
  width: 96%;
  z-index: 99;
}
.container i {
  font-style: normal;
  color: #2c4f6c;
}

time, .time {
  position: relative;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: block;
}
time small, .time small {
  position: absolute;
  bottom: 10px;
  right: -10px;
}

.time_m, .time_d {
  position: absolute;
  font-size: 2.5em;
  font-family: 'Work Sans', sans-serif;
}

.time_m {
  top: 10px;
  left: 10px;
}

.time_d {
  top: 50px;
  left: 50px;
}

.route {
  position: absolute;
  left: 50px;
  top: 20px;
  bottom: 10px;
  width: 1px;
  background: #999;
  -moz-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  -webkit-transform: skew(-50deg);
  transform: skew(-50deg);
}

.newslist {
  position: relative;
  margin: 100px auto;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
}
.newslist .column {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  text-align: center;
}
.newslist li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 33%;
  max-width: 500px;
  height: 300px;
  vertical-align: top;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist li h4 {
  line-height: 130%;
  font-size: 0.938em;
}
.newslist li a {
  position: absolute;
  height: 100%;
  margin: auto;
  right: 0;
  left: 0;
  top: 220px;
  width: 70%;
  padding: 1%;
  display: block;
  z-index: 2;
}
.newslist li .img {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  top: 110px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.newslist li img {
  position: absolute;
  height: 120%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  z-index: 1;
}
.newslist li .child1 {
  position: absolute;
  color: #fff;
  top: 85px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 80px;
  z-index: 2;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist li .child1 .route {
  background: #fff;
}
.newslist li .child2 {
  margin: 10px 0;
}
.newslist li .child3 {
  text-align: left;
  margin: 10px 0;
  padding: 15px 1% 0;
  display: block;
  width: 98%;
  font-size: 0.875em;
  line-height: 130%;
  border-top: 1px dotted #fff;
}
.newslist .boxeffect {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.newslist .boxeffect:hover a {
  top: 150px;
  width: 98%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 2px #111;
}
.newslist .boxeffect:hover .child1 {
  top: 20px;
}
.newslist .boxeffect:hover .img {
  top: 0;
  border-radius: 0;
}

.page-all {
  position: relative;
  min-height: 700px;
}

.page-home .button, .page-cooperation .button, .page-webdesign .grid13 .button, .page-webdesign .grid5 .button {
  display: inline-block;
  margin: 15px auto;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #ccc;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #2c4f6c;
}
.page-home .button span, .page-cooperation .button span, .page-webdesign .grid13 .button span, .page-webdesign .grid5 .button span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #2c4f6c;
  margin-left: 10px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-home .button:hover, .page-cooperation .button:hover, .page-webdesign .grid13 .button:hover, .page-webdesign .grid5 .button:hover {
  border: 1px solid #f7b465;
  background: #f7b465;
  color: #fff;
}
.page-home .button:hover span, .page-cooperation .button:hover span, .page-webdesign .grid13 .button:hover span, .page-webdesign .grid5 .button:hover span {
  border: 1px solid #fff;
}

.grid8 {
  text-align: left;
  margin: 30px auto;
  width: 96%;
  padding: 1%;
  max-width: 750px;
  display: block;
  background: #555;
  color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.grid8 small {
  color: #fff;
}
.grid8 img {
  width: 20px;
  margin-right: 5px;
}
.grid8 p {
  margin: 6px 0;
}

.page-home .grid5, .page-webdesign .grid5 {
  position: relative;
  height: 580px;
  text-align: center;
  margin: auto;
  width: 98%;
}
.page-home .grid5 h3, .page-home .grid5 ul, .page-home .grid5 a, .page-webdesign .grid5 h3, .page-webdesign .grid5 ul, .page-webdesign .grid5 a {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  filter: blur(7px);
  opacity: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-home .grid5 a, .page-webdesign .grid5 a {
  bottom: 70px;
}
.page-home .grid5 h3, .page-webdesign .grid5 h3 {
  top: 150px;
  line-height: 110%;
  font-size: 1.25em;
}
.page-home .grid5 h3 big, .page-webdesign .grid5 h3 big {
  color: #f7b465;
  font-size: 1.5rem;
}
.page-home .grid5 h3 p, .page-webdesign .grid5 h3 p {
  font-size: 1rem;
}
.page-home .grid5 ul, .page-webdesign .grid5 ul {
  top: 280px;
  max-width: 500px;
}
.page-home .grid5 li, .page-webdesign .grid5 li {
  position: relative;
  display: inline-block;
  width: 32%;
  min-height: 180px;
  z-index: 2;
}
.page-home .grid5 li small, .page-webdesign .grid5 li small {
  position: absolute;
  top: 125px;
  left: 10px;
  right: 10px;
  max-width: 350px;
  margin: 0 auto;
}
.page-home .grid5 .route_bg, .page-webdesign .grid5 .route_bg {
  top: 55px;
  height: 15px;
  right: 100px;
  left: 100px;
}

.page404 {
  position: relative;
  z-index: 2;
  margin: 100px auto;
  padding: 0 2%;
  width: 96%;
  text-align: center;
  min-height: 100px;
  font-size: 0.913em;
}

/***********list*********************************************************/
.listpagebtn {
  position: fixed;
  font-size: 0.75em;
  height: 300px;
  text-align: center;
  right: 3%;
  bottom: 15%;
  width: 42px;
  color: #ccc;
  z-index: 2;
}
.listpagebtn .btn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.listpagebtn .btn ul {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.listpagebtn .more {
  position: absolute;
  top: -50px;
  width: 100%;
  display: none;
}
.listpagebtn .more div {
  width: 100%;
  margin: 2px 0;
  opacity: .3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listpagebtn .more div img {
  max-width: 50%;
  text-align: center;
  cursor: pointer;
}
.listpagebtn .more div:hover {
  opacity: .9;
}
.listpagebtn li {
  display: none;
  margin: 3px auto;
  width: 0;
  height: 0;
  line-height: 40px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*******************cart & order***************************************/
/*******************lightbox*******************************************/
.inpage_box, .admin_box {
  position: absolute;
  display: none;
  top: -150px;
  width: 94%;
  max-width: 900px;
  padding: 3%;
  margin: 0 auto;
  right: 0;
  left: 0;
  background: #fff;
  -moz-box-shadow: 0 3px 7px #333;
  -webkit-box-shadow: 0 3px 7px #333;
  box-shadow: 0 3px 7px #333;
  z-index: 9999;
}
.inpage_box p, .inpage_box big, .inpage_box small, .admin_box p, .admin_box big, .admin_box small {
  display: block;
}

.box_block, .inpage_block, .admin_block {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9998;
}

.admin_block {
  background: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YjQ2NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjNGY2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7b465), color-stop(100%, #2c4f6c));
  background-image: -moz-linear-gradient(#f7b465, #2c4f6c);
  background-image: -webkit-linear-gradient(#f7b465, #2c4f6c);
  background-image: linear-gradient(#f7b465, #2c4f6c);
  opacity: .7;
}

.box_block {
  height: 0;
  width: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwZGNlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fffcf5), color-stop(100%, #c0dce6));
  background-image: -moz-linear-gradient(top, #fffcf5, #c0dce6);
  background-image: -webkit-linear-gradient(top, #fffcf5, #c0dce6);
  background-image: linear-gradient(to bottom right, #fffcf5, #c0dce6);
  opacity: .95;
}

.errbox {
  display: block;
  position: fixed;
  width: 80%;
  z-index: 999999;
  padding: 1% 10%;
  font-size: 0.813em;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #333;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.errbox .close {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.errbox2 {
  display: block;
  position: fixed;
  color: #fff;
  width: 100%;
  z-index: 1000002;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  text-align: center;
  background: #000;
  filter: alpha(opacity=70);
}
