@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft YaHei", Roboto, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei Light", "Pingfang sc regular", Helvetica, Tahoma, sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a.text-white:hover, .text-white a:hover {
  text-decoration: none;
  color: #299df6;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

#cd-nav {
  z-index: 99999;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

/* #scrollUp:hover {
  cursor: pointer;
  background: #f39700;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
} */

#scrollUp {
 /*  position: fixed;
  right: 0;
  bottom: 30px; */
  background: #e5e5e5;
  /* text-align: center;
  padding: 10px 15px;
  font-size: 24px; */
}

/*常用css样式*/
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: 29px;
  color: #fff;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

.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;
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.top {
  background-color: #ffd555;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.banner-c{
	z-index:-1;
}
/* 首页 */
.section1, .section2, .section3, .section4, .section5, .home-video, .home-news-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section1 {
  background-image: url(../../images/s1.jpg);
}

.section2 {
  background-image: url(../../images/s2.jpg);
}

.section3 {
  background-image: url(../../images/s3.jpg);
}

.section4 {
  background-image: url(../../images/s4.jpg);
}

.section5 {
  background-image: url(../../images/s5.jpg);
}

.home-about {
  background-color: #fff;
  padding: 20px;
}

.home-about-info {
  font-size: 16px;
  line-height: 2em;
  padding-top: 30px;
  padding-bottom: 50px;
}

.about-more {
  background-color: #f00;
  color: #fff;
  padding: 10px 15px;
}

.about-more:hover {
  background-color: #cb0505;
  color: #ff0;
}

.home-video {
  background-image: url(../../images/video.jpg);
  height: 385px;
}

.home-title {
  font-size: 32px;
}

.home-title-en {
  font-size: 18px;
}

.swiper-pro {
  background-color: #fff;
}

.swiper-pro-title {
  font-size: 18px;
  padding: 20px 0;
}

.swiper-pro-line {
  width: 100%;
  height: 1px;
  background: rgb(117, 43, 94);
  background: -moz-linear-gradient(left, rgb(117, 43, 94) 0%, rgb(230, 163, 62) 100%);
  background: -webkit-linear-gradient(left, rgb(117, 43, 94) 0%, rgb(230, 163, 62) 100%);
  background: linear-gradient(to right, rgb(117, 43, 94) 0%, rgb(230, 163, 62) 100%);
  Safari7+*/ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#752b5e', endColorstr='#e6a33e', GradientType=1);
}

.slide-home-pro {
  margin-top: 30px;
}

.home-news-img {
  background-image: url(../../images/video.jpg);
  height: 335px;
}

.home-img-title {
  font-size: 18px;
  padding-bottom: 10px;
}

.home-img-news {
  background-color: #fff;
  padding: 15px;
  margin-top: 10px;
}

.home-news-item {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px;
  overflow: hidden;
}

.home-news-list {
  padding: 10px 0;
  overflow: hidden;
}

.bread, .footer,.home-left-title {
  padding: 10px 0;
  background: rgb(117, 43, 94);
  background: -moz-linear-gradient(left, rgb(117, 43, 94) 0%, rgb(230, 163, 62) 100%);
  background: -webkit-linear-gradient(left, rgb(117, 43, 94) 0%, rgb(230, 163, 62) 100%);
  background: linear-gradient(to right, rgb(117, 43, 94) 0%, rgb(230, 163, 62) 100%);
  Safari7+*/ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#752b5e', endColorstr='#e6a33e', GradientType=1);
}

.home-contact {
  background-color: #fff;
  box-shadow: -moz-box-shadow:0 0 5px #636363;
  -webkit-box-shadow: 0 0 5px #636363;
  box-shadow: 0 0 5px #636363;
  overflow: hidden;
  padding-top: 20px;
}
.home-left-title{
  padding: 20px 50px;
  display: block;
  float: left;
  font-size: 18px;
}
.contact-com{
  font-size: 24px;
  color: #58585a;
}
.home-contact-tel{
  font-size: 16px;
  line-height: 2.5em;
  margin-top: 20px;
}



.left-contact-info{
  font-size: 16px;
  line-height: 2em;
  padding-top: 15px;
  overflow: hidden;
  padding-bottom: 20px;
}

.home-contact-left{
  overflow: hidden;
  padding
}
.text-yellow {
  color: #e6a13e;
}

.bread-title {
  font-size: 24px;
}

.col-sm-20 {
  width: 20%;
  padding: 0 15px;
  float: left;
  line-height: 34px;
}

