@charset "UTF-8";

* {
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}
.top{
  background-color:rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
img {
  max-width: 100% !important;
}
.nav-active{
	color:#555;
}
a {
  text-decoration: none;
  color: #555;
}


ul,
ol {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}
#pages{
	margin-top:20px;
	clear:both;
}
#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #555;
  background-color: #555;
}
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: #555;
}

/*常用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;
}

.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);
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break,.home-about-time,.home-about-pro {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.text-white {
  color: #fff !important;
}
/* 导航 */
@media(min-width:1440px){
  .top{
    padding:0 50px;
  }
}
@media(min-width:1441px){
  .container{
    width: 1440px;
  }
}

.language{
  background-color: #555;
  text-align: center;
  margin-right: 0 !important;
  padding: 0 20px;
}
.language a{
  color:#fff;
}
.language a:hover{
  color:#f7ac0a !important;
}
.nav-icon a{
  float: left;
  padding:0 10px;
  line-height: 32px !important;
  position: relative;
}
.nav-icon{
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 15px;
}
.weixin{
  position: absolute;
  top:40px;
  left:0;
  width: 120px;
  height:120px;
  display:none;
}
#weixin:hover .weixin{
  display: block !important;
}
/* 首页关于 */
.home-about{
  padding-top: 60px;
}
.about-des{
  padding: 15px;
}
.about-des-title{
  font-size: 18px;
}
/* .about-des{
  background-color: #555;
} */

