.list-banner {
  position: relative;
  width: 100%;
}
.list-banner .img img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.position {
  padding: 16px 0 10px;
  font-size: 16px;
  border-bottom: solid 1px #d4d5d5;
}
.position .item-top a {
  padding-left: 25px;
  color: #696a6a;
  background: url(../images/common/backIco.jpg) no-repeat center left;
}
.position .item-top a:hover {
  color: #e67716;
}
.list-nav {
  margin-top: 15px;
}
.list-nav a {
  display: block;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
}
.list-nav li {
  width: auto;
  border-right: 2px solid #fff;
}
.list-nav li.active a {
  position: relative;
  color: #fff;
  background: #e94709;
}
.list-nav li.active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 8px solid #e94709;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list-nav #listNav {
  padding-bottom: 8px;
}
.list-nav #listNav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8px);
  background-color: #f5f5f5;
}
.about-gaishu-wrap {
  padding-bottom: 5%;
}
.about-gaishu-wrap .img-wrap {
  width: 100%;
  padding: 55% 0;
}
.about-gaishu-wrap .item-word {
  width: 70%;
  padding-right: 8%;
  font-size: 18px;
  line-height: 30px;
}
.about-gaishu-wrap .item-img {
  width: 30%;
}
.about-wenhua-wrap {
  padding-bottom: 5%;
}
.about-wenhua-wrap .item-word {
  width: 60%;
  font-size: 16px;
  line-height: 30px;
}
.about-wenhua-wrap .item-img01 {
  width: 40%;
}
.about-wenhua-wrap .item-img01 .img-wrap {
  width: 100%;
  padding: 41% 0;
}
.about-wenhua-wrap .item-img02 {
  width: 100%;
  margin-top: 2%;
}
.about-wenhua-wrap .item-img02 .img-wrap {
  width: 100%;
  padding: 14% 0;
}
.about-licheng-wrap {
  padding-bottom: 5%;
}
.about-licheng-wrap .img-wrap {
  margin-top: 5%;
  padding: 15% 0;
}
.about-licheng-wrap .word-date {
  position: relative;
  width: 100px;
  color: #e94709;
  text-align: center;
  font-weight: bold;
}
.about-licheng-wrap .word-date:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -4px;
  z-index: 10;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e94709;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-licheng-wrap .word-desc {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.about-licheng-wrap li {
  padding-top: 30px;
  line-height: 30px;
}
.about-licheng-wrap ul {
  position: relative;
}
.about-licheng-wrap ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border-left: 1px dashed #e4e4e4;
  height: 100%;
}
.about-licheng-wrap .main {
  padding: 5% 8%;
  font-size: 16px;
  background-color: #f9f9f9;
}
.about-fengcai-wrap {
  padding-bottom: 5%;
}
.about-fengcai-wrap .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  opacity: .8;
  background-color: rgba(0, 0, 0, 0.6);
}
.about-fengcai-wrap #fengcai01 .img-wrap {
  padding: 23% 0;
}
.about-fengcai-wrap #fengcai01 .fengcai01-prev,
.about-fengcai-wrap #fengcai01 .fengcai01-next {
  color: #fff;
}
.about-fengcai-wrap .fengcai02 .item-01 {
  position: relative;
  width: calc(50% - 7.5px);
}
.about-fengcai-wrap .fengcai02 .item-01 .img-wrap {
  padding: 30% 0;
}
.about-fengcai-wrap .fengcai02 .item-02 {
  width: calc(50% - 7.5px);
}
.about-fengcai-wrap .fengcai02 .item-02 .img-wrap {
  padding: 29% 0;
  height: 100%;
}
.about-fengcai-wrap .fengcai02 .item-02 li {
  position: relative;
  width: calc(50% - 7.5px);
  height: calc(50% - 7.5px);
}
.about-fengcai-wrap .fengcai02 .item-02 ul {
  height: 100%;
}
.product-rec .product-rec-title {
  padding: 5% 0 2%;
  font-size: 30px;
}
.product-rec .img {
  height: 250px;
  text-align: center;
  border: solid 1px #e0e0e0;
}
.product-rec .img img {
  max-height: 100%;
  padding: 5%;
}
.product-rec .inf-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 5% 0 2%;
  font-size: 18px;
}
.product-rec .inf-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 0 0 5%;
  color: #999999;
}
.product-rec .item-inf {
  padding: 0 5%;
}
.product-rec .item-tag {
  position: relative;
  padding: 5% 5%;
  color: #828282;
  border-top: 1px solid #f4f5f7;
  text-align: left;
}
.product-rec .item-tag span {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 80%;
}
.product-rec .item {
  padding: 2px;
}
.product-rec li {
  width: calc(25% - 2%);
  margin-right: 2%;
}
.product-rec li:hover .img {
  border: 1px solid #e67716;
}
.product-rec li:hover i {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: url(../images/list/product-rec-ico.png) no-repeat center;
}
.product-rec li:hover .inf-desc {
  color: #e67716;
}
.product-rec li:hover a {
  color: #e67716;
}
.product-rec ul {
  margin-right: -2%;
  margin-bottom: 5%;
}
.product-wrap {
  padding-top: 5%;
}
.product-wrap img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product-wrap .img {
  overflow: hidden;
  height: 263px;
}
.product-wrap .title {
  overflow: hidden;
  height: 48px;
  margin-top: 5%;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product-wrap .more {
  margin-top: 5%;
}
.product-wrap .more span {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.product-wrap .main li {
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 2%;
  border: 1px solid #c4c4c4;
  text-align: center;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.product-wrap .main li:hover {
  border: 1px solid #e94709;
}
.product-wrap .main li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-wrap .main li:hover .title {
  color: #e94709;
}
.product-wrap .main li:hover .more span {
  color: #fff;
  background-color: #e94709;
}
.product-wrap .main ul {
  margin-right: -30px;
}
.productContent-wrap {
  padding-top: 5%;
}
.productContent-wrap .img-show {
  width: 50%;
  padding-right: 5%;
}
.productContent-wrap .view {
  border: 1px solid #e5e5e5;
}
.productContent-wrap .view .swiper-slide .imgauto {
  width: 100%;
  height: 512px;
  text-align: center;
}
.productContent-wrap .view .swiper-slide img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  padding: 2%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productContent-wrap .preview {
  margin-top: 20px;
}
.productContent-wrap .preview .imgauto {
  height: 60px;
}
.productContent-wrap .preview .swiper-slide {
  width: 84px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-right: 0;
  cursor: pointer;
}
.productContent-wrap .preview .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productContent-wrap .preview .swiper-slide:last-child {
  border-right: 1px solid #e5e5e5;
}
.productContent-wrap .preview .active-nav {
  border: 1px solid #f00;
}
.productContent-wrap .preview .active-nav:last-child {
  border-right: 1px solid #f00;
}
.productContent-wrap .top-productContent .text {
  width: 50%;
}
.productContent-wrap .top-productContent .text h1 {
  padding-top: 18px;
  padding-bottom: 0;
}
.productContent-wrap .top-productContent .text h4 {
  padding-top: 40px;
  padding-bottom: 28px;
  font-size: 22px;
}
.productContent-wrap .top-productContent .text p {
  overflow: hidden;
  height: 140px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}
.productContent-wrap .top-productContent .text .pdf-download {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.productContent-wrap .top-productContent .text .pdf-download i {
  display: block;
  width: 24px;
  height: 30px;
  background: url(../images/common/pdf-ico.png) no-repeat;
}
.productContent-wrap .top-productContent .text span {
  display: block;
  color: #ff0000;
  margin-left: 20px;
}
.productContent-wrap .top-productContent .text .contact {
  margin-top: 5%;
  font-size: 0;
}
.productContent-wrap .top-productContent .text .contact a {
  display: inline-block;
  vertical-align: middle;
  width: 318px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #333;
  border: 1px solid #333;
}
.productContent-wrap .detailed-productContent .wrap-title {
  border-bottom: 1px solid #eee;
}
.productContent-wrap .detailed-productContent .picCont-nav a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
}
.productContent-wrap .detailed-productContent .picCont-nav li {
  width: 25%;
  text-align: center;
  border-top: 2px solid transparent;
}
.productContent-wrap .detailed-productContent .picCont-nav .active {
  border-top: 2px solid red;
}
.productContent-wrap .detailed-productContent .picCont-main {
  padding: 15px;
}
.zoomMask {
  position: absolute;
  background: url(../images/common/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  max-width: 385px;
  max-height: 385px;
}
.zoomDiv {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  line-height: 387px;
}
.zoomDiv img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
.honor-wrap {
  padding: 5% 0;
}
.honor-wrap img {
  max-height: 250px;
  margin: auto;
}
.honor-wrap .img {
  height: 250px;
}
.honor-wrap .img div {
  position: relative;
}
.honor-wrap .img div:after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: 0;
  z-index: -1;
  width: 32px;
  height: 100%;
  background: url(../images/common/honorBgList2.png) no-repeat center / 100%;
}
.honor-wrap .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: calc(58px / 2) 0;
  font-size: 16px;
}
.honor-wrap .main {
  padding-bottom: 5%;
}
.honor-wrap .main li {
  width: 25%;
  padding: 0 30px;
  text-align: center;
  background: url(../images/common/honorBgList.png) bottom repeat-x;
}
.fuwu-wrap {
  padding-bottom: 5%;
}
.fuwu-wrap .i1 {
  display: inline-block;
}
.fuwu-wrap .i2 {
  display: none;
}
.fuwu-wrap .title {
  padding-bottom: 30px;
  font-size: 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.fuwu-wrap li {
  width: calc((100% - 50px * 2) / 3);
  text-align: center;
}
.fuwu-wrap li a {
  display: block;
  padding: 15% 30px;
  border: 1px solid #ccc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.fuwu-wrap li a:hover {
  border: 1px solid #e94709;
}
.fuwu-wrap li a:hover .i1 {
  display: none;
}
.fuwu-wrap li a:hover .i2 {
  display: inline-block;
}
.fuwu-wrap li a:hover .title {
  color: #e94709;
}
.rel-news-wrap {
  padding-bottom: 5%;
}
.rel-news-wrap img {
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.rel-news-wrap .img {
  overflow: hidden;
  height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.rel-news-wrap .word-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 15px 0 5px;
  font-size: 16px;
  color: #333;
  -webkit-transition: color .5s;
  transition: color .5s;
}
.rel-news-wrap .word-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  -webkit-transition: color .5s;
  transition: color .5s;
}
.rel-news-wrap .word-time {
  padding-top: 10px;
}
.rel-news-wrap .word {
  color: rgba(0, 0, 0, 0.5);
}
.rel-news-wrap li {
  width: calc((100% - 30px * 3) / 4);
  margin-right: 30px;
}
.rel-news-wrap li:last-child {
  margin-right: 0;
}
.rel-news-wrap li:hover .img {
  border: 1px solid #e94709;
}
.rel-news-wrap li:hover .word-title {
  color: #e94709;
}
.rel-news-wrap li:hover .word-desc {
  color: rgba(0, 0, 0, 0.8);
}
.rel-news-wrap li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.rel-news-wrap .swiper-button-prev,
.rel-news-wrap .swiper-button-next {
  width: 40px;
  height: 50px;
  border-radius: 6px;
  background-color: #999;
  opacity: .5;
}
.rel-news-wrap .swiper-button-prev:after,
.rel-news-wrap .swiper-button-next:after {
  font-size: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.rel-news-wrap .swiper-button-prev,
.rel-news-wrap .swiper-rtl .swiper-button-next {
  left: -50px;
}
.rel-news-wrap .swiper-button-next,
.rel-news-wrap .swiper-rtl .swiper-button-prev {
  right: -50px;
}
.rel-news-wrap .main {
  position: relative;
}
.news-wrap {
  padding-top: 3%;
  padding-bottom: 5%;
}
.news-wrap span {
  display: block;
  padding-top: 15px;
}
.news-wrap .word-title {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news-wrap .word-desc {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news-wrap .date {
  padding-top: 15px;
  font-size: 16px;
  text-align: center;
}
.news-wrap .img-wrap {
  width: 240px;
  padding: 6% 0;
  border: 1px solid #e0e0e0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news-wrap .word {
  width: calc(100% - 240px - 90px);
  padding: 0 10% 0 5%;
}
.news-wrap .date {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news-wrap .date time {
  display: block;
}
.news-wrap li {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
.news-wrap li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #e94709;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news-wrap li:hover span {
  color: #e94709;
}
.news-wrap li:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.news-wrap li:hover .img-wrap {
  border: 1px solid #e94709;
}
.news-wrap li:hover .word-title {
  color: #e94709;
}
.news-wrap li:hover .word-desc {
  color: rgba(0, 0, 0, 0.8);
}
.news-wrap li:hover .date {
  color: rgba(0, 0, 0, 0.8);
}
.news-wrap li:hover:after {
  content: "";
  width: 100%;
}
.news-wrap .main {
  padding-bottom: 5%;
}
.newsContent-wrap {
  padding-bottom: 5%;
}
.newsContent-wrap .title {
  padding: 5% 0 2%;
  font-size: 24px;
  text-align: center;
}
.newsContent-wrap .parameter {
  padding: 10px 0;
  text-align: center;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.newsContent-wrap .content {
  padding: 15px;
  line-height: 30px;
}
.newsContent-wrap .content img {
  max-width: 100% !important;
  height: auto !important;
}
.contaic-wrap {
  padding-bottom: 5%;
}
.contaic-wrap .content05 {
  width: 100%;
}
.contaic-wrap #map,
.contaic-wrap #map2 {
  height: 360px;
}
.contaic-wrap .line01 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px dotted #e94709;
}
.contaic-wrap .line {
  padding-left: 15px;
}
.contaic-wrap [class*="content0"] {
  margin-bottom: 30px;
}
.contaic-wrap .word-title {
  padding: 2%;
  margin-bottom: 5%;
  border-radius: 8px;
  background-color: #e94709;
}
.contaic-wrap .item-word {
  width: 50%;
  font-size: 16px;
}
.contaic-wrap .item-map {
  width: 50%;
  padding-left: 5%;
}
.contaic-wrap .item-map img {
  width: auto;
  max-width: none;
  max-height: none;
}
.contaic-wrap [class*="main-item"] {
  height: 516px;
  padding: 5% 5%;
  background: url(../images/list/contactbg.jpg) no-repeat center / 100%;
}
/*# sourceMappingURL=list.css.map */