html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.6em;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, span, hr, button, form {
  margin: 0;
  padding: 0;
}

mark {
  background: yellow;
  color: black;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

p.wood-down {
  background: url(../images/wood-down.png) center top no-repeat;
  height: 22px;
  margin-top: -15px;
  z-index: 99;
}

/*----footer--- */
footer#down {
  background: url(../images/footer-bg.jpg) top center repeat;
}
footer#down section.footer-wall {
  background: url(../images/tree.png) top left no-repeat;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer#down section.footer-wall div.text {
  float: left;
}
footer#down section.footer-wall div.text h1 {
  font-size: 22px;
  font-weight: bold;
  color: black;
}
footer#down section.footer-wall div.text h2 {
  font-size: 14px;
  font-weight: bold;
  color: black;
  line-height: 1.5em;
  margin-top: 0px;
}
footer#down section.footer-wall div.text h4 {
  margin-top: -15px;
}
footer#down section.footer-wall div.ftp {
  float: right;
  margin-top: 20px;
}
footer#down section.footer-wall div.ftp ul li {
  display: inline-block;
  margin-right: 3px;
}
footer#down section.footer-wall div.ftp ul li:last-child {
  margin-right: 0px;
}
footer#down section.footer-wall div.ftp ul li a {
  -webkit-filter: invert(0%);
  -moz-filter: invert(0%);
  filter: invert(0%);
}
footer#down section.footer-wall div.ftp ul li a:hover {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  filter: invert(100%);
}
footer#down section.footer-wall div.ftp ul.inreal li {
  display: inline-block;
  margin-right: 3px;
}
footer#down section.footer-wall div.ftp ul.inreal li:last-child {
  margin-right: 0px;
}
footer#down section.footer-wall div.ftp ul.inreal li a {
  -webkit-filter: invert(0%);
  -moz-filter: invert(0%);
  filter: invert(0%);
}
footer#down section.footer-wall div.ftp ul.inreal li a:hover {
  -webkit-filter: invert(40%);
  -moz-filter: invert(40%);
  filter: invert(40%);
}

* {
  font-family: Microsoft JhengHei;
  color: black;
}

