/* ------------------------------------------------------------

 * Public Basic

------------------------------------------------------------ */
*html, *html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

.g-html, .g-body {
  display: block;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

address, cite, dl, dt, dd, caption, th, optgroup {
  font-style: normal;
  font-weight: normal;
}

dl, ol, ul {
  list-style-type: none;
}

caption, th {
  text-align: left;
}

fieldset, img, iframe {
  border: 0 none;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

iframe {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #089fa6;
  text-decoration: none;
  outline: 0;
}

a:active {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

/* ========== Global Module overrides ========== */
.container {
  width: 1200px;
  max-width: none !important;
}

.g-contwrap {
  width: 100%;
  height: auto;
}

.g-wrapper {
  position: relative;
  margin: 0 auto 0;
  min-width: 1200px;
  width: 100%;
}

.g-container {
  margin: 0 auto 0;
  padding: 0;
  width: 1200px;
}

.fctrl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: inherit;
  vertical-align: middle;
  word-spacing: normal;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.g-spacingbar5 {
  height: 5px;
}

.g-spacingbar10 {
  height: 10px;
}

.g-spacingbar15 {
  height: 15px;
}

.g-spacingbar20 {
  height: 20px;
}

.g-spacingbar30 {
  height: 30px;
}

.g-spacingbar40 {
  height: 40px;
}

.g-spacingbar50 {
  height: 50px;
}

.g-spacingbar60 {
  height: 60px;
}

.g-spacingbar80 {
  height: 80px;
}

.g-spacingbar100 {
  height: 100px;
}

.g-spacingbar5, .g-spacingbar10, .g-spacingbar15, .g-spacingbar20, .g-spacingbar30, .g-spacingbar40, .g-spacingbar50, .g-spacingbar60, .g-spacingbar80, .g-spacingbar100 {
  overflow: hidden;
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0;
  text-indent: -9999px;
}

.pm-tbl {
  display: table !important;
  width: 100%;
  table-layout: fixed;
}

.pm-tbl-cell {
  display: table-cell !important;
  position: relative;
  vertical-align: middle;
}

/* ------------------------------------------------------------

 * [Public Module] Topbar

------------------------------------------------------------ */
.g-topbar {
  position: relative;
  z-index: 1080;
  zoom: 1;
  min-width: 1200px;
  width: 100%;
  background-color: #fff;
  border: 0 none;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #efefef;
}

.g-topbar p {
  margin: 0;
  padding: 0;
}

.g-topbar-con {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  height: 52px;
}

.nav-item .spliter {
  margin-right: 15px;
  margin-left: 15px;
  height: 16px;
  line-height: 0;
  border-left: 1px solid #aeaeae;
  font-size: 0;
  text-indent: -9999px;
  vertical-align: middle;
  display: inline-block;
}

.g-navbar {
  float: left;
  margin-left: 10px;
}

.g-navbar > ol {
  float: left;
}

.g-navbar > ol:before, .g-navbar > ol:after {
  display: table;
  content: " ";
}

.g-navbar > ol:after {
  clear: both;
}

.g-navbar .nav-item {
  display: block;
  position: relative;
  zoom: 1;
  float: left;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: #6d6d6d;
  white-space: nowrap;
}

.g-navbar .nav-item-lnk {
  display: inline-block;
  padding: 10px 0px;
  height: 50px;
  line-height: 30px;
  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.g-navbar .nav-item-lnk:hover {
  color: #25c9da;
}

.search-box {
  margin-right: 122px;
  height: 32px;
  width: 178px;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  float: right;
  padding-left: 15px;
  overflow: hidden;
  margin-top: 10px;
}

.search-box .t-text {
  float: left;
  width: 120px;
  height: 100%;
}

.search-box .t-text > input {
  width: 100%;
  display: block;
  height: 30px;
  border: none;
  line-height: 30px;
  padding: 0;
}

.search-box .btn {
  width: 40px;
  height: 30px;
  display: block;
  border: none;
  background-color: inherit;
  background: url(../images/common/topbar-icon_01.png) no-repeat;
  background-position: -20px -157px;
  float: right;
  padding: 0px;
}

.g-topbar-tel {
  position: absolute;
  right: 55px;
  top: 0px;
  height: 52px;
  width: 52px;
}

.g-topbar-tel > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #25c9da;
}

.g-topbar-tel > span > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/topbar-icon_01.png) no-repeat;
  background-position: -20px -20px;
}

.g-topbar-eng {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 97px;
  width: 52px;
  z-index: 10;
}

.g-topbar-eng > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/topbar-icon_01.png) no-repeat;
  background-position: -112px -20px;
}

