
#product {
  margin-top: 110px;
}
#product .title-h3 {
  font-size: 22px;
  color: #2a2b2b;
  font-weight: bold;
  font-family: "Microsoft Ya Hei";
  text-align: center;
  margin-bottom: 30px;
}

#product .ser-search {
  margin-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 .only-title {
  display: flex;
  flex-direction: row;
  padding: 0;
  /* padding: 0 0 0 40px; */
}
.product-top .product-top-nav .div-left-title {
  width: 20%;
  text-align: center;
}
#product .product-top .product-top-nav .only-title .div-left-title .banks {
  margin-top:12px;
}
.product-top .product-top-nav .div-left-title h4 {
  margin: 0;
  padding: 0;
}
.product-top .product-top-nav .div-left-title h4 a {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #000000;
  font-family: "Microsoft Ya Hei";
}
.product-top.english-product-style .product-top-nav ul li.width-lis:last-child,
.product-top.english-product-style .product-top-nav ul li.width-lis-8 {
  width: 50%;
}
.product-top .product-top-nav ul.english-ul-style {
  box-sizing: border-box;
  padding-left: 30px;
}
.product-top .product-top-nav ul.english-ul-style li a {
  align-items: flex-start;
}
.product-top .product-top-nav ul {
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 100%;
}
.product-top .product-top-nav ul li {
  display: inline-block;
  width: 25%;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-top .product-top-nav ul li a {
  width: auto;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #000000;
  font-family: "Microsoft Ya Hei";
  position: relative;
  cursor: pointer;
  /* display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  /* border-bottom: 1px solid #fff; */
}
.product-top .product-top-nav ul li a i {
  display: block;
  /* height: 4px; */
  /* width: 58px; */
  border-radius: 2px;
  margin: 3px auto 0;
}
.product-top .product-top-nav ul li a.active,
.product-top .product-top-nav ul li a:hover,
.product-nav .product-left-nav .div-list .container .right .p-list .p-style a:hover {
  color: #cc2239;
}
.product-top .product-top-nav ul li a.active i,
.product-top .product-top-nav ul li a:hover i{
  background: #cc2239;
}
.product-nav {
  border-top: 1px solid #f1f2f7;
  margin-bottom: 40px;
}
.ul-zhankai .content-list {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 20px;
}
.ul-zhankai .content-list .div {
  height: 359px;
}
.ul-zhankai .content-list .div a {
  height: 237px;
  margin-bottom: 20px;
  display: inline-block;
}
.product-nav .content-list .div .product-a img {
  margin: 10px 0 0;
  height: 237px;
  width: auto;
  transition: all 0.6s;
  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 .content-list .div .product-a img:hover {
  transform: translateZ(0) scale(1.2);
}
.ul-zhankai {
  width: 100%;
}
.ul-zhankai .content-list .product-a img {
  height: auto;
  width: 100%;
}
.div {
  background: #f1f2f7;
  text-align: center;
}
.product-nav .content-list .div p {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  height: 21px;
  font-family: "Microsoft Ya Hei Light";
  text-align: center;
  margin: 0;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 20px;
}
.product-nav .content-list .div .qq-dui {
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 20px;
  font-style: normal;
  cursor: pointer;
  box-sizing: border-box;
  padding: 20px 0 20px;
  height:62px;
}
.product-nav .content-list .div .qq-dui .left {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-nav .content-list .div .qq-dui .left p {
  height: 12px;
  width: 12px;
  border: 1px solid #cc2239;
  margin: 0;
  margin-top: 5px;
  margin-right: 6px;
  background: #f1f2f7;
  float: left;
  position: relative;
  padding: 0;
}
.product-nav .content-list .div .qq-dui .spoans p span:before,
.product-nav .content-list .div .qq-dui .spoans p span::after {
  content:"";
  height:11px;
  width:1px;
  border-radius: 10px;
  display:block;
  background:#000;
  position: absolute;
  top: -1px;
  left: 7px;
  transform:rotate(45deg);    
  -ms-transform:rotate(45deg);    
}
.product-nav .content-list .div .qq-dui .spoans p span::before {
  height: 6px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 1px;
}
.product-nav .content-list .div .qq-dui .right a {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
}

/* 产品对比 */
.fixedGoods {
  padding-bottom: 16px;
  width: 114px;
  position: fixed;
  right: 0;
  bottom: 240px;
  z-index: 9999999;
  background: #fff;
  display: none;
  border-radius: 10px 10px;
  box-sizing: border-box;
  border: 2px solid #cc2239;
}
.fixedGoods h5 {
  line-height: 38px;
  margin: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  position: relative;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #dadada;;
}
.fixedGoods h5 .glyphicon {
  font-weight: normal;
  font-style: normal;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
.fixedGoods .botn-cancal {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.duibi-btns {
  width: 63px;
  height: 28px;
  background-color: #cc2239;
  position: relative;
  margin-top: 15px;
}
.duibi-btns img {
  position: absolute;
  left: 10px;
  top: 9px;
}
.duibi-btns input {
  position: absolute;
  padding-left: 15px;
  top: 0;
  right: 0;
  left: 0;
  width: 63px;
  height: 28px;
}
.fixedGoods ul li {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}
.fixedGoods ul li img{
  width: 50px;
  transition: all 0.6s;
}
.fixedGoods ul li p {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
}
#product .fixedGoods ul li img:hover{
  transform: translateZ(0) scale(1.2);
}
#product .fixedGoods .btn-duibi {
  color: #fff;
  background: none;
  font-size: 12px;
  border: none;
  outline: none;
  border: none;
}
#product .fixedGoods .glyphicon {
  display: block;
  width: 30px;
  height: 24px;
  border-radius: 4px;
  background-color: #f1f2f7;
  color: #454545;
  font-weight: 300;
  line-height: 24px;
  /* font-size : 12px;
  -webkit-transform : scale(0.84,0.84) ; */
  font-size:12px;
  text-align: center;
  cursor: pointer;
  border-bottom: none;
  outline: none;
 }
#product .fixedGoods .empty {
  text-align: center;
  color: #616161;
  cursor: pointer;
}
#product .fixedGoods .empty:hover {
  color: #cc2239;
}
#myModal .close {
  outline: none;
}

