@charset "UTF-8";

* {
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100% !important;
}

a {
  text-decoration: none;
  color: #333;
}


ul,
ol {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}

#pages a,
#pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}
#pages{
	clear:both;
	margin:20px 0;
}
#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #26b2e5;
  background-color: #26b2e5;
}
.form-control,
.input-text,
textarea {
  font-size: 14px;
  line-height: 1.42857143;
  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);
}
a,
a:hover,
a.text-white:hover,
.text-white a:hover {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}

a:hover {
  color: #d5211d !important;
}

.trans {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ie-alert {
  font-size: 20px;
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #d22234;
}

.word-break,.footer-nav {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*常用css样式*/
pre {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #fff;
  border: none;
  background-color: transparent;
  overflow-y:hidden;
}

.form-control,
.input-text {
  font-size: 14px;
  line-height: 1.42857143;
  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-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

@media(min-width:1440px) {
  .container {
    width: 1400px;
  }
}

/* 导航 */
.top {
  background-color: #0095eb;
  padding-left: 30px;
}

.language {
  background-color: #ce1800;
  margin-right: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

.language i {
  font-size: 22px !important;
}

.language:hover a {
  color: #ff0 !important;
}

.home-number {
  background-color: #f2f3f5;
  padding: 60px 0;
}

.home-number-brand {
  font-size: 32px;
  padding-bottom: 15px;
}

.home-num-des {
  font-size: 16px;
  line-height: 1.5em;
  color: #464646;
}

.num-item {
  color: #0095eb;
  font-size: 18px;
  padding-bottom: 8px;
}

.num-item span {
  font-size: 48px;
  padding-right: 10px;
}

.number {
  padding-top: 30px;
}

.number .col-sm-3 {
  font-size: 16px;
}

.text-brand {
  color: #0095eb;
}
.text-brand-two {
  color: #d5211d
}

.home-ind {
  padding: 50px 0;
  background-image: url(../../images/ind.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-pro-brand {
  font-size: 36px;
  font-family: 'arial';
}


.text-gray {
  color: #5c5c5c;
}

.home-pro-zh {
  font-size: 24px;
  padding-bottom: 10px;
}

.swiper-pro {
  position: relative;
}

.home-pro-num {
  background-color: #0095eb;
  padding: 50px 0;
  font-size: 16px;
  height: 100%;
}

.swiper-pagination-total,
.swiper-pagination-current {
  display: block;
  font-size: 24px;
  padding: 15px 0;
}

.home-pro .swiper-pagination {
  position: relative !important;
}

.yline {
  width: 1px;
  height: 130px;
  background-color: #fff;
  margin: auto;
}

.menue-line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 8px;
}

.home-pro-name {
  font-size: 36px;
}

.home-pro-des {
  font-size: 16px;
  padding: 15px 0;
  line-height: 2em;
}


.home-pro-menue {
  margin-top: 50px;
}

.swiper-pro-next,
.swiper-pro-prev {
  top: 95% !important;
}

.swiper-pro-next,
.swiper-pro-prev {
  width: 40px !important;
  height: 40px !important;
  background-size: cover !important;
  margin-top: -40px !important;
}

.swiper-pro-next {
  background-image: url(../../images/arr-right.png) !important;
  left: 70px !important;
  right: auto;
}

.swiper-pro-prev {
  background-image: url(../../images/arr-left.png) !important;
}

.home-ind .swiper-pagination {
  position: relative;
}

.swiper-pagination-fraction {
  color: #fff !important;
}

.text-danger {
  color: #ff5345;
}

.home-ind-des {
  font-size: 18px;
  margin-bottom: 50px;
}

.home-brand {
  font-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/home-brand.jpg);
  padding: 100px 0;
}

.text-white,
.text-white a {
  color: #fff;
}

.margin-top-60 {
  margin-top: 60px;
}

.home-news-brand {
  font-size: 36px;
  padding-bottom: 10px;
}

.font-18 {
  font-size: 18px;
}

.home-news-bg {
  background-color: #0095eb;
  padding: 30px 20px;
}

.home-xw-brand {
  font-size: 16px;
}

.home-xw-title {
  font-size: 18px;
  padding: 15px 0;
}
@media(min-width:768px){
  .home-pro-img img{
  float: right;
  height: 430px;
  }
}
.home-news-img,
.home-notice-img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-news-img {
  height: 360px;
}

.home-notice-img {
  height: 200px;
}

.home-notice-bg {
  background-color: #0095eb;
  padding: 10px;
}

.home-notice-title {
  padding-top: 10px;
}

.home-xw-gray {
  padding: 30px 15px;
  background-color: #eee;
  margin-top: 30px;
}

.home-xw-gtitle {
  font-size: 24px;
  padding: 15px 0;
}

.home-join {
  background-color: #eee;
  padding: 30px 0;
  font-size: 18px;
}

.home-join span {
  font-size: 36px;
}

.home-notice-title {
  font-size: 16px;
  height: 60px;
}

.home-join .btn {
  margin-top: 15px;
  font-size: 16px;
}

.footer {
  background-color: #204e9e;
  padding: 30px 0;
  background-image: url(../../images/footer-logo.png);
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}

.footer-nav-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-nav {
  font-size: 14px;
  padding: 5px 0;
}

.copyright {
  background-color: #163c5d;
  padding: 15px 0;
}

.copy-item {
  line-height: 1.75em;
}

.footer-tel {
  font-size: 24px;
  font-family: fantasy;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

/* category-about */
.banner-c {
  position: relative;
}

.banner-text {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.banner-c-title {
  font-size: 32px;
}

.banner-bread {
  padding-top: 10px;
  font-size: 16px;
}

.banner-brand {
  background-color: rgba(0, 149, 253, .8);
  padding: 30px;
  display:none;
}

.banner-border {
  border: 1px solid #fff;
  padding: 50px 100px;
}

.about-icon {
  padding: 10px 0;
}

.about-title {
  font-size: 24px;
}

.about-des {
  color: #303030;
  line-height: 1.75em;
  font-size: 16px;
  padding: 50px 0;
}

.btn-info {
  background-color: #0095eb;
  border-color: #0095eb;
  border-radius: 17px;
}

.btn-info span {
  padding-left: 30px;
}

#about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/home-brand.jpg);
  padding: 50px 0;
}

.about-item {
  background-color: #fff;
  padding: 20px 15px;
}

.bg-white {
  background-color: #fff;
}

.about-y-border {
  border: 1px solid #fff;
  padding: 30px 0;
}

.bg-brand {
  background-color: #0095eb;
  padding: 30px;
}

.about-num {
  font-size: 18px;
}

.about-num span {
  font-size: 32px;
  padding-right: 10px;
}

.padding-zero {
  padding: 0;
}

.margin-top-30 {
  margin-top: 30px;
}

.about-cul-des {
  padding-top: 10px;
  font-size: 16px;
}

@media(min-width:1200px) {
  .padding-left-zero {
    padding-left: 0;
  }

  .paddingt-right-zero {
    padding-right: 0;
  }
}

.page-about {
  font-size: 16px;
  line-height: 1.75em;
}

.about-item-list {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.about-border {
  border: 1px solid #fff;
  height: 80%;
  width: 90%;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 999;
}

.about-item-title {
  font-size: 32px;
  padding-top: 16%;
}

.about-item-list:hover .about-border {
  border-color: #0095eb;
  color: #0095eb;
}

.about-item-list:hover img {
  transform: scale(1.1);
}

.about-brand {
  padding: 30px 0;
}

/* 新闻 */
.cat-news {
  padding: 50px 0;
  background-image: url(../../images/news-top.jpg);
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.cat-news-des {
  height: 0px;
  overflow: hidden;
}

.cat-news-time {
  padding: 10px 0;
}

.cat-news-item:hover .cat-news-des {
  height: 40px;
}

.cat-news-item {
  position: relative;
  margin-top: 30px;
}

.cat-news-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
}

.cat-news-info {
  background-color: #0095eb;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cat-xw-time {
  background-color: #0095eb;
  padding: 20px 0;
}

.cat-xw-day {
  font-size: 32px;
}

.cat-xw-year {
  font-size: 16px;
}

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

.cat-xw-title {
  font-size: 18px;
}

.cat-xw-info {
  color: #a6a6a6;
  padding: 10px 0;
}

.cat-xw-info {
  overflow: hidden;
}

.cat-xw-des {
  color: #333;
  line-height: 1.75em;
}

.xw-more {
  padding: 15px 0;
  margin-top: 20px;
}

.xw-more a {
  padding: 10px 20px;
  border-left: 1px solid #0095eb;
  border-right: 1px solid #0095eb;
  font-size: 16px;
}

.xw-more i {
  padding-left: 20px;
}

.cat-xw-img {
  overflow: hidden;
}

.cat-xw-img img {
  max-height: 180px;
}

.cat-news-list:hover img {
  transform: scale(1.1);
}

.cat-news-list {
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
}

.cat-news-list:hover .xw-more a {
  color: #fff;
  background-color: #f01f04;
  border-color: #f01f04;
}

.cat-news-list:hover .cat-xw-time {
  background-color: #f01f04;
}

.cat-news-list:hover .cat-xw-title a {
  color: #f01f04 !important;
}

.cat-news-list:hover {
  background-color: #e7f9fc;
}

.xw-more a:hover {
  color: yellow !important;
}

.bread {
  border-bottom: 1px solid #ddd;
  line-height: 60px;
  font-size: 16px;
  margin-bottom: 30px;
}

.bread-active {
  background-color: #d22234;
  color: #fff;
}

.show-news-info {
  padding: 15px 0;
  color: #555;
}

.show-news-title {
  font-size: 32px;
}

.show-news-info {
  font-size: 16px;
  line-height: 1.75em;
}

.next-pre {
  font-size: 24px;
}

.next {
  padding: 10px 0;
  overflow: hidden;
}

.next a {
  overflow: hidden;
}

#next {
  border-radius: 0 !important;
  padding: 15px 0;
  font-size: 16px;
}

/* 责任 */
.safe {
  background: url(../../images/safe.jpg);
  background-size: contain;
  width: 100%;
  height: 300px;
  font-size: 300px;
  text-align: center;
  font-weight: bold;
  line-height: 300px;
  color: transparent;
  -webkit-background-clip: text;
  letter-spacing: -5px;
  font-family: fantasy;
  background-attachment: fixed;
}

.safe-title {
  font-size: 32px;
  padding-top: 30px;
}

.saft-info {
  font-size: 16px;
  padding: 10px 0;
}

.saft-con {
  padding: 20px 0;
}

.saft-list {
  font-size: 16px;
  padding: 5px 0;
  overflow: hidden;
}

.env {
  background: url(../../images/env.jpg);
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 300px;
  font-size: 128px;
  text-align: center;
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  letter-spacing: -5px;
  font-family: fantasy;
}

.env span {
  font-size: 56px;
  display: block;
  letter-spacing: 2px;
}

#env {
  background-image: url(../../images/e.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* 产业 */
.ind-brand {
  font-size: 48px;
  font-family: fantasy;
}

.ind-brand-t {
  font-size: 24px;
  margin-bottom:30px;
}

.ind-num {
  font-size: 300px;
  background: url(../../images/ind-num.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: transparent;
  -webkit-background-clip: text;
  font-family: PingFangSC-Regular, sans-serif,fantasy;
}
.ind-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
  background-color: #fff;
}

.ind-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.ind-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
.ind-name{
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
}
.ind-n span,.ind-brand-t span{
  font-size: 48px;
  font-family: fantasy;

}
.ind-n{
  line-height: 48px;
  font-size: 24px;
  padding: 30px 0;
}
.ind-n-title{
  font-size: 24px;
  /* padding: 5px 0; */
  padding-left: 15px;
  border-left: 4px solid #0095eb;
  margin: 15px 0; 
}
.ind-n-title a{
  color: #0095eb;
}
.ind-n-des{
  color: #999;
  line-height: 1.75em;
  margin-bottom: 30px;
}
.ind-n-item img{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.ind-n-item:hover img{
  transform: scale(1.1);
  
}
.ind-n-img{
  overflow: hidden;
}
#ind{
  background-image: url(../../images/ind-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
}
/* 人力资源 */
.banner-hr{
  background-image: url(../../images/banner-hr.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  overflow: hidden;
}
.banner-hr-title{
  font-size: 48px;
}
.banner-hr-des{
  line-height: 1.5em;
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}
.icon-icon{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
}
.hr-icon-item:hover .icon-icon{
  background-color: #204e9e;
}
.hr-icon-item:hover a{
  color: #fff !important;
}
.icon-img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url(../../images/icon-hr.png);
  background-repeat: no-repeat;
  background-size: center;
  margin: auto;
}
.hr-icon{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  margin: auto;
  padding: 15px;
}
.hr-icon-title{
  font-size: 18px;
  letter-spacing: .5px;
}
.banner-hr-icon .hr-icon-item:nth-of-type(1) .icon-img{
  background-position: 0 0;
}

.banner-hr-icon .hr-icon-item:nth-of-type(2) .icon-img{
  background-position: -120px 0;
}

.banner-hr-icon .hr-icon-item:nth-of-type(3) .icon-img{
  background-position: -240px 0;
}
.banner-hr-icon .hr-icon-item:nth-of-type(1):hover .icon-img{
  background-position: 0 -120px;
}
.banner-hr-icon .hr-icon-item:nth-of-type(2):hover .icon-img{
  background-position: -120px -120px;
}
.banner-hr-icon .hr-icon-item:nth-of-type(3):hover .icon-img{
  background-position: -240px -120px;
}
.culture-title{
  background-color: #204e9e;
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
  margin-bottom: 30px;
}
#culture .col-xs-6:hover img{
  transform: scale(1.1);
}
#culture a:hover{
  color: #ce1800 !important;
}
.culture-item{
  overflow: hidden;
}
/* 发展历程 */
.history-list{
  overflow: hidden;
}
.history-year{
  font-size: 32px;
  line-height: 120px;
}
.history-line{
  width: 4px;
  min-height: 120px;
  background-color: #e8e8e8;
  position: relative;
  margin: auto;
}
.history-line-cir{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  margin-left: -10px;
  border: 4px double #26b2e5;
  padding: 5px;
}
.history-info{
  padding-top: 20px;
  font-size: 18px;
}
.history-list:hover{
  background-color: #f9f9f9;
}
.history-list:hover{
  color: #0095eb;
}
/* 企业文化 */
.clture-item{
  padding: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.culture-list{
  padding: 0 15px;
  float: left;
  width: 50%;
}
#culture .culture-list:nth-of-type(1){
  width: 60%;
}
.culture-item-title{
  font-size: 24px;
}
.culture-item-des{
  margin-top: 30px;
  font-size: 16px;
  line-height: 2em;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;/*行数*/
  height: 116px;
    overflow: hidden;
}
#culture .culture-list:nth-of-type(2){
  width: 40%;
}
/* #culture .culture-list:nth-of-type(2) .culture-item-des{
  width: 80%;
}
#culture .culture-list:nth-of-type(3) .culture-item-des{
  width: 70%;
} */
.culture-bg{
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #204e9e;
}
.culture-btn{
  padding: 10px 30px;
  font-size: 18px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -67px;
  display: block;
}
.culture-btn:hover{
  background-color: #fff;
}
.culture-btn i{
  padding-left: 10px;
}
.clture-item:hover .culture-bg{
  top: 0;
}
/* 子公司 */
#sub{
  overflow: hidden;
  padding: 30px 0;
}
.sun-item{
  padding: 80px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.sub-title{
  font-size: 24px;
}
.sub-des{
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 2em;
}
.sub-btns{
  margin-top: 20px;
}
.sub-btn{
  background-color: #fe2104;
  color: #fff;
  padding: 10px 25px;
}
.sub-list{
  margin-bottom: 30px;
  overflow: hidden;
}
a.sub-btn:hover{
  color: yellow !important;
  background-color: #ce1800;
}
#list-sub{
  padding: 30px 0;
  background-color: #f7f7f7;
}
.sub-title{
  background-color: #204e9e;
  font-size: 24px;
  padding: 20px 0;
}
.sub-list li{
  padding: 15px 0 15px 15px;
  border-bottom: 1px dotted #ddd;
  font-size: 16px;
}
.sub-list{
  background-color: #fff;
  padding: 0 15px 30px 15px;
}
.sub-list i{
  line-height: 21px !important;
  font-size: 18px !important;
}
.sub-brand{
  font-size: 24px;
  border-left: 4px solid #ce1800;
  padding-left: 15px;
}
.sub-des-info{
  line-height: 1.75em;
  letter-spacing: .5px;
}
a.sub-a{
  color: #ce1800;
  padding-top: 10px;
  display: block;
}
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.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{
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px 0;
}
#sub-nav .btn{
  margin-top: 15px;
}
/* 联系我们 */
.contact-item{
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.contact-title{
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-info{
  line-height: 1.75em;
  color: #5c5c5c;
  height: 125px;
}
.contact-item:hover .contact-title{
  color: #0641ff;
}
.contact-item:hover{
  background-color: #fff;
}
/* team团队 */
.team-title{
  font-size: 24px;
  padding-bottom: 20px;
}
.team-des{
  color: #999;
}
.team-info{
  font-size: 16px;
  line-height: 1.75em;
  color: #333;
}
.team-item{
  padding: 30px 0;
  overflow: hidden;
}
.bread{
  overflow: hidden;
  background-color: #e5e5e5;
  padding: 10px 0;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #204e9e;
  border-color: #204e9e;
}
.btn-info:hover{
  color: #fff !important;
  background-color: #204e9e;
  border-color: #204e9e;
}

#sub-nav .btn-active{
  background-color: #204e9e;
  border-color: #204e9e;
}

#bread-32 .btn{
  margin: 5px 0;
}

@media(min-width:768px){
  .border-left-lg{
    border-left: 1px solid #ddd;
  }
  .bread-29 .col-sm-1{
    width: 14%;
  }
  #bread-32 .col-sm-1{
    width: 15%;
    margin: 10px 0;
  }
  #bread-29 .col-sm-1{
    width: 15%;
  }
}
@media(max-width:1440px){
  .menue-header .menue-nav li {
    margin-right: 40px;
  }
}
#menu li:nth-of-type(2) .hide{
  width: 200px;
}
#menu li:nth-of-type(6) .hide{
  width: 240px;
}
#sub-nav .col-xs-6{
	width:100%;
}
.menue-header .menue-nav li:nth-of-type(2) .hide .sub-link,
.menue-header .menue-nav li:nth-of-type(6) .hide .sub-link{
  width: 50%;
  float: left;
}
.culture-item-des pre{
  font-size: 16px;
}