a {
  color: #333333;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  color: #e34f58;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

body {
  margin: 0;
  padding: 0;
  background: white;
}

.clear::before, .clear::after {
  content: "";
  display: table;
}

.clear::after {
  clear: both;
}

/*----header---- */
header .header-wall {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 90;
}
header .header-wall ul.login {
  background: url(../images/lag-bg.png) no-repeat;
  width: 250px;
  height: 30px;
  color: white;
  text-align: center;
  position: absolute;
  right: 100px;
}
header .header-wall ul.login li {
  display: inline-block;
}
header .header-wall ul.login li a {
  color: white;
  font-size: 16px;
}
header .header-wall ul.login li a:hover {
  color: #ffd52e;
}
header .header-wall p.logo {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 99;
}
header .header-wall nav.menu {
  background: url(../images/nav-bg.png) no-repeat;
  position: relative;
  top: 33px;
  left: 130px;
  width: 1066px;
  height: 105px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: top;
  -moz-box-align: top;
  -ms-box-align: top;
  box-align: top;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  padding: 0 125px 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
header .header-wall nav.menu p {
  display: block;
  -webkit-transform-origin: center center 50%;
  -moz-transform-origin: center center 50%;
  -ms-transform-origin: center center 50%;
  -o-transform-origin: center center 50%;
  transform-origin: center center 50%;
}
header .header-wall nav.menu p a {
  font-size: 18px;
  color: black;
  display: block;
  height: 56px;
  width: 92px;
  font-weight: bold;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .header-wall nav.menu p a:hover {
  background: url(../images/nav-hover.jpg) center no-repeat;
  color: white;
}

/*----header_end---- */
/*----banner---- */
.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav {
  position: relative;
  z-index: 100;
}

.flexslider {
  position: relative;
  width: 100%;
  height: 575px;
  overflow: hidden;
  z-index: 10;
  margin-top: -105px;
}

.flexslider .slides > li {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  height: 575px;
}

.flexslider .slides > li.bgli01 {
  background: url(../images/index/p1.jpg) center no-repeat;
  -webkit-clip-path: polygon(75% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-clip-path: url("#clip-svg-demo");
  clip-path: url("#clip-svg-demo");
}

.flex-direction-nav a {
  width: 40px;
  height: 60px;
  margin: -50px 17px 0;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: relative;
  top: 70%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -75%;
  top: -220px;
}

.flex-direction-nav .flex-prev {
  left: 20%;
  top: -220px;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 200;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  margin-right: 5px;
  background-color: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:last-child {
  margin-right: 0;
}

.flex-control-paging li a:hover {
  background-color: #0599d9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.flex-control-paging li a.flex-active {
  background-color: #0599d9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  cursor: default;
}

/*----banner_end---- */
/*----content---- */
div#content {
  background: url(../images/bg.jpg) center top no-repeat;
}
div#content p.wood-top {
  background: url(../images/wood-top.png) center top no-repeat;
  height: 18px;
  position: relative;
  z-index: 99;
}
div#content .page-main {
  width: 1200px;
  margin: 0px auto;
  background: url(../images/index/box-bg.png) center top no-repeat;
  height: 513px;
  overflow: hidden;
  padding-top: 60px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*----agents---- */
.agents {
  width: 1045px;
  margin: 0 auto;
}

.scrolllist {
  height: 140px;
  width: 1045px;
  position: relative;
  z-index: 30;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 1045px;
  height: 140px;
  margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 250px;
  margin-right: 15px;
  height: 140px;
  background: url(../images/index/logo-box-bg.png) center no-repeat;
  text-align: center;
  line-height: 130px;
}
.jcarousel-skin-tango .jcarousel-item:last-child {
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.jcarousel-skin-tango .jcarousel-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 50px;
  height: 38px;
  cursor: pointer;
  background-image: url(../images/index/arrow-bow-next.png);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 50px;
  left: -50px;
  width: 50px;
  height: 38px;
  cursor: pointer;
  background-image: url(../images/index/arrow-bow-back.png);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*----agents_end---- */
/*---pro-img-m-s--- */
.pro-img-box {
  position: relative;
  float: left;
  margin: 35px 0 0 35px;
  width: 680px;
}
.pro-img-box #pro-img {
  width: 587px;
  height: 260px;
  left: 45px;
  position: relative;
  overflow: hidden;
}
.pro-img-box a.prev, .pro-img-box a.next {
  position: absolute;
  top: 50px;
  display: block;
  width: 45px;
  height: 125px;
  text-indent: -9999px;
}
.pro-img-box a.prev {
  background: url("../images/index/arrow-yellow-back.png") no-repeat;
  left: 0;
}
.pro-img-box a.next {
  background: url("../images/index/arrow-yellow-next.png") no-repeat;
  right: 0;
}
.pro-img-box #pro-img .slides {
  position: relative;
  height: 233px;
  width: 189px;
}
.pro-img-box #pro-img .slides ul {
  position: absolute;
  width: 600px;
  height: 100%;
  overflow: hidden;
}
.pro-img-box #pro-img .slides li {
  width: 189px;
  height: 233px;
  float: left;
  background: url(../images/index/pro-box-bg.jpg) no-repeat;
  margin-right: 10px;
  text-align: center;
  line-height: 180px;
}
.pro-img-box #pro-img .slides li:last-child {
  margin-right: 0;
}
.pro-img-box #pro-img .slides li a {
  display: block;
  height: 233px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.pro-img-box #pro-img .slides li a span {
  font-size: 18px;
  display: block;
  color: #4a3729;
  position: relative;
  bottom: 60px;
  text-align: center;
}
.pro-img-box #pro-img .slides li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*----pro-img-m-s_end---- */
/*----movie---- */
div.movie {
  float: left;
  background: url("../images/index/movie-bg.png") no-repeat;
  width: 410px;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin: 35px 0 0 20px;
     padding-left: 7px;
    padding-top: 7px;
}
div.movie img {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 99;
}
div.movie p.buttom {
  position: absolute;
  text-align: center;
  top: 80px;
  left: 160px;
  z-index: 100;
}
div.movie p.buttom a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
div.movie p.buttom a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

/*----movie)end---- */
