@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 #eb7800;
  background-color: #eb7800;
}

.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: #eb7800 !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;
}


.word-break,
.footer-nav {
  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: 999;
}

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

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

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

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

.swiper-banner {
  position: relative;
  overflow:hidden;
}

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

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

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

.home-about {
  background-image: url(../../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  /* padding: 50px 0; */
}

.home-about-img {
  height: 480px;
  background-image: url(../../images/company.jpg);
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  mask-image: url(../../images/company.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../../images/company.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;

}

.text-brand {
  color: #005d73;
}

.text-brand2 {
  color: #eb7800;
}

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

.home-about-des {
  line-height: 1.75em;
}

.home-about-btn {
  background-color: #eb7800;
  color: #fff;
  overflow: hidden;
  padding: 0 25px;
  line-height: 45px;
  display: inline-block;
  border-radius: 25px;
}

.home-about-btn img {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

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

.anm-num {
  font-size: 36px;
  font-weight: bold;
}

.home-pro-left {
  background-image: url(../../images/home-pro-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 30px;
}

.padding-zero {
  padding: 0;
}

.pro-arr {
  padding: 0 15px;
  cursor: pointer;
}

.home-pro-left .home-pro-des {
  line-height: 1.75em;
}

/* .swpro .swiper-slide {
  transition: 300ms;
  transform: scale(0.95) !important;
}

.swpro .swiper-slide-active,
.swpro .swiper-slide-duplicate-active {
  transition: 300ms;
  transform: scale(1) !important;
} */

@media(max-width:1440px) {
  .home-pro-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}

.swpro-title {
  font-size: 18px;
  padding: 10px 0;
}

.swpro-des {
  font-size: 16px;
}

/* .swpro-info {
  opacity: .5;
}

.swiper-slide-active .swpro-info {
  opacity: 1;
} */

.home-case-en {
  font-size: 60px;
  color: #fbe7db;
}

.home-case-zh {
  font-size: 36px;

}

.home-case-brand {
  position: relative;
}

.home-case-zh {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
}

.home-case-line {
  height: 4px;
  width: 50px;
  background-color: #eb7800;
  border-radius: 2px;
  margin: auto;
}

.home-case-brand,
.home-case-brand span {
  font-size: 24px;
}

.home-case-title {
  font-size: 18px;
  padding-bottom: 30px;
  position: relative;
}

.home-case-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 80px;
  height: 2px;
  background-color: #eb7800;
}

.sw-case {
  padding-bottom: 50px !important;
}

.sw-page-case .swiper-pagination-bullet {
  width: 50px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #eb7800;
  opacity: 1 !important;
}

.sw-page-case .swiper-pagination-bullet-active {
  background-color: #eb7800;
  border-color: #eb7800;
}

.home-tech-img {
  position: relative;
}

.home-tech-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  left: 15px;
  z-index: 9;
  padding: 10px;
}

.home-tech-info {
  background-color: #f5f5f5;
  padding: 15px;
}

.home-tech-title {
  font-size: 24px;
}

.home-tech-des {
  padding-top: 15px;
  line-height: 1.75em;
  height: 160px;
  overflow: hidden;
}

.home-tech-circle2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url(../../images/tech-icon.png);
  background-repeat: no-repeat;
}

#tech-icon .col-sm-4:nth-of-type(2) .home-tech-circle2 {
  background-position: -80px 0;
}

#tech-icon .col-sm-4:nth-of-type(3) .home-tech-circle2 {
  background-position: -160px 0;
}

#tech-icon .col-sm-4:hover .home-tech-circle2 {
  background-position-y: -80px;
}

