#header {
}

.pg-global-topbar {
  background-color: #fff;
}

.pg-global-topbar .navbar-brand {
  padding: 15px 0;
  height: auto;
}

.pg-global-topbar .navbar-brand img {
  width: 100%;
  max-height: 100px;
}

.pg-global-topbar .slogan {
  color: #858585;
  margin-top: 40px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #dfdfdf;
}

.pg-global-topbar .slogan span {
  display: block;
  color: #858585;
}

.pg-global-topbar .hotline {
  float: right;
  position: relative;
  z-index: 1;
  margin: 45px 0 15px;
  padding-left: 56px;

}

.pg-global-topbar .hotline span {
  display: block;
  font-size: 20px;
  color: #008ee0;
  font-weight: normal;
}

.pg-global-topbar .hotline em {
  display: block;
  font-size: 12px;
  color: #4d4d4d;
}

.pg-global-topbar .hotline .ui-icon-tel {
  position: absolute;
  left: 0;
  bottom: 5px;
}


.pg-global-topbar .navbar {
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #008ee0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.pg-global-topbar .navbar-nav {
  font-size: 14px;
  font-weight: 400;
}

.pg-global-topbar .navbar-nav > li > a {
  padding: 15px 30px;
  color: #333;
  -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}

.pg-global-topbar .navbar-nav > li > a:hover,
.pg-global-topbar .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #e6212b;
}

.pg-global-topbar .navbar-nav > .active > a,
.pg-global-topbar .navbar-nav > .active > a:hover,
.pg-global-topbar .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e6212b;
}

.pg-global-topbar .navbar-nav > li > ul.dropdown-menu {
  display: block;
  visibility: hidden;
  filter: Alpha(Opacity=0);
  -webkit-opacity: 0;
     -moz-opacity: 0;
      -ms-opacity: 0;
       -o-opacity: 0;          opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);

  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

.pg-global-topbar .navbar-nav > li.open > ul.dropdown-menu {
  visibility: visible;
  filter: Alpha(Opacity=100);
  -webkit-opacity: 1;
     -moz-opacity: 1;
      -ms-opacity: 1;
       -o-opacity: 1;
          opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);

  -webkit-transition:.35s ease-in-out;
     -moz-transition:.35s ease-in-out;
      -ms-transition:.35s ease-in-out;
       -o-transition:.35s ease-in-out;
          transition:.35s ease-in-out;
}

.pg-global-topbar li.open > a,
.pg-global-topbar li.open > a:focus,
.pg-global-topbar li.open > a:hover {
  color: #fff;
  background-color: #e6212b;
}


.pg-global-topbar .dropdown-menu {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  background-color: #2e2e2e;
}

.pg-global-topbar .dropdown-menu > li > a {
  padding: 0 30px;
  line-height: 3.571429;
  font-size: 14px;
  color: #fff;
  border-left: 4px solid #e6212b;
  background: none;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.pg-global-topbar .dropdown-menu > li > a:focus,
.pg-global-topbar .dropdown-menu > li > a:hover {
  color: #fff;
  border-left-color: #e6212b;
  background-color: #e6212b;
}

.pg-global-topbar .navbar-collapse .dropdown .dropdown-menu li a,
.pg-global-topbar .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
    padding: 15px 0 15px 45px;
  }

  .pg-global-navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }



.pg-global-navbar {
  border-top: 3px solid #e6212b;
  background-color: #008ee0;
}

.pg-global-navbar .navbar {
  margin-bottom: 0;
  border: 0 none transparent;
  background-color: #008ee0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.pg-global-navbar .navbar-nav {
  font-size: 14px;
  font-weight: 400;
}

.pg-global-navbar .navbar-nav > li > a {
  padding: 15px 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}

.pg-global-navbar .navbar-nav > li > a:hover,
.pg-global-navbar .navbar-nav > li > a:focus {
  color: #fff701;
}

.pg-global-navbar .navbar-nav > .active > a,
.pg-global-navbar .navbar-nav > .active > a:hover,
.pg-global-navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e6212b;
}

.pg-global-navbar .navbar-nav > .open > a,
.pg-global-navbar .navbar-nav > .open > a:hover,
.pg-global-navbar .navbar-nav > .open > a:focus {
  color: #fff701;
  background-color: transparent;
}

.pg-global-navbar .navbar-nav > li > a > i.fa-angle-down {
  margin-left: 5px;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.pg-global-navbar .navbar-nav > li > a:hover > i.fa-angle-down,
.pg-global-navbar .navbar-nav > li.open > a >  i.fa-angle-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar-toggle {
  margin: 15px 0;
  border-color: #008ee0;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}



.navbar-toggle:focus,
.navbar-toggle:hover {
  border-color: #e6212b;
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  background-color: #008ee0;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #e6212b;
}

.pg-global-navbar .navbar-collapse {
  background-color: #008ee0;
}

.pg-global-navbar .navbar-nav > li > ul.dropdown-menu {
  display: block;
  visibility: hidden;
  filter: Alpha(Opacity=0);
  -webkit-opacity: 0;
     -moz-opacity: 0;
      -ms-opacity: 0;
       -o-opacity: 0;          opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);

  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

.pg-global-navbar .navbar-nav > li.open > ul.dropdown-menu {
  visibility: visible;
  filter: Alpha(Opacity=100);
  -webkit-opacity: 1;
     -moz-opacity: 1;
      -ms-opacity: 1;
       -o-opacity: 1;
          opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);

  -webkit-transition:.35s ease-in-out;
     -moz-transition:.35s ease-in-out;
      -ms-transition:.35s ease-in-out;
       -o-transition:.35s ease-in-out;
          transition:.35s ease-in-out;
}

.pg-global-navbar li.open > a,
.pg-global-navbar li.open > a:focus,
.pg-global-navbar li.open > a:hover {
  color: #fff701;
  background-color: #fff;
}


.pg-global-navbar .dropdown-menu {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  background-color: #0197ed;
}

.pg-global-navbar .dropdown-menu > li > a {
  padding: 0 30px;
  line-height: 3.571429;
  font-size: 14px;
  color: #fff;
  border-left: 4px solid #e6212b;
  background: none;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.pg-global-navbar .dropdown-menu > li > a:focus,
.pg-global-navbar .dropdown-menu > li > a:hover {
  color: #fff;
  border-left-color: #e6212b;
  background-color: #e6212b;
}

@media (max-width: 767px) {

  body.out nav .navbar-toggle {
    background-color: #fff;
  }

  .pg-global-topbar .navbar-brand {
    margin: 0;
    padding: 15px 0;
    width: 50%;
  }

  .pg-global-navbar .navbar-collapse .dropdown .dropdown-menu li a,
  .pg-global-navbar .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
    padding: 15px 0 15px 45px;
  }

  .pg-global-navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

}

#footer {
  background: #191919 url(../images/1920x500.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  font-size: 12px;
}

