@charset "UTF-8";

/*重置bootstrap*/

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
 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:#777;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

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: #393939;
  color: #9a9a9a;
  line-height: 40px;
  font-size: 22px;
  margin-bottom: 10px;
}

.language a {
  color: #9a9a9a;
  font-family: "宋体";
}

.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: #068056;
}

.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: #068056;
}

.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-list {
  position: relative;
}

.about-black {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-name {
  font-size: 22px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 9;
  margin-top: -31px;
}

.pro-title {
  background-color: #1689c3;
  line-height: 40px;
  font-size: 26px;
  padding: 30px 0;
}

.pro-main {
  border: 1px solid #e9e9e9;
  padding: 0 15px 15px 15px;
  border-top: none;
}

.pro-list {
  line-height: 36px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  cursor: pointer;
}

.pro-active {
  color: #1689c3;
  border-bottom: 1px solid #1689c3;
}

.pro-img {
  height: 150px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 5px;
  background-color:#fff;
  /* display: table-cell; */

vertical-align:middle;
}

.pro-img img {
  max-height: 140px;
  display: block;
    margin: auto;
}

.pro-name,.honor-name {
  padding: 0 15px;
  line-height: 36px;
}

.line {
  height: 1px;
  background-color: #e9e9e9;
  width: 100%;
  margin-bottom: 10px;
}

.product-title {
  border: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 0 15px;
  border-top: none;
}

.product-list {
  overflow: hidden;
  display: none;
}

small {
  color: #ccc;
}

.news-index p {
  margin-bottom: 0;
}
.news-index{
	margin-bottom:15px;
}
.margin-top-10 {
  margin-top: 10px;
}

.news-img {
  max-height: 130px;
}

.news-title-index {
  border: 1px solid #1689c3;
  color: #1689c3;
  font-size: 24px;
  line-height: 60px;
  padding: 5px 15px;
  background-color: #fff;
  z-index: 9;
}

.new-title {
  position: relative;
}

.news-line {
  width: 100%;
  height: 1px;
  background-color: #1689c3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.img-news-dsc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-describe{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height:32px;
  font-size:16px;
  margin-top:10px;
}
.img-title {
  font-size: 22px;
}
.news-title{
	font-size:24px;
	margin-bottom:15px;
}
.news-list{
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}
.news-list-index {
  overflow: hidden;
  margin-top: 10px;
}

.news-times {
  border: 1px solid #1689c3;
}

.news-y {
  background-color: #1689c3;
  font-size: 24px;
}

.news-d {
  font-style: 18px;
}

.footer {
  background-color: #1c1d21;
  padding-top: 20px;
  margin-top:20px;
}

.footer-right {
  border-right: 1px solid #000;
  font-size: 14px;
  line-height: 36px;
  margin-top: 10px;
  padding: 0 5px;
}

.text-gray {
  color: #777;
}

.footer-border-right {
  border-right: 1px solid #000;
}

.footer h3 {
  margin-top: 0;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  overflow: hidden;
  margin: 10px 0;
}

.copy-right {
  line-height: 36px;
}

#product {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px 0;
  margin-top: 30px;
}

.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;
}
.show-news-title {
  color: #404040;
  font-size: 36px;
}

.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;
}
.honor-name{
	border:1px dashed #e5e5e5;
	border-top:none;
	margin-bottom:30px;
}
.about-url{
	font-size:20px;
	border:2px solid #068056;
	padding:10px 15px;
	text-align: center;
}
body{
	padding-bottom:60px;
}
@media(max-width:768px){
	body{
		padding-bottom:100px;
	}
}
#footer{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#068056;
	color:#fff;
}
#footer a{
	color:#fff;
}
.banner-c{
	margin-bottom:30px;
}
.news-info{
	font-size:16px;
	line-height:1.75em;
}
.input-time{
	padding:10px 0;
}
.show-news-title{
	text-align:center;
}
.one-s{
	margin-right:20px;
}