.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;
}
.inner-header .inner-header-nav li a {
  color: #f1cea3;
}
.inner-header .inner-header-nav li:hover{
	background-color:#F1CBA3;
}
.inner-header .inner-header-nav li:hover a{color:#12226A;}
.inner-header .inner-header-nav li.on {
  background-color: #f1cea3;
}
.inner-header .inner-header-nav li.on a {
  color: #BC8754;
}
body {
  background-color: #EFEFEF;
}
.product-detail {
  padding-top: 215px;
  padding-bottom:215px;
}
.product-detail-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
}
.product-detail-inner .product-left {
  float: left;
  background-color:rgb(220,220,220);
  /*background: url(../images/product-detailPic-bg.png) no-repeat center / 100%;*/
  width: 355px;
  height: 444px;
  text-align: center;
  box-sizing: border-box;
  position:relative;
  /*padding: 80px 10px;*/
}
.bigpic{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:none;
	background:rgba(111,111,111,.8);
	z-index:9;
	line-height:444px;
	font-size:16px;
	color:white;
}
.product-detail-inner .product-left:hover .bigpic{
	display:block;
}
.product-detail-inner .product-left .swiper-container{
	height:100%;
}
.product-detail-inner .product-left img {
  height: 444px;
  width:100%;
}
.product-detail-inner .product-left .swiper-button-prev {
  /*background: url(../images/pre-bg-icon.png) no-repeat center / 100%;*/
  width: 51px;
  height: 85px;
  display:none;
}
.product-detail-inner .product-left .swiper-button-next {
  /*background: url(../images/next-bg-icon.png) no-repeat center / 100%;*/
  width: 51px;
  display:none;
  height: 85px;
}
.product-right {
  padding: 0 200px 0 405px;
  height:444px;
  position:relative;
}
.product-right li{list-style:inherit;}
.product-right h2,.honorcon h2 {
  font-size: 24px;
  font-weight: 600;
  color: #12226A;
  margin-bottom: 12px;
}
.product-right .go-shop {
  font-size: 0;
}
.product-right .go-shop li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 0;
}
.product-right .go-shop li a {
  display: block;
  height: 100%;
}
/*
.product-right .go-shop li:nth-of-type(1) {
  border-radius: 4px;
  background: #12226A url(../images/php.png) no-repeat center / 100%;
  height: 24px;
  width: 105px;
} */
.product-right .go-shop li:nth-of-type(1) {
  border-radius: 4px;
  background: #12226A url(../images/pjd.png) no-repeat center / 100%;
  height: 24px;
  width: 105px;
}
.product-right .go-shop li:nth-of-type(2) {
  border-radius: 4px;
  background: #12226A url(../images/ptm.png) no-repeat center /100%;
  height: 24px;
  width: 105px;
}
.product-right .next-pre-back,.honorcon .next-pre-back {
  margin-top: 15px;
}
.product-right .next-pre-back li,.honorcon .next-pre-back li{
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #666666;
  padding: 0 15px;
}
.product-right .next-pre-back li a,.honorcon .next-pre-back li a{
  color: #666666;
  padding: 5px 10px;
}
.product-right .next-pre-back li:nth-last-of-type(1),.honorcon .next-pre-back li:nth-last-of-type(1){
  border-right: none;
}
.product-right .product-num {
  margin: 30px 0 15px;
}
.product-right .product-colorCode {
  margin: 15px 0 15px;
}
.product-right .choose-type {
  margin-top: 20px;
  position: absolute;
  width: 495px;
  bottom: -15px;
}
@media screen and (max-width: 460px){
	.product-right .choose-type{
		position:relative;
		width:auto;
	}
}
.product-right .choose-type li {
  display: inline-block;
  vertical-align: top;
  width: 138px;
  height: 40px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-bottom: 15px;

}
.product-right .choose-type li:nth-of-type(1) {
  background: url(../images/typebg1.jpg) no-repeat center / 100%;
}
.product-right .choose-type li:nth-of-type(2) {
  background: url(../images/typebg2.jpg) no-repeat center / 100%;
  color: #333;
}
.product-right .choose-type li:nth-of-type(3) {
  background: url(../images/typebg3.jpg) no-repeat center / 100%;
  color: #333;
}
.product-right .choose-type li:nth-of-type(4) {
  background: url(../images/typebg4.jpg) no-repeat center / 100%;
}
.product-right .choose-type li:nth-of-type(5) {
  background: url(../images/typebg5.jpg) no-repeat center / 100%;
}
.product-right .choose-type li:nth-of-type(6) {
  background: url(../images/typebg6.jpg) no-repeat center / 100%;
}
.product-qr-box {
  position: absolute;
  right: 0;
  bottom: -8px;
  text-align: center;
  font-size: 12px;
}
.product-qr-box img {
  width: 84px;
  height: 84px;
}
.product-popup {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}
.product-popup .swiper-container {
    width: 980px;
	height: 590px;
	position: relative;
	top: 50%;
	margin-top: -295px;
	background-color:rgb(220,220,220);
	/*background:url(../images/popup-detail.png) no-repeat  center/ 100%;*/
}
@media screen and (max-width:460px){
	.product-popup .swiper-container {
		width:100%;
	}
}
.product-popup .swiper-container .swiper-wrapper {
  height: 100%;
  position: relative;
}
.product-popup .swiper-container .swiper-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height:100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-popup .swiper-slide {
  text-align: center;
  height: 100%;
  display: table;
}
.product-popup .colse-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-color: white;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}

@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: 99;
  }
  .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;
  }
  .product-detail {
    padding-top: 120px;
  }
}
@media screen and (max-width: 460px) {
  .product-detail-inner {
    width: 100%;
	padding-top:0;
  }
  .product-detail-inner .product-left img{
	  height:auto;
  }
  .product-detail-inner .product-left {
    float: none;
    width: 100%;
    box-sizing: border-box;
	height:auto !important;
  }
  .product-detail-inner .product-right {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }
  .product-detail-inner .product-qr-box {
	  margin-top:40px;
    position: relative;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .product-popup .swiper-container .swiper-wrapper img {
	  height:auto;
  }
  .product-right .go-shop li{
	  margin-bottom:15px;
	  margin-right:18px;
  }
  .product-right .choose-type li {
	  max-width:46%;
  }
  .product-right{
	  height:auto !important;
  }
  .product-detail{
	  padding-bottom:50px;
  }
  .bigpic{
	  line-height:222px;
  }
  .honorcon h2{font-size: 16px;margin-top: 50px;}
  .product-detail-inner .honorimg img{max-width: 100%;}
}