/* pg-global-bottombar */
.pg-global-bottombar {
  padding: 45px 0;
}

.pg-global-bottombar h4 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1)
}

.pg-global-bottombar h4 small {
  color: #e6212b;
}

.pg-global-bottombar .brand {
  padding: 90px 0 15px;
}

.pg-global-bottombar .menu {
  color: #fff;
}

.pg-global-bottombar .menu ul {
}

.pg-global-bottombar .menu li {
  display: inline;
  float: left;
  width: auto;
  margin-bottom: 5px;
  margin-right: 5px;
}

.pg-global-bottombar .menu ul > li > a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid #008ee0;
  background: #008ee0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  
}

.pg-global-bottombar .menu ul > li > a:focus,
.pg-global-bottombar .menu ul > li > a:hover {
  color: #fff;
  border: 1px solid #e6212b;
  background: #e6212b;
}

.pg-global-bottombar .menu ul > li.active > a,
.pg-global-bottombar .menu ul > li.active > a:focus,
.pg-global-bottombar .menu ul > li.active > a:hover {
  border-color: #e6212b;
  background-color: #e6212b;
}

.pg-global-bottombar .contactus {
  color: #fff;
}

.pg-global-bottombar .contactus a {
  color: #eee;
}

.pg-global-bottombar .contactus a:focus,
.pg-global-bottombar .contactus a:hover {
  color: #ddd;
}

.pg-global-bottombar .contactus strong {
  font-weight: normal;
  color: #eee;
}

.pg-global-bottombar .qrcode {
  float: right;
  width: 100px;
}

.pg-global-bottombar .qrcode img {
  width: 100%;
  height: auto;
}

.pg-global-bottombar .qrcode em {
  font-size: 12px;
}

@media (max-width: 991px) {
  .pg-global-bottombar .menu,
  .pg-global-bottombar .brand,
  .pg-global-bottombar .contactus {
    text-align: center;
  }

  .pg-global-bottombar .brand {
    padding: 15px 0 15px;
  }

  .pg-global-bottombar .qrcode  {
    float: none;
    margin: 0 auto;
  }
}

/* pg-global-copyright */
.pg-global-copyright {
  padding: 20px 0;
  background-color: #008ee0;
  border-bottom: 2px solid #e6212b;
  font-size: 12px;
}

.pg-global-copyright {
  color: #fff;
}

.pg-global-copyright .note p {
  margin-bottom: 0;
  color: #fff;
}

.pg-global-copyright .note a {
  color: #fff;
}
.pg-global-copyright .note a:focus,
.pg-global-copyright .note a:hover {
  color: #eee;
}

.pg-global-copyright .link {
}

.pg-global-copyright .link a {
  color: #fff;
}

.pg-global-copyright .link a:focus,
.pg-global-copyright .link a:hover {
  color: #eee;
}


/* maincontent */
#maincontent {

}

/* pg-module-banner begin */
.pg-module-banner {

}

.pg-module-banner .ls {

}

.pg-module-banner .ls .owl-dots {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 0;
  margin-top: 0;
  width: 100%;
}

.pg-module-banner .ls .owl-dots .owl-dot {

}

.pg-module-banner .ls .owl-dots .owl-dot span {
  width: 15px;
  height:15px;
  background-color: #fff;
}

.pg-module-banner .ls .owl-dots .owl-dot.active span {
  border: 3px solid #fff;
  background-color: transparent;
}

.pg-module-banner .ls .owl-dots .owl-dot:hover span {
  background-color: #ddd;
}
/* pg-module-banner end */


/* pg-module-contactus begin */

