* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 600px;
  background: url(../img/product_banner.png) no-repeat center;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation {
  margin-top: 110px;
  padding-bottom: 10px;
  width: 1200px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation-left {
  height: 45px;
  padding-left: 8px;
  border-left: 3px solid #1463a5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #1463a5;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.product {
  margin-top: 70px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-left {
  width: 288px;
}
.product-left .title {
  width: 100%;
  height: 64px;
  background: #1463a5;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-left .item {
  width: 100%;
  height: 70px;
  border-bottom: 2px dashed #dadada;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #7f7f7f;
}
.product-left .item p {
  margin: 0 22px 0 26px;
  font-size: 24px;
}
.product-left .box {
  width: 288px;
  height: 301px;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-left .box img {
  width: 138px;
  height: 138px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  margin: 47px 0 22px;
}
.product-left .box .phone {
  font-size: 32px;
  color: #1463a5;
}
.product-right {
  width: 888px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-right .each {
  margin-bottom: 20px;
  width: 433px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.product-right .each-top {
  width: 100%;
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.product-right .each-top img {
  width: 100%;
  height: auto;
}
.product-right .each .each-bottom {
  width: 100%;
  height: 70px;
  background: #bababa;
  font-size: 18px;
  color: #333;
  padding: 0 33px 0 38px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-right .each .each-bottom i {
  width: 34px;
  height: 34px;
  background: url(../img/product_arrow.png) no-repeat center / 100% 100%;
}
.product-right .each:hover .each-bottom {
  color: #fff;
  background-color: #cb1025;
}
.product-right .each:hover .each-bottom i {
  background: url(../img/product_arrow1.png) no-repeat center / 100% 100%;
}
.inputs {
  margin: 113px 0 134px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputs input {
  margin-bottom: 20px;
  width: 556px;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  background-color: #f2f2f2;
  border: 0;
}
.inputs textarea {
  width: 100%;
  height: 120px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 18px;
  color: #333;
  padding: 20px;
  resize: none;
}
.inputs ::placeholder {
  color: #333;
}
.inputs .Highlight.change::placeholder,
.inputs .Highlight1.change::placeholder {
  color: #fff;
}
.inputs-btn {
  margin: 48px auto 0;
  width: 148px;
  height: 48px;
  background-color: #cb1025;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination {
  margin: 70px 0;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.pagination li {
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 3px;
  color: #FFFFFF;
  background: #D5D5D5;
  padding: 0px !important;
}
.pagination li a {
  width: 50px;
  height: 50px;
  display: block;
  color: #FFFFFF;
  background: #D5D5D5;
}
/* .pagination li a:hover{ border: 1px solid #CCCCCC; } */
.pagination .active {
  background: #1463a5;
  color: #FFFFFF;
}