.home-news {
  background-image: url(../../images/home-news-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0;
}

.home-news .home-case-en {
  color: #e6e6e6;
  opacity: .5;
}

.home-news-container {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  box-shadow: 0 0 10px #ddd;
}

.home-news-bg {
  background-color: #eb7800;
  padding: 15px;
  height: 450px;
}

.home-news-border {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 15px;
  position: relative;
}

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

.home-news-img {
  height: 240px;
}

.home-news-time {
  color: #565656;
  padding: 10px 0;
}

.home-news-title {
  font-size: 18px;
  padding: 10px 0;
}

.home-news-des,
.home-xw-des {
  color: #565656;
}

.text-white .home-news-time,
.text-white .text-news-title,
.text-white .home-news-des {
  color: #fff !important;
}

.home-news-bg .home-news-title {
  padding: 20px 0;
}

.home-news-btn {
  position: absolute;
  left: 15px;
  bottom: 30px;
}

.home-xw-img {
  height: 130px;
}

.home-xw-title {
  font-size: 18px;
}

.home-xw-des {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.footer {
  background-color: #585858;
  background-image: url(../../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
}

.footer-brand {
  font-size: 24px;
}

.footer-brand-en {
  padding-top: 10px;
}

.footer-logo {
  padding: 50px 0;
}

.footer-nav-brand {
  font-size: 18px;
  padding-bottom: 10px;
}

.copyright {
  line-height: 50px;
}

.num-bg {
  background-color: #fff;
  padding: 30px 0;
  overflow: hidden;
  margin-top: -77px;
  position: sticky;
  box-shadow: 0 0 15px #ddd;
}

.cat-about-en {
  font-size: 36px;
  color: #a8a8a8;
}

.cat-about-brand {
  font-size: 48px;
}

.cat-about-des {
  line-height: 1.75em;
}

.cat-about-btn i {
  color: #f00;
}

.cat-about-btn {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.cat-about-btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 50px;
  background-color: #f00;
  left: 0;
  -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;
}

.cat-about-btn:hover:after {
  width: 100%;
}

.history {
  background-image: url(../../images/history-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 80px;
}

.text-white {
  color: #fff;
}

.history-prev,
.history-next {
  z-index: 9999;
}

/* .history-con {
  padding: 50px 0 0;
} */

.history-con .p-title .t {
  color: #fff;
}

.history-con .p-title .s {
  background: #e50012;
}
.history-con{
	overflow-x:hidden;
}
/*大*/

.history-main {
  width: 928px;
  padding: 0 0 246px;
  position: relative;
  margin: 80px auto 0;
}

.history-main .swiper-container {
  padding: 69px 0 0;
  overflow:hidden;
}

.history-main .history-time {
  display: block;
  height: 72px;
  text-align: center;
  color: #fff;
  background: url(../../images/auCHist-bg.png) no-repeat center 68px;
  position: relative;
}

.history-time .year {
  line-height: 28px;
  font-size: 16px;
}

.history-time:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0px;
}

.history-time:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 11px;
}

.history-time.cur .year {
  color: #fff;
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: rgba(229, 0, 18, .75);
  border-radius: 100%;
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -38.5px;
}

.history-time.cur .year:after {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background: rgba(229, 0, 18, .25);
  border-radius: 100%;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
}

.history-time.cur:before,
.history-time.cur:after {
  background: #e50012;
}

.history-time.cur:after {
  height: 30px;
  z-index: 2;
}

.history-prev,
.history-next {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 70px;
}

.history-prev {
  left: -58px;
  background: url(../../images/swiper2-l.png) no-repeat center center;
}

.history-next {
  right: -58px;
  background: url(../../images/swiper2-r.png) no-repeat center center;
}

.history-main:before,
.history-main:after {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../../images/auCHist-orn1.png) no-repeat center center;
  position: absolute;
  top: 125px;
}

.history-main:before {
  left: -103px;
}

.history-main:after {
  right: -103px;
}

.history-main .orn1,
.history-main .orn2 {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 137px;
}

/*小*/

.history-min {
  width: 100%;
  position: relative;
  margin: -151px auto 0;
  z-index: 2;
}

#history .swiper-wrapper {
  padding-bottom: 0;
}


.history-min .swiper-container .swiper-slide {
  padding: 0 10px;
}

.history-container {
  display: block;
  padding:30px;
  background: #fff url(../../images/auCHistMin-bg.jpg) no-repeat center center / cover;
  box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
  position: relative;
  height:487px;

}

.history-container .history-img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.history-container .history-info {
  padding: 61px 0 51px;
  min-height: 284px;
}

.history-info li {
  padding: 0 0 0 37px;
  line-height: 29px;
  color: #666666;
  position: relative;
  margin: 9px 0 0;
}

.history-info li:first-child {
  margin: 0px;
}

.history-info li:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #afafaf;
  position: absolute;
  left: 0px;
  top: 14px;
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .auChonor-swiper .swiper-pagination {
    margin: .8rem 0 0;
  }

  .history-con {
    padding: .5rem 0;
    background-size: cover;
  }

  .history-main {
    width: 100%;
    padding: 0px;
    margin: 1rem 0 0;
  }

  .history-time.cur .year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-left: -25px;
    top: -33px;
  }

  .history-time.cur .year:after {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
  }

  .history-min {
    margin: 1.2rem 0 0;
  }

  .history-min .swiper-container {
    padding: 0px 0 1rem;
  }
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .Hnav .Hname {
    font-size: 14px;
  }

  .Hnav>li {
    margin: 0 0 0 .3rem;
  }

  .history-prev {
    left: 0px;
  }

  .history-next {
    right: 0px;
  }

  .history-min {
    width: 100%;
    padding: 0 4%;
  }
}

