.index-title {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.index-title .tbt {
  font-size: 32px;
  color: #4b4b4b;
  position: relative;
  padding-top: 20px;
  display: inline-block;
}

.index-title .tbt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -36px;
  width: 72px;
  height: 8px;
  border-radius: 8px;
  background: #f15a24;
}

.white-title .tbt {
  color: #fff;
}

.pro-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.pro-list .item {
  width: 23.5%;
  margin: 0px 2% 20px 0px
}

.pro-list .item:nth-of-type(4n) {
  margin-right: 0px
}

.pro-list .item .pro-img {
  border: 1px solid #E8E8E8;
  overflow: hidden;
  position: relative;
  height: 380px;
  display: block;
  display: flex;
  justify-content: center;
}

.pro-list .item .pro-img img {
  max-width: 100%;
  display: block;
  transition: all .3s;
}

.pro-list .item .more-btn {}

.more-btn {
  display: inline-block;
  color: #414141;
  margin-top: 10px;
  padding: 8px 15px;
  transition: color .5s, padding .5s, border .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2px;
  text-transform: lowercase
}

.more-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
  border-radius: 50%;
  background-color: #f15a24;
  z-index: -1;
  transition: transform .8s cubic-bezier(0, 0, 0.2, 1), opacity .6s;
  transform: scale(0);
  opacity: 0
}

.more-btn:hover {
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px
}

.more-btn:hover::before {
  transform: scale(20);
  opacity: 1
}

.pro-list .item .pro-name {
  display: block;
  color: #f15a24;
  font-weight: bold;
  text-transform: capitalize;
  margin: 15px 15px 0px 15px;
  display: block;
  max-height: 3em;
  line-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.pro-list .item:hover .pro-name {
  color: #f15a24;
}

.pro-list .item:hover .pro-img img {
  transform: scale(1.1)
}

.all-products {
  position: relative;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase
}

.all-products::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
  position: absolute;
  top: 40px;
  left: 0px
}

.all-products::after {
  content: "";
  display: block;
  width: 128px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%)
}

.all-products a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: #f15a24;
  border-radius: 50%;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 80px;
  margin: 0px auto 0px;
  z-index: 2;
  transition: all .3s;
}

.all-products a:hover {
  transform: scale(1.05, 1.05);
}

/**************/
.abs-bg {
  background: #f3f4f8;
  margin-top: 50px;
  padding: 50px 0 50px;
}

.abs-left {
  width: 40%;
}

.abs-left .tbt {
  font-size: 36px;
  color: #101010;
  margin-top: 50px;
}

.abs-left .tbt span {
  color: #f15a24;
}

.abs-btn {
  display: block;
  width: 146px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(../images/btn1.png) no-repeat;
  margin-top: 30px;
}

.abs-bom {
  display: flex;
  justify-content: space-between;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 36px;
  margin-top: 70px;
}

.abs-bom .item {

  text-align: center;
}

.abs-bom .item .num {
  color: #ea4609;
  font-size: 30px;
  line-height: 60px;
}

.abs-bom .item .num span {
  font-size: 50px;
}

.abs-right {
  width: 55%;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 36px;
}

.abs-right .item {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
}

.abs-right .item:last-child {
  border: none;
}

/**********************************/
.view-box {
  position: relative;
  background: url(../images/view-bg.jpg) top center no-repeat;
  height: 990px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.view-box::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 15px;
  right: 0;
  top: 0;
  background: #f15a24;
}

.view-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  right: 0;
  bottom: 0;
  background: url(../images/view-bom.png) bottom center no-repeat;
}

.tb-vibox {

  overflow: hidden;
  margin: 0 auto;

}

.view-ban {
  margin: 0 auto;
  margin-top: 40px;

  overflow: hidden;

}

.view-box .swiper-slide {
  width: 941px;
  height: 682px;
  position: relative;
}

.view-box .swiper-slide img {
  display: block;
  height: 622px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.view-box .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 622px;
  background: rgb(0, 0, 0, .2);
  border-radius: 20px;
}

.view-box .swiper-slide .tbt {
  line-height: 60px;
  font-size: 20px;
  padding-top: 0;
  text-align: center;
  color: #313131;
  margin: 0;
  display: none;
}

.view-box .swiper-slide.swiper-slide-active::before {
  display: none;
}

.view-box .swiper-slide.swiper-slide-active .tbt {
  display: block;
}

.view-box .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.view-box .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;

  opacity: 1;
}

.view-box .swiper-pagination-bullets .swiper-pagination-bullet-active {}

.view-box .swiper-button-prev,
.view-box .swiper-button-next {
  width: 44px;
  height: 77px;
  transition: all .3s;

  text-align: center;
  line-height: 36px;
  color: #fff;
}

.view-box .swiper-button-prev {
  background: url(../images/prev1.png) no-repeat;
  left: 50%;
  margin-left: -540px;

}


.view-box .swiper-button-next {
  background: url(../images/next1.png) no-repeat;
  right: 50%;
  margin-right: -540px;

}

.view-box .swiper-button-prev:hover {

  margin-left: -555px;
}