.telphone {
  position: absolute;
  right: 0px;
  width: 199px;
  background-color: #25c9da;
  padding: 0 20px;
  top: -80px;
}

.telphone p {
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.g-topbar-tel:hover .telphone {
  top: 52px;
}

.id-login {
  float: right;
  margin-right: 20px;
}

.id-login > a {
  display: inline-block;
  padding: 10px 0px;
  height: 50px;
  line-height: 30px;
  color: #6d6d6d;
  font-size: 14px;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.id-login > a:hover {
  color: #25c9da;
}

/* ------------------------------------------------------------

 * [Public Module] Site Header

------------------------------------------------------------ */
.g-header {
  position: relative;
  z-index: 1060;
  min-width: 1200px;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}

.g-header p {
  margin: 0;
  padding: 0;
}

.g-header-con {
  position: relative;
  z-index: 2;
  zoom: 1;
  padding-right: 0;
  padding-left: 0;
}

.g-header-logo {
  position: relative;
  margin: 0;
  padding: 0;
}

.g-header-logo {
  float: left;
  width: 222px;
  height: 54px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 24px;
}

.g-header-logo .u-lnk {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1000px;
  overflow: hidden;
  background: url(../images/common/hd-logo.png) no-repeat 50% 50%;
}

.g-header-view {
  float: left;
  margin-left: 180px;
  width: 700px;
  background-color: #ffffff;
}

.g-mainnav {
  width: 100%;
  height: 100%;
  position: relative;
}

.g-mainnav-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.g-mainnav-list .g-mainnav-item {
  float: left;
  position: relative;
}

.g-mainnav-list .g-mainnav-item > a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  padding: 53px 12px 24px;
}

.g-mainnav-list > .active > a {
  border-bottom: 3px solid #25c9da;
}

.sl-down-menu {
  position: relative;
  width: 11px;
  display: inline-block;
  height: 6px;
  margin: 0 12px;
  background: url(../images/common/nav-menu_01.png) no-repeat;
  background-position: -20px -20px;
}

.nav-suf {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  background-color: #f7f7f7;
}

.nav-suf-list {
  margin: 0 -20px;
}

.nav-suf-list > .nav-suf-item {
  float: left;
  width: 365px;
  margin: 0 20px;
}

.nav-suf-list > .nav-suf-item > a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #25c9da;
  font-weight: bold;
  font-size: 16px;
}