.cat-culture-list {
  padding: 80px 30px;
}

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

.cat-culture-info {
  font-size: 16px;
  margin-top: 15px;
  height: 120px;
 
}
.cat-culture-title,.cat-culture-info{ 
	position: inherit;
	z-index: 9;
}
.cat-culture-list {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cat-culture-item {
  width: 33.3333333%;
  padding: 0 15px;
  float: left;
  margin-bottom: 30px;
}

#cat-about-culture .cat-culture-item:nth-of-type(1),
#cat-about-culture .cat-culture-item:nth-of-type(2) {
  width: 50%;
}

#cat-about-culture .cat-culture-item:nth-of-type(3) {
  width: 40%;
}

#cat-about-culture .cat-culture-item:nth-of-type(4),
#cat-about-culture .cat-culture-item:nth-of-type(5) {
  width: 25%;
}

#cat-about-culture .cat-culture-item:nth-of-type(4),
#cat-about-culture .cat-culture-item:nth-of-type(5) {
  width: 30%;
}

#cat-about-culture .cat-culture-item:nth-of-type(6),
#cat-about-culture .cat-culture-item:nth-of-type(7),
#cat-about-culture .cat-culture-item:nth-of-type(8) {
  width: 33.3333333%;
}

.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;
}

#marquee {
  overflow: hidden;
}

#marquee li {
  width: 350px;
  padding: 0 15px;
}

.cat-pro-title a {
  font-size: 32px;
  display: inline-block;
}

.cat-pro-des {
  line-height: 1.75em;
  margin-top: 30px;
}

.cat-pro-list a {
  padding: 0 15px;
  display: inline-block;
  margin-bottom:15px
}

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

#cat-pro .cat-product-item:nth-of-type(even) .cat-pro-img {
  float: right;
}

/* list product */
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 360px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

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

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

.list-product-info {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 30px;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}

#pro-main {
  float: right;
}

.left-nav-brand {
  font-size: 32px;
}

@media (min-width: 1701px) {
  .container {
    width: 1700px;
  }
}

.product-name span {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 4px solid #eb7800;
}

.list-product-des {
  margin-top: 25px;
  color: #7c7c7c;
}

.left-nav-en {
  font-size: 18px;
}

.left-nav-ul li {
  padding: 10px 0;
}

.left-nav-ul li a {
  color: #555;
  font-size: 18px;
}

.left-nav-ul li a:hover {
  color: #eb7800;
  padding-left: 15px;
}

.left-nav-ul i {
  color: #f00;
}

.pro-left-nav {
  overflow: hidden;
}

.show-product-content {
  line-height: 1.75em;
}

.show-pro-btn {
  background-color: #eb7800;
  padding: 15px 35px;
}

.show-pro-btn:hover {
  background-color: #005d73;
  color: #fff !important;
}

.list-pro-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eb7800;
  float:right;
}

.list-product-item {
  overflow: hidden;
}

.list-product-item:hover .list-pro-circle img {
  transform: rotate(45deg);
}

.sw-news-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}

.right-news-title a {
  font-size: 18px;
}

.right-news-time {
  color: #7c7c7c;
}

.right-news-item {
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px dotted #ddd;
}

.right-news-item:hover {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}

.right-news-item:hover a {
  color: #005d73;
}

.right-news-item:hover {
  padding: 25px 15px;
}

.text-red {
  color: #f00;
}

.right-news-item i {
  padding-right: 10px;
}

/* 新闻 news */
.cat-news-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 260px;
}

.cat-news-title {
  padding-top: 15px;
}

.cat-news-title a {
  font-size: 32px;
  font-weight: lighter;
}

.cat-news-info {
  padding: 15px 0;
}

.cat-news-info span {
  margin-right: 30px;
  color: #7c7c7c;
}

.cat-news-des {
  margin-bottom: 30px;
}

.cat-news-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.cat-news-item:hover {
  background-color: #f5f5f5;
}

.cat-news-item .padding-zero {
  padding-left: 0;
  padding-right: 15px;
}

.list-news-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

.list-news-title a {
  font-size: 22px;
  font-weight: lighter;
}