/* 英文版修改样式 */
.product-top.english-product-style .product-top-nav  ul li {
  width: 33%;
}




/* 手机端样式 */
@media screen and (max-width: 500px) {
  #product {
    margin-top: 7rem;
  }
  #product .title-h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    font-family: "Source Han Sans CN";
    text-align: center;
  }
  #product .ser-search, .ser-search.container {
    box-sizing: border-box;
    padding: 0 1.6rem;
    margin-bottom: 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 .product-top .product-top-nav .only-title {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
  }
  #product .product-top .product-top-nav .only-title .div-left-title {
    width: 100%;
    text-align: center;
  }
  #product .product-top .product-top-nav .only-title .div-left-title .img-img_sl {
    margin-right: 1.5rem;
    height: 1rem;
    margin-bottom: .2rem;
  }
  #product .product-top .product-top-nav .only-title .div-left-title .h4-title a {
    font-size: 1.5rem;
    line-height: 1.2rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    letter-spacing: 0;
  }
  #product .product-top .product-top-nav ul {
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 2.2rem;
    padding-left: .8rem;
    margin-bottom: 0;
  }
  #product .product-top .product-top-nav ul li {
    display: inline-block;
    width: auto;
    /* min-width: 33%; */
    height: 2.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding-left: .5rem;
  }
  #product .product-top .product-top-nav ul li a {
    font-size: 1.3rem;
    line-height: 1.2rem;
    letter-spacing: 0;
    font-family: "Source Han Sans CN";
  }
  #product .product-top .product-top-nav ul li a i {
    width: 4rem;
    height: .2rem;
    border-radius: .1rem;
    margin-top: .7rem;
  }
  .product-top .product-top-nav ul li a.active, .product-top .product-top-nav ul li a:hover, 
  .product-nav .product-left-nav .div-list .container .right .p-list .p-style a:hover {
    color: #cc2239;
  }
  #product .product-top .product-top-nav ul li a.active i, .product-top .product-top-nav ul li a:hover i {
    background-color: #cc2239;
  }
  #product .product-nav {
    border-top: none;
    margin-bottom: 0;
  }
  #product .product-nav .product-right .content-product .content-data .ul-zhankai {
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
    padding: 0 1.6rem;
  }
  #product .product-nav .product-right .content-product .content-data .ul-zhankai .content-list {
    width: 50%;
    padding: 0 .3rem .7rem;
    box-sizing: border-box;
  }
  
  .ul-zhankai .content-list .div {
    height: 16.4rem;
  }
  .ul-zhankai .content-list .div a {
    height: 12rem;
    display: inline-block;
    margin-bottom: 0;
  }
  #product .product-nav .content-list .div .qq-dui {
    display: none;
  }
  #product .product-nav .product-right .content-product .content-data .ul-zhankai .content-list .div {
    background: #fff;
    padding-bottom: .8rem;
    box-sizing: border-box;
  }
  #product .product-nav .product-right .content-product .content-data .ul-zhankai .content-list .div .product-a img {
    height: 12rem;
    margin: 0;
  }
  #product .product-nav .product-right .content-product .content-data .ul-zhankai .content-list .div p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    text-align: center;
    height: 1.8rem;
    padding: 0 1rem;
  }



  /* 英文版 */
  #product .product-top.english-product-style .product-top-nav ul li {
    padding: 0;
    min-width: 50%;
  }
}