.pg-module-contactus {
  overflow: hidden;
  background-image: url(../images/contactus.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
      -ms-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  color: #fff;
  padding: 24px 0;
}

.pg-module-contactus .tit {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}
.pg-module-contactus .txt p {
  font-size: 14px;
  color: #d4e6ff;
}
.pg-module-contactus .tel {
  float: right;
  padding-left: 52px;
  background: url(../images/tel.png) left center no-repeat;
  font-size: 38px;
  font-family: arial, helvetica, sans-serif;
  -o-background-size: auto 42px;
  -ms-background-size: auto 42px;
  -moz-background-size: auto 42px;
  -webkit-background-size: auto 42px;
  background-size: auto 42px;
}

@media only screen and (max-width: 767px) {
  .pg-module-contactus .lc p {
    font-size: 12px !important;
    text-align: center !important;
  }
  .pg-module-contactus .lc .tit {
    text-align: center !important;
  }
  .pg-module-contactus .tel {
    display: none !important;
  }
}

@media only screen and (max-width: 959px) {
  .pg-module-contactus {
    background-color: #005ad2;
    background-image: none !important;
  }
  .pg-module-contactus .tit {
    font-size: 18px;
  }
  .pg-module-contactus .lc p {
    font-size: 12px !important;
  }
  .pg-module-contactus .tel {
    display: none !important;
  }
}
/* pg-module-contactus end */

/* pg-module-partner begin */
.pg-module-partner {
  background-color: #fff;
}

.pg-module-partner .hd {
  padding-bottom: 45px;
}

.pg-module-partner .hd h2 {
  margin-top: 0;
  color: #008ee0;
  text-align: center;
  font-weight: 300;
}

.pg-module-partner .hd .entitle {
  padding: 0 0 15px;
  text-align: center;
  color: #6e6e6e;
}

.pg-module-partner .hd .entitle em {
  font-size: 12px;
  font-style: normal;
  color: #6e6e6e;
}

.pg-module-partner .hd p {
  margin-bottom: 0;
  text-align: center;
  color: #909090;
}

.pg-module-partner .ls {
}


.pg-module-partner .thumbnail {
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.pg-module-partner .it .caption a:hover,
.pg-module-partner .it .caption a:focus {
  color: #a9805a;
}
/* pg-module-partner end */


/* pg-module-aboutus begin */
.pg-module-aboutus {
  background: #eee url(../images/aboutus.jpg) no-repeat 50% bottom;
  -webkit-background-size: cover;
          background-size: cover;
}


.pg-module-aboutus .hd {
  padding-bottom: 45px;
}

.pg-module-aboutus .hd h2 {
  margin-top: 0;
  color: #008ee0;
  text-align: center;
  font-weight: 300;
}

.pg-module-aboutus .hd .entitle {
  padding: 0 0 15px;
  text-align: center;
  color: #6e6e6e;
}

.pg-module-aboutus .hd .entitle em {
  font-size: 12px;
  font-style: normal;
  color: #6e6e6e;
}

.pg-module-aboutus .hd p {
  margin-bottom: 0;
  text-align: center;
  color: #909090;
}

.pg-module-aboutus .wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.pg-module-aboutus .lc .roll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 14px;
    color: #333;
}

.pg-module-aboutus .lc .roll .sum {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 18px;
}

.pg-module-aboutus .lc .roll .sum span {
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    line-height: 26px;
    color: #008ee0;
    margin: 0 5px;
}

.pg-module-aboutus .lc {
    width: calc(50% - 16px);
}

.pg-module-aboutus .lc .note {
}

.pg-module-aboutus .lc .note p {
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
    line-height: 2em;
    color: #555;
}

.pg-module-aboutus .lc .note span {
    font-size: 24px;
    line-height: 1em;
    color: #0f6ab4;
}

.pg-module-aboutus .lc .more {
  text-align: right;
}

.pg-module-aboutus .rc {
    position: relative;
}

.pg-module-aboutus .rc:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 25px);
    height: calc(100% - 80px);
    background: #0f6ab4;
    content: "";
}