.list-news-info {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.list-news-des {
  color: #7c7c7c;
}

.list-news-time {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0;
  width: 110px;
  background-color: rgba(0, 0, 0, .2);
}

.list-news-day {
  font-size: 48px;
  font-family: fantasy;
}

.list-news-year {
  font-size: 18px;
}

.list-news-item:hover {
  box-shadow: 0 0 15px #ccc;
}

.list-news-item:hover .list-news-btn {
  padding-left: 15px;
}

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

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

.show-news-info span {
  color: #7c7c7c;
  padding: 0 15px;
}

.next {
  padding: 15px 0;
  background-color: #f5f5f5;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
}

.next i {
  font-size: 24px !important;
  padding: 0 15px;
  line-height: 30px;
}

.right-news-brand {
  font-size: 24px;
}

/* .right-news-item {
  margin-bottom: 30px;
} */

.right-news-img {
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.right-news-title {
  padding: 10px 0;
}

.right-news-list {
  margin-bottom: 30px;
}

/* culture文化 */
.sw-culture-brand {
  font-size: 24px;
  margin-top: 60px;
}

.sw-culture-item {
  padding-top: 80px;
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}

#cat-about-culture .swiper-slide:nth-of-type(odd) .sw-culture-item {
  background-color: #cecece;
}

.sw-culture-icon {
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(../../images/culture-icon.png);
  background-position-y: 0;
}

#cat-about-culture .swiper-slide:nth-of-type(2) .sw-culture-icon {
  background-position-x: -50px;
}

#cat-about-culture .swiper-slide:nth-of-type(3) .sw-culture-icon {
  background-position-x: -100px;
}

#cat-about-culture .swiper-slide:nth-of-type(4) .sw-culture-icon {
  background-position-x: -150px;
}

#cat-about-culture .swiper-slide:nth-of-type(5) .sw-culture-icon {
  background-position-x: -200px;
}

#cat-about-culture .swiper-slide:nth-of-type(6) .sw-culture-icon {
  background-position-x: -250px;
}

#cat-about-culture .swiper-slide:nth-of-type(7) .sw-culture-icon {
  background-position-x: -300px;
}

#cat-about-culture .swiper-slide:nth-of-type(8) .sw-culture-icon {
  background-position-x: -350px;
}

.sw-culture-en {
  font-size: 22px;
  padding-top: 10px;
}

.culture-line {
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin: auto;
  position: relative;
}

.culture-line::after {
  content: "";
  width: 4px;
  height: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sw-culture-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 15px 0 15px;
  top: 100%;
}

.sw-bg-title {
  font-size: 24px;
  padding-bottom: 30px;
}

.sw-culture-item:hover .sw-culture-bg {
  top: 0;
}

.sw-culture-item:hover .culture-line::after {
  height: 0;
}

.sw-culture-more {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
  z-index: 999;
}

.cat-honor-item {
  border: 1px #ddd solid;
  margin-bottom: 30px;
  padding: 15px;
}

.cat-honor-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 260px;
  padding: 5px;
  text-align: center;
  /* border:1px solid #ddd; */
}
.case-item .cat-honor-container{
	border:1px solid #ddd;
}
.cat-case-title{
	border:1px solid #ddd;
	border-top:none;
	padding:5px 15px;
	margin-bottom:30px;
	line-height: 40px;
}
.cat-honor-container a {
  display: table-cell;
  width: 100%;
  height: 260px;
  vertical-align: middle;
}

.cat-honor-container a img {
  max-width: 100%;
  max-height: 260px;
  margin: 0 auto;
}

.cat-honor-brand {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cat-honor-brand::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 40px;
  border-radius: 2px;
  background-color: #eb7800;
}

/* .cat-honor-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
} */

.cat-honor-title {
	border-top:1px solid #ddd;
	font-size:18px;
	padding-top:15px;
}

.history-list-brand {
  font-size: 32px;
  font-weight: bold;
  text-align: right;
}

.history-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.history-list-content {
  font-size: 16px;
  line-height: 1.75em;
  border-left: 1px solid #ddd;
  padding-left: 30px;
  position: relative;
}

.history-list-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #eb7800;
  border-radius: 50%;
  background-color: #fff;
}

.history-list-content:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #eb7800;
  border-radius: 50%;
  background-color: #fff;
}
.sw-history .swiper-slide a{
  font-size: 32px;
  color: #005d73;
  font-weight: bold;
}

