@charset "UTF-8";

/*重置bootstrap*/

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  font-size: 14px;
  /* line-height: 30px; */
  color: #717171;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

a:hover, a:visited, a:checked {
  text-decoration: none;
}

a.tetx-white {
  color: #fff;
}

a:hover {
  color: #ffc90d;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
}

.border-right {
  border-right: 1px solid #9a9a9a;
}

.border-left {
  border-left: 1px solid #9a9a9a;
}


/*重置php cms*/

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}


/*header*/

.header {
  background-color: #202020;
  color: #fff;
  line-height: 24px;
  /*font-size: 22px;*/
  margin-bottom: 10px;
  padding: 10px 0;
}

.lang-zh, .lang-en {
  border-radius: 16px;
}

.lang-zh {
  background-color: #000;
}

.lang-en {
  background-color: #e34d4c;
}

.navbar-nav {
  font-size: 16px;
}

.navbar-default .navbar-nav>li>a {
  color: #111;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fff !important;
  background-color: #f00;
}

.navbar-default {
  border: none;
  background-color: transparent;
  font-size: 18px;
  margin-bottom: 0;
  min-height: 54px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #f00;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background: none;
}

.carousel-control.left {
  background: none;
}

.navbar-brand {
  float: left;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}


/*常用css样式*/

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

.margin-top-30 {
  margin-top: 30px;
}


/*PRODUCT*/

.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #e5e5e5 dashed;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-name {
  border: 1px dashed #e5e5e5;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  overflow: hidden;
  border-top: none;
  line-height: 30px;
  letter-spacing: 1px;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

@media(max-width:767px) {
  .product-container {
    height: 150px;
  }
  .product-container a {
    height: 150px;
  }
  .product-container a img {
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
  }
}


/*For IE7*/

*+html .product-container a {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
}

*+html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
}


/*For IE6*/

*html .product-container a {
  position: absolute;
  top: 51%;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

*html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
  width: expression(this.width>200?"200px": "auto");
  height: expression(this.height>140?"140px": "auto");
}

.about {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
} 

#product {
  background-image: url(../images/product.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 30px 0;
}

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.flexisel-img {
  width: 95%;
  display: block;
  margin: auto;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 1);
}

.nbs-flexisel-item {
  float: left;
  /*margin-right:15px;*/
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  padding: 5px 10px;
  width: 50px;
  height: 90px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
}

.nbs-flexisel-nav-left {
  left: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 5px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

.flexisel-img img {
  max-height: 200px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.flexisel-li {
  padding-bottom: 15px;
}

.flexisel-name {
  border-top: 2px solid #f00;
  line-height: 30px;
  font-size: 16px;
}

.flexisel-p {
  height: 200px;
}

#product h3, #news h3, #news h4 {
  margin: 0;
}

.news-d {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-gray {
  color: #888
}

.news-home {
  margin-bottom: 15px;
  overflow: hidden;
}

.footer {
  padding-top: 20px;
  background-image: url(../images/footer.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top:15px;
}


.border-right {
  border-right: 1px solid #000;
}

.footer-line {
  width: 100%;
  background-color: #000;
  height: 1px;
  margin-top: 15px;
  box-shadow: 0 1px 1px #6e6e6e;
}

.copyright {
  line-height: 32px;
}
.copyright .text-gray img{
  width:20px;
}

.bread {
  line-height: 36px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}

.banner-c {
  margin-bottom: 15px;
}

#list-group-active {
  line-height: 46px;
  font-size: 24px;
}

.page-about {
  line-height: 36px;
  font-size: 16px;
}

.map-title {
  margin-top: 15px;
}

.map-title a {
  color: #164664;
}

.map-list a {
  color: #a7a7a7;
}
.share {
  overflow: hidden;
  color: #888;
  border-bottom: 1px solid #e5e5e5;
  line-height: 42px;
}

.bdshare-button-style0-32 a {
  background-image: url(../images/icons_0_32.png) !important;
}

#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages {
  clear: both;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fe6b01;
  background-color: #fe6b01;
}
.product-list .col-sm-3{
  margin-bottom: 10px;
}
.show-news-title{
	font-size:24px;
}
.news-title{
	font-size:22px;
}
.news-list{
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}
.footer .p-name a{
	border-right:1px solid #000;
	padding-right:5px;
	margin-right:5px;
}
@media (max-width:768px){
	.news-home img{
		width:100%;
	}
}