.nav-suf-list > .nav-suf-item > a > i {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(../images/common/suf-nav-icon_01_01.png) no-repeat;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.nth1 .nav-suf-list > .nav-suf-item > a > i.icon1 {
  background-position: -20px -20px;
}

.nth1 .nav-suf-list > .nav-suf-item > a > i.icon2 {
  background-position: -20px -78px;
}

.nth1 .nav-suf-list > .nav-suf-item > a > i.icon3 {
  background-position: -20px -138px;
}

.nth1 .nav-suf-list > .nav-suf-item > a > i.icon4 {
  background-position: -20px -195px;
}

.nth1 .nav-suf-list > .nav-suf-item > a > i.icon5 {
  background-position: -20px -255px;
}

.nth2 .nav-suf-list > .nav-suf-item > a > i.icon1 {
  background-position: -20px -373px;
}

.nth2 .nav-suf-list > .nav-suf-item > a > i.icon2 {
  background-position: -20px -20px;
}

.nth2 .nav-suf-list > .nav-suf-item > a > i.icon3 {
  background-position: -20px -315px;
}

.nth2 .nav-suf-list > .nav-suf-item > a > i.icon4 {
  background-position: -20px -78px;
}

.nth2 .nav-suf-list > .nav-suf-item > a > i.icon5 {
  background-position: -20px -255px;
}

.nav-to-list {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}

.nav-to-list > li {
  float: left;
  width: 180px;
  padding-right: 5px;
  padding: 8px 15px 10px 0;
  background: url(../images/common/nav-menu-erji-icon_04.png) no-repeat;
  background-position: 146px 19px;
}

.nav-to-list > li > a {
  color: #25c9da;
  line-height: 26px;
}

.nav-to-list > li.current {
  background: url(../images/common/nav-menu-erji-icon_07.png) no-repeat;
  background-position: 146px 19px;
}

.nav-to-list > li.current > a {
  color: #e89a0f;
}

.nav-to-list > li:hover {
  background: url(../images/common/nav-menu-erji-icon_07.png) no-repeat;
  background-position: 146px 19px;
}

.nav-to-list > li:hover > a {
  color: #e89a0f;
}

.nav-suf-content {
  padding: 20px 0;
  display: none;
}

.core-slidedown {
  width: 148px;
  position: absolute;
  padding: 20px 0 10px;
  left: 50%;
  top: 130px;
  margin-left: 128px;
  background-color: #fff;
  display: none;
}

.core-slidedown > ul > li {
  line-height: 41px;
  height: 41px;
}

.core-slidedown > ul > li > a {
  display: block;
  line-height: 41px;
  height: 41px;
  overflow: hidden;
  text-align: center;
  color: #888888;
  font-size: 14px;
  padding: 0 10px;
}

.core-slidedown > ul > li > a > i {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 6px;
  height: 11px;
  background: url(../images/common/core-icon_01.png) no-repeat;
  margin-left: 28px;
  background-position: -20px -20px;
}

.core-slidedown > ul > li.on {
  background-color: #40d0de;
}

.core-slidedown > ul > li.on > a {
  color: #fff;
}

.core-slidedown > ul > li.on > a > i {
  background-position: -20px -71px;
}

.core-triangle {
  position: relative;
}

.core-triangle i {
  display: block;
  width: 27px;
  height: 14px;
  background: url(../images/common/core-menu.png) no-repeat;
  position: absolute;
  top: -33px;
  left: 56px;
}

/* ------------------------------------------------------------

 * [Public Module] Site Footer

 * ------------------------------------------------------------

 */
.g-footer {
  position: relative;
  zoom: 1;
  min-width: 1200px;
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  border-top: 1px solid #eaeaea;
}

.g-footer p {
  margin: 0;
  padding: 0;
}

.g-footer-help,
.g-footer-copr {
  height: auto;
}

.g-footer-help {
  padding: 50px 0 50px 0;
  background-color: #f8f8f8;
  color: #b5b5b5;
}

.gftr-fy-link {
  float: left;
  width: 500px;
}

.gftr-fy-link .gftr-sprite1 {
  color: #fff;
  font-size: 12px;
}

.gftr-fy-link .gftr-sprite1 > a {
  color: inherit;
  font-size: 12px;
}

.gftr-fy-link .gftr-sprite1 > a:hover {
  color: #333;
}

.gftr-fy-link .gftr-sprite1 span {
  margin: 0 14px;
}

.gftr-help-inner,
.gftr-copr-inner {
  padding-right: 0;
  padding-left: 0;
}

.gftr-help-list {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.node-con:before, .node-con:after {
  display: table;
  content: " ";
}

.node-con:after {
  clear: both;
}

.node-con li {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.node-erweima {
  text-align: right;
}

.node-erweima > p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #ffffff;
}

.node-erweima .u-img {
  width: 140px;
  height: 140px;
  vertical-align: top;
}

.g-footer-copr {
  padding: 32px 0 32px 0;
  background-color: #25c9da;
  color: #7d7d7d;
}

.g-footer-copr .el-lnk {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.g-footer-copr .el-lnk:hover {
  color: #02c0a6;
  text-decoration: none;
}

.g-footer-copr .el-lnk-clr1 {
  color: #7d7d7d;
}

.gftr-copr-info {
  float: right;
  padding: 0 0 0 0;
  width: 600px;
  overflow: hidden;
  text-align: right;
}

.gftr-copr-info .m-text {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}

.gftr-copr-info .spcl-symbol {
  font-family: Arial, \5b8b\4f53, sans-serif;
  font-size: 14px;
}

.ft-top-part {
  float: left;
  width: 600px;
}

.ft-logo {
  display: block;
  width: 331px;
  height: 36px;
  background: url(../images/common/ft-logo.png) no-repeat;
}

.cp-cn-list {
  margin: 30px -8px 0;
}

.cp-cn-list li {
  float: left;
  width: 131px;
  height: 40px;
  margin: 5px 8px;
}

.cp-cn-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ft-top-anpart {
  float: left;
  width: 600px;
}

.erweima {
  float: left;
  padding: px;
}

.erweima span {
  padding: 15px;
  display: block;
  width: 108px;
  height: 108px;
  background-color: #ffffff;
}

.erweima span img {
  display: block;
  width: 100%;
  height: 100%;
}

.erweima p {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}

.ft-infor {
  float: left;
  padding-left: 8px;
}

.ft-infor p {
  color: #898888;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 22px;
}

.ft-infor h3 {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  line-height: 26px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 26px;
}

.anpart {
  margin-left: 82px;
}

.g-footer-copr .el-lnk:hover {
  color: #000;
}

/* ------------------------------------------------------------

 * [Public Module] Global Panel

------------------------------------------------------------ */
.g-panel {
  position: relative;
  zoom: 1;
}

.g-panel h1, .g-panel h2, .g-panel h3, .g-panel h4, .g-panel h5, .g-panel h6,
.g-panel p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

.g-panel > .panel-hd {
  position: relative;
}

.g-panel > .panel-hd:before, .g-panel > .panel-hd:after {
  display: table;
  content: " ";
}

.g-panel > .panel-hd:after {
  clear: both;
}

.g-panel > .panel-bd:before, .g-panel > .panel-bd:after {
  display: table;
  content: " ";
}

.g-panel > .panel-bd:after {
  clear: both;
}

/* ------------------------------------------------------------

 * [Public Module] Global Pagination

------------------------------------------------------------ */
.g-pagingnav {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.g-pagingnav .g-pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.g-pagination {
  list-style: none;
  margin: 15px 0 15px 0;
  padding: 0;
  color: #666666;
  font-size: 0;
  letter-spacing: normal;
  text-align: left;
}

.g-pagination:before, .g-pagination:after {
  display: table;
  content: " ";
}

.g-pagination:after {
  clear: both;
}

.g-pagination .page-item,
.g-pagination .page-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
}

.g-pagination .page-item:first-child > a,
.g-pagination .page-item:first-child > span,
.g-pagination .page-btn:first-child > a,
.g-pagination .page-btn:first-child > span {
  margin-left: 0;
}

.g-pagination .page-item > a,
.g-pagination .page-item > span,
.g-pagination .page-btn > a,
.g-pagination .page-btn > span {
  display: block;
  position: relative;
  margin-left: 5px;
  padding: 5px 10px;
  line-height: 18px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.g-pagination .page-item > a:hover, .g-pagination .page-item > a:focus,
.g-pagination .page-item > span:hover,
.g-pagination .page-item > span:focus,
.g-pagination .page-btn > a:hover,
.g-pagination .page-btn > a:focus,
.g-pagination .page-btn > span:hover,
.g-pagination .page-btn > span:focus {
  z-index: 2;
  background-color: #eeeeee;
  color: #089fa6;
}

.g-pagination .active > a, .g-pagination .active > a:hover, .g-pagination .active > a:focus,
.g-pagination .active > span,
.g-pagination .active > span:hover,
.g-pagination .active > span:focus {
  z-index: 3;
  background-color: #089fa6;
  border-color: #089fa6;
  color: #ffffff;
  cursor: default;
}

.g-pagination .disabled > a, .g-pagination .disabled > a:hover, .g-pagination .disabled > a:focus,
.g-pagination .disabled > span,
.g-pagination .disabled > span:hover,
.g-pagination .disabled > span:focus {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #999999;
  cursor: not-allowed;
  pointer-events: none;
}

.g-pagination .page-btn a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.g-pagination-center {
  text-align: center;
}

.g-pagination-right {
  text-align: right;
}

/* ------------------------------------------------------------

 * [Public Module] Global Advertising

------------------------------------------------------------ */
.g-ads {
  zoom: 1;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.g-ads .ad-wrap {
  display: block;
  position: relative;
  zoom: 1;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.g-ads .ad-wrap img {
  vertical-align: top;
}

.g-ads-s300 {
  width: 300px;
}

/*

 * Swiper - Mobile Touch Slider CSS v2.7.6

 * http://www.idangero.us/sliders/swiper

*/
/* ===============================================================

Basic Swiper Styles 

================================================================*/
.swiper-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
