@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, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover {
  color: #ff8a00;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

.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: 16px;
  line-height: 29px;
  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-white {
  color: #fff !important;
}

.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;
}

.text-blue {
  color: #299df6;
}

.font-bold {
  font-weight: bold;
}

/* 首页css */

.top {
  position: relative;
  z-index: 999;
}

.margin-top-30 {
  margin-top: 30px;
}

.text-yellow {
  color: #ff8a00;
}

.title {
  font-size: 24px;
}

.home-pro-item {
  background: #e4e4e4;
  padding: 5px;
  height:130px;
overflow:hidden;
}

.home-pro-name {
  background: #ff8a00;
  line-height: 32px;
  font-size: 16px;
}

.border {
  border-top: 1px solid #ff8a00;
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 35%;
  margin-bottom: 30px;
}

.border:before {
  background-color: #ff8a00;
  border: 1px ridge #ff8a00;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -5px;
  width: 40px;
}

.news-more {
  background: #9dcc28;
}

.home-news-brand, .news-tel {
  background-color: #ff8a00;
  overflow: hidden;
}

.news-tel {
  font-size: 18px;
  padding: 5px 15px;
}

.news-tel span {
  font-size: 24px;
}

.news-img {
  background-position: center;
  background-repeat: no-repeat;
  height: 96px;
  background-size: cover
}

.news-img-title {
  margin-top: 5px;
}

.news-img-time {
  color: #444;
}

.news-img-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.news-img-des {
  margin-bottom: 0;
}

.news-img-list:hover {
  color: #ff8a00;
  background-color: #e5e5e5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.news-img-list:hover a, .news-img-list:hover .news-img-time {
  color: #ff8a00;
}

.home-news-in {
  line-height: 32px;
  font-size: 16px;
  margin-top: 15px;
  overflow: hidden;
}

.about {
  background-image: url(../../images/about-bg.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  height: 400px;
}
.about-intro{
  font-size: 16px;
  margin-top: 10px;
}
.home-about-info{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  margin-top: -200px;
}
.shadow{
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
}


.tech{
  background-color: #f5f5f5;
  padding:20px 0;
}
.q,.w,.a{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.q{
  background-color: #e60012;
}
.w{
  background-color: #ff8a00;
}
.a{
  background-color: #9dcc28;
}
.tech-q,.tech-w,.tech-a{
  margin-bottom: 10px;
}
.tech-list{
  border-bottom:1px dashed #ccc;
  padding: 15px 0;
}
.footer{
  background-color: #f5f5f5;
  padding:20px 0;
}
.footer-title{
  font-size: 24px;
  margin-bottom: 15px;
}
.footer-nav{
  line-height: 24px;
  font-size: 16px;
  padding-left: 20px;
}
.copyright{
  background-color: #c7c7c7;
  line-height: 32px;
}
@media(max-width:768px){
  body{
    padding-top:60px;
  }
}
@media(min-width:768px){
  .float-left{
    float: left;
  }
  .float-right{
    float: right;
  }
}
.left-nav-title{
  background-image: url(../../images/left-bg.jpg);
  background-repeat: repeat;
  line-height: 80px;
  font-size: 40px;
  background-position: center;
}
.left-nav-item{
  line-height: 40px;
  padding-left: 15px;
  border-bottom:1px solid #e5e5e5;
  margin-bottom: 0;
  font-size: 18px;
}
.bread{
  line-height: 40px;
  background-color: #e5e5e5;
  color: #444;
  font-size: 18px;
  margin-bottom:30px;
}
.bread a{
  color: #444;
}
.bread-title{
  font-size: 24px;
}
.read{
  margin-bottom: 5px;
  color: #a4a4a4;
}
.show-img{
  max-width: 500px;
}
.show-new-des{
  background-color: #e5e5e5;
  border-left: 4px solid #a4a4a4;
  padding: 10px 15px;
  color: #363636;
}
.show-news-info{
  padding-top:20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
  border:1px solid #e5e5e5;
  padding:10px;
}
.partner{
	line-height:36px;
	font-size:16px;
}
.next{
	line-height:32px;
	font-size:16px;
	background:#e5e5e5;
	padding:10px 15px;
	margin-bottom:15px;
}
.home-img-news{
  background-repeat: repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}
.img-news-title{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  background-color: rgba(135, 187, 10, .7);
  line-height: 36px;
  padding:0 10px;
}
.n-time{
  border-right: 1px solid #ccc;
  padding-right: 5px;
}
.line2{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n-title{
  margin-top: 0;
}
.home-news-list{
  overflow: hidden;
  padding: 17px 0;
  border-bottom:1px dashed #ccc;
  margin-bottom: 15px;
}
.home-news-list:hover .n-title a,.home-news-list:hover .n-time,.home-news-list:hover .line2,.home-news-list:hover .word-break,.home-news-list:hover .read{
  color: #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
.home-news-list:hover .n-time{
  border-right: 1px solid #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
.home-news-list:hover {
  border-bottom: 1px dashed #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
.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;
}


/*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");
}
.product-name{
  border:1px solid #ddd;
  border-top: none;
  margin-bottom: 20px;
  line-height: 40px;
}
.left-nav{
  line-height: 40px;
  font-size: 18px;
}
.left-active{
  line-height: 60px;
  font-size: 32px;
  background-color: #f5f5f5;
  color:#fff;
  background:url(../../images/left-bg.jpg)
}
.left-nav li{
  border-bottom: 1px solid #e5e5e5;
}
#pages{
	margin-bottom:15px;
	line-height:35px;
	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 #0045a2;
    background-color: #0045a2;
}
.show-q{
	border:1px solid #e5e5e5;
	padding:10px;
	margin-bottom:15px;
	overflow:hidden;
}
.show-q .col-xs-2{
	padding:0;
}
.page-info{
	font-size:16px;
	line-height:24px;
}
.foot-conatct{
	padding-left:20px;
}
.l-li{
	padding-left:15px;
}
.zz img{
	display:block;
	margin:auto;
}
.l-li-p{
	cursor: pointer;
}
.p-blist{
	display:none;
}
.l-li-p i{
line-height:40px;
font-size:18px;
}