.view-box .swiper-button-next:hover {

  margin-right: -555px;
}

/***********************************/
.brand-box {
  background: #f3f4f8;
  height: 920px;


}

.brand-box .brand-bg {
  background: url(../images/brand-bg.jpg) 800px 110px no-repeat;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.brand-tit {
  color: #111111;
  font-size: 36px;
  line-height: 48px;
  margin-top: 160px;
}

.brand-tbc {
  color: #444444;
  font-size: 18px;
  line-height: 30px;
  max-width: 500px;
}

.brand-swp {

  width: 550px;
  position: relative;
  height: 230px;
  overflow: hidden;
  margin-top: 130px;
  padding-bottom: 60px;
}

.brand-swp .swiper-slide {
  height: 100px;
  padding-top: 10px;
}

.brand-swp .swiper-slide .pic {
  width: 260px;
  height: 72px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  background: #fff;
}

.brand-swp .swiper-slide img {}

.swiper-scrollbar {
  background: #000;
}

.swp-box {
  position: relative;
}

.swp-box .swiper-pagination-fraction {
  left: 490px;
  width: auto;
  bottom: -32px;
  font-size: 18px;
  background: #f3f4f8;
  display: block;
  height: 50px;
  z-index: 99;
  padding: 0 10px;
}

.swp-box .swiper-pagination-current {
  color: #f15a24;
}

.swp-box .swiper-scrollbar-drag {
  background: #f15a24;
}

/***************/
.liuyan-box {
  width: 440px;
  
  position: absolute;
  right: 30px;
  top: 460px;
  border-radius: 10px;
  padding: 0 25px 30px 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.liuyan-box .tbt {
  font-size: 24px;
  color: #f15a24;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #dcdcdc;
}
.liuyan-box .tbc {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}
.liuyan-box .tbc p {
   padding: 12px 0;
}
.tbt-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #f15a24;
  margin-top: 20px;
  font-size: 18px;
}













/******************/
.inban {
  height: 180px;
  background: #eeeeee;
  padding-top: 120px;
}
.inban::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 50%;
  height: 20px;
  background: #f15a24;
}
.wz {
  display: flex;
  line-height: 60px;
  background: url(../images/wz.png) 70px no-repeat;
  padding-left: 100px;
  
}
.wz a {
  color: #353535;
  font-size: 18px;
  padding: 0 16px 0 11px;
  display: block;
  background: url(../images/wz2.png) right center no-repeat;
}
.wz a:last-child {
  background: none;
}
.wz a:hover {
  color: #f15a24;
}
/***************************/
.abs-box {
  display: flex;
  justify-content: space-between;  
  margin-top: 80px;
}
.absl {
  width: 40%;
}
.abs-box .abs-left {
  width: 55%;
}
.abs-box .abs-left .tbt {
  margin-top: 10px;
}
.abs-box .abs-bom {
  width: 666px;
  margin-top: 40px;
}

