@charset "UTF-8";
.commonweb {
  position: relative;
}

.indxArrivals .indexTit {
  margin-top: 0;
  margin-bottom: 55px;
  background: url(../images/ititbg2.png) no-repeat center 30px;
}

/*index*/
.indexbanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.indexbanner li {
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
}
.indexbanner ul {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ipages {
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 10;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.ipages span {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #8e8987;
  margin: 0 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ipages .swiper-pagination-bullet-active {
  background-color: #d82019;
  border-color: #d82019;
}
.indexbanner li a img {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .indexbanner .ipages {
    bottom: 20px;
  }
  .ipages span {
    width: 12px;
    height: 12px;
  }
}
.index-text .en {
  font-family: 'raleway';
  text-transform: uppercase;
  font-weight: bold;
  color: #d82019;
  padding: 5px 0 0 0;
}
.index-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.index-btn.index-prev {
  background-image: url(../images/prev.png);
  left: 0;
}
.index-btn.index-prev:hover {
  background-image: url(../images/prevho.png);
}
.index-btn.index-next {
  background-image: url(../images/next.png);
  right: 0;
}
.index-btn.index-next:hover {
  background-image: url(../images/nextho.png);
}
.index-more a {
  display: inline-block;
  border: 2px solid #e1e1e4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  padding: 0 20px;
  color: #6e6f7b;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .index-text .en {
    padding: 13px 0 0 0;
  }
  .index-btn {
    width: 46px;
    height: 46px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .index-btn.index-prev {
    left: -30px;
  }
  .index-btn.index-next {
    right: -30px;
  }
  .index-more a {
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 60px;
    line-height: 60px;
    padding: 0 46px;
  }
  .index-more a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d82019;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform,
      -o-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .index-more a:hover {
    color: #ffffff;
    border-color: #ffffff;
  }
  .index-more a:hover:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-width: 1400px) {
  .index-btn.index-prev {
    left: -80px;
  }
  .index-btn.index-next {
    right: -80px;
  }
}
@media (min-width: 1440px) {
  .index-btn.index-prev {
    left: -106px;
  }
  .index-btn.index-next {
    right: -106px;
  }
}
.indxNews-wraper {
  position: relative;
  padding: 30px 35px;
}
.inxnews-list {
  overflow: hidden;
}
.inxnews-list li a {
  display: block;
  border: 1px solid #e3e3eb;
}
.inxnews-list li .tiothumb img {
  display: block;
  width: 100%;
}
.inxnews-list li .tioinfor {
  padding: 15px;
  border-top: 1px solid #e3e3eb;
}
.inxnews-list li .tioinfor .text {
  color: #58596d;
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inxnews-list li .tioinfor .date {
  color: #d82019;
  font-family: DINPro;
  display: block;
}
@media (min-width: 1024px) {
  .indxNewsmin {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .indxNews-wraper {
    padding: 37px 30px;
  }
  .inxnews-list li {
    float: left;
    width: 25%;
    margin-right: 30px;
  }
  .inxnews-list li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  .inxnews-list li .tiothumb {
    overflow: hidden;
  }
  .inxnews-list li .tiothumb img {
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
  }
  .inxnews-list li:hover .tioinfor .text {
    color: #d82019;
  }
  .inxnews-list li .tioinfor {
    font-size: 16px;
    padding: 24px 30px 34px;
  }
  .inxnews-list li .tioinfor .date {
    padding: 11px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .indxNews-wraper {
    padding: 37px 0;
  }
}
.indxAboutus {
  background-color: #f1f4f9;
}
.indxAboutus .par-posimg {
  background: url(../images/wimg26.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 230px;
  position: relative;
}
.indxAboutus .par-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.indxAboutus .par-text h2 {
  font-weight: lighter;
}
.indxAboutus .par-text h3 {
  padding: 8px 0;
}
.indxAboutus .par-content {
  padding: 20px;
}
.indxAboutus .par-content h2 {
  text-transform: uppercase;
  font-family: DINPro;
  padding: 0 0 5px 0;
}
.indxAboutus .par-content p {
  color: #34364b;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .indxAboutus .par-posimg {
    height: 383px;
    float: right;
    width: 50%;
  }
  .indxAboutus .par-text {
    top: 45%;
    left: 38px;
    max-width: 385px;
  }
  .indxAboutus .par-text h3 {
    padding: 22px 0 20px;
  }
  .indxAboutus .par-content {
    float: right;
    width: 50%;
    max-width: 600px;
    padding: 4% 40px 0;
  }
  .indxAboutus .par-content h2 {
    padding: 0 0 10px 0;
  }
}
@media (min-width: 1280px) {
  .indxAboutus .par-content {
    padding-left: 0;
  }
}
.inxprod-list li {
  margin: 0 0 20px 0;
}
.inxprod-list li a {
  display: block;
  position: relative;
}
.inxprod-list li .imgbox img {
  display: block;
  width: 100%;
}
.inxprod-list li .inxpro-img {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 44%;
}
.inxprod-list li .inxpro-img img {
  display: block;
  max-width: 100%;
}
.inxprod-list li .inxpro-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  width: 40%;
}
.inxprod-list li .inxpro-text h3 {
  color: #34364b;
  padding: 0 0 5px;
}
.inxprod-list li .inxpro-text p {
  color: #58596d;
  opacity: 0.5;
  line-height: 14px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .indxProduct {
    padding-top: 57px;
  }
  .inxprod-list {
    padding-top: 38px;
    padding-bottom: 10px;
  }
  .inxprod-list li a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .inxprod-list li:hover a {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .inxprod-list li:hover .inxpro-img {
    margin-left: -10px;
  }
  .inxprod-list li .inxpro-img {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
@media (min-width: 1199px) {
  .inxprod-list ul {
    margin: 0 -15px;
  }
  .inxprod-list li {
    padding: 0 15px;
  }
  .inxprod-list li .inxpro-text {
    width: 43%;
  }
}
.indxArrivals {
  background-color: #f1f4f9;
}
.arrivals-wrapper {
  padding: 0 30px;
  position: relative;
}
.arrivals-wrapper .arrivalsp-min {
  overflow: hidden;
  padding: 30px 0 0 0;
}
.arrivals-wrapper ul.momargin {
  margin: 0;
}
.arrivals-wrapper ul.momargin li {
  padding: 0;
}
.arrivals-wrapper li {
  margin: 0 0 20px 0;
}
.arrivals-wrapper li a {
  display: block;
}
.arrivals-wrapper li .solut-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.arrivals-wrapper li .solut-text {
  padding: 10px;
  background-color: #ffffff;
  border-top: 2px solid #d82019;
  text-align: center;
  position: relative;
}
.arrivals-wrapper li .solut-text:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: -2px;
  background: #0c337f;
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  -moz-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.arrivals-wrapper li .solut-text h3 {
  color: #58596d;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 45px;
}
.arrivals-wrapper li:hover .solut-text:before {
  right: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .arrivals-wrapper .relat-btn {
    height: 43px;
  }
  .arrivals-wrapper li {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .indxArrivals {
    padding-top: 57px;
    padding-bottom: 55px;
  }
  .arrivals-wrapper li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  .arrivals-wrapper li a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .arrivals-wrapper li .solut-img {
    overflow: hidden;
    height: 380px;
    background-color: #fff;
  }
  .arrivals-wrapper li .solut-img img {
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
    height: 100%;
  }
  .arrivals-wrapper li .solut-text {
    padding: 34px 30px 30px;
  }
  .arrivals-wrapper li .solut-text h3 {
    margin: 0 0 9px 0;
  }
  .arrivals-wrapper li:hover .solut-text h3 {
    color: #d82019;
  }
}
@media (min-width: 1400px) {
  .arrivals-wrapper {
    padding: 5px 0;
  }
}
.inxSolution {
  background: url(../images/wimg33.jpg) no-repeat 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inxSolution .index-more {
  padding: 20px 0 0;
}
.inxSolution .index-more a {
  color: #fff;
}
.inxSolut-wrapper {
  padding: 0 30px 30px;
  position: relative;
}
.inxSolut-wrapper .inxSolut-min {
  overflow: hidden;
  padding: 30px 0 0 0;
}
.inxSolut-wrapper ul.momargin {
  margin: 0;
}
.inxSolut-wrapper ul.momargin li {
  padding: 0;
}
.inxSolut-wrapper li {
  margin: 0 0 20px 0;
}
.inxSolut-wrapper li a {
  display: block;
}
.inxSolut-wrapper li .solut-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.inxSolut-wrapper li .solut-text {
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  background: -webkit-linear-gradient(135deg, transparent 20px, #fff 0);
  background: -moz- oldlinear-gradient(135deg, transparent 20px, #fff 0);
  background: -o-linear-gradient(135deg, transparent 20px, #fff 0);
  background: linear-gradient(-45deg, transparent 20px, #fff 0);
}
.inxSolut-wrapper li .solut-text h3 {
  color: #58596d;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inxSolut-wrapper li .solut-text .en {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #d82019;
  text-transform: uppercase;
  font-family: DINPro;
}
.inxSolut-wrapper .index-btn.index-prev {
  background-image: url(../images/prev4.png);
}
.inxSolut-wrapper .index-btn.index-prev:hover {
  background-image: url(../images/prev4ho.png);
}
.inxSolut-wrapper .index-btn.index-next {
  background-image: url(../images/next4.png);
}
.inxSolut-wrapper .index-btn.index-next:hover {
  background-image: url(../images/next4ho.png);
}
.inxSolut-wrapper .ipages {
  bottom: 10px;
}
@media (min-width: 768px) {
  .inxSolut-wrapper .relat-btn {
    height: 43px;
  }
  .inxSolut-wrapper li {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .commonweb {
    margin: 0px auto;
    max-width: 1200px;
    padding: 0;
  }
  .inxSolution {
    padding-top: 57px;
    padding-bottom: 59px;
  }
  .inxSolution .index-more {
    padding: 0;
  }
  .inxSolution .index-more a {
    border-color: #3b2d2a;
  }
  .inxSolut-wrapper {
    padding: 5px 30px 72px;
  }
  .inxSolut-wrapper .ipages {
    bottom: 40px;
  }
  .inxSolut-wrapper li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  .inxSolut-wrapper li a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .inxSolut-wrapper li .solut-img {
    overflow: hidden;
  }
  .inxSolut-wrapper li .solut-img img {
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
  }
  .inxSolut-wrapper li .solut-text {
    padding: 24px 30px 32px;
  }
  .inxSolut-wrapper li .solut-text h3 {
    margin: 0 0 2px 0;
  }
  .inxSolut-wrapper li:hover .solut-text h3 {
    color: #d82019;
  }
}
@media (min-width: 1400px) {
  .inxSolut-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.inxPartner {
  background-color: #f1f4f9;
}
.inxpart-list {
  position: relative;
  padding: 20px 30px;
}
.inxpart-list li a {
  display: block;
  border: 1px solid #dbdced;
}
.inxpart-list li img {
  display: block;
  width: 100%;
}
.inxpart-list .index-btn.index-prev.swiper-button-disabled {
  display: none !important;
}
.inxpart-list .index-btn.index-next.swiper-button-disabled {
  display: none !important;
}
.partner-wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .inxpart-list {
    padding: 36px 30px;
  }
  .inxpart-list li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  .inxpart-list li a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
  }
  .inxpart-list li a img {
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
  }
  .inxpart-list li:hover a {
    border-color: #d82019;
  }
  .inxPartner {
    padding-top: 56px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1400px) {
  .inxpart-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.searchcont401 {
  padding: 36px 0;
  background-color: #ffffff;
}
.searchtitle401 {
  padding: 28px 15px;
  background-color: #f2f2f2;
}
.searchtitle401 span {
  color: #d82019;
}
.resultlist401 {
  font-size: 13px;
  padding: 3% 0;
}
.resultlist401 img {
  display: block;
  width: 100%;
  margin-bottom: 2%;
}
.resultlist401 ul {
  padding-bottom: 40px;
}
.resultlist401 li {
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: -1px;
  position: relative !important;
  top: auto !important;
}
.resultlist401 h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3%;
}
.resultlist401 h4 em {
  color: #da251d;
}
.resultlist401 h4 a {
  display: block;
}
.resulttext401 {
  overflow: hidden;
  height: 72px;
  color: #999;
}
.resultlabel401 {
  color: #999;
  display: inline-block;
  padding-top: 30px;
}
.searchinputcont401 dt {
  float: left;
  width: 78%;
}
.searchinputcont401 dd {
  float: left;
  width: 22%;
}
.searchinputcont401 dt input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 12px;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  font-family: 'Microsoft YaHei';
}
.searchinputcont401 dd input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: #d82019;
  text-align: center;
  font-family: 'Microsoft YaHei';
}
.keywords {
  color: #da251d;
}
@media (min-width: 768px) {
  .searchtitle401 {
    font-size: 24px;
  }
  .resultlist401 h4 {
    font-size: 20px;
    margin-bottom: 2%;
  }
  .searchimg401 {
    float: left;
    margin: 0 3% 0 0;
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  .resultlist401 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .searchinputcont401 {
    width: 45%;
    margin: 0 auto;
  }
  .searchinputcont401 dt input {
    font-size: 18px;
  }
  .searchinputcont401 dd input {
    font-size: 18px;
    font-weight: bold;
  }
}
/*20181107*/
.minimg-wrapper {
  overflow: hidden;
  position: relative;
}
.product-table {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
/*2018.11.16*/
.prodatile-btn {
  display: block;
  width: 30px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: all ease 0.5s;
}
.prodatile-prev {
  background-image: url(../images/prevho.png);
  left: 0;
}
.prodatile-next {
  background-image: url(../images/nextho.png);
  right: 0;
}
@media (min-width: 1024px) {
  .prodatile-btn {
    background-size: 42px;
    width: 50px;
  }
  .prodatile-prev {
    background-position-x: -50px;
  }
  .prodatile-prev:hover {
    background-position-x: 0;
  }
  .prodatile-next {
    background-position-x: 50px;
  }
  .prodatile-next:hover {
    background-position-x: 0;
  }
}
/*2018.11.19*/

.footer-top {
  padding-top: 10px;
}
.footer-top ul li.li1 h3 {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.footer-top ul li.li1 h3 a {
  color: #85868f;
}
.footer-sub {
  padding-bottom: 5px;
  display: none;
}
.footer-sub a {
  display: block;
  color: #999999;
  font-size: 13px;
  padding: 5px 0;
}
.footer-top ul li.li2 {
  padding-top: 20px;
  text-align: center;
}
.footer-top ul li.li2 h3 {
  margin-bottom: 20px;
}
.footer-top ul li.li2 img {
  width: 135px;
  max-width: 100%;
  border: #dedede 1px dashed;
}
.footer-top ul li.li2 .telnum {
  padding-top: 14px;
  font-size: 13px;
  color: #34364b;
  opacity: 0.7;
}
.footer-top ul li.li2 .telnum a {
  color: #34364b;
  display: inline-block;
}
.footer-top ul li.li2 .telnum a:hover {
  color: #d82019;
  opacity: 1;
}
.plus.icon {
  position: absolute;
  right: 15px;
  top: 11px;
  color: #fff;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
}
.plus.icon:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #333;
}
.plus.icon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #333;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer-top ul li h3.cur .plus.icon:after {
  opacity: 0;
}
@media (min-width: 1024px) {
  .footer-top {
    padding-top: 46px;
    padding-bottom: 48px;
  }
  .footer-top ul li {
    padding-right: 1.2%;
    float: left;
  }
  .footer-top ul li.li1 h3 {
    border-bottom: 0;
    padding-top: 0;
  }
  .footer-sub {
    padding-bottom: 0;
    display: block;
  }
  .footer-sub a {
    padding-top: 0;
    color: #abacb7;
  }
  .footer-sub a:hover {
    color: #c61b2b;
  }
  .footer-top ul li.li2 {
    padding: 0;
    text-align: right;
  }
  .plus.icon:after,
  .plus.icon:before {
    opacity: 0;
  }
  .footer-top ul li.li2 .telnum a {
    padding: 0 0 0 2px;
  }
}
@media (min-width: 1199px) {
  .footer-top ul li {
    padding-right: 2.7%;
  }
}
@media (min-width: 1260px) {
  .footer-top ul li {
    padding-right: 2.9%;
  }
  .footer-top ul li.li2 {
    padding: 0 0 0 2%;
  }
}
/*2018.11.19*/
/*.header-nav li { padding: 0; }*/

.header-nav li h3 {
  padding: 0 10px;
}
.header-nav .sub-item.cur .three-btn:after {
  border-top: 7px solid #b3b3b3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.header-nav .sub-item h4 {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 15px;
}
.header-nav .sub-item:last-child h4 {
  border-bottom: 0;
}
.header-nav .sub-nav {
  background-color: #f2f2f2;
  padding: 0;
}
.header-nav .three-nav {
  display: none;
  background-color: #fafafa;
  padding: 0 20px;
}
.header-nav .three-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 36px;
  width: 80%;
}
.header-nav .three-btn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid #b3b3b3;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -4px;
}
@media (min-width: 1024px) {
  header {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
  }
  .header-nav li {
    position: relative;
  }
  .header-nav li h3 {
    padding: 0;
  }
  .header-nav .sub-nav {
    top: 100px;
    background-color: #ffffff;
    position: absolute;
    width: 210px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-top: 0;
  }
  .header-nav li .sub-item a {
    text-align: center;
  }
  /*.header-nav li:nth-child(2) .sub-item a {
        text-align: left;
    }*/

  .header-nav .sub-item {
    position: relative;
    padding: 0 17px;
  }
  .header-nav .sub-item:hover h4 a {
    color: #d82019;
  }
  .header-nav .sub-item:hover h4 .three-btn:after {
    border-left-color: #d82019;
  }
  .header-nav .sub-item h4 {
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
  }
  .header-nav .sub-item h4 a {
    padding: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 42px;
  }
  .header-nav .three-nav {
    position: absolute;
    top: 0;
    left: 208px;
    width: 160px;
    background-color: #ffffff;
    text-align: center;
    color: #666666;
    border: 1px solid #e0e0e0;
  }
  .header-nav .three-nav a {
    text-align: center;
  }
  .header-nav .three-nav a:hover {
    color: #d82019;
  }
  .header-nav .three-btn {
    height: 43px;
  }
  .header-nav .three-btn:after {
    margin-top: -8px;
  }
}
/*2018.11.19 end*/

/*2018.11.21*/
.loadingmore {
  display: block;
  width: 100%;
  font-size: 14px;
  background: #d82019;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.loadingmore:hover {
  background-color: #e85a55;
}
@media (min-width: 1024px) {
  .loadingmore {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
/*2018.11.26*/
.contact-clumb-box .Dealerbtn {
  margin-bottom: 8px;
  width: 182px;
}
@media (min-width: 1024px) {
  .contact-clumb-box {
    width: 253px;
  }
  .contact-clumb-box .Dealerbtn {
    width: 253px;
    float: right;
  }
}
/*2018.12.5*/
.ebsgovicon img {
  height: 59px !important;
  width: auto !important;
}
/*分页样式*/

.pages {
  clear: both;
  margin: 40px auto 20px auto;
  padding-top: 50px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  border-top: 5px solid #f4f5f6;
}
.pages ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 15px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999;
  border-radius: 2px;
}
.pages ul li:hover {
  background: #d82019;
  color: #fff;
  border: 1px solid #d82019;
}
.pages ul li:hover a {
  color: #fff;
}

/*下载中心*/
.Download-list ul {
  padding-bottom: 20px;
}
.Download-list li {
  border: 1px solid #e6e6e6;
  position: relative;
  padding: 10px 80px 10px 15px;
  margin: 0 0 15px 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative !important;
  top: auto !important;
}
.Download-list li .down-text {
  display: block;
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
}
.Download-list li .down-btn {
  display: block;
  width: 68px;
  height: 100%;
  background: #fff url(../images/wicon13.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.Download-list li:hover {
  border-color: #d82019;
  background-color: #d82019;
}
.Download-list li:hover .down-text {
  color: #ffffff;
}
.Download-list li:hover .down-btn {
  background-color: #e31a13;
  background-image: url(../images/wicon13ho.png);
}
@media (min-width: 768px) {
  .Download-list li {
    padding: 32px 80px 32px 15px;
    margin: 0 0 22px 0;
    background-color: #fff;
  }
  .Download-list li .down-text {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
  }
  .Download-list li .down-btn {
    width: 90px;
    height: 90px;
    top: -1px;
    right: -1px;
  }
}
@media (min-width: 1024px) {
  .Download-list {
    padding-top: 10px;
    padding-bottom: 32px;
  }
  .Download-list ul {
    padding-bottom: 45px;
  }
  .Download-list li {
    padding: 32px 180px 32px 56px;
  }
}

/*分页样式*/

.pages {
  clear: both;
  margin: 40px auto 20px auto;
  padding-top: 50px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  border-top: 5px solid #f4f5f6;
}
.pages ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 15px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999;
  border-radius: 2px;
}
.pages ul li:hover {
  background: #d82019;
  color: #fff;
  border: 1px solid #d82019;
}
.pages ul li:hover a {
  color: #fff;
}