.pg-module-aboutus .rc .u-thumbnail {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.pg-module-aboutus .rc .u-thumbnail img {
    display: block;
    width: 540px;
    transition: all .8s;
}
/* pg-module-aboutus end */

/* pg-module-case begin */
.pg-module-case {
}

.pg-module-case .hd {
  padding-bottom: 45px;
}

.pg-module-case .hd h2 {
  margin-top: 0;
  color: #008ee0;
  text-align: center;
  font-weight: 300;
}

.pg-module-case .hd .entitle {
  padding: 0 0 15px;
  text-align: center;
  color: #6e6e6e;
}

.pg-module-case .hd .entitle em {
  font-size: 12px;
  font-style: normal;
  color: #6e6e6e;
}

.pg-module-case .hd p {
  margin-bottom: 0;
  text-align: center;
  color: #909090;
}

.pg-module-case .nav > li > a {
  padding: 8px 30px;
}

.pg-module-case .nav > li > a:focus,
.pg-module-case .nav > li > a:hover {
  color: #fff;
  border-color: #008ee0;
  background-color: #008ee0;
}

.pg-module-case .nav-pills {
  margin: 0 0 15px 0;
  text-align: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-box-pack: center;
          box-pack: center;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
}

.pg-module-case .nav-pills > li {
  display: inline-block;
  float: none;
  width: auto;
}

.pg-module-case .nav-pills > li+li {
  margin-left: 5px;
}

.pg-module-case .nav-pills > li > a {
  color: #008ee0;
  border: 1px solid #008ee0;
  background-color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.pg-module-case .nav-pills > li.more > a {
  padding: 8px 12px;
  color: #fff;
  border-color: #e6212b;
  background-color: #e6212b;
}

.pg-module-case .nav > li.more > a:focus,
.pg-module-case .nav > li.more > a:hover {
  color: #fff;
  border-color: #e6212b;
  background-color: #e6212b;
}

.pg-module-case .nav-pills > li.active > a,
.pg-module-case .nav-pills > li.active > a:focus,
.pg-module-case .nav-pills > li.active > a:hover {
  color: #fff;
  border-color: #008ee0;
  background-color: #008ee0;
}

@media (max-width: 768px) {
  .pg-module-case .nav-pills {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-box-pack: start;
            box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
         -o-justify-content: flex-start;
            justify-content: flex-start;
  }
}


.pg-module-case .ls {
  padding-top: 45px;
  overflow: hidden;
}

.pg-module-case .u-thumbnail {
  margin-bottom: 30px;
  border: 1px solid #fff;
  background-color: #008ee0;
  -webkit-transition: all 0.5s ease-in-out 0s;
       -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
}

.pg-module-case .u-thumbnail:focus,
.pg-module-case .u-thumbnail:hover,
.pg-module-case .u-thumbnail-hover {
  border: 1px solid #fff;
  background-color: #e6212b;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
       -o-transform: translateY(-15px);
          transform: translateY(-15px);
}

.pg-module-case .u-thumbnail .caption {
  padding: 15px;
  color: #e9f7ff;
}

.pg-module-case .u-thumbnail h4 {
  color: #fff;
}

.pg-module-case .u-thumbnail:focus h4,
.pg-module-case .u-thumbnail:hover h4,
.pg-module-case .u-thumbnail-hover h4 {
  color: #fff;
}

.pg-module-case .u-thumbnail .caption p {
  margin-bottom: 0;
  line-height: 1.428571;
}

.pg-module-case .u-thumbnail:focus p,
.pg-module-case .u-thumbnail:hover p,
.pg-module-case .u-thumbnail-hover p {
  color: #e9f7ff;
}

.pg-module-case .u-thumbnail:focus .u-btn,
.pg-module-case .u-thumbnail:hover .u-btn,
.pg-module-case .u-thumbnail-hover .u-btn {
  color: #e6212b;
  border-color: #e6212b;
  background-color: #ffdddf;
}

/* pg-module-case end */


/* pg-module-news begin */
.pg-module-news {
  background-color: #f4f4f4;
}

.pg-module-news .hd {
  padding-bottom: 45px;
}

.pg-module-news .hd h2 {
  margin-top: 0;
  color: #008ee0;
  text-align: center;
  font-weight: 300;
}

.pg-module-news .hd .entitle {
  padding: 0 0 15px;
  text-align: center;
  color: #6e6e6e;
}

.pg-module-news .hd .entitle em {
  font-size: 12px;
  font-style: normal;
  color: #6e6e6e;
}

.pg-module-news .hd p {
  margin-bottom: 0;
  text-align: center;
  color: #909090;
}

.pg-module-news .nav > li > a {
  padding: 8px 30px;
}

.pg-module-news .nav > li > a:focus,
.pg-module-news .nav > li > a:hover {
  color: #fff;
  border-color: #008ee0;
  background-color: #008ee0;
}

.pg-module-news .nav-pills {
  margin: 0 0 15px 0;
  text-align: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-box-pack: center;
          box-pack: center;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
}

.pg-module-news .nav-pills > li {
  display: inline-block;
  float: none;
  width: auto;
}

.pg-module-news .nav-pills > li+li {
  margin-left: 5px;
}

.pg-module-news .nav-pills > li > a {
  color: #008ee0;
  border: 1px solid #008ee0;
  background-color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.pg-module-news .nav-pills > li.more > a {
  padding: 8px 12px;
  color: #fff;
  border-color: #e6212b;
  background-color: #e6212b;
}

.pg-module-news .nav > li.more > a:focus,
.pg-module-news .nav > li.more > a:hover {
  color: #fff;
  border-color: #e6212b;
  background-color: #e6212b;
}

.pg-module-news .nav-pills > li.active > a,
.pg-module-news .nav-pills > li.active > a:focus,
.pg-module-news .nav-pills > li.active > a:hover {
  color: #fff;
  border-color: #008ee0;
  background-color: #008ee0;
}

@media (max-width: 768px) {
  .pg-module-news .nav-pills {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-box-pack: start;
            box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
         -o-justify-content: flex-start;
            justify-content: flex-start;
  }
}

.pg-module-news .bd .ls {
  padding-top: 45px;
}

.pg-module-news .bd .item {
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.pg-module-news .bd .item a:hover img {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0.8;
}

.pg-module-news .bd .item h4 {
  font-size: 16px;
  line-height: 1.428571;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.pg-module-news .bd .item p.desc {
  margin-bottom: 15px;
  font-size: 14px;
  color: #888;
}

.pg-module-news .bd .item .caption {
  padding: 15px 15px 10px;
}

.pg-module-news .bd .item .more {
  padding: 5px 0;
}

.pg-module-news .bd .item .dateline {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #666;
}

@media (max-width: 767px) {
}
/* pg-module-news end */

/* pg-module-service begin */
.pg-module-service {
  background: transparent url(../images/1920x900.jpg) no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;

}

.pg-module-service .hd {
  padding-bottom: 45px;
}

.pg-module-service .hd h2 {
  margin-top: 0;
  color: #008ee0;
  text-align: center;
  font-weight: 300;
}

.pg-module-service .hd .entitle {
  padding: 0 0 15px;
  text-align: center;
  color: #fff;
}

.pg-module-service .hd .entitle em {
  font-size: 12px;
  font-style: normal;
  color: #fff;
}

.pg-module-service .hd p {
  margin-bottom: 0;
  text-align: center;
  color: #eee;
}

.pg-module-service .ls {
  overflow: hidden;
}

.pg-module-service .it {
  position: relative;
  padding: 15px;
  min-height: 1px;
  text-align: center;
  color: #fff;
}

.pg-module-service .it h3 {
  font-size: 20px;
  font-weight: 300;
}

.pg-module-service .it img {
  vertical-align: middle;
  width: 90px;
  height:auto;
}

.pg-module-service .it span {
  color: #ddd;
}


/* pg-module-service end */


/* sp layout topbar begin */
.g-hd {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.m-crm {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
}

.m-crm .breadcrumb {
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 14px;
  color: #9e9e9e;
  background-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.m-crm .breadcrumb a {
  color: #9e9e9e;
}

.m-crm .breadcrumb a:focus,
.m-crm .breadcrumb a:hover {
  color: #008ee0;
  text-decoration: none;
}

.m-crm .breadcrumb > .active {
  color: #008ee0;
}

.m-title {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.m-title h1 {
  margin: 0 0 5px;
  font-size: 22px;
  color: #fff;
}

.m-title h1 small {
  color: #ddd;
}

.m-title p {
  display: none;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 768px) {
  .m-title {
    bottom: 15%;
  }

  .m-title h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .m-title p {
    display: block;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .m-title {
    bottom: 25%;
  }

  .m-title h1 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .m-title p {
    display: block;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .m-title {
    bottom: 30%;
  }

  .m-title h1 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .m-title p {
    display: block;
    font-size: 24px;
  }
}
/* sp layout topbar end */

/* sp module category begin */
.m-cgy {
  margin-bottom: 15px;
  padding: 15px 0;
  background-color: #fff;
}

.m-cgy strong {
  display: block;
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  line-height: 30px;
  font-weight: 400;
  color: #b0916b;
}

.m-cgy .it {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.m-cgy .ls {
  overflow: hidden;
}

.m-cgy .ls ul {
  margin: 0;
}

.m-cgy .ls li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  background-color: #fff;

}

.m-cgy .ls li a {
  color: #777;
}

.m-cgy .ls li a:focus,
.m-cgy .ls li a:hover {
  color: #a9805a;
  border-top: 2px solid #008ee0;
}

.m-cgy .ls li.active {
  border: 1px solid #a7815a;
  background-color: #c0a588;
}

.m-cgy .ls li.active a {
  color: #fff;
}


.m-cgy-2 {
  background-color: #fff;
}

.m-cgy-2 .u-swiper {
  padding-bottom: 0;
}

.m-cgy-2 .u-swiper .nav-pills {
  -webkit-box-pack: left;
     -moz-box-pack: left;
      -ms-box-pack: left;
          box-pack: left;
  -webkit-justify-content: left;
     -moz-justify-content: left;
      -ms-justify-content: left;
       -o-justify-content: left;
          justify-content: left;
}

.m-cgy-2 .u-swiper .nav-pills > li > a {
  padding: 30px;
  border-top: 2px solid #fff;
}

.m-cgy-2 .u-swiper .nav-pills li a:focus,
.m-cgy-2 .u-swiper .nav-pills li a:hover {
  background-color: #f7f7f7;
  border-top: 2px solid #eee;
}

.m-cgy-2 .u-swiper .nav-pills > li.active > a,
.m-cgy-2 .u-swiper .nav-pills > li.active > a:focus,
.m-cgy-2 .u-swiper .nav-pills > li.active > a:hover {
  color: #008ee0;
  background-color: #f7f7f7;
  border-top: 2px solid #008ee0;
}


/* sp module category end */

/* sp module sortbar begin */
.m-sortbar {
  padding: 30px 0;
}
/* sp module sortbar end */


/* sp list news begin */
.g-doc-list-news {
  background-color: #fff;
}

.g-doc-list-news .g-bd {
  background-color: #fafafa;
}

.g-doc-list-news .g-bd .m-lst {
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fafafa;
}

.g-doc-list-news .g-bd .it {
  margin-bottom: 15px;
  background-color: #fff;
}

.g-doc-list-news .g-bd .it .u-thumbnail {
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s linear;
       -o-transition: all 0.4s linear;
          transition: all 0.4s linear;
}

.g-doc-list-news .g-bd .it .u-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
}

.g-doc-list-news .g-bd .it .u-thumbnail img {
  width: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.g-doc-list-news .g-bd .it .u-thumbnail a:focus img,
.g-doc-list-news .g-bd .it .u-thumbnail a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
  
}


.g-doc-list-news .g-bd .it .caption {
  padding: 15px 15px 15px 0;
}

.g-doc-list-news .g-bd .it .caption h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.42857143;
}

.g-doc-list-news .g-bd .it .caption h4 a {
}

.g-doc-list-news .g-bd .it .caption .note {
  margin-bottom: 15px;
  
  color: #999;
}

.g-doc-list-news .g-bd .it .caption .attr {
  margin-bottom: 15px;
  color: #333;
  border-right: 1px solid #eee;
}

.g-doc-list-news .g-bd .it .caption .attr em {
  display: block;
  padding-bottom: 15px;
  vertical-align: middle;
  font-size: 12px;

}

.g-doc-list-news .g-bd .it .caption a:hover,
.g-doc-list-news .g-bd .it .caption a:focus,
.g-doc-list-news .g-bd .it:focus .caption a,
.g-doc-list-news .g-bd .it:hover .caption a,
.g-doc-list-news .g-bd .it-hover .caption a,
.g-doc-list-news .g-bd .it:focus .caption h5,
.g-doc-list-news .g-bd .it:hover .caption h5,
.g-doc-list-news .g-bd .it-hover .caption h5 {
  color: #008ee0;
}

.g-doc-list-news .g-bd .it .more {
  margin: 0;
}

.g-doc-list-news .g-bd .it .more a {
  color: #008ee0;
}

@media (max-width: 727px) {

  .g-doc-list-news .g-bd .it .caption h4 {
    font-size: 18px;
  }

  .g-doc-list-news .g-bd .it .caption {
    padding: 15px;
  }

}
/* sp list news end */

/* sp list case begin */
.g-doc-list-case {
  background-color: #f7f7f7;
}

.g-doc-list-case .g-bd {
}

.g-doc-list-case .g-bd .m-lst {
}


.g-doc-list-case .g-bd .u-thumbnail {
  margin-bottom: 30px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
       -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
}

.g-doc-list-case .g-bd .u-thumbnail:focus,
.g-doc-list-case .g-bd .u-thumbnail:hover,
.g-doc-list-case .g-bd .u-thumbnail-hover {
  border: 1px solid #008ee0;
  background-color: #008ee0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
       -o-transform: translateY(-15px);
          transform: translateY(-15px);
}

.g-doc-list-case .g-bd .u-thumbnail .caption {
  padding: 15px;
  color: #777;
}

.g-doc-list-case .g-bd .u-thumbnail h4 {
  color: #333;
}

.g-doc-list-case .g-bd .u-thumbnail:focus h4,
.g-doc-list-case .g-bd .u-thumbnail:hover h4,
.g-doc-list-case .g-bd .u-thumbnail-hover h4 {
  color: #fff;
}

.g-doc-list-case .g-bd .u-thumbnail .caption p {
  margin-bottom: 0;
  line-height: 1.428571;
}

.g-doc-list-case .g-bd .u-thumbnail:focus p,
.g-doc-list-case .g-bd .u-thumbnail:hover p,
.g-doc-list-case .g-bd .u-thumbnail-hover p {
  color: #eee;
}

.g-doc-list-case .g-bd .u-thumbnail:focus .u-btn,
.g-doc-list-case .g-bd .u-thumbnail:hover .u-btn,
.g-doc-list-case .g-bd .u-thumbnail-hover .u-btn {
  color: #008ee0;
  border-color: #008ee0;
  background-color: #e9f7ff;
}
/* sp list case end */


/* sp list product begin */
.g-doc-list-product {
  background-color: #fff;
}

.g-doc-list-product .g-sd .m-related .thumbnail {
  border-bottom: 1px solid #efefef;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}


.g-doc-list-product .g-sd .m-related .u-thumbnail:focus,
.g-doc-list-product .g-sd .m-related .u-thumbnail:hover,
.g-doc-list-product .g-sd .m-related .u-thumbnail-hover {
  border-bottom: 1px solid #008ee0;
}



.g-doc-list-product .g-bd {
}

.g-doc-list-product .g-bd .mx-list1 {
  overflow: hidden;
}

.g-doc-list-product .g-bd .mx-list1__item {
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail {
  background-color: #fff;
  -webkit-transition: all 0.4s linear;
       -o-transition: all 0.4s linear;
          transition: all 0.4s linear;
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail img {
  width: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a:focus img,
.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
  
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a .caption {
  position: absolute;
  top: 0;
  text-align: center;
  background: rgba(0, 142, 224, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a:focus .caption,
.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a:hover .caption {
  opacity: 1;
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a .caption .note {
  position: relative;
  top: 55%;
  opacity: 0;
  overflow: hidden;
}

.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a:focus .caption .note,
.g-doc-list-product .g-bd .mx-list1 .u-thumbnail a:hover .caption .note {
  position: relative;
  top: 50%;
  margin-top: -26px;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}


.g-doc-list-product .g-bd .mx-list1 .caption h4 {
  color: #fff;
  margin-bottom: 10px;
}

.g-doc-list-product .g-bd .mx-list1 .caption a:focus,
.g-doc-list-product .g-bd .mx-list1 .caption a:hover {
  color: #a9805a;
}

.g-doc-list-product .g-bd .mx-list1 .caption p {
  color: #fff;
  font-size: 0.875rem;
}

/* sp list product end */





/* sp show news begin */
.g-doc-show-news {
  background-color: #fff;
}

.g-doc-show-news .g-bd {
}

.g-doc-show-news .g-bd .m-cnt {
  margin-bottom: 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}

.g-doc-show-news .g-bd .m-cnt .hd {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.g-doc-show-news .g-bd .m-cnt .hd h1 {
  margin: 0;
  line-height: 1.5;
  font-size: 30px;
}

.g-doc-show-news .g-bd .m-cnt .hd ul {
  color: #777;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 12px;
}

.g-doc-show-news .g-bd .m-cnt .hd li {
  display: inline-block;
  padding: 10px 15px 0 0;
  vertical-align: middle;
}

.g-doc-show-news .g-bd .m-cnt .hd li em {
  color: #777;
}

.g-doc-show-news .g-bd .m-cnt .bd {
  padding: 20px 0;
}

.g-doc-show-news .g-bd .m-cnt .bd .editor {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}

.g-doc-show-news .g-bd .m-cnt .ft {

}

.g-doc-show-news .g-bd .m-cnt .ft .tags {
  font-style: italic;
  font-size: 12px;
  color: #333;
}

.g-doc-show-news .g-bd .m-cnt .ft .tags a {
  font-style: italic;
  color: #999;
}

.g-doc-show-news .g-bd .m-cnt .ft .tags a:focus,
.g-doc-show-news .g-bd .m-cnt .ft .tags a:hover {
  color: #e6212b;
}

@media (max-width: 1199px) {
  .g-doc-show-news .g-bd .m-cnt .hd h1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .g-doc-show-news .g-bd .m-cnt {
  }

  .g-doc-show-news .g-bd .m-cnt .hd h1 {
    font-size: 22px;
  }

  .g-doc-show-news .g-bd .m-cnt .bd .editor {
    font-size: 14px;
  }
}
/* sp show news end */

/* sp show case begin */
.g-doc-show-case {
  background-color: #f7f7f7;
}

.g-doc-show-case .g-bd {
  margin-top: 1px;
  background-color: #fff;
}

.g-doc-show-case .g-bd .m-album {

}

.g-doc-show-case .g-bd .m-album li {
  display: none;
}

.g-doc-show-case .g-bd .m-note {
}

.g-doc-show-case .g-bd .m-note .hd {
  padding: 0;
  border-bottom-width: 0;
}

.g-doc-show-case .g-bd .m-note .hd h1 {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 300;
}

.g-doc-show-case .g-bd .m-note .bd {
}

.g-doc-show-case .g-bd .m-note .bd p {
  margin-bottom: 15px;
  color: #999;
}

.g-doc-show-case .g-bd .m-attr  {
}

.g-doc-show-case .g-bd .m-attr .bd {
  padding: 0 0 15px;
}

.g-doc-show-case .g-bd .m-attr .bd .it {
  padding: 15px 0;
}

.g-doc-show-case .g-bd .m-attr .bd .it span {
  color: #999;
}

.g-doc-show-case .g-ft .g-mn {
  background-color: #fff;
}

.g-doc-show-case .g-ft .m-cnt {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.g-doc-show-case .g-ft .m-cnt .hd {
  overflow: hidden;
  padding-bottom: 15px;
}

.g-doc-show-case .g-ft .m-cnt .bd {
  padding: 20px 0;
}

.g-doc-show-case .g-ft .m-cnt .bd .editor {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .g-doc-show-case .g-ft .m-cnt .bd .editor {
    font-size: 14px;
  }
}
/* sp show case end */

/* sp show product begin */
.g-doc-show-product {
  background-color: #f7f7f7;
}

.g-doc-show-product .g-bd {
  margin-top: 1px;
  background-color: #fff;
}

.g-doc-show-product .g-bd .m-album {

}

.g-doc-show-product .g-bd .m-album li {
  display: none;
}

.g-doc-show-product .g-bd .m-note {
}

.g-doc-show-product .g-bd .m-note .hd {
  padding: 0;
  border-bottom-width: 0;
}

.g-doc-show-product .g-bd .m-note .hd h1 {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 300;
}

.g-doc-show-product .g-bd .m-note .bd {
}

.g-doc-show-product .g-bd .m-note .bd p {
  margin-bottom: 15px;
  color: #999;
}

.g-doc-show-product .g-bd .m-attr  {
}

.g-doc-show-product .g-ft .g-mn {
  background-color: #fff;
}

.g-doc-show-product .g-ft .m-cnt {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.g-doc-show-product .g-ft .m-cnt .hd {
  overflow: hidden;
  padding-bottom: 15px;
}

.g-doc-show-product .g-ft .m-cnt .bd {
  padding: 20px 0;
}

.g-doc-show-product .g-ft .m-cnt .bd .editor {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .g-doc-show-product .g-ft .m-cnt .bd .editor {
    font-size: 14px;
  }
}
/* sp show product end */

/* sp show contactus begin */
.g-doc-contactus {

}

.g-doc-contactus .g-bd .message {
  padding: 30px;
  background-color: #f7f7f7;
}

.g-doc-contactus .g-bd .message .mn {

}

.g-doc-contactus .g-bd .message .sd {
  
}

.g-doc-contactus .m-message h4 {
  margin-bottom: 15px;
  color: #008ee0;
  border-bottom: 1px solid rgba(255,255,255,0.1)
}

.g-doc-contactus .m-message h4 small {
  display: block;
  padding-top: 15px;
  color: #999;
}


.g-doc-contactus .m-contactus h4 {
  margin-bottom: 15px;
  color: #008ee0;
  border-bottom: 1px solid rgba(255,255,255,0.1)
}

.g-doc-contactus .m-contactus h4 small {
  display: block;
  padding-top: 15px;
  color: #e6212b;
}


.g-doc-contactus .m-contactus ul {
  overflow: hidden;
}

.g-doc-contactus .m-contactus li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding-left: 30px;
}

.g-doc-contactus .m-contactus li i.fa {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.g-doc-contactus .m-contactus .qrcode {
  width: 100px;
}

.g-doc-contactus .m-contactus .qrcode img {
  width: 100%;
  height: auto;
}

.g-doc-contactus .m-contactus .qrcode em {
  font-size: 12px;
}

/* sp show contactus end */


/* sp m-related begin */
.g-doc-show .g-bd .m-related  {
}

.g-doc-show .g-bd .m-related .hd {
  margin: 15px 0 5px;
  overflow: hidden;
}

.g-doc-show .g-bd .m-related .hd h4 {
  font-size: 16px;
  color: #008ee0;
}

.g-doc-show .g-bd .m-related .hd h4 small {
  color: #ddd;
}

.g-doc-show .g-bd .m-related .bd {
  overflow: hidden;
}

.g-doc-show .g-bd .m-related .bd .thumbnail {
  margin-bottom: 15px;
  background-color: #fff;
}

.g-doc-show .g-bd .m-related .bd .caption a {
  color: #333;
}

.g-doc-show .g-bd .m-related .bd .caption a:focus,
.g-doc-show .g-bd .m-related .bd .caption a:hover {
  color: #008ee0;
}

.g-doc-show .g-bd .m-related .bd .caption {
  text-align: center;
}

.g-doc-show .g-bd .m-related .bd .caption h6 {
  margin: 0;
  font-size: 14px;
}

/* sp m-related end */


/* sp  m-recommend begin */
.g-mn .m-recommend .hd {
  overflow: hidden;
  text-align: center;
}

.g-mn .m-recommend .hd h4 {
  color: #008ee0;
  line-height: 1.428571;
}

.g-mn .m-recommend .hd h4 small {
  color: #ddd;
}

.g-mn .m-recommend .bd {
  overflow: hidden;
}

.g-mn .m-recommend .u-thumbnail {
  margin: 15px 0;
  border: 1px solid #efefef;
  background-color: #efefef;
  -webkit-transition: all 0.5s ease-in-out 0s;
       -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
}

.g-mn .m-recommend .u-thumbnail:focus,
.g-mn .m-recommend .u-thumbnail:hover,
.g-mn .m-recommend .u-thumbnail-hover {
  border: 1px solid #008ee0;
  background-color: #008ee0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
       -o-transform: translateY(-15px);
          transform: translateY(-15px);
}

.g-mn .m-recommend .u-thumbnail h4 {
  font-size: 16px;
  color: #333;
}

.g-mn .m-recommend .u-thumbnail:focus h4,
.g-mn .m-recommend .u-thumbnail:hover h4,
.g-mn .m-recommend .u-thumbnail-hover h4{
  color: #fff;
}

.g-mn .m-recommend .u-thumbnail .caption {
  padding: 0 15px;
  color: #777;
  overflow: hidden;
}

.g-mn .m-recommend .u-thumbnail .caption p {
}

.g-mn .m-recommend .u-thumbnail:focus p,
.g-mn .m-recommend .u-thumbnail:hover p,
.g-mn .m-recommend .u-thumbnail-hover p{
  color: #eee;
}
/* sp m-recommend end */


/* sp sidebar begin */
.g-sd .m-search {
  position: relative;
  z-index: 1;
}

.g-sd .m-tree {
  border-bottom: 1px solid #008ee0;
}

.g-sd .m-tree .bd {
  overflow: hidden;
}

.g-sd .m-tree .bd {
}

.g-sd .m-tree .bd ul {
  margin-bottom: 0;
  border-top: 0 solid #008ee0;
  border-bottom: 0 solid #008ee0;
}

.g-sd .m-tree .bd li {
  position: relative;
  padding: 15px 0 15px 30px;
}

.g-sd .m-tree .bd li a {
  color: #777;
}

.g-sd .m-tree .bd li a:focus,
.g-sd .m-tree .bd li a:hover {
  color: #008ee0;
}

.g-sd .m-tree .bd li span {
  margin-right: 5px;
  display: inline-block;
}

.g-sd .m-tree .bd li.active {
  color: #008ee0;
}

.g-sd .m-tree .bd li.active a {
  color: #008ee0;
}

.g-sd .m-tree-border .bd ul {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.g-sd .m-news {
  background-color: #fff;
}

.g-sd .m-news .bd {
}

.g-sd .m-news .bd ul {
  margin-bottom: 0;
  border: 0 solid #008ee0;
}

.g-sd .m-news .bd li {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}

.g-sd .m-news .bd li a {
  color: #252d19;
}

.g-sd .m-news .bd li a:focus,
.g-sd .m-news .bd li a:hover {
  color: #008ee0;
  text-decoration: none;
}

.g-sd .m-news .bd li p {
  margin-top: 5px;
  color: #999;
  font-size: 14px;
  text-indent: 2em;
}

.g-sd .m-news .bd li em {
  font-weight: 400;
  font-size: 12px;
  color: #777;
}

.g-sd .m-news .bd li.last {
  border-bottom-width: 0;
}


.g-sd .m-related  {
}

.g-sd .m-related .hd {
  margin: 15px 0 5px;
  overflow: hidden;
}

.g-sd .m-related .hd h4 {
  font-size: 16px;
  color: #008ee0;
}

.g-sd .m-related .hd h4 small {
  color: #ccc;
}

.g-sd .m-related .bd {
  overflow: hidden;
}

.g-sd .m-related .bd .it {
  margin-bottom: 15px;
}

.g-sd .m-related .bd .thumbnail {
  background-color: #fff;
}

.g-sd .m-related .bd .caption a {
  color: #333;
}

.g-sd .m-related .bd .caption a:focus,
.g-sd .m-related .bd .caption a:hover {
  color: #008ee0;
}

.g-sd .m-related .bd .caption {
}

.g-sd .m-related .bd .caption h4 {
  font-size: 16px;
}

.g-sd .m-related .bd .caption p {
  font-size: 12px;
  color: #777;
}
/* sp sidebar end */



/* sp pager begin */
.m-pager {
  text-align: center;
}

.m-pager .pagination {
  margin: 15px 0 15px;
  font-size: 14px;
  overflow: hidden;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.m-pager .pagination > li > a {
}

.m-pager .pagination > li > a,
.m-pager .pagination > li > span {
  margin: 0 0 10px 1px;
  padding: 8px 14px;
  color: #008ee0;
  border-width: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.m-pager .pagination > li > span:hover,
.m-pager .pagination > li > span:focus,
.m-pager .pagination > li > a:hover,
.m-pager .pagination > li > a:focus {
    background-color: #008ee0;
    border-color: #008ee0;
    color: #fff;
}

.m-pager .pagination > .active > a,
.m-pager .pagination > .active > span,
.m-pager .pagination > .active > a:hover,
.m-pager .pagination > .active > span:hover,
.m-pager .pagination > .active > a:focus,
.m-pager .pagination > .active > span:focus {
    background-color: #008ee0;
    border-color: #008ee0;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.m-pager .pagination > .disabled > span,
.m-pager .pagination > .disabled > span:hover,
.m-pager .pagination > .disabled > span:focus,
.m-pager .pagination > .disabled > a,
.m-pager .pagination > .disabled > a:hover,
.m-pager .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
}

.m-pager-gray {

}

.m-pager-gray .pagination > li > a,
.m-pager-gray .pagination > li > span {
  background-color: #eee;
}

.m-pager-gray .pagination > .disabled > span,
.m-pager-gray .pagination > .disabled > span:hover,
.m-pager-gray .pagination > .disabled > span:focus,
.m-pager-gray .pagination > .disabled > a,
.m-pager-gray .pagination > .disabled > a:hover,
.m-pager-gray .pagination > .disabled > a:focus {
  background-color: #eee;
}

/* sp pager end */

/* sp pager np begin */
.m-pager-np {
}

.m-pager-np .pager {
}

.m-pager-np .pager li {
}

.m-pager-np .pager li > a,
.m-pager-np .pager li > span {
  color: #008ee0;
  border-color: #008ee0;
  background-color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.m-pager-np .pager li > a:focus,
.m-pager-np .pager li > a:hover {
  color: #fff;
  border-color: #008ee0;
  background-color: #008ee0;
}

.m-pager-np .pager .previous > a,
.m-pager-np .pager .previous > span {
}

.m-pager-np .pager .next > a,
.m-pager-np .pager .next > span {
}

.m-pager-np .pager .disabled > a,
.m-pager-np .pager .disabled > a:focus,
.m-pager-np .pager .disabled > a:hover,
.m-pager-np .pager .disabled > span {
  color: #ddd;
  border-color: #ddd;
  background-color: #fff;
}
/* sp pager np end */

.nodata {
  padding: 90px 0;
  text-align: center;
  background-color: #fff;
}

.nodata img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nodata {
    padding: 30px 0;
  }
}

#J_Map {
  height: 500px;
}