.abs-info {
  color: #4b4b4b;
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
}
.brand-inn {
  background: #f3f4f8;
  margin-top: 60px;
  padding: 80px 0;
}
.brand-inn .brlist {
  display: flex;
  flex-wrap: wrap;
}
.brand-inn .brlist .img {
  width: 22.75%;
  margin-right: 3%;
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100px;
  margin-top: 3%;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.brand-inn .brlist .img img {
  max-width: 100%;
  transition: all .3s;
}
.brand-inn .brlist .img:nth-child(4n) {
  margin-right: 0;
}
.brand-inn .brlist .img:hover img {
 transform: scale(1.05);
}
/***************/
.inn-box {
  display: flex;
  justify-content:space-between;
}
.inn-left {
  width: 22%;
  background: #fff;
  margin-top: 35px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 18px 18px 60px;
  margin-bottom: 60px;
}
.inn-left .tbt {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

.inn-left .tbt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 90px;
  height: 2px;
  background: #f15a24;
}
.inn-left .tbc {
  margin-top: 15px;
}
.inn-left .tbc a {
  display:  block;
  padding-left: 20px;
  position: relative;
  background: #f2f6f9;
  color: #303030;
  line-height: 50px;
  height: 50px;
  margin-top: 5px;
  font-size: 16px;
  overflow: hidden;
}
.inn-left .tbc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 0;
  background: #f15a24;
  transition: all .3s;
}
.inn-left .tbc a em {
  position: relative;
  z-index: 2;
  transition: all .3s;
}
.inn-left .tbc a:hover::before,
.inn-left .tbc a.active::before  {
  width: 100%;
}
.inn-left .tbc a:hover em,.inn-left .tbc a.active em {
  color: #fff;
  margin-left: 10px;
}
.innmain {
  min-height: calc(100vh - 516px);
}
/*****************************/
.inn-right {
  width: 75%;
  padding-bottom: 60px;
}
.enr-list {
  display: flex;
  flex-wrap: wrap;
}
.enr-list .item {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 35px;
  
}
.enr-list .item:nth-child(4n) {
  margin-right: 0;
}
.enr-list .item .pic {
  display: flex;
  justify-content: center;
}
.enr-list .item img {
  max-width: 100%;
  display: block;
}
.enr-list .item h1 {
  color: #353535;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}


.inn-right .pro-list {
  margin-top: 0;
}
.right-tit {
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
/********************/
.pro-ban {
  width: 350px;
  height: 400px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.proinfo-box {
  display: flex;
  justify-content: space-between;
}
.proinfo-left {
  position: relative;
  height: 460px;
  width: 350px;
}
.pro-ban .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.pro-ban .swiper-slide img {
  max-width: 100%;
  display: block;
  transition: all .3s;
}
.pro-ban .swiper-slide:hover img {
  transform: scale(1.1);
}
.proinfo-left .pro-prev,.proinfo-left .pro-next {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-top: -52px;
}
.proinfo-left .pro-prev {
  background: rgba(0, 0, 0, 0.4) url(../images/prev.png) center no-repeat;
  left: -24px;
}
.proinfo-left .pro-next {
  background: rgba(0, 0, 0, 0.4) url(../images/next.png) center no-repeat;
  right: -24px;
}
.proinfo-left .pro-page {
      width: 100%;
      bottom: 20px;
      display: flex;
      justify-content: center;
}
.proinfo-left .pro-page .swiper-pagination-bullet {
  position: relative;
  width: 18px;
  height: 18px;
  transition: all .3s;
  background: #fff;
  display: block;
  opacity: 1;
}
.proinfo-left .pro-page .swiper-pagination-bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #808080;
  border-radius: 100%;
}
.proinfo-left .pro-page .swiper-pagination-bullet::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  border: 1px solid #f15a24;
  border-radius: 100%;
  transform: scale(0);
  transition: all .3s;
}
.proinfo-left .pro-page .swiper-pagination-bullet-active::before {
  background: #fff;
  transform: scale(1);
}
.proinfo-left .pro-page .swiper-pagination-bullet-active::after {
  background: #f15a24;
}
.proinfo-left .pro-page .swiper-pagination-bullet-active {
  
}
/****************/
.proinfo-right {
  width: calc(100% - 400px);

}
.proinfo-right .tbt {
  color: #000000;
  font-size: 30px;
  margin-top: 10px;
}
.proinfo-right .tbc {
  font-size: 18px;
  line-height: 32px;
  color: #808080;
  min-height: 128px;
  margin-top: 10px;
}
.pro-lybtn {
  width: 240px;
}
.sxye {
    height: 142px;
    padding-top: 48px;
    margin-top: 48px;
    border-top: 1px solid #dcdcdc;
    display: flex;
}
.sxye .item {
  width: 42%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  height: 48px;
  line-height: 48px;
  margin-right: 4%;
  color: #000000;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.sxye .item:hover {
  color: #f15a24;
}
.sxye .item::before {
  content: "";
  width: 28px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}
.sxye .item:nth-child(1) {
  padding-left: 28px;

}

.sxye .item:nth-child(1)::before {
  background: url(../images/prev1.png) right center no-repeat;
  background-size: 10px auto;
}
.sxye .item:nth-child(2) {
  padding-right: 28px;

}
.sxye .item:nth-child(2)::before {
  left: auto;
  right: 0;
  background: url(../images/next1.png) 0 no-repeat;
  background-size: 10px auto;
}
.sxye .item:nth-child(1):hover::before {
  left: -5px;
}
.sxye .item:nth-child(2):hover::before {
  right: -5px;
}
/***************/
.contact-left {
    width: 30%;
    background: #e85821 url(../images/con.png) bottom center no-repeat;
    background-size: 100% auto;
    height: 460px;
    margin-top: 60px;
    padding: 70px 20px 0 35px;
    color: #ffffff;
    line-height: 24px;
}
.contact-left .tbt {
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-left .tbc p{
     padding: 10px 0;
}
.contact-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.contact-right {
  width: 67%;
  margin-top: 20px;
}
.con-form {

}
.con-form .item {
  display: flex;
  width: 60%;
  border: 1px solid #dcdcdc;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.con-form .item .zsp {
  width: 120px;
  text-align: right;
}
.con-form .area-con {
  height: 100px;
  width: 100%;
}
.ly-area {
  resize: none;
  border: none;
  padding: 20px 0;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  width: calc(100% - 110px)
}
.ly-btn {
  width: 260px;
}

























/*****************/
#lightbox * {
	box-sizing: content-box;
}

.imforwarp {
	width: 1021px;
	overflow: hidden;
	margin-top: 55px;
}

#lightbox-infoFooter {
	display: block !important;
}

#lightbox-caption-title {
	text-decoration: none !important;
	color: #000000;
	font-size: 14px;
}

#lightbox-currentNumber {
	display: none !important;
}

#lightbox-close {
	background: url("../images/close8.png") no-repeat;
	font-size: 0;
	width: 40px !important;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 9999;
	cursor: pointer;
}

#lightbox-close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#lightbox-imageBox,
#lightbox-infoBox {
	border: #FFF 5px solid !important;
}

#lightbox-imageBox {
	overflow: visible !important;
}