@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "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% !important;
    height: auto !important;
}

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;
}
#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 #0045a2;
	background-color: #0045a2;
}
/*常用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,.product-name,.honor-name {
  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;
}

.menue-nav li:nth-child(3) .nav-a {
  width: 100%;
}

.menue-nav li:nth-child(3) a.sub-link {
  width: 30%;
  margin-right: 3.333%;
  float: left;
}
.menue-nav li:nth-child(3) .nav-i{
  display: none;
}
.li-language {
  background-color: #e60013;
  padding: 0 20px;
}

.li-language a {
  color: #fff !important;
}

/* index首页 */
.margin-top-30 {
  margin-top: 30px;
}

.home-pro-brand {
  font-size: 32px;
}

.home-pro-des {
  color: #333;
  line-height: 32px;
  font-size: 16px;
  margin-bottom:20px;
}

.home-line {
  width: 50px;
  height: 5px;
  background: #e60013;
  margin: 5px auto 30px auto;
}

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.flexisel-li {
  padding: 0 5px;
}

.flexisel-img {
  padding: 0 5px;
  background-color: #d60009;
}

.nbs-flexisel-item {
  float: left;
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  padding: 5px 10px;
  width: 50px;
  height: 90px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
}

.nbs-flexisel-nav-left {
  left: 10px;
  background-image: url(../../images/left.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 5px;
  background-image: url(../../images/right.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

.flexisel-img img {
  max-height: 270px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}

.flexisel-name {
  border-top: 1px solid #fff;
  line-height: 40px;
}

.su-img {
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#su {
  position: absolute;
  top: 0;
  left: 0;
}

.su-title {
  background-color: #d60009;
  line-height: 50px;
  overflow: hidden;
}

.su-arr {
  background-color: #ac0007;
  line-height: 50px;
  font-size: 24px;
}

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

.bread {
  line-height: 60px;
  font-size: 16px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

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

.number-title {
  font-size: 36px;
}

.home-about {
  font-size: 16px;
  line-height: 32px;
}

.home-num {
  background-color: #fff;
  padding: 20px 0;
  overflow: hidden;
}

.number-info {
  font-size: 16px;
}

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

.number-item {
  border-right: 1px solid #ccc;
}

#home-about .number-item:nth-child(4) {
  border-right: none;
}

@media(max-width:768px) {
  #home-about .number-item:nth-child(2) {
    border-right: none;
  }

  .number-item {
    margin-bottom: 15px;
  }

  .su-item {
    margin-bottom: 30px;
  }

  .home-pro-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.home-news-img{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
}
.home-news{
  position: absolute;
  width: 100%;
  padding: 15px 0;
}
.home-news-btn{
  display: block;
  line-height: 40px;
  border: 1px solid #dedede;
  font-size: 16px;
}
.home-news-btn:hover,.home-news-btn-active{
  background-color: #e60013;
  color: #fff;
  border-color: #e60013;
}
.home-news-title{
  font-size: 18px;
}
.padding-right-zero{
  padding-right: 0;
}
.home-news-time{
  background-color: #e60013;
}
.home-time-line{
  width: 80%;
  height: 1px;
  margin: 5px auto;
  background-color: #fff;
}
.home-news-day{
  font-size: 18px;
}
.home-news-info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.7);
}
.home-news-des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;/*行数*/
  margin-top: 15px;
}
.home-news-list{
  overflow: hidden;
  margin-bottom: 15px;
}
.home-news-time{
  font-size: 16px;
  padding: 5px;
}
.home-news-t{
  padding:10px 0;
}
.home-news-data{
  border: 1px solid #dedede;
  padding: 15px;
}
.home-time-l{
  width: 80%;
  margin: auto;
  background-color: #dedede;
  height: 1px;
}
.home-news-d,.home-news-y{
  font-size: 18px;
}

.text-red {
  color: #e60013;
}

.bread .text-red {
  color: #e60013;
  font-size: 24px;
}

.left-nav-item {
  padding-left: 15px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}

.footer {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom:15px;
  border-top: 1px solid #ddd;

}

.footer-c {
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}

.f-icon {
  display: block;
  border: 1px solid #f00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin: auto;
  color: #f00;
}

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

.b-nav-title {
  font-size: 18px;
}

.b-line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 10px 0;
}

.b-nav-list {
  line-height: 32px;
  padding-left: 15px;
}

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

.f-tel {
  font-size: 24px;
  font-family: Arial;
}

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

.copyright {
  background-color: #000a19;
  padding: 15px 0;
}

.product-container{
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 170px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}
.li-img {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 150px;
  padding: 5px;
  text-align: center;
  border:1px solid #ddd;
}
.flexisel-name{
border:1px solid #ddd;
border-top:none;
}
.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{
  display: table-cell;
  width: 100%;
  height: 170px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 170px;
  margin: 0 auto;
}

.product-name,.honor-name {
  border: 1px solid #ddd;
  border-top: none;
  line-height: 32px;
  margin-bottom: 30px;
}
.li-img a {
  display: table-cell;
  width: 100%;
  height: 150px;
  vertical-align: middle;
}
.li-img a img {
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
}
/* 新闻 */
.news-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 160px;
}

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

