* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑"
}
   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: 26px;
    color: #111;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

pre {}

img {
  max-width: 100%;
}
.btn-danger:hover{
	color:#fff !important;

}
.btn-danger{
			margin-top:10px;
}
#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 #fd283e;
    background-color: #fd283e;
}
.dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	border:none;
}
.font-bold {
  font-weight: bold;
}

.text-gray {
  color: #aaa;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}
.text-left .text-white{
color:#333;
}
  .word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.padding-zero {
  padding: 0;
}
#list-group-active{
	font-size:30px;
	line-height:46px;
}
.banner-c{
	margin-bottom:15px;
}
.bread{
	line-height:30px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
	overflow:hidden;
}
.background-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
a{
	color:#ccc;
}
a:hover {
  color:#fd283e;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
a,a:hover,a:active,a:visited{
  text-decoration: none;
}
.margin-top-5 {
  margin-top: 5px;
}

.margin-top-15 {
  margin-top: 15px;
}

.font-bold {
  font-weight: bold;
}

.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

#scrollUp {
  right: 10px;
  bottom: 20px;
  padding: 20px;
  color: #fff;
  background: #555;
}

#scrollUp:hover {
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-colorr .4s ease;
  transition: background-color .4s ease;
  color: #fff;
  background-color: #ff2023;
}



/*ie-alert*/

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}


/*header*/

ul, ol {
  list-style: none;
}


/*重置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;
}

.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: #023171;
}

.navbar-default {
  border: none;
  background-color: transparent;
  font-size: 18px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #023171;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.carousel-control.left {
  background: none;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 15px 12px;
}


.main-title {
  position: relative;
  margin: 20px;
}

.line-title {
  width: 400px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  z-index: 999;
}

.main-title span {
  padding: 5px 10px;
  border: 1px solid #ccc;
  position: relative;
  z-index: 9999;
  background-color: #fff;
}

#flexisel,#case {
  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 {
  padding: 0 5px;
}

.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: 270px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}

.flexisel-name {
  background-color: #e5e5e5;
  padding: 10px 0;
}

.flexisel-des {
/*   background-color: #0e9342; */
/*   color: #fff; */
  overflow: hidden;
}

.flexisel-arr {
  background-color: #0c662f;
}

.flexisel-des .text-left {
  padding-top: 10px;
}

.about {
  padding: 15px 0;
  width: 100%;
  background: url(../../images/bg-about.jpg) no-repeat center;
  margin-top: 30px;
}

.about .container {
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
}

.about-intro {
  /*padding: 10px 5px;*/
  line-height: 24px;
  letter-spacing: .5px
}

.about-intro h3 {
  font-weight: bold;
  line-height: 40px;
}

.about-container {

    padding: 0 15px;
    overflow: hidden;
}

.about-list h3 {
  /* border: 1px solid #e5e5e5; */
  line-height:40px;
}

.about-title {

  color: #404040;
}
  .bordered{
	border:1px solid #e5e5e5;
	padding:5px;
  }
.about-title h4 {
  line-height: 44px;
}
.about-title .btn{
	margin-top:5px;
}
.about-title p {
  line-height: 20px;
  font-size:12px;
}

.day {
  font-size: 20px;
}


/*首页新闻*/

.news-img {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.news-time-index {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(244, 0, 26, .7);
  padding: 5px 15px;
}

.img-news-title {
  padding-top: 10px;
}

.news-list-time {
  border-right: 1px solid #e5e5e5;
}

.news-list-index {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 15px;
}


/*FOOTER*/

.footer {
  padding: 20px 0;
  width: 100%;
  background: url(../../images/footer-bj.jpg) no-repeat center;
  margin-top: 30px;
  background-size:cover;
}

.footer-address {
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 40px;
  padding: 5px 15px 0 15px;
  font-weight: lighter;
}

.product-name-footer{
  line-height: 40px;
}
/*NEWS*/

.news-list {
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 10px;
}

.news-title {
  margin-bottom: 15px;
  color: #2b3242;
  font-size: 24px;
  line-height: 40px;
}

.news-time h2 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 46px;
}

.news-top {
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}

.news-icon {
  overflow: hidden;
}

.news-describe {
  margin-top: 25px;
  padding-left: 20px;
  letter-spacing: 1px;
  color: #2b3242;
  font-size: 16px;
  line-height: 30px;
}

.read-more {
  margin-top: 20px;
  padding-left: 20px;
}

.read-more .btn {
  padding: 3px 10px;
}

.show-news-title {
  overflow: hidden;
  width: 100%;
  padding: 20px 15px;
  background: #111;
  position: relative;
}

.show-news-title h3 {
  margin: 0;
}

.news-info {
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
}

.news-bread {
  position: absolute;
  top: 15px;
  right: 20px;
}

.next {
  line-height: 30px;
}


/*PRODUCT*/

.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  text-align: center;
  border: 1px #ddd solid;
  /*margin-bottom: 20px;*/
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.product-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  overflow: hidden;
  opacity: 0;
}
.pro-name,.honor-name{
  line-height: 36px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.product-intro {
  font-size: 12px;
  opacity: 0;
  padding-top: 15px;
}

.black {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-name-active {
  bottom: 40px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
}

.product-intro-active {
  opacity: 1;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  padding-top: 5px;
}

.black-active {
  opacity: 1;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.product-name-after {
  bottom: 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.product-intro-after {
  opacity: 0;
  -webkit-transition: 1.5s ease-out;
  -moz-transition: 1.5s ease-out;
  -o-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
}

.black-after {
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}
.pro-container:hover .pro-name{
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}
.pro-container{
  margin-bottom: 20px;
}
.product-name a:hover{
  color: #fd283e
}
.honor-container{
	margin-bottom:15px;
}

.news-index-des{
	color:#7f7f7f;
	margin-top:10px;
}
.news-bread a{
	color:#fff;
}
.black{
	 cursor: pointer;
}
/* .pro-name small{
	color:#ccc;
}
 */
 #case img{
	max-height:210px;
 }

 .case{
   width: 100%;
   padding: 15px 0;
   background: url(../../images/bg-case.jpg) no-repeat center;
   /*background-image: url(../../images/case-bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;*/
   /*background-color: #ccc;*/
 }
#case .flexisel-name {
    background-color: #f5f5f5;
    padding: 10px 0;
}
.flexisel-img a{
	height:210px;
/* 	display:block;
	background-color:#fff;
	*/
	 }
.flexisel-name a{
	height:auto;
}