.honor-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.honor-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.honor-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
.honor-name{
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 15px;
  margin-bottom: 30px;
}
@media(max-width:1200px){
  .honor-container {
    height: 120px;
  }
  
  .honor-container a {
    height: 120px;
  }
  
  .honor-container a img {
    max-height: 120px;
  }
}
@media(min-width:1200px){
  #bread-9 .col-xs-1{
    width: 11.111%;
  }
}
.cat-sub-bg{
  background-color: rgba(32, 78, 158, .75);
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
.cat-sub-title{
  font-size: 24px;
}
.nav-active{
  color:#ff0 !important;
  border-bottom:2px solid #ff0 !important;
}
@media (max-width: 1367px){
  .menue-header .menue-nav li {
      margin-right: 20px;
  }
}
@media(max-width:768px){
	.logo{
		max-height:60px;
	}
	body{
		padding-top:60px;
	}
	.home-brand,.home-pro-name{
		font-size:24px;
	}
	.container{
		padding:0 30px;
	}
	.num-item span{
		font-size:32px;
	}
	.bread .btn{
		margin-bottom:15px;
	}
	.contact-info{
		height:auto;
	}
	.home-pro-des{
		overflow: hidden;
		height:168px;
		margin-bottom:10px;
	}
	.swiper-pro-next, .swiper-pro-prev{
		margin-top:-20px !important;
	}
	.culture-list{
		width:100%;
	}
	#culture .culture-list:nth-of-type(1),#culture .culture-list:nth-of-type(2){
		width:100%
	}
	.clture-item{
		padding:20px 15px;
	}
	#culture{
		padding:0 15px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	#swipebox-close{
		top:80px !important;
	}
	.page-about{
		padding:0 15px;
	}
	.cat-xw-img{
		height:180px;
		margin-top:15px;
	}
	.cat-xw-img img{
		width:100%;
		min-height:180px;
	}
	.xw-more{
		padding:5px 0;
	}
	.culture-title{
		padding:5px 0;
	}
	.footer .container{
		padding:0 15px;
	}
	.copyright{
		text-align:center;
	}
	.culture-item-des{height:auto;}
}
.sub-des-info img{
	display:none;
}
.cat-xw-img{
	height:180px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