.about-des{
  background-color: #cecece;
}
.home-about .col-sm-3:nth-child(even) .about-des{
  background-color: #f8b624;
}
.home-about-des{
  line-height: 24px;
  padding-top: 10px;
}
@media(min-width:768px){
  .home-about-des{
    height:82px;
  }
  .home-about .col-sm-3:hover{
    margin-top: -15px;
    
  }
}
.text-white a{
  color: #fff;
}
/* 首页产品 */
.home-pro{
  margin-top: 60px;
}
.home-pro-title{
  background-color: #cecece;
  padding: 15px;
  font-size: 16px;
  position: relative;
}
.home-pro-add{
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f7ac0a;
}
.home-pro-add img{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.home-pro-add:hover img{
  transform:rotate(90deg);
-ms-transform:rotate(90deg); 
-moz-transform:rotate(90deg); 	
-webkit-transform:rotate(90deg); 
-o-transform:rotate(90deg); 
}
.home-pro-container{
  padding: 15px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.home-pro-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px;
}
.home-pro-name{
  padding-top: 15px;
}
.home-pro-item{
  overflow: hidden;
  margin-bottom: 15px;
}
/* 首页文化 */
.sw-culture{
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sw-culture-info{
  background-color: #f7f7f7;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;;
}
.home-pro .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  width: 120px !important;
  right: 0 !important;
  left: auto !important;
}
.home-pro .swiper-pagination{
  position: absolute;
  right: 0;
}
/* 首页文化 */
.home-culture{
  margin-top: 60px;
}
/* .home-culture-container{
  background-color: #f7f7f7;
} */

.home-culture-container{
  background-color: #f5f5f5;
}

.home-c-title{
  background-color: #cecece;
  padding: 15px;
  font-size: 16px;
}
.text-brand{
  color: #555;
}
.home-c-brand{
  font-size: 18px;
}
.home-c-text{
  padding: 20px;
}
.home-culture-text{
  line-height: 32px;
  font-size: 16px;
  padding: 15px 0;
  color:#8b8a8b;
}
a.text-brand:hover{
  color:#f7ac0a !important;
}
.home-c-more a{
  padding-right: 15px;
}
.home-c-more a:hover{
  padding-right: 0;
}
/* 首页最新动态 */
.home-right-news{
  background-color: #f5f5f5;
  padding:26px 20px;
}
.home-right-list{
  line-height: 40px;
}
.home-xw{
  padding-right: 0;
}
/* 首页地图 */
.video-map{
  margin-top: 60px;
}
#container{
  font-size:12px;
  height:367px;
}
.info-title{
	background-color: #cecece !important;
	color:#fff;
	padding:10px;
	font-size:14px;
}
.info-content{
	line-height:18px;
	padding:10px;
}
/* footer */
.footer{
  margin-top: 60px;
  /* background-color: #636363; */
  background-color:#5a5a5a;
  padding: 30px 0;
}
.zz{
  margin-top: 15px;
}
.icp{
  padding: 15px 0;
  margin-top: 30px;
  line-height: 32px;
}
.footer a:hover{
  color: #f7ae0b !important;
}
/* 新闻资讯 */
.bread{
  font-size:16px;
  padding:10px 0;
  margin-bottom:20px;
background: #cecece;
}
.cat-news-img{
  height:260px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cat-news-title{
  font-size:16px;
  line-height: 40px;
}
.cat-news-des{
  color:#848484;
  height:60px;
  overflow:hidden;
}
.cat-news-time{
  padding:5px 0 15px 0;
  color:#848484;
}
.cat-news-item{
  margin-bottom: 30px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:15px;
}
.cat-news-item:hover{
  margin-bottom:45px;
  margin-top:-15px;
  background-color: #555;
  box-shadow: 5px 0 px #bbb;
}
.cat-news-item:hover .cat-news-des,
.cat-news-item:hover a,
.cat-news-item:hover .cat-news-time{
  color:#fff;
}
.show-news-info{
  color:#848484;
  padding: 20px 0;
  overflow: hidden;
}
.show-news-info img{
	margin:auto;
	display:block;
	max-width:500px !important;
}
.show-news{
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 15px;
}
.next{
  font-size: 16px;
  padding:10px 0;
}
/* 资质荣誉 */
.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;
  line-height: 40px;
  margin-bottom: 30px;
}
/* 招标公告 */
.bids-item{
  overflow: hidden;
  padding:15px 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom:30px;
}
.bids-title{
  font-size:16px;
}
.bids-time{
  padding:10px 0;
}
.cat-contact .col-sm-4:nth-child(1),.cat-contact .col-sm-4:nth-child(2){
	width:50%;
	font-size:16px;
}
.cat-contact .col-sm-4:nth-child(1) .contact-item,.cat-contact .col-sm-4:nth-child(2) .contact-item{
	height:190px
}
.contact-item{
	padding:20px;
	border:1px solid #ddd;
	margin-bottom:30px;
	border-radius:4px;
}
.contact-item .bids-title{
	padding-bottom:10px
}
.contact-item:hover{
	background-color:#555;
	color:#fff;
}
.page-about #container{
	height:500px;
	width:100%;
}
.page-about{
	font-size:16px;
  line-height:2.4em;
  letter-spacing: .5px;
}
.download{
	padding:15px 0;
	color:#555;
}
.down-list{
	list-style: disc;
	padding-left:20px;
	font-size:14px;
}
.about-brand{
	padding:15px 0;
	margin-bottom:30px;
	
}
.btn-about{
	margin-top:30px;
}
.about-brand span{
	border-bottom:4px solid #555;
	padding-bottom:10px;
}
.about-honor-c{
	background-attachment: fixed;
	background-image:url(../../images/about-honor.jpg);
	background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-honor-c .honor-container,.about-honor-c .honor-name{
	background-color:#fff;
}
.cat-contact-feedback{
	background-color:#f7f7f7;
}
@media(max-width:768px){
  body{
    padding-top:60px;
  }
  .cat-contact .col-sm-4:nth-child(1), .cat-contact .col-sm-4:nth-child(2) {
    width: 100%;
  }
  .home-about-des{
    height: 82px;
    overflow: hidden;
  }
  .about-des{
    margin-bottom: 10px;
  }
  .home-about .col-xs-6{
    padding: 0 5px;
  }
  .honor-container,.honor-container a{
    height:150px;
  }
  .honor-container a img{
    max-height: 140px;
  }
  .footer{
    padding:0;
    text-align: center;
  }
  .icp{
    margin: 0;
  }
}
.home-about-des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cat-report-item{
  background-color: #fff;
  padding:15px;
  margin-bottom: 30px;
}
.cat-report-title{
  font-size: 16px;
  padding:10px 0;
}
.cat-report-item:hover img{
  transform: scale(1.1);
}
.cat-report-img{
  overflow: hidden;
}
.cat-report-item:hover{
  margin-top: -15px;
  margin-bottom: 45px;
}
.cat-report-img img,.cat-report-item{
  -webkit-transition: all .4s ease !important;
  -moz-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  transition: all .4s ease !important;
  text-decoration: none;
}
.cat-report-item:hover a{
  color: #ff0;
}
.left-report{
	background-color:#555;
	font-size:16px;
	padding:10px 0 10px 10px;
	margin-bottom:5px;
}
.left-report-active{
  background-color:#555;
  color: yellow;
}
.cat-rps{
  /* border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  margin-bottom:30px;
  background-color:#555; */
}
.cat-rps-brand{
  border-left: 2px solid #f8b624;
  padding-left: 15px;
  font-size: 18px;
  margin: 10px 0;
}
.cat-rps-item{
  line-height: 24px;
}
.cat-r-c{
	height:96px;
}
.cat-rps:hover .cat-rps-btn{
	padding-left:15px;
}
.cat-rps:hover a{
	color:#f8b624;
}
.cat-rps-brand a,.cat-rps-item a{
	color:#000;
}

a.text-yellow{
	color:#000;
}

.report-list{
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:1px solid #f5f5f5;
	overflow:hidden;
}
.report-title{
	font-size:16px;
}
.report-des{
	color:#888;
}
.report-day{
	font-size:24px;
}
@media(max-width:1440px){
	.top .container{
		width:100%;
  }
  .menue-header .menue-nav li{
    margin-right: 40px;
  }
}
@media(min-width:1200px){
	/* body{
		padding-top:64px;
	} */
}
td{
  display:table-cell; 
  vertical-align:middle !important; 
  text-align: center;
  font-size: 14px;
}
.pro-canshu tr:nth-of-type(even)，
.pro-item-canshu tr:nth-of-type(even){
  background-color: #f7f7f7;
}
.pro-item-img{
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pro-item{
  overflow: hidden;
  margin-bottom: 30px;
}
.pro-item-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #555;
}
.sr-table{
  height: 400px;
  margin-bottom: 15px;
}
.cat-com span{
  font-size: 24px;
  color: #555;
}
.cat-com{
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
.cat-com{
  padding-left: 15px;
  border-left: 4px solid #555;
}
.margin-top-30{
  margin-top: 30px;
}
.page-com{
  line-height: 1.75em;
  padding-bottom: 20px;
}
@media(min-width:1200px){
  .pro-item-img{
    width: 280px;
    height: 280px;
    margin: auto;
  }
}
.btn-danger {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
@media(max-width:768px){
  body{
    padding-top: 60px;
  }
}