.top-con .top li{
	list-style-type: disc!important;
}
.top-con .inner-wrap .left {
  width: 40%;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  top: 0;
}
.top-con .inner-wrap .left > .swiper-container img {
  height: auto;
}
.top-con .inner-wrap .left img {
  width: 100%;
}
.top-con .inner-wrap .left .swiper2 {
  padding: 0 40px;
}
.top-con .inner-wrap .left .swiper2 img {
  border: 1px solid #eaeaea;
  height: auto;
}
.top-con .inner-wrap .right {
  width: 55.4%;
}
.top-con .inner-wrap .right .r-inner {
  padding-left: 33px;
}
.top-con .inner-wrap .right .r-inner .top {
  margin-bottom: 32px;
}
.top-con .inner-wrap .right .r-inner .top h5 {
  margin-bottom: 10px;
}
.top-con .inner-wrap .right .r-inner .top p {
  width: 100%;
  margin-bottom: 5px;
}
.top-con .inner-wrap .right .r-inner .bot {
  border: 1px solid #000;
  height: 118px;
}
.top-con .inner-wrap .right .r-inner .bot .b-in {
  padding: 20px;
  padding-bottom: 0;
}
.top-con .inner-wrap .right .r-inner .bot .b-in li {
  width: 32%;
  margin-right: 1%;
  float: left;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.top-con .inner-wrap .right .r-inner .bot .b-in li a {
  font-size: 18px;
  font-family: 'webBoldfont';
}
/* .top-con .inner-wrap .right .r-inner .bot .b-in li a:hover {
  color: #fd3e26;
  text-decoration: underline;
} */
.top-con .inner-wrap .right .r-inner .under-box {
  margin-top: 40px;
}
.top-con .inner-wrap .right .r-inner .under-box .download {
  display: inline-block;
  padding-left: 26px;
  background: url('../images/pro-download.png') no-repeat left center;
  color: #000;
  margin: 15px 0 20px;
}
.top-con .inner-wrap .right .r-inner .under-box .download:hover {
  color: #fd3e26;
  background: url('../images/pro-download-active.png') no-repeat left center;
}
.top-con .inner-wrap .right .r-inner .under-box .under-btn {
  display: block;
  width: 238px;
  height: 52px;
  background: #fd3e26;
  border-radius: 5px;
  color: #fff;
  line-height: 52px;
  text-align: center;
}
.top-con .inner-wrap .right .r-inner .under-box .under-btn:hover {
  background: #fff;
  border: 1px solid #fd3e26;
  box-sizing: border-box;
  color: #fd3e26;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 99.8%;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.content-box {
  margin-top: 40px;
}
.content-box .inner-wrap .slide-btn {
  width: 100%;
  display: block;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: url('../images/pro-arrow-down.png') no-repeat center 38px #fd3e26;
  margin-bottom: 10px;
}
.content-box .inner-wrap .click {
  background: url('../images/pro-arrow-up.png') no-repeat center 38px #fd3e26;
}
.content-box .inner-wrap .table-box {
  display: none;
  width: 100%;
  overflow-x: scroll;
}
.content-box .inner-wrap .table-box img {
  width: 100%;
}
.content-box .inner-wrap .table-box table {
  width: 100% !important;
}
.content-box .inner-wrap .table-box table tbody td {
  padding: 5px 15px;
  border: 1px solid #ccc;
}
.content-box .inner-wrap .table-box table th {
  text-align: center;
  font-family: 'webBoldfont';
  font-size: 16px;
  color: #555;
  padding: 5px 15px;
  border: 1px solid #ccc;
  background: #eee;
}
.bx-box {
  margin-top: 30px;
}
.bx-box .inner-wrap h5 {
  margin-bottom: 50px;
}
.bx-box .inner-wrap .bxslider2 li img {
  width: 85%;
  margin: 0 auto;
  transition: all 0.5s;
}
.bx-box .inner-wrap .bxslider2 li img:hover {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.bx-box .bx-wrapper .bx-controls-direction a {
  width: 43px;
  height: 43px;
  background: url('../images/pro-bx-arrow-l.jpg') no-repeat;
  background-size: contain;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.bx-box .bx-wrapper .bx-controls-direction .bx-prev {
  left: -30px;
}
.bx-box .bx-wrapper .bx-controls-direction .bx-next {
  right: -30px;
  background-image: url('../images/pro-bx-arrow-r.jpg');
}
.bx-box .bx-wrapper .bx-controls-direction .bx-prev:hover {
  background-image: url('../images/pro-bx-arrow-l-active.jpg');
}
.bx-box .bx-wrapper .bx-controls-direction .bx-next:hover {
  background-image: url('../images/pro-bx-arrow-r-active.jpg');
}
.news-box .inner-wrap h5 {
  margin-bottom: 40px;
}
.news-box .inner-wrap .news-inner .left {
  width: 38%;
  overflow: hidden;
}
.news-box .inner-wrap .news-inner .left img {
  width: 100%;
  transition: all 0.5s;
}
.news-box .inner-wrap .news-inner .left img:hover {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-box .inner-wrap .news-inner .right {
  width: 62%;
}
.news-box .inner-wrap .news-inner .right .r-in {
  padding: 0 25px;
}
.news-box .inner-wrap .news-inner .right .r-in .line {
  width: 75%;
  height: 1px;
  background: #dfdfdf;
  display: block;
  margin: 20px 0;
}
.news-box .inner-wrap .news-inner .right .r-in h4:hover,
.news-box .inner-wrap .news-inner .right .r-in p:hover {
  color: #fd3e26;
}
.news-box .inner-wrap .news-inner .right .r-in p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-box .inner-wrap .news-inner .right .r-in a {
  display: inline-block;
  color: #aadb1e;
  font-size: 16px;
  margin-top: 30px;
}
.news-box .inner-wrap .news-inner .right .r-in a:hover {
  text-decoration: underline;
}

.navcard{line-height: 70px;height:70px;background: #fd3e26;border: 1px solid #fd3e26;margin-bottom: 20px;width:100%;display: flex;justify-content: space-between;}
.navcard span{display: inline-block;line-height: 70px;color:#fff;font-size: 20px;cursor: pointer;width:50%;text-align: center;}
.navcard span.active{background: #fff;color: #fd3e26;}
.procon .active{display: block !important;}

@media screen and (max-width: 1439px) {
  .top-con .inner-wrap .left > .swiper-container img {
    height: auto;
  }
  .top-con .inner-wrap .left .swiper2 img {
    height: auto;
  }
  .top-con .inner-wrap .left .swiper2 .arrows {
    bottom: 70px;
  }
  .top-con .inner-wrap .left .swiper2 .arrows .swiper-button-next,
  .top-con .inner-wrap .left .swiper2 .arrows .swiper-button-prev {
    height: 85px;
  }
  .top-con .inner-wrap .right .r-inner .top p {
    width: 100%;
  }
  .news-box .inner-wrap .news-inner .left {
    width: 38%;
  }
  .news-box .inner-wrap .news-inner .left img {
    width: 100%;
  }
  .news-box .inner-wrap .news-inner .right {
    width: 62%;
  }
  .news-box .inner-wrap .news-inner .right .r-in h4 {
    line-height: 1.2;
  }
  .news-box .inner-wrap .news-inner .right .r-in .line {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-con .inner-wrap .left > .swiper-container img {
    height: auto;
  }
  .top-con .inner-wrap .left .swiper2 {
    padding: 10px 40px;
  }
  .top-con .inner-wrap .left .swiper2 .arrows {
    bottom: 79px;
  }
  .top-con .inner-wrap .right .r-inner .top p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-con .inner-wrap .left {
    float: none;
    width: 100%;
  }
  .top-con .inner-wrap .left > .swiper-container img {
    height: auto;
  }
  .top-con .inner-wrap .left .swiper2 {
    padding: 0 40px;
  }
  .top-con .inner-wrap .left .swiper2 .arrows {
    bottom: 69px;
  }
  .top-con .inner-wrap .left .swiper2 .arrows .swiper-button-next {
    right: 0;
  }
  .top-con .inner-wrap .left .swiper2 .arrows .swiper-button-prev {
    left: 0;
  }
  .top-con .inner-wrap .right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .top-con .inner-wrap .right .r-inner {
    padding-left: 0;
  }
  .top-con .inner-wrap .right .r-inner .top p {
    width: 100%;
  }
  .news-box .inner-wrap h5 {
    margin-bottom: 20px;
  }
  .news-box .inner-wrap .news-inner .left {
    float: none;
    width: 100%;
  }
  .news-box .inner-wrap .news-inner .left img {
    width: 100%;
  }
  .news-box .inner-wrap .news-inner .right {
    width: 100%;
    float: none;
  }
  .news-box .inner-wrap .news-inner .right .r-in {
    padding: 0;
  }
  .news-box .inner-wrap .news-inner .right .r-in .line {
    margin: 6px 0;
  }
  .news-box .inner-wrap .news-inner .right .r-in p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-box .inner-wrap .news-inner .right .r-in a {
    display: inline-block;
    color: #aadb1e;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 767px) {
  .arrows {
    position: absolute;
    left: 0;
    bottom: 88px;
    width: 100%;
  }
  .arrows .swiper-button-next {
    width: 30px;
    height: 100px;
    background: url('../images/banner-arrow-r.png') no-repeat center center #fd3e26;
    background-size: 13px 25px;
    right: 0;
  }
  .arrows .swiper-button-next:hover {
    background: url('../images/banner-arrow-r-active.png') no-repeat center center #fd3e26;
    background-size: 13px 25px;
  }
  .arrows .swiper-button-prev {
    width: 30px;
    height: 100px;
    background: url('../images/banner-arrow-l.png') no-repeat center center #fd3e26;
    background-size: 13px 25px;
    left: 0;
  }
  .arrows .swiper-button-prev:hover {
    background: url('../images/banner-arrow-l-active.png') no-repeat center center #fd3e26;
    background-size: 13px 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-con .inner-wrap .left {
    float: none;
    width: 100%;
  }
  .top-con .inner-wrap .left .swiper2 .gallery-thumbs {
    display: none;
  }
  .top-con .inner-wrap .left .swiper2 .arrows .swiper-button-next,
  .top-con .inner-wrap .left .swiper2 .arrows .swiper-button-prev {
    top: 50%;
    margin-top: -43px;
  }
  .top-con .inner-wrap .right {
    float: none;
    width: 100%;
  }
  .top-con .inner-wrap .right .r-inner {
    padding-left: 0;
    padding: 0 5%;
  }
  .bx-box {
    margin-top: 10px;
  }
  .bx-box .inner-wrap h5 {
    margin-bottom: 10px;
  }
  .bx-box .inner-wrap .bxslider2 li img {
    width: 100%;
    margin: 0 auto;
	height:auto;
  }
  .bx-box .bx-wrapper {
    margin-bottom: 10px;
  }
  .bx-box .bx-wrapper .bx-controls-direction a {
    width: 21px;
    height: 21px;
    background: url('../images/pro-bx-arrow-l.jpg') no-repeat;
    background-size: contain;
  }
  .bx-box .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0px;
  }
  .bx-box .bx-wrapper .bx-controls-direction .bx-next {
    right: 0px;
    background: url('../images/pro-bx-arrow-r.jpg') no-repeat;
    background-size: contain;
  }
  .news-box .inner-wrap h5 {
    margin-bottom: 20px;
  }
  .news-box .inner-wrap .news-inner {
    padding: 0 5%;
  }
  .news-box .inner-wrap .news-inner .left {
    float: none;
    width: 100%;
  }
  .news-box .inner-wrap .news-inner .left img {
    width: 100%;
  }
  .news-box .inner-wrap .news-inner .right {
    width: 100%;
    float: none;
  }
  .news-box .inner-wrap .news-inner .right .r-in {
    padding: 0;
  }
  .news-box .inner-wrap .news-inner .right .r-in .line {
    margin: 6px 0;
  }
  .news-box .inner-wrap .news-inner .right .r-in p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-box .inner-wrap .news-inner .right .r-in a {
    display: inline-block;
    color: #aadb1e;
    font-size: 16px;
    margin-top: 30px;
  }
  
  .navcard{line-height: 50px;height:50px;background: #fd3e26;border: 1px solid #fd3e26;margin-bottom: 20px;display: flex;justify-content: space-between;width:calc(100% - 2px)}
  .navcard span{display: inline-block;line-height: 50px;color:#fff;font-size: 16px;cursor: pointer;width: 50%;text-align: center;}
  .navcard span.active{background: #fff;color: #fd3e26;}
  .procon .active{display: block !important;}
  .procon .table-box{padding: 5px 2%;width:96% !important;}
  
}
