.inner-header {
  height: 70px;
  box-sizing: border-box;
  background-color: #12226A;
  position: fixed;
  top: 92px;
  width: 100%;
  left: 0;
  z-index: 99;
}
.inner-header > div {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.inner-header .inner-header-left {
  float: left;
  height: 100%;
  width: 32%;
}
.inner-header .inner-header-left img {
  height: 20px;
  margin-top: 25px;
  vertical-align: top;
}
.inner-header .search-box {
  display: inline-block;
  width: 142px;
  margin: 22px 0 0 20px;
  font-size: 0;
  border-radius: 3px;
  background-color: white;
  padding: 5px 8px;
}
.inner-header .search-box input {
  vertical-align: top;
  width: 85%;
  border: none;
  outline: none;
  color: #8b8b8b;
  font-size: 14px;
  height: 100%;
  line-height: 16px;
}
.inner-header .search-box button {
  vertical-align: top;
  width: 15%;
  font-size: 0;
  height: 16px;
  border: none;
  outline: none;
  background: url(../images/searchbtn.png) no-repeat center / 16px;
}
.inner-header .inner-header-nav {
  float: right;
}
.inner-header .inner-header-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  margin-left: 10px;
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #F1CBA3;
  border-radius: 4px;
  transition:all .3s;
}
.inner-header .inner-header-nav li.on{
	background-color:#F1CBA3;
}
.inner-header .inner-header-nav li.on a{
	color:#12226A;
}
.inner-header .inner-header-nav li:hover{
	background-color:#F1CBA3;
}
.inner-header .inner-header-nav li:hover a{color:#12226A;position:relative;z-index:9999;}
.inner-header .inner-header-nav li a {
  color: #f1cea3;
}
.inner-header .inner-header-nav li.on {
  background-color: #f1cea3;
}
.inner-header .inner-header-nav li.on a {
  color: #BC8754;
}
.page-footer {
  height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #3A2F2C;
  width: 100%;
  z-index: 99;
}
#product-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#product-wrap .swiper-slide {
  height: 100%;
  padding-top: 162px;
  box-sizing: border-box;
}
#product-wrap .swiper-slide:nth-last-of-type(1) {
  height: auto;
  padding-top: 50px;
}
#product-wrap .swiper-slide .main-inner {
  padding-top: 80px;
  width: 1100px;
  margin: 0 auto;
}
#product-wrap .swiper-slide .main-inner .main-inner-left {
  width: 260px;
  float: left;
}
#product-wrap .swiper-slide .main-inner .main-inner-left > img {
  height: 220px;
}
#product-wrap .swiper-slide .main-inner .main-inner-left h2 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  margin-top:44px;
}
#product-wrap .swiper-slide .main-inner .main-inner-left h3 {
  font-size: 12px;
  color: #222;
  font-weight: 100;
  margin: 10px 0 25px;
  text-transform: uppercase;
}
#product-wrap .swiper-slide .main-inner .main-inner-left .left-tips {
  background: url(../images/left-tips.png) no-repeat center / 100%;
  width: 38px;
  height: 40px;
}
#product-wrap .swiper-slide .main-inner .main-inner-left .left-tips2 {
  font-size: 12px;
  font-weight: 100;
  color: #222;
  margin-top: 15px;
}
#product-wrap .swiper-slide .main-inner-right .swiper-container {
  padding-bottom: 30px;
}
#product-wrap .swiper-slide .main-inner-right .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: rgba(111,111,111,.5) url(../images/right-small.png) no-repeat center / 18px 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: white;
  opacity:1;
 font-size:0;
}
#product-wrap .swiper-slide .main-inner-right .swiper-button-next:hover{
	background: #2A356F url(../images/right-small.png) no-repeat center / 18px 14px;
}
#product-wrap .swiper-slide .main-inner-right .swiper-button-prev {
  top: auto;
  bottom: 0;
  opacity:1;
  font-size:0;
  left: auto;
  right: 50px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: white;
  background: rgba(111,111,111,.5) url(../images/left-small.png) no-repeat center / 18px 14px;
}
#product-wrap .swiper-slide .main-inner-right .swiper-button-prev:hover{
	 background: #2A356F url(../images/left-small.png) no-repeat center / 18px 14px;
}
#product-wrap .product-box {
  padding-top: 0 !important;
  font-size: 0;
  /*margin: 0 20px;*/
}
#product-wrap .product-box li {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-color:rgb(220,220,220);
  /*background: url("../images/product-bg.png") no-repeat center / 100% 100%;*/
  /*margin: 0 .5rem 50px;*/
  margin-bottom:35px;
  padding: 0 0 0 !important;
  position: relative;
}
#product-wrap .product-box li:hover:after {
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
#product-wrap .product-box li:hover p {
  background-color: #12226A;
}
#product-wrap .product-box li img {
  height: 190px;
  width:100%;
}
#product-wrap .honor-box li img{height:100%;max-height: 190px;width: auto;}
#product-wrap .product-box li p {
  text-align: left;
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 14px;
  background-color: #413D3C;
  z-index: 99;
  color: white;
}
#product-wrap .product-box li:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  /*-webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;*/
  background-color: rgba(220, 220, 220, 0.4);
  z-index: 98;
}
#product-wrap .product-box li a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.productBanner {
  position: absolute;
  top: 92px;
  right: 0;
  bottom: 0;
  left: 0;
}
.productBanner .swiper-slide {
  background-size: auto 100% !important;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.productBanner .swiper-slide.active {
  background-size: auto 110% !important;
  
}
.productBanner .swiper-button-prev {
  /*background: url(../images/pre-bg-icon.png) no-repeat center / 100%;*/
  width:51px;
  height:85px;
  left:80px;
}
.productBanner .swiper-button-next {
  /*background: url(../images/next-bg-icon.png) no-repeat center / 100%;*/
  width:51px;
  height:85px;
  right:80px;
}
@media screen and (max-width: 1440px) {
  .inner-header {
    height: 50px;
    box-sizing: border-box;
    background-color: #12226A;
    position: fixed;
    top: 70px;
    width: 100%;
    left: 0;
    z-index: 30;
  }
  .inner-header .inner-header-left img {
    margin-top: 15px;
  }
  .inner-header .inner-header-left .search-box {
    margin: 13px 0 0 20px;
  }
  .inner-header .inner-header-nav li {
    margin-top: 10px;
  }
  .page-footer {
    height: 80px;
  }
  #product-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  #product-wrap .swiper-slide {
    padding-top: 120px;
  }
  #product-wrap .swiper-slide .main-inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 460px) {
	#product-wrap .swiper-slide .main-inner .main-inner-left h2{
		margin-top:0 !important;
	}
	.productBanner .swiper-button-prev {
  /*background: url(../images/pre-bg-icon.png) no-repeat center / 100%;*/
  width:51px;
  height:85px;
  left:20px !important;
}
.productBanner .swiper-button-next {
  /*background: url(../images/next-bg-icon.png) no-repeat center / 100%;*/
  width:51px;
  height:85px;
  right:20px !important;
}
  .inner-header-inner {
    width: 100% !important;
  }
  .inner-header-inner .main-inner-left {
    float: none !important;
    width: 100% !important;
  }
  .product-wrap {
    overflow-y: auto;
  }
  .product-wrap > div {
    display: block;
  }
  .product-wrap > div > .swiper-slide {
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }
  .product-wrap > div > .swiper-slide:nth-of-type(1) {
    margin-top: 120px;
    /*height: 200px !important;*/
  }
  .product-wrap > div > .swiper-slide:nth-of-type(1) .productBanner {
    top: 0;
  }
  .main-inner {
    width: 100% !important;
    padding-top: 20px !important;
  }
  .main-inner .main-inner-left {
    box-sizing: border-box;
    padding: 15px;
    width: 100% !important;
    float: none !important;
  }
  .main-inner .main-inner-left h3 {
    margin-bottom: 20px !important;
  }
  .main-inner .main-inner-left > img {
    display: none;
  }
  .main-inner .main-inner-left .left-tips {
    display: none;
  }
  .main-inner .main-inner-left .left-tips2 {
    display: none;
  }
  .main-inner .main-inner-right .swiper-wrapper ul {
    margin: 0 !important;
  }
  .main-inner .main-inner-right .swiper-wrapper ul li {
    width: 45% !important;
  }
  #product-wrap .product-box li img{
	height:130px;
  }
}