
#product {
  margin-top: 110px;
}
#product a {
  text-decoration: none;
}
#product .title-h3 {
  font-size: 22px;
  color: #2a2b2b;
  font-weight: bold;
  font-family: "Microsoft Ya Hei";
  text-align: center;
  padding-bottom: 30px;
}
#product .ser-search .form{
	height:60px;
	width:100%;
	position:relative;
  display: flex;
  flex-direction: row;
}
#product .ser-search input{
	height:60px;
	flex: 1;
	background:#f1f2f7;
	border-radius:2px;
	padding-left:10px;
  width: 100%;
	padding-left: 68px;
  border: none;
  outline: none;
	font-size: 15px;
	letter-spacing: 2px;
	color: #000000;
	font-family: "Microsoft Ya Hei";
}
#product .ser-search input::placeholder {
	font-size: 15px;
	letter-spacing: 2px;
	color: #000000;
	font-family: "Microsoft Ya Hei";
}
#product .ser-search .sear-control{
	height:60px;
	width:67px;
	background:url("../image/search-honor.png") no-repeat;
  background-size: 20px;
	border-radius:2px;
	position:absolute;
	left:0;
	top:0;
	background-position: 30px 21px;
	cursor:pointer;
  border: none;
  outline: none;
}
.product-top .product-top-nav ul {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 30px 0 50px;
  margin-bottom: 30px;
}
.product-top .product-top-nav ul li {
  display: inline-block;
  width: 25%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.product-top .product-top-nav ul li p {
  /* width: 130px; */
  display: inline-block;
  text-align: left;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
  color: #000000;
  font-family: "Microsoft Ya Hei";
  cursor: pointer;
}
.product-top .product-top-nav ul li.active p,
.product-top .product-top-nav ul li p:hover,
.product-nav .product-left-nav .div-list .container .right .p-list .p-style a:hover {
  color: #cc2239;
  text-decoration: none;
}

.product-nav .product-left-nav .div-list {
  background: #f1f2f7;
  height: 400px;
  margin-bottom: 10px;
}
.product-nav .product-left-nav .div-list.active,
.product-nav .product-left-nav .div-list:hover {
  background: #e6e6e6;
}
.product-nav .product-left-nav .div-list .container {
  box-sizing: border-box;
  padding: 0 20px;
  height: 100%;
  text-align: center;
}
.product-nav .product-left-nav .div-list .container .left,
.product-nav .product-left-nav .div-list .container .right{
  width: 400px;
  height: 100%;
  float: left;
}
.product-nav .product-left-nav .div-list:nth-child(2n) .container .left,
.product-nav .product-left-nav .div-list:nth-child(2n) .container .right {
  float: right;
}
.product-nav .product-left-nav .div-list:nth-child(2n) .container .left {
  margin-left: 60px;
}
.product-nav .product-left-nav .div-list:last-child .container .right {
  width: 360px;
}
.product-nav .product-left-nav .div-list .container .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
.product-nav .product-left-nav .div-list .container .left img {
  height: 100%;
  width: auto;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.product-nav .product-left-nav .div-list .container .right .h4-title a {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #000000;
  font-weight: bold;
  font-family: "Microsoft Ya Hei";
  text-align: left;
}
.product-nav .product-left-nav .div-list .container .right {
  text-align: left;
  width: 300px;
  display: flex;
  align-items: center;
}
.product-nav .product-left-nav .div-list .container .right .p-list .p-style {
  display: inline-block;
}
.product-nav .product-left-nav .div-list .container .right .p-list .p-style p {
  margin: 0;
}
.product-nav .product-left-nav .div-list .container .right .p-list .p-style a {
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
  font-family: "Microsoft Ya Hei UI Light";
}
.product-nav .product-left-nav .div-list .container .right .p-list span {
  display: inline-block;
  padding: 0 5px;
}


/* 英文版宽度 */
.product-top.english-product-style .product-top-nav ul li {
  width: 33%;
}
.english-product-style .product-nav .product-left-nav .div-list .container .right .p-list .p-style:nth-child(2n) span,
.english-product-style .product-nav .product-left-nav .div-list:nth-child(4) .container .right .p-list .p-style:nth-child(2n) span,
.english-product-style .product-nav .product-left-nav .div-list:nth-child(5) .container .right .p-list .p-style:nth-child(2n) span,
.english-product-style .product-nav .product-left-nav .div-list:nth-child(6) .container .right .p-list .p-style:nth-child(2n) span,
.english-product-style .product-nav .product-left-nav .div-list .container .right .p-list .p-style:last-child span {
  display: none !important;
}

.english-product-style .product-nav .product-left-nav .div-list:nth-child(7) .container .right .p-list .p-style:nth-child(n+5) span {
  display: none !important;
}
.ser-search {
  margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
  #product .title-h3 {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  #product .title-h3 span {
    display: inline-block;
    padding-top: 110px;
    font-size: 22px;
    color: #2a2b2b;
    font-weight: bold;
    font-family: "Microsoft Ya Hei";
    text-align: center;
  }
  #product .ser-search {
    position: fixed;
    top: 170px;
    left: 0;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
    background: #fff;
    z-index: 999;
  }
  #product .ser-search .form {
    width: 1200px;
    margin: 0 auto;
  }
  #product .product-top .product-top-nav {
    position: fixed;
    top: 250px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
  }
  #product .product-nav {
    margin-top: 350px;
  }
}

