@charset "UTF-8";

* {
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
    sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

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 #0d96f1;
  background-color: #0d96f1;
}

.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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

a,
a:hover,
a.text-white:hover,
.text-white a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

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

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

.text-brand {
  color: #013e98;
}

.word-breakm,.home-product-name{
  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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.top {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}

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

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

.top-contact {
  font-size: 16px;
  padding: 8px 15px;
}

.top-contact span {
  margin-right: 30px;
}

.swiper-banner {
  position: relative;
}

body {
  padding-top: 64px;
}

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

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

.home-brand {
  font-size: 36px;
}

.home-pro-system {
  position: relative;
  overflow: hidden;
}

.home-pro-sysbg {
  width: 100%;
  height: 100%;
  background-color: rgba(1, 62, 152, 0.8);
  position: absolute;
  left: 0;
  top: calc(100% - 64px);
}

.home-pro-systitle {
  font-size: 24px;
  padding: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  /* background-color: rgba(1,62,152,.8); */
}

.home-pro-system:hover .home-pro-sysbg {
  top: 0;
}

.home-pro-system:hover .home-pro-systitle {
  top: 50%;
  margin-top: -12px;
}

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

.home-about-title {
  font-size: 36px;
  font-weight: lighter;
}

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

.home-about-btn {
  background-color: #013e98;
  padding: 12px 35px;
  border-radius: 24px;
  display: inline-block;
}

.home-about-btn:hover {
  background-color: #e02316;
  color: #fff !important;
}

#company {
  position: absolute;
  right: 0;
}

.home-pro-nav {
  margin: 30px 0;
}

.home-pro-nav a {
  padding: 0 15px;
  border-right: 1px solid #ddd;
}

.home-pro-nav a:last-child {
  border: none;
}

.home-product-container,
.cat-product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 260px;
  text-align: center;
  border:1px solid #ddd;
  padding:0 10px;
}

.home-product-container a,
.cat-product-container a {
  display: table-cell;
  width: 100%;
  height: 300px;
  vertical-align: middle;
}

.home-product-container a img,
.cat-product-container a img {
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
}
.home-brans-des{
	padding:15px 0;
}

.home-product-name {
  line-height: 40px;
  margin-bottom: 30px;
  background-color: #013e98;
}

.home-news {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.home-news-item {
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.home-news-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/news-bg.png);
}

.home-news-info {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 0 15px;
  z-index: 999;
}

.home-news-title {
  font-size: 22px;
}

.home-news-des {
  padding: 15px 0;
}

.home-xw-item {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  overflow: hidden;
  height: 500px;
  background-color: #fff;
}

.home-xw-img {
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
  padding: 0 15px;
}

.home-xwimg {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.home-xw-img,
.home-news-bg,
.home-news-item,
.home-xwimg,
.cat-news-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-news-list {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.home-news-list .home-news-des {
  padding-bottom: 0;
  padding-top: 10px;
}

.map #container {
  height: 300px;
}

.info-title {
  background-color: #0089e1;
  color: #fff;
  padding: 5px 10px;
}

.info-content {
  font-size: 14px;
  line-height: 1.5em;
  padding: 5px 10px;
}

.home-contact {
  background-image: url(../../images/map.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

.home-contact-des,
.home-contact-des span {
  font-size: 28px;
  font-family: fantasy;
}

.text-red {
  color: #e02316;
}

.home-contact-des {
  margin-top: 100px;
}

.text-gray {
  color: #656565;
}

.footer {
  background-color: #29282e;
  padding: 30px 0;
}

.footer-nav-brand {
  font-size: 22px;
}

.footer-nav a {
  display: block;
}

.footer-nav {
  line-height: 1.75em;
}

.code {
  margin-top: 30px;
}

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

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

.cat-news-img {
  height: 220px;
}

.cat-news-list {
  background-color: #f5f5f5;
  padding: 30px 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.cat-news-day {
  font-size: 60px;
  padding-top: 30px;
  font-family: fantasy;
}

.cat-news-inputtime {
  padding-top: 15px;
  color: #656565;
}

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

.show-news-time {
  padding: 15px 0;
}

.show-news-time span {
  padding: 0 15px;
  color: #656565;
}

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

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

.cat-pro-info {
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-top: none;
}

.cat-pro-from,
.cat-pro-from a {
  font-size: 14px;
}

.cat-pro-info hr {
  margin: 10px 0;
}

.cat-product-container {
  border: 1px solid #ddd;
}

.show-pro-contact,
.show-pro-order {
  padding: 15px 45px;
  border-radius: 24px;
}

.show-pro-contact {
  background-color: #013e98;
  margin-right: 30px;
}

.show-pro-order {
  background-color: #e02316;
}

.show-pro-des {
  color: #555;
}

.show-pro-contact:hover {
  background-color: #0c3a7e;
  color: #fff !important;
}

.show-pro-order:hover {
  background-color: #d00404;
  color: #fff !important;
}

.cat-honor-name {
  padding: 15px 0;
  border: 1px solid #ddd;
  border-top: none;
}

.page-contact {
  background-color: #f5f5f5;
  overflow: hidden;
}

.page-feedback {
  background-color: #013e98;
  padding: 30px;
  overflow: hidden;
}

.page-contact-info {
  padding: 30px;
}

.cat-pro-item:hover .cat-pro-info,
.cat-pro-item:hover .cat-pro-info a,
.honor-container:hover .cat-honor-name {
  color: #fff;

}

.cat-pro-item:hover .cat-pro-info,
.honor-container:hover .cat-honor-name {
  background-color: #013e98;
}

.cat-pro-item:hover .cat-product-container img {
  transform: scale(1.1);
}
.footer-feedback .input-text{
  margin-bottom: 15px;
}
.footer-feedback .col-xs-6,.footer-feedback .col-xs-12{
  padding: 0 8px;
}
.home-contact-container{
	margin:15px 0;
	padding:0 15px;
}
.home-contact-container a{
	padding:10px 0;
	background-color:#013e98;
	display:block;
	border-radius:22px;
}
.mobile-nav{
	width:100%;
	position: fixed;
	bottom:0;
	left:0;
	background-color:#013e98;
	font-size:14px !important;
	padding:8px 0;
	z-index:9999;
}
.cat-about-des img{
	display:none;
}
.cat-honor-name{
	margin-bottom:30px;
}
@media(max-width:1205px){
	body{
		padding-bottom:70px;
	}
	.home-about-title{
		font-size:24px;
	}
	#company {
		position: inherit;
	}
	.home-contact-des {
		margin-top:50px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.home-contact .map{
		margin-top:30px;
	}
	.page-feedback{
		padding:30px 15px;
		overflow: hidden;
	}
	.padding-zero-xs{
		padding:0;
	}
	.home-product-container,.home-product-container a,.cat-product-container,.cat-product-container a{
		height:150px;
	}
	.home-product-container a img,.cat-product-container a img{
		max-height:150px;
	}
	.page-about{
		padding:0 15px;
	}
	.cat-news-title{
		padding-top:15px;
	}
}
.nav-active{
	color:#e02316 !important;
}
.hide-catname{
	font-size:24px;
	padding:15px 0;
}