.aside {
  flex: 0 0 21.5%;
  width: 21.5%;
  position: relative;
}
.sid-name {
  position: absolute;
  left: 0;
  top: -95px;
  background-color: #1a3f8c;
  color: #fff;
  width: 100%;
  height: 95px;
  padding: 20px 25px;
  z-index: 10;
}
.sid-name h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0;
}
.sid-name p {
  font-size: 12px;
  margin: 8px 0 0 0;
}
.pro-nav{
  width: 100%;
  background: #f1f2f4;
  border-top: 1px solid #FFF;
  padding-bottom: 0;
}
.pro-nav ul{
  color: #93989f;
  letter-spacing: 0;
  font-weight: 600;
  padding:0 0;
}
.pro-nav li{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #FFF;
}
.pro-nav .title{
  display: flex;
  height: 50px;
  color: #FFF;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  background-color: #008ae2;
}
.pro-nav .title .icon{
  display: block;
  width: 20px;
  height: 50px;
}
.pro-nav .link{
  display: none;
  transition: all 0.4s linear;
}
.pro-nav li.cur .link{
  display: block;
}
.pro-nav .link a{
  display: block;
  padding-left: 20px;
  height: 50px;
  color: #666;
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro-nav .link a:hover{
  color: #FFF;
  background: #FF6600 url(../img/arrow_61c51ce.png) no-repeat right center;
  background-size: 25px 25px;
}
.pro-nav .title::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../img/icona.png);
  background-size: 100% 100%;
}
.pro-nav li.cur .title::before{
  background: url(../img/iconb.png);
  top: 40%;
}
.sid-com {
  background-color: #1a3f8c;
  color: #fff;
  width: 100%;
  padding: 20px 25px;
  margin-top: 35px;
}
.sid-com h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}
.sid-com p {
  font-size: 12px;
  margin: 8px 0 0 0;
}
.rbox {
  display: block;
  padding: 4px 15px 28px 15px;
  background-color: #FFFFFF;
  margin-top: 1px;
  overflow: hidden;
  box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.rbox.b1p0 {
  padding: 0;
  box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.right-banner {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
}
.right-banner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.right-banner img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.right-banner:hover img{
  opacity: 1;
  transform: scale(1.08);
}
.pro-con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 10px 35px 0px 45px;
}
.zs-pro-list{
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.zs-pro-list .item{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 1px #e6e6e6;
}
.zs-pro-list .item:hover{
  background: #1a3f8c;
  box-shadow: 0 0 5px 1px rgba(33, 131, 233, 0.55);
}
.zs-pro-list .item .pic{
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.zs-pro-list .item .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.zs-pro-list .item:hover .pic img{
  opacity: 1;
  transform: scale(1.08);
}
.zs-pro-list .item .text{
  display: block;
  width: 100%;
  min-height: 50px;
  text-align: left;
  overflow: hidden;
  padding: 15px 20px 15px 20px;
}
.zs-pro-list .item .text .title{
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.zs-pro-list .item:hover .title{
  color: #FFFFFF;
}
.zs-product-info{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 35px 0;
}
.zs-product-info .zs-wp{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.zs-product-info .pic{
  flex: 0 0 470px;
  width: 470px;
  height: 560px;
  position: relative;
}
.zs-product-info .pro-bigpic{
  display: block;
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  list-style: none;
  z-index: 1;
  border: 1px solid #EAEAEA;
}
.zs-product-info .pro-bigpic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs-product-info .pro-thumbs{
  display: block;
  margin: 15px 40px 15px 40px;
  width: auto;
  height: 80px;
  overflow: hidden;
  position: relative;
  list-style: none;
  z-index: 2;
  cursor: pointer;
}
.zs-product-info .pro-thumbs .swiper-slide{
  overflow: hidden;
  border: 1px solid #EAEAEA;
}
.zs-product-info .pro-thumbs img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs-product-info .pro-thumbs .swiper-slide-thumb-active{
  border: 2px solid #FF6600;
}
/*箭头*/
.zs-product-info .pic .swiper-button-prev,.zs-product-info .pic .swiper-button-next{
  bottom: 38px;
  top: unset;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: transparent;
}
.zs-product-info .pic .swiper-button-prev{
  left: 0;
}
.zs-product-info .pic .swiper-button-next{
  right: 0;
}
.zs-product-info .pic .swiper-button-next:after, .zs-product-info .pic .swiper-button-prev:after{
  color: #666666;
  font-size: 28px;
  font-weight: bold;
}
.zs-product-info .pic .swiper-button-prev:hover,.zs-product-info .pic .swiper-button-next:hover{
  background: no-repeat;
  border: none;
}
.zs-product-info .pic .swiper-button-next:hover:after, .zs-product-info .pic .swiper-button-prev:hover:after{
  color: #ff5c33;
}

.zs-product-info .text{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 40px;
}
.zs-product-info .text .color{
  display: flex;
  padding-top: 20px;
}
.zs-product-info .text .form-checkbox2{
  display: inline-block;
}
.zs-product-info .text .form-checkbox2 input[type=checkbox],.zs-product-info .text .form-checkbox2 input[type=radio]{
  display: none;
}
.zs-product-info .text .form-checkbox2 label {
  display: flex;
  float: left;
  align-items: center;
  justify-content: space-between;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: 5px 8px;
  margin-bottom: 8px;
  border: 2px solid #EAEAEA;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.zs-product-info .text .form-checkbox2 input:checked+label{
  border: 2px solid #000000;
}
.zs-product-info .text .form-checkbox2 input:checked+label:after {
  content: "\2713";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 8px;
}
.zs-product-info .text .form-checkbox2 span{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.zs-product-info .text .title{
  display: block;
  padding: 15px 0 25px 0;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0;
  text-align: left;
  border-bottom: 1px solid #EAEAEA;
}
.zs-product-info .text .subtitle{
  display: block;
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
.zs-product-info .text .desc{
  display: block;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.zs-product-info .text .price{
  display: flex;
  align-items: center;
  padding-top: 30px;
  font-size: 22px;
  line-height: 1;
}
.zs-product-info .text .price strong{
  font-size: 42px;
  color: #e60012;
  font-weight: bold;
  padding-bottom: 5px;
}
.zs-product-info .text .btn{
  display: table;
  padding-top: 20px;
}
.zs-product-content{
  display: block;
  width: 100%;
  margin: 0 auto;
  /* padding-bottom: 50px; */
}
.pro-info-title{
  display: block;
  width: 100%;
  height: 60px;
  background-color: #EAEAEA;
}
.pro-info-title strong{
  display: inline-block;
  width: auto;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  color: #FFF;
  font-size: 18px;
  background-color: #1a3f8c;
}
.zs-product-content .pc-desc{
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin:0 0 10px 0;
  padding: 20px 30px 20px 30px;
}
.zs-product-content .pc-desc video,.zs-product-content .pc-desc img{
  display: block;
  max-width: 100% !important;
  height: auto;
}
.zs-product-content .zs-homepro-list{
  padding-top: 45px
}
.zs-product-content .page-box{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
  border-top: 1px solid #EAEAEA;
}
.zs-product-content .page-next{
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.zs-product-content .page-next .pn-item{
  margin: 15px 0;
}
.zs-product-content .page-next h3{
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}
.zs-product-content .page-next .pn-item {
    position: relative;
    padding-left: 180px;
    display: flex;
	height: 160px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.zs-product-content .page-next .pn-item .img{
	position: absolute;
	left: 0;
	display: block;
	width: 160px;
	height: 160px;
	overflow: hidden;
	border:1px solid #EAEAEA;
}
.zs-product-content .page-next .pn-item .img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s linear;
}
.zs-product-content .page-next .pn-item:hover .img img{
    opacity: 1;
    transform: scale(1.08);
}
.zs-product-content .page-next .pn-item.next{
    padding-left: 0;
	padding-right: 180px;
    align-items: flex-end;
}
.zs-product-content .page-next .pn-item.next h3{
  text-align:right;
}
.zs-product-content .page-next .pn-item.next .img{
	left: unset;
	right: 0;
}
.zs-product-info .tag,.zs-product-content .tag{
  display: block;
  padding: 30px 0 20px 0;
}
.zs-product-info .tag strong,.zs-product-content .tag strong{
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
}
.btn-box{
  display: block;
  width: 100%;
  margin: 25px auto;
  text-align: center;
}
.btn-buy{
  display: block;
  width: 180px;
  padding: 0 15px;
  text-align: center;
  margin: 5px 0;
  margin-right: 12px;
  display: inline-block;
  height: 46px;
  font-size: 20px;
  font-weight: normal;
  line-height: 46px;
  background: #008ae2;
  border: none;
  color: #fff !important;
  cursor: pointer;
  border-radius: 23px;
}
.btn-buy:hover{
  opacity: 0.8;
}
.zs-product-info .tag.cur .tag-link{
  display: block;
}
.zs-product-info .tag .tag-link{
  display: none;
  width: 100%;
  padding-top: 20px;
} 
.zs-product-content .tag .tag-link{
  display: block;
  width: 100%;
  /* padding-top: 10px; */
}
.zs-product-info .tag .tag-link a,.zs-product-content .tag .tag-link a {
  width: auto;
  padding: 0 15px;
  text-align: center;
  margin: 5px 0;
  margin-right: 12px;
  display: inline-block;
  height: 38px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  background: transparent;
  color: #1a3f8c;
  cursor: pointer;
  border-radius: 19px;
  border: 1px solid #1a3f8c;
}
.zs-product-info .tag .tag-link a:hover,.zs-product-content .tag .tag-link a:hover{
  background: #1a3f8c;
  color: #fff;
}
.zs-product-content .form tr td {
  border: #ccc 1px solid;
  padding: 10px 0px;
  color: #FFF;
}
.links-wrap a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin: 0 10px 15px 0;
}
.links-wrap a:hover{
	opacity: 0.8;
}
.links-wrap .icon-pdf:before, .links-wrap .icon-demo:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 36px;
}
.links-wrap a.icon-pdf {
    border: 2px solid #D90000;
    color: #d90000;
}
.links-wrap a.icon-pdf:before {
    background: url(../img/new/icon-pdf2.png) center no-repeat #d90000;
}
.links-wrap a.icon-demo {
    border: 2px solid #333333;
    color: #333333;
}
.links-wrap a.icon-demo:before {
    background: url(../img/new/icon-demo.png) center no-repeat #333;
}
.links-wrap a.icon-pdf, .links-wrap a.icon-demo{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    min-width: 170px;
    padding: 8px 10px 8px 40px;
}
.flex-pr{
  display: flex;
  position: relative;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.pro-wrapper{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
}
.aside {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 10px !important;
}
.sid-name {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 15px;
}
.pro-con {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    padding: 10px 0 25px 0;
}
.zs-pro-list {
    padding-bottom: 5px;
}
.zs-product-info .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-product-info .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.zs-product-info .pro-bigpic {
    height: 300px;
}
.zs-product-info .text {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    padding-left: 0;
}
.zs-product-info .text .title {
    padding: 25px 0 25px 0;
    font-size: 22px;
    line-height: 1.3;
}
.zs-product-info .text .desc {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.8;
}
.btn-buy {
    width: 150px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
}
.pro-info-title {
    height: 38px;
}
.pro-info-title strong {
    width: auto;
    line-height: 38px;
    padding: 0 30px;
    font-size: 16px;
}
.zs-product-content .pc-desc {
    font-size: 13px;
    line-height: 1.8;
    padding: 20px 0px 20px 0px;
}
.zs-product-info .tag strong, .zs-product-content .tag strong {
    font-size: 15px;
}
.zs-product-info .tag .tag-link a, .zs-product-content .tag .tag-link a {
    padding: 0 15px;
    margin: 5px 0;
    margin-right: 8px;
    height: 32px;
    font-size: 13px;
    line-height: 30px;
}
.zs-product-content .tag .tag-link {
    padding-top: 0;
    margin-bottom: 0;
}
.zs-product-content .page-next {
    justify-content: flex-start;
    font-size: 13px;
    line-height: 22px;
    flex-direction: column;
}
.zs-product-content .page-next h3 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}
.zs-product-content .page-next .pn-item {
    margin: 5px 0;
}
.zs-product-info .pro-thumbs {
    margin: 15px 30px 15px 30px;
    width: auto;
    height: 60px;
}
.zs-product-info .pic .swiper-button-prev, .zs-product-info .pic .swiper-button-next {
    bottom: 28px;
}
.flex-pr{
    display: flex;
    position: relative;
    flex-direction: column;
}
.search_nr .container form{
    display: flex;
}
.zs-product-info .pro-bigpic video{
    width: 100%;
    height: 100%;
}
}