body {
  padding-top: 170px;
  font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
}
.title1 {
  margin-top: 40px;
  margin-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
  font-size: 25px;
}
.title1 .title-en {
  color: #d1d1d1;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
.title1 .title-cn {
  display: inline-block;
  position: relative;
  bottom: -2px;
  padding: 10px 30px 20px 30px;
  color: #267c9c;
  text-align: center;
  margin-bottom: 0;
  border-bottom: 3px solid #267c9c;
}
.page1 .pagination .active span {
  background-color: #267c9c;
  border-color: #267c9c;
}
.bg-gray {
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.bg-white {
  padding-bottom: 40px;
  background-color: #fff;
}
.thumbnail {
  padding: 8px;
  -webkit-box-shadow: 0 0 3px #cccccc;
  -moz-box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px #cccccc;
}
.thumbnail .cover {
  display: block;
  overflow: hidden;
}
.thumbnail .caption {
  padding-bottom: 5px;
}
.thumbnail .caption .h4-f {
  float: left;
  margin: 0;
  height: 19px;
  font-size: 16px;
}
.thumbnail .caption .read-more {
  display: block;
  float: right;
  height: 19px;
  line-height: 19px;
}
.thumbnail .caption .h4-s {
  margin: 0;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
}
.thumbnail .caption p {
  margin: 0;
}
.h-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.h-top .col-lg-6,
.h-top .col-md-6,
.h-top .col-sm-6,
.h-top .col-xs-12 {
  height: 100px;
}
.h-top a {
  display: block;
  width: 288px;
}
.h-top .h-search {
  position: relative;
}
.h-top .h-search .input-group {
  width: 80%;
  position: absolute;
  top: 45px;
  right: 0;
}
.navbar {
  margin: 0;
  height: 70px;
  top: 100px;
}
.navbar-default {
  background-color: #3e3e3f;
  border: none;
  border-radius: 0;
}
.navbar-nav .open a {
  background-color: #267c9c !important;
}
.navbar-nav li a {
  line-height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  color: #e6e6e6 !important;
}
.navbar-nav li a:hover {
  color: #fff !important;
}
.navbar-nav .dropdown-menu {
  background-color: #324c56;
}
.navbar-nav .dropdown-menu li a {
  position: relative;
  background-color: #324c56 !important;
  left: 0;
  transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  /* Firefox 4 */
  -webkit-transition: left 0.5s ease-out;
  /* Safari 和 Chrome */
  -o-transition: left 0.5s ease-out;
  /* Opera */
}
.navbar-nav .dropdown-menu li a:hover {
  background-color: #267c9c !important;
  left: 15px;
}
.top-cycle {
  position: relative;
  background: #267c9c url('../images/cycle-bg.jpg');
  background-size: cover;
  padding: 25px 0;
  width: 100%;
}
.m-cycle {
  position: relative;
  width: 100% !important;
}
.m-cycle a {
  display: block;
  width: 100% !important;
}
.m-cycle a .container {
  padding: 15px;
}
.m-cycle a img {
  -webkit-box-shadow: 0 0 18px #333333;
  -moz-box-shadow: 0 0 18px #333333;
  box-shadow: 0 0 18px #333333;
}
.m-cycle a .cycle-text {
  height: 100%;
  vertical-align: bottom;
  color: #fff;
}
.m-cycle a .cycle-text blockquote {
  padding-top: 0;
  padding-bottom: 0;
}
.m-cycle a .cycle-text blockquote p {
  color: #fff;
}
.m-cycle a .cycle-text footer {
  color: #fff;
}
.m-cycle a .cycle-text footer:before {
  content: none;
}
.cycle-pager {
  position: absolute;
  bottom: 0;
  right: 200px;
  z-index: 199;
}
.cycle-pager span {
  display: inline-block;
  height: 20px;
  margin: 0 2px;
  cursor: pointer;
  overflow: hidden;
  font-size: 60px;
  line-height: 20px;
  color: #267c9c;
  -webkit-text-shadow: 2px 2px 5px #333333;
  -moz-text-shadow: 2px 2px 5px #333333;
  text-shadow: 2px 2px 5px #333333;
}
.cycle-pager span.cycle-pager-active {
  color: #3e3e3f;
}
#prev,
#next {
  position: absolute;
  top: 40%;
  z-index: 200;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  font-size: 50px;
  border: none;
  background-color: transparent;
  color: #e6e6e6;
  outline: none;
}
#prev .glyphicon,
#next .glyphicon {
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}
#prev {
  left: 1%;
}
#next {
  right: 1%;
}
.footer {
  position: relative;
  padding: 30px 0 50px 0;
  color: #fff;
  background-color: #3e3e3f;
}
.footer .page-header {
  border-bottom: 1px solid #808080;
  padding-bottom: 0;
}
.footer .page-header h4 {
  font-size: 16px;
}
.footer .list-unstyled li {
  height: 25px;
  line-height: 25px;
}
.footer .list-unstyled a {
  display: block;
  color: #fff;
  width: 70%;
  height: 25px;
}
.footer .list-unstyled a .t-menu {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
}
.footer .list-unstyled a .glyphicon {
  display: block;
  float: right;
}
.footer .list-unstyled .glyphicon {
  height: 25px;
  line-height: 25px;
  vertical-align: top;
}
.top-title {
  border-bottom: 8px solid #267c9c;
  margin-bottom: 40px;
}
.top-title .title {
  border-left: 5px solid #267c9c;
  padding-left: 15px;
  margin: 25px 0;
}
.top-title p {
  padding-left: 20px;
}
.top-title img {
  height: 150px;
  margin: 15px 0;
}
.info-title .title {
  border-left: 5px solid #267c9c;
  padding-left: 15px;
  margin: 25px 0;
}
.info-title p {
  padding-left: 20px;
}
.info-title img {
  height: 150px;
  margin: 15px 0;
}
.product-info .thumbnail {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 8px #cccccc;
  -moz-box-shadow: 0 0 8px #cccccc;
  box-shadow: 0 0 8px #cccccc;
}
.product-info .dl-horizontal dt,
.product-info .dl-horizontal dd {
  padding: 5px;
}
.product-info p {
  margin: 15px 0;
}
.product-info li {
  margin: 8px 0;
}
.news-container .table td {
  border: none;
}
.news-container .link {
  width: 80%;
}
.news-container .link a {
  color: #333;
}
.news-container .link a:hover {
  color: #267c9c;
}
.news-container .date {
  width: 20%;
}
#map {
  height: 650px;
  -webkit-box-shadow: 0 0 8px #cccccc;
  -moz-box-shadow: 0 0 8px #cccccc;
  box-shadow: 0 0 8px #cccccc;
}
#map * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#map img {
  max-width: none;
}
