.product-center {
  padding-bottom: 75px;
}
.product-center .page1 {
  margin-top: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 55px;
  box-sizing: border-box;
  background: #fff;
}
.product-center .page1 .title {
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.product-center .page1 .left {
  width: 488px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  box-sizing: border-box;
}
.product-center .page1 .center {
  width: 400px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  box-sizing: border-box;
}
.product-center .page1 .right {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 75px;
  box-sizing: border-box;
}
.product-center .page1 .list-title {
  width: 100%;
  height: 82px;
  display: flex;
  background: #0093bb;
  border-radius: 2px 2px 0 0;
  margin-top: 50px;
  font-weight: bold;
}
.product-center .page1 .list-title .left {
  border-right: 1px solid #fff;
  color: #fff;
}
.product-center .page1 .list-title .center {
  border-right: 1px solid #fff;
  color: #fff;
}
.product-center .page1 .list-title .right {
  color: #fff;
}
.product-center .page1 .list .list-item {
  display: flex;
  border-bottom: 1px solid #0093bb;
  transition: all 0.5s;
}
.product-center .page1 .list .list-item:nth-child(2n) {
  background: #f9f9f9;
}
.product-center .page1 .list .list-item:hover {
  transform: scale(1.05);
  background: #bad180;
  border-bottom: 1px solid transparent;
}
.product-center .page1 .list .list-item:hover .left {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #fff;
}
.product-center .page1 .list .list-item:hover .center {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #fff;
}
.product-center .page1 .list .list-item:hover .right {
  border-right: 1px solid transparent;
  color: #fff;
}
.product-center .page1 .list .list-item .left {
  display: flex;
  font-size: 18px;
  color: #0093bb;
  font-weight: bold;
  border-left: 1px solid #0093bb;
  border-right: 1px solid #0093bb;
  text-align: center;
}
.product-center .page1 .list .list-item .left .le1 {
  width: 252px;
  border-right: 1px solid #0093bb;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 40px;
  box-sizing: border-box;
}
.product-center .page1 .list .list-item .left .le2 {
  flex: auto;
}
.product-center .page1 .list .list-item .left .le2 .top {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #0093bb;
}
.product-center .page1 .list .list-item .left .le2 .bottom {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.product-center .page1 .list .list-item .center {
  font-size: 16px;
  color: #666666;
  border-left: 1px solid #0093bb;
  border-right: 1px solid #0093bb;
}
.product-center .page1 .list .list-item .right {
  font-size: 16px;
  color: #666666;
  border-right: 1px solid #0093bb;
  text-align: center;
}

.product-center .page1 .text_go{
    padding: 36px 0 0;
    text-align: center;
}
.product-center .page1 .text_go a{
    display: inline-block;
    padding-left: 25px;
    font-size:18px;
    color: #999;
    font-weight: bold;
    background: url(../images/icon/icon_67.png) left center no-repeat;
}
.product-center .page1 .text_go a:hover{
    color: #0093bb;
    background: url(../images/icon/icon_67s.png) left center no-repeat;
}

.product-center.rows3 .page1 .tables {
  padding-top: 38px;
}
.product-center.rows3 .page1 .tables:first-child {
  padding-top: 0;
}
.product-center.rows3 .page1 .tables .list .list-item .left {
  border-right: 0;
  transition-duration: 0.5s;
}
.product-center.rows3 .page1 .tables .list .list-item .center {
  padding: 30px 0;
  transition-duration: 0.5s;
}
.product-center.rows3 .page1 .tables .list .list-item .right {
  padding: 30px 0;
  transition-duration: 0.5s;
}
.product-center.rows3 .page1 .tables .list .list-item.list2 .right {
  border-left: 1px solid #0093bb;
  padding: 30px 70px;
}
.product-center.rows3 .page1 .tables .list .list-item.list3 .left {
  padding: 0;
  border-right: 0;
}
.product-center.rows3 .page1 .tables .list .list-item.list3 .center {
  padding: 0;
  display: block;
  text-align: center;
}
.product-center.rows3 .page1 .tables .list .list-item.list3 .center .top {
  padding: 32px 0;
  border-bottom: 1px solid #0093bb;
}
.product-center.rows3 .page1 .tables .list .list-item.list3 .center .bottom {
  padding: 32px 0;
}
.product-center.rows3 .page1 .tables .list .list-item.list3 .right {
  padding: 0;
  display: block;
  text-align: center;
}
.product-center.rows3 .page1 .tables .list .list-item.list3 .right .top {
  padding: 32px 0;
  border-bottom: 1px solid #0093bb;
}
.product-center.rows3 .page1 .tables .list .list-item.list3 .right .bottom {
  padding: 32px 0;
}
.product-center.rows3 .page1 .tables .list .list-item.list4 .right {
  padding: 0;
}
.product-center.rows3 .page1 .tables .list .list-item.list4 .right .top {
  display: flex;
  padding: 0;
}
.product-center.rows3 .page1 .tables .list .list-item.list4 .right .top .top1 {
  width: 400px;
  border-left: 1px solid #0093bb;
  border-right: 1px solid #0093bb;
  padding: 32px 0;
}
.product-center.rows3 .page1 .tables .list .list-item.list4 .right .top .top2 {
  flex: auto;
  padding: 32px 0;
}
.product-center.rows3 .page1 .tables .list .list-item.list4 .right .bottom {
  border-left: 1px solid #0093bb;
}
.product-center.rows3 .page1 .tables .list .list-item:hover {
  transform: scale(1);
  background-color: transparent;
  border-bottom: 1px solid #0093bb;
}
.product-center.rows3 .page1 .tables .list .list-item:hover:nth-child(2n) {
  background-color: #f9f9f9;
}
.product-center.rows3 .page1 .tables .list .list-item:hover .left {
  color: #0093bb;
  border-left: 1px solid #0093bb;
  color: #bad180;
}
.product-center.rows3 .page1 .tables .list .list-item:hover .right {
  color: #666666;
  border-right: 1px solid #0093bb;
  color: #bad180;
}
.product-center.rows3 .page1 .tables .list .list-item:hover .center {
  color: #666666;
  border-left: 1px solid #0093bb;
  border-right: 1px solid #0093bb;
  color: #bad180;
}
.product-center.rows3 .page1 .tables2 .list .list-item {
  border-left: 1px solid #0093bb;
}
.product-center.rows3 .page1 .tables2 .list .list-item .left {
  flex: 1;
  border-left: 0;
}
.product-center.rows3 .page1 .tables2 .list .list-item .right {
  flex: 1;
}
.product-center.rows3 .page1 .tables2 .list .list-item:hover .left {
  border-left: 0;
}
.knowPrice {
  background-color: #fff;
  padding-top: 189px;
  padding-bottom: 106px;
}
.knowPrice .con {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 80px 58px;
}
.knowPrice .con .tit {
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
.knowPrice .con .part1 {
  margin-top: 60px;
}
.knowPrice .con .part1 .item {
  width: 48%;
  float: left;
  margin-bottom: 50px;
}
.knowPrice .con .part1 .item:nth-child(2n) {
  float: right;
}
.knowPrice .con .part1 .item .title {
  font-size: 20px;
  color: #0093bb;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}
.knowPrice .con .part1 .item .title.required::before {
  content: '*';
  display: inline-block;
  color: red;
}
.knowPrice .con .part1 .item .input {
  height: 82px;
  border: 1px solid #0093bb;
  padding-left: 32px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.knowPrice .con .part1 .item .input::-webkit-input-placeholder {
  color: #cccccc;
}
.knowPrice .con .part1 .item .select {
  height: 82px;
  border: 1px solid #0093bb;
  padding-left: 32px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #cccccc;
  font-weight: bold;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon/p14.png) 98% center no-repeat;
}
.knowPrice .con .part1 .item .select::-ms-expand {
  display: none;
  background: none;
}
.knowPrice .con .part1 .item .selects {
  width: 100%;
  position: relative;
}
.knowPrice .con .part1 .item .selects .top {
  height: 82px;
  width: 100%;
  font-size: 16px;
  color: #cccccc;
  line-height: 82px;
  padding-left: 32px;
  font-weight: bold;
  border: 1px solid #0093bb;
  box-sizing: border-box;
  background: url(../images/icon/p14.png) 98% center no-repeat;
}
.knowPrice .con .part1 .item .selects .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 26px 18px 26px 0;
  max-height: 396px;
  background-color: #fff;
  box-sizing: border-box;
  display: none;
}
.knowPrice .con .part1 .item .selects .drop .drop-con {
  height: 100%;
  max-height: 346px;
  overflow-y: auto;
  /*滚动条轨迹的样式*/
  /*滚动条的滑块样式*/
}
.knowPrice .con .part1 .item .selects .drop .drop-con::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.knowPrice .con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #ebebeb;
}
.knowPrice .con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-thumb {
  background-color: #0093bb;
}
.knowPrice .con .part1 .item .selects .drop .drop-con .text {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 33px;
  margin-right: 22px;
  cursor: pointer;
}
.knowPrice .con .part1 .item .selects .drop .drop-con .text:hover {
  background-color: #bad180;
  color: #fff;
}
.knowPrice .con .part1 .item .selects .drop .list-item .tit {
  font-size: 20px;
  color: #333333;
  padding-left: 33px;
  margin-right: 46px;
  margin-bottom: 14px;
  cursor: pointer;
  background: url(../images/icon/icon66.png) center right no-repeat;
}
.knowPrice .con .part1 .item .selects .drop .list-item.cur .tit {
  background-image: url(../images/icon/icon66_s.png);
}
.knowPrice .con .part1 .item .selects2 .drop .list {
  display: none;
}
.knowPrice .con .part1 .item .selects2 .drop .list .text {
  padding-left: 49px;
  position: relative;
}
.knowPrice .con .part1 .item .selects2 .drop .list .text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
  margin-top: -2px;
}
.knowPrice .con .part1 .item .selects2 .drop .list .text:hover::before {
  background-color: #fff;
}
.knowPrice .con .part1 .item .selects2 .drop .list .list-input {
  margin: 0 33px;
  position: relative;
}
.knowPrice .con .part1 .item .selects2 .drop .list .list-input .input {
  height: 53px;
  width: 100%;
  padding-right: 110px;
  box-sizing: border-box;
}
.knowPrice .con .part1 .item .selects2 .drop .list .list-input .btn {
  font-size: 16px;
  color: #fafafa;
  background-color: #0093bb;
  width: 100px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.knowPrice .con .part2 {
  padding-top: 30px;
}
.knowPrice .con .part2 .textarea {
  border: 1px solid #0093bb;
  width: 100%;
  height: 263px;
  margin-top: 38px;
  resize: none;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.knowPrice .con .part3 {
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}
.knowPrice .con .part3 .yzText {
  display: inline-block;
  font-size: 20px;
  color: #333333;
}
.knowPrice .con .part3 .yzInput {
  width: 138px;
  height: 50px;
  border: 1px solid #0093bb;
  border-radius: 2px;
  margin-right: 18px;
  padding-left: 10px;
  box-sizing: border-box;
}
.knowPrice .con .part3 .yzImg {
  display: inline-block;
  width: 134px;
  height: 43px;
  vertical-align: middle;
  margin-right: 10px;
}
.knowPrice .con .part3 .yzImg img {
  display: block;
  width: 100%;
}
.knowPrice .con .part3 .yzChange {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.knowPrice .con .part3 .btn {
  font-size: 18px;
  color: #ffffff;
  width: 204px;
  height: 56px;
  border-radius: 2px;
  background-color: #0093bb;
}