.col-sm-20 a {
  display: block;
  margin: auto;
  border: 1px solid #fff;
  height: 34px;
  border-radius: 17px;
  color: #fff;
}

.col-sm-20 a:hover {
  background-color: #f9b856;
  border-color: #f9b856;
}

.bread-active {
  background-color: #e6a13e;
  border-color: #e6a13e !important;
}

.margin-top-30 {
  margin-top: 30px;
}

.page-about, .show-news-info {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .5px;
}

.right {
  position: fixed;
  right: 0;
  z-index: 999;
  bottom: 35%;
  width: 54px;
}

.text-white, .text-white a {
  color: #fff;
}

.left-item {
  line-height: 50px;
  padding: 0 15px;
  font-size: 24px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 54px;
  float: right;
}

.left-item:hover {
  width: 70px;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #1da1f2;
}

.linkedin {
  background-color: #0077b5;
}

.xing {
  background-color: #1a7576;
}

.whatsapp {
  background-color: #4dc247;
}

.mail {
  background-color: #848484;
}

.footer {
  padding-top: 15px;
}

.border-lr {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-nav-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-nav-list {
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
}
.gongan{
  width:20px;
}
.code {
  padding: 20px;
}

/* 新闻 */
.news-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
}

.news-title {
  color: #333;
  font-size: 24px;
}

.news-info {
  color: #777;
  padding: 15px 0;
  overflow: hidden;
}

.news-info i {
  color: #bfbfbf;
  padding-right: 5px;
}

.news-i {
  padding-top: 30px;
}

.border-right {
  border-right: 1px solid #d9d9d9;
}

.news-des {
  color: #666;
  margin-bottom: 20px;
}

.news-btn-block {
  border: 1px solid #d9d9d9;
  color: #666;
  padding: 10px 30px;
  display: block;
  float: left;
}

.news-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.news-btn-block:hover {
  color: #fff;
  background-color: #e6a13e;
  border-color: #e6a13e;
}

.show-news-des {
  border-left: 4px solid #e6a13e;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}

.next {
  padding: 20px 0;
}

.category-news {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px !important;
}

.cate-news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding: 10px 15px;
}

.cate-news-name {
  color: #444;
}

.cate-news-time {
  color: #777;
}

.cate-news-list {
  overflow: hidden;
  margin-bottom: 20px;
}

#cate-news {
  padding: 30px 0;
}

/* 资质荣誉 */
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.li-img {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
}

.li-img img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.li-img:hover img {
  transform: scale(1.2);
}

.product-container a, .li-img a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img, .li-img a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.product-name, .honor-name {
  border: 1px solid #ddd;
  border-top: none;
  line-height: 32px;
  margin-bottom: 30px;
}

/* 产品 */
.left-pro {
  border: 1px solid #ddd;
  overflow: hidden;
}

.pro-left-item {
  padding: 0 15px;
}

.pro-left-title {
  border-bottom: 1px solid #ddd;
  line-height: 32px;
  font-size: 16px;
}

.left-pro-active {
  color: #e6a13e;
}

.left-pro-active .pro-left-title {
  border-bottom-color: #e6a13e;
}
.left-pro-active a{
	color:#e6a13e !important;
}
.left-pro .pro-left-item:last-child .pro-left-title {
  border-bottom: none;
}

@media(max-width:768px) {
  .right {
    display: none;
  }

  .pro-left-item {
    width: 33.33333%;
    float: left;
    padding: 0 5px;
  }

  .border-lr, .left-pro {
    border: none;
  }

  .pro-left-title {
    font-size: 14px;
  }
}
.pro-list td{
	display: table-cell;
    vertical-align: middle !important;
}
#pages{
	clear:both;
}
#pages a, #pages span {
	border: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 5px 10px;
	height: 32px;
    line-height: 32px;
	}
#pages span {
	color: #fff;
	font-weight: bold;
	border: 1px solid #e1912c;
	background-color: #e1912c;
}

@media(max-width:768px){
	.menue-logo img{
		max-height:60px;
	}
	#fp-nav,.bread .col-sm-2{
		display:none;
	}
	.row{
		padding:0 5px;
	}
	.col-sm-20{
		width:33.3333333%;
		padding:0 10px;
		margin:10px 0;
	}
	body{
		padding-top:60px;
	}
	.product-container,.product-container a, .li-img a{
		height:150px;
	}
	.product-container a img, .li-img a img{
		max-height:140px;
	}
	.bread{
		padding:0;
	}

}
.home-img-info{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  }
  .zz img{
	max-height:40px;
}