body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #59595b;
  margin: 0px;
  padding: 0px;
  min-height: 360px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #1b1b1b;
  cursor: pointer;
}
p {
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
}
.clear {
  clear: both;
}
#container {
  position: relative;
  min-height: 360px;
  height: 100%;
  margin: auto;
}
#loading-container {
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 9999;
  display: none;
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
#bg-bxslider-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  z-index: 100;
}
.bx-viewport,
.bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.bxslider1,
.bxslider1 li,
.bxslider2,
.bxslider2 li {
  display: block;
  height: 100% !important;
}
.bxslider1 li,
.bxslider2 li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bx-wrapper .bx-viewport {
  border: none !important;
}
#bxslider-large-container {
  position: relative;
  height: 100%;
  display: block;
}
#custom-bx-pager {
  position: absolute;
  top: 20px;
  left: 126px;
  z-index: 1000;
}
#custom-bx-pager>ul {
  list-style: none;
}
#custom-bx-pager>ul>li {
  float: left;
  margin-left: 10px;
}
#custom-bx-pager .custom-bx-pager-item {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(img/common/dot_2.png);
  background-repeat: no-repeat;
}
#custom-bx-pager .active {
  background-image: url(img/common/dot_1.png);
}
#header-top-container {
  position: relative;
  z-index: 1000;
}
#website-logo {
  position: absolute;
  top: 15px;
  left: 23px;
  z-index: 1000;
}
#website-logo>a {
  display: block;
}
#switch-lang {
  position: absolute;
  top: 36px;
  left: 135px;
  color: #fff;
  z-index: 1000;
}
#switch-lang>a {
  display: block;
  float: left;
  color: #fff;
  line-height: 36px;
}
#social-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1000;
}
#social-link .social-item {
  float: left;
  display: block;
  margin-left: 10px;
}
#social-link .social-item img {
  width: 20px;
}
#menu-icon {
  position: relative;
  float: right;
  padding: 20px;
  padding-right: 0px;
  padding-bottom: 6px;
  z-index: 1000;
  display: none;
}
#menu-icon>a {
  display: block;
  font-size: 22px;
  width: 100px;
  height: 40px;
  background-color: #fab915;
  text-align: center;
  line-height: 40px;
}
#menu-container {
  position: relative;
  float: right;
  margin-top: 40px;
  z-index: 700;
}
#main-menu {
  position: relative;
  list-style: none;
  float: right;
  background-image: url(img/page/whitebg75.png);
}
#main-menu .main-item {
  position: relative;
  float: left;
  text-align: center;
}
#main-menu .main-item>a {
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
.sub-menu-container {
  position: absolute;
  width: 129px;
  top: 26px;
  left: 0px;
}
#main-item1 {
  width: 146px;
}
#main-item1 .sub-menu-container {
  width: 146px;
}
#main-item2 {
  width: 165px;
}
#main-item2 .sub-menu-container {
  width: 165px;
}
#main-item3 {
  width: 128px;
}
#main-item4 {
  width: 130px;
}
#main-item4 .sub-menu-container {
  width: 130px;
}
.sub-menu {
  position: absolute;
  list-style: none;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}
.sub-menu .sub-item {
  background-image: url(img/page/whitebg75.png);
  display: block;
}
.sub-menu .sub-item>a {
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.sub-menu .sub-item>a:hover {
  background-color: #fcb815;
}
@media only screen and (max-width: 840px) {
  #menu-icon {
    display: block;
    padding-top: 20px;
  }
  #menu-container {
    position: absolute;
    float: none;
    width: 240px;
    top: 90px;
    right: 0px;
    margin-top: 0px;
    display: none;
  }
  #main-menu {
    padding: 0px;
    width: 240px;
  }
  #main-menu .main-item {
    float: none;
    text-align: right;
  }
  #main-menu .main-item>a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    font-size: 32px;
    line-height: 56px;
  }
  .sub-menu {
    position: relative;
  }
  .sub-menu .sub-item {
    background-image: none;
  }
  .sub-menu .sub-item>a {
    text-align: right;
    font-size: 22px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    color: #5a5b5d;
  }
  #news-container {
    margin-right: 0px;
  }
  .sub-menu-container {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  #main-item2 {
    width: auto;
  }
  #main-item1 .sub-menu-container {
    width: auto;
  }
  #main-item2 .sub-menu-container {
    width: auto;
  }
  #main-item3 {
    width: auto;
  }
  #main-item4 {
    width: auto;
  }
  #main-item4 .sub-menu-container {
    width: auto;
  }
  #main-item1 {
    width: auto;
  }
  #main-item1 .sub-menu-container {
    width: auto;
  }
}
@media only screen and (max-width: 680px) {
  #social-link {
    top: 67px;
    right: 0px;
    padding: 0px;
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #header-top-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    background-image: url(img/common/headerbg.png);
    z-index: 9999;
  }
  #website-logo {
    top: 3px;
    left: 5px;
  }
  #custom-bx-pager {
    top: 15px;
    display: none;
  }
  #switch-lang {
    top: 15px;
    left: 120px;
  }
  #menu-container {
    display: none;
    width: 100%;
    top: 64px;
  }
  #main-menu {
    width: 100%;
  }
  #menu-icon {
    padding: 12px;
  }
  #main-menu .main-item>a {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
  }
  .sub-menu .sub-item>a {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  #switch-lang>a {
    color: #232323;
  }
}
@media only screen and (max-width: 360px) {
  #website-logo {
    top: 12px;
  }
  #website-logo img {
    width: 80%;
  }
  #switch-lang {
    top: 15px;
    left: 90px;
  }
}
#news-container {
  position: absolute;
  bottom: 10px;
  left: 0px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 700;
}
#news-container-inner {
  position: relative;
  padding: 10px;
  background-image: url(img/page/whitebg75.png);
}
#news-title {
  font-size: 18px;
  padding-bottom: 10px;
}
#news-thumb {
  float: left;
  width: 240px;
  overflow: hidden;
  margin-right: 20px;
}
#news-thumb img {
  max-width: 100%;
}
#news-desc {
  float: left;
  width: 240px;
  height: 175px;
  overflow: hidden;
}
#news-subtitle {
  font-weight: bold;
}
#news-line {
  clear: both;
  background-color: #8f8f8f;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#news-content {
  position: relative;
}
#news-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  color: #ff9500;
}
#closenewsbtn {
  position: absolute;
  top: -11px;
  right: -13px;
  display: block;
  opacity: 0.8;
}
@media only screen and (max-width: 1280px) {
  #news-thumb {
    width: 215px;
  }
  #news-desc {
    width: 185px;
  }
}
@media only screen and (max-width: 479px) {
  #news-container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    display: none;
  }
  #news-thumb {
    float: none;
    width: 100%;
  }
  #news-thumb img {
    width: 100%;
  }
  #news-desc {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