.nav-hide{
	padding:15px 0;
}
.banner-c{
	position: relative;
}
.banner-video{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.show-news-content img{
	display:block;
	margin:15px auto;
}

.show-pro-img .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	padding:5px;
}

.show-pro-img .swiper-slide-thumb-active {
	opacity: 1;
	border:1px solid #eb7800;
}
.cat-culture-list{
	position: relative;
}
.cat-culture-bg{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(1,77,155);
	background: -moz-linear-gradient(90deg, rgba(1,77,155,1) 0%, rgba(0,212,255,0.41780462184873945) 100%);
	background: -webkit-linear-gradient(90deg, rgba(1,77,155,1) 0%, rgba(0,212,255,0.41780462184873945) 100%);
	background: linear-gradient(90deg, rgba(1,77,155,1) 0%, rgba(0,212,255,0.41780462184873945) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#014d9b",endColorstr="#00d4ff",GradientType=1);
}
.show-pro-des{
	color:#555;
}

.nav-active{
	border-color:#eb7800 !important;
	color:#eb7800 !important;
}
.language{
	background-color:#eb7800 !important;
}
.language a{
	color:#fff !important;
}
.sw-c-bg{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background: rgb(1,77,155);
	background: -moz-linear-gradient(0, rgba(1,77,155,1) 0%, rgba(0,212,255,0.41780462184873945) 100%);
	background: -webkit-linear-gradient(0, rgba(1,77,155,1) 0%, rgba(0,212,255,0.41780462184873945) 100%);
	background: linear-gradient(0, rgba(1,77,155,1) 0%, rgba(0,212,255,0.41780462184873945) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#014d9b",endColorstr="#00d4ff",GradientType=1);
}
.sw-bg-title,.sw-bg-info{
	z-index: 999;
    position: relative;
}

.map #container{
	height:500px;
}
.info-title{
	background-color:#eb7800;
	color:#fff;
	padding:5px 10px;
}
.info-content{
	font-size:14px;
	line-height:1.5em;
	padding:5px 10px;
}
.form-item{
	margin-bottom:30px;
}
.contact-info{
	background-color:#f5f5f5;
	overflow:hidden;
}
.contact-content{
	background-color:#eb7800;
	overflow:hidden;
	padding:30px;
	line-height:1.75em;
}
.contact-feedback{
	padding:30px 15px;
}
.show-product-name span{
	font-size:22px;
	border-bottom:4px solid #eb7800;
	padding-bottom:10px;
}
span#hits{
	padding:0;
}
i.hidden-xs{
	font-style: normal;
}
body{
	padding-top:62px;
}
@media(max-width:768px){
	body{
		padding-top:60px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.home-about-num{
		overflow:hidden;
		padding-bottom:30px;
	}
	.home-pro-left{
		padding:50px 30px;
	}
	.swpro .swiper-slide{
		padding:0 15px;
	}
	.home-product-des{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		height:112px;
	}
	.home-news-container{
		padding:0;
	}
	
	.home-news-bg{
		height:260px;
		margin:30px 0;
	}
	.home-xw-img{
		display:none;
	}
	.copyright{
		line-height:1.75em;
		text-align:center;
	}
	.page-about{
		padding:0 15px;
	}
	.history-list-brand{
		text-align:left;
	}
	#cat-about-culture .cat-culture-item{
		width:100% !important;
	}
	.cat-culture-list{
		padding:30px;
	}
	.cat-culture-info{
		height:auto;
	}
	.cat-honor-container,.cat-honor-container a{
		height:120px;
	}
	.cat-honor-container a img{
		max-height:120px;
	}
	.product-container,.product-container a{
		height:150px;
	}
	.product-container a img{
		max-height:150px;
	}
	.product-name span{
		font-size:18px;
	}
	#pro-main{
		float:none;
	}
	.show-product-name{
		margin-top:30px
	}
	.list-news-img{
		height:200px;
	}
	.list-news-day,.show-news-title{
		font-size:24px;
	}
	.sw-page-case .swiper-pagination-bullet{
		width:30px;
	}
}
.swpro{
	padding:0 15px !important;
}
.home-about-des,.home-product-des,.home-tech-des,.nav-des{
	text-indent:2em;
}
.home-product-des{
	line-height:1.75em;
}
.cat-case-title{
	overflow:hidden;
}
.product-name{
	line-height:50px;
}
.pronav-active{
	color:#eb7800 !important;
}
#scrollUp{
	position: fixed;
	bottom:15%;
	right:0;
}
#scrollUp:hover{
	cursor: pointer;
}