@media screen and (max-width: 500px) {
  #product {
    margin-top: 7rem;
  }
  #product .title-h3 {
    position: fixed;
    top: 0;
    left: 0;
    background: #f9f9f9;
    width: 100%;
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  #product .title-h3 span {
    display: inline-block;
    padding-top: 6.1rem;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    font-family: "Source Han Sans CN";
    text-align: center;
  }
  
  #product .ser-search {
    position: fixed;
    top: 10rem;
    left: 0;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    background: #f9f9f9;
    z-index: 999;
  }
  
  #product .product-top .product-top-nav {
    position: fixed;
    top: 16rem;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    z-index: 999;
  }
  .ser-search, .ser-search.container {
    box-sizing: border-box;
    padding: 0 1.6rem 2.2rem;
  }
  #product .ser-search .form {
    height: 3.9rem;
  }
  #product .ser-search input {
    background: #e9e9e9;
    height: 3.9rem;
    font-size: 1.4rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    padding-left: 1.5rem;
  }
  #product .ser-search .sear-control {
    height: 3.9rem;
    background-size: 1.7rem;
    width: 3rem;
    right: 0;
    left: auto;
    top: 0;
    background-position: 0 1.1rem;
  }
  .product-top .product-top-nav ul {
    padding: 0 1.6rem;
    margin-bottom: 0;
  }
  .product-top .product-top-nav ul li {
    padding-left: 0;
    padding-bottom: 1.9rem;
  }
  .product-top .product-top-nav ul li p {
    font-size: 1.3rem;
    line-height: 1.2rem;
    letter-spacing: 0;
    color: #333333;
    font-family: "Source Han Sans CN";
    white-space: nowrap;
  }
  #product .product-nav {
    margin-top: 24rem;
  }
  .product-nav .product-left-nav .div-list {
    height: 18.2rem;
  }
  .product-nav .product-left-nav .div-list .container {
    height: 18.2rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
  .product-nav .product-left-nav .div-list .container .left {
    float: left;
    width: 50%;
    margin: 0;
  }
  .product-nav .product-left-nav .div-list .container .right {
    float: right;
    width: 50%;
  }
  
  .product-nav .product-left-nav .div-list:nth-child(2n) .container .left {
    float: right;
    margin: 0;
  }
  .product-nav .product-left-nav .div-list:nth-child(2n) .container .right {
    float: left;
  }
  .product-nav .product-left-nav .div-list {
    background: #fff;
    margin-bottom: 2rem;
  }
  .product-nav .product-left-nav .div-list .container .right .h4-title a {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    line-height: 3.6rem;
    color: #000000;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: right;
    display: block;
  }
  .product-nav .product-left-nav .div-list:nth-child(2n) .container .right .h4-title a {
    text-align: left;
  }
  .product-nav .product-left-nav .div-list .container .right .p-list .p-style a {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #000000;
    font-family: "Source Han Sans CN";
    text-align: right;
  }
  .product-nav .product-left-nav .div-list .container .right .p-list {
    text-align: right;
  }
  .product-nav .product-left-nav .div-list:nth-child(2n) .container .right .p-list {
    text-align: left;
  }
  .product-nav .product-left-nav .div-list .container .right .p-list span {
    padding: 0 .3rem;
  }
  .product-nav .product-left-nav .div-list:last-child .container .right {
    width: 100%;
  }


  /* 英文版 */
  .product-top.english-product-style .product-top-nav ul li {
    width: auto;
    min-width: 42%;
  }
  .product-top.english-product-style .product-top-nav ul li:nth-child(1),
  .product-top.english-product-style .product-top-nav ul li:nth-child(3),
  .product-top.english-product-style .product-top-nav ul li:nth-child(5),
  .product-top.english-product-style .product-top-nav ul li:nth-child(7) {
    /* width: 42%; */
  }
  #product .product-top.english-product-style .product-nav {
    margin-top: 36rem;
  }
  .product-top.english-product-style .product-nav .product-left-nav .div-list,
  .product-top.english-product-style .product-nav .product-left-nav .div-list .container {
    position: relative;
    height: auto;
  }
  .product-top.english-product-style .product-nav .product-left-nav .div-list .container .right .h4-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 4.4rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 4.4rem;
    margin: 0;
  }
  .product-top.english-product-style .product-nav .product-left-nav .div-list .container .right .h4-title a {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    color: #000000;
    font-weight: 500;
    display: block;
    border-bottom: .1rem solid #f7f7f7;
    text-align: center;
    font-family: "Source Han Sans CN";
  }
  .english-product-style .product-nav .product-left-nav .div-list .container .left,
  .english-product-style .product-nav .product-left-nav .div-list .container .right {
    padding: 5.5rem 0 2rem;
    box-sizing: border-box;
    height: 100%;
  }
  .english-product-style .product-nav .product-left-nav .div-list .container .left img {
    width: 77%;
    height: auto;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  }
}