@charset "UTF-8";

/*重置bootstrap*/

* {
  padding: 0;
  margin: 0;
  font-family: Helvetica, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  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;
  border-radius: 0;
  font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a {
  color: #000;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
/*重置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;
}

.carousel-control.left {
  background: none;
}

 .nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
}
/*常用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;
}
#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;
}

.dropdown-menu {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#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: #b6092e;
}

/*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;*/
  border-bottom:1px solid #e5e5e5;
}

.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: 150px;
  /* padding: 5px; */
  text-align: center;
  border: 1px #e5e5e5 dashed;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height:150px;
  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");
}


/*nav*/

.navbar-fixed-top {
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
}

.navbar {
  /*position: relative;*/
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
  color: red
}

.badge {
  background-color: #d30404;
}

.color-line {
  width: 100%;
  height: 2px;
  background: rgb(10, 0, 178);
  background: -moz-linear-gradient(left, rgb(10, 0, 178) 0%, rgb(255, 0, 0) 40%, rgb(255, 252, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(10, 0, 178) 0%, rgb(255, 0, 0) 40%, rgb(255, 252, 0) 100%);
  background: linear-gradient(to right, rgb(10, 0, 178) 0%, rgb(255, 0, 0) 40%, rgb(255, 252, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a00b2', endColorstr='#fffc00', GradientType=1);
}

.product-index {
  background-color: #d8d8d8;
  padding: 10px;
  padding-bottom: 30px;
}

.product-index-img {
  position: relative;
  height: 190px;
}

.product-index-img img {
  max-height: 190px;
  max-width: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
}

.product-index-name {
  position: absolute;
  bottom: -20px;
  width: 80%;
  border: 2px solid #06008e;
  color: #06008e;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  left: 50%;
  margin-left: -40%;
  font-size: 16px;
}

.about-index {
  background-image: url(../images/about.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 20px 0;
}

.about-index pre {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: .5px;
}

.four-img {
  position: relative;
}

.bg1, .bg2, .bg3, .bg4 {
  width: 94%;
  height: 94%;
  position: absolute;
  top: 3%;
  left: 3%;
  font-size: 16px;
}

@media(max-width:768px) {
  .product-index-img {
    height: 100px;
  }
  .product-index-img img {
    max-height: 100px;
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
  }
  .product-index-name {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    left: 0;
    margin-left: 0;
    font-size: 14px;
    border: 1px solid #06008e;
  }
}

@media (min-width:768px) {
  .bg1, .bg2, .bg3, .bg4 {
    padding-top: 30px;
  }
}

.bg1 {
  background-color: rgba(7, 125, 187, .6);
}

.bg2 {
  background-color: rgba(1, 23, 67, .6);
}

.bg3 {
  background-color: rgba(0, 58, 144, .6);
}

.bg4 {
  background-color: rgba(0, 0, 0, .6);
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.btn-more {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
  display: block;
     position: absolute;
    right: 20px;
    bottom: 20px;
}

.img-news {
  position: relative;
  overflow:hidden;
}

.img-news-title {
  position: absolute;
  width: 100%;
  line-height: 40px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  padding: 0 15px;
}

.img-news-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 76px;
  background-image: url(../images/cal.jpg);
}

h3.time-years {
  margin-top: 5px;
}
.margin-top-zero{
  margin-top: 0;
}
.news-list-index{
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.news-dsc-index {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.icon{
  position: relative;
  margin-top: 20px;
}
.line{
  z-index: -1;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.icon img{
  z-index: 999;
}

.footer{
  background-color: #06008e;
  line-height: 32px;
}
.banner-c{
	margin-bottom:15px;
}
#list-group-active{
	font-size:24px;
	line-height:44px;
}
.bread{
	line-height:36px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
}
.left-active{
	background-color:#f5f5f5;
}
.page-about{
	font-size:16px;
	line-height:30px;
	letter-spacing:.7px;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.pro-index{
	margin-bottom:30px;
}
.pro-index a{
color:#06008e
}
.news-list-index img{
	max-width:100%;
	max-height:110px;
	display:block;
	margin:auto;
}
.img-news img{
max-width:100%;
height:230px;
}
.bg1 h4,.bg2 h4,.bg3 h4,.bg4 h4{
position: absolute;
    top: 50%;
    margin-top: -10px;
    /* text-align: center; */
    width: 100%;
}