.news-info {
  overflow: hidden;
  color: #333;
  padding: 15px 0;
}

.news-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.show-news-des{
  background-color: #f5f5f5;
  border-left: 4px solid #ccc;
  padding: 15px;
}
.show-news{
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
  letter-spacing: .5px;
  font-family:"宋体" !important;
}
.next{
  margin: 10px 0;
}
.open{
	margin-top:10px;
	line-height:40px;
	border-top:1px solid #000;
}
.news-list{
	overflow:hidden;
	margin-bottom:20px;
}
.page-about{
	line-height:32px;
	font-size:16px;
	letter-spacing: .5px;
}
@media(max-width:768px){
	.home-news-data{
		padding:15px 0;
	}
	.home-news-img{
		margin-bottom:20px;
	}
	.menue-nav li:nth-child(3) a.sub-link {
		width: 50%;
		margin-right: 0;
		float: left;
	}
	.product-container,.product-container a{
		height:160px;
	}
	.product-container a img{
		max-height:160px;
	}
	.next{
		line-height:44px;
	}
}
#allmap img {
  max-width: inherit !important;
}
/* 2019-04-18 20:06:37 */
.nav-tel,.nav-tel i{
  color: #f00 !important;
  font-size: 24px !important;
}
.top{
  padding:10px;
}
.home-brand{
  line-height: 32px;
  padding-left: 20px;
}
.info-tel{
  font-size: 24px;
  color: #f00;
}
.show-product-phone{
  background-color: #f7f7f7;
  padding: 10px;
  overflow: hidden;
}
.show-product-phone .btn{
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
}
.margin-top-20{
  margin-top: 20px;
}
@media(min-width:768px){
  .left-nav-item{
    width: 50%;
    float: left;
  }
  .right-tel .left-nav-item{
    width: 100%;
  }
}
.right-tel{
  padding-top: 20px;
  clear: both;
}
.text-red{
  color: #f00;
}
.left-nav-title {
  font-size: 18px;
  border: 1px solid #f7f7f7;
  /* background-color: #004bc8; */
  color: #004bc8;
  padding: 10px 0;
  background-color: #f7f7f7;
}
/* 2019年4月25日10:11:10 */
.show-img{
	border:1px solid #ddd;
	padding:5px;
}
.show-code{
	margin-left:20px;
}
.nav-tel{
	padding-top:10px;
}
#product .product-container a{
  height: 240px;
}
#product .product-container{

  height: 240px;
}
#product .product-container a img {
  max-height: 240px;
}
.pro-bg{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#slide-pro .li-img,#slide-pro .flexisel-name{
	border:none;
}
#slide-pro .li-img{
	height:240px;
}
#slide-pro .flexisel-img{
	padding:0;
}

.map-list{
	font-size:16px;
	line-height:32px;
}
.map-list a{
	color:#626262;
}
.welcome{
	background-color:#01458e;
	color:#fff;
}
.welcome a{
color:#fff;
}
@media(max-width:768px){
	.menue-logo img{
	height:60px !important;
	margin-top:10px;
	}
	.top{
		padding:0;
	}
	.product-container,.product-container a{
	height:120px !important;
	}
	.product-container a img{max-height:120px !important;

}
#home-about{

	  background-size: contain;
	  background-image: url(../../images/home-about-m.jpg);
	  padding-bottom: 200px;
		
	}
	.container{
		padding:0 10px;
	}
	#products .col-xs-6,#honor .col-xs-6{
		padding:0 5px;
	}
	.product-name, .honor-name{
		margin-bottom:10px;
	}
	.left-nav-item{
    width: 50%;
    float: left;
  }
  .left-nav-item strong{
	display:block;
  }
  .code img{
	display:block;
	margin:auto;
  }
  .code{
	text-align:center;
  }
  .b-line,.footer-c,.footer .border-right,.b-nav-title,.f-tel{
	display:none;
  }
  .b-nav-title{
	margin-top:20px;
  }
  .left-nav-title{
	margin-top:20px;
  }
  .footer{
	padding-top:0;
	border-top:none;
  }
  .margin-top-60{
	margin-top:30px;
  }
  .home-pro-des,.home-about{
	padding:0 15px;
  }
  .li-img,.li-img a,.li-img a img{
	height:140px;
  }
.red-about{
	margin-top:15px;
	font-size:16px;
	}
	.su-img{
		height:150px;
	}
	.visible-xs .flexisel-li{
		margin-bottom:20px;
	}
	.visible-xs .col-xs-6{
		padding:0;
	}
	.visible-xs .flexisel-img{
		background-color:#fff;
	}
	.visible-xs .flexisel-name a.text-white{
		color:#000;
	}
	.news-img{
		height:200px;
	}
	.news-title{
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;/*行数*/
  word-break: normal;
    white-space: normal;
	}

}
.su-item{
	margin-bottom:30px;
}
.right-tel-num{
	width:70px;
	height:70px;
	border-radius:50%;
	background-color:#01458e;
	color:#fff;
	position:fixed;
	bottom:10%;
	right:0;
	padding-top:15px;
}

.right-tel-num a{
	color:#fff;
}
.zz img{
	max-height:40px;
}
.margin-top-30{
	margin-top:30px;
}