.main {
  width: 100%;
  margin-top: 80px;
}
.main .banner {
  position: relative;
  width: 100%;
  height: 360px;
}
.main .banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.main .application {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1202px;
  margin: 0 auto;
}
.main .application li {
  position: relative;
  width: 190px;
  margin-right: 63px;
  margin-bottom: 60px;
}
.main .application li img {
  display: block;
  width: 100%;
}
.main .application li p {
  margin-top: 12px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.main .application li .sort-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  background: #003b95;
  opacity: 0.6;
}
.main .application li .sort-mask h6 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main .application li .sort-mask p {
  font-size: 16px;
  color: #fff;
}
.main .application li:nth-child(5n) {
  margin-right: 0;
}
.main .product {
  width: 1200px;
  margin: 0 auto;
}
.main .product .sort-lists {
  display: flex;
  justify-content: space-around;
}
.main .product .sort-lists li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 170px;
  border: 1px solid #DDDDDD;
}
.main .product .sort-lists li img {
  display: block;
  margin-bottom: 30px;
}
.main .product .sort-lists li .choose-img {
  display: none;
}
.main .product .sort-lists li p {
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.main .product .sort-lists .sort-li-active {
  border: 1px solid #E60A16;
}
.main .product .sort-lists .sort-li-active p {
  color: #E60A16;
}
.main .product .sort-lists .sort-li-active .choose-img {
  display: block;
}
.main .product .sort-lists .sort-li-active .default-img {
  display: none;
}
.main .product .product-bottom {
  display: none;
  width: 100%;
  margin-top: 25px;
}
.main .product .product-bottom .desc {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.main .product .product-bottom ul {
  width: 100%;
  margin-top: 40px;
}
.main .product .product-bottom ul li {
  width: 100%;
  margin-bottom: 50px;
}
.main .product .product-bottom ul li h5 {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 40px;
  cursor: pointer;
}
.main .product .product-bottom ul li em {
  display: inline-block;
  float: right;
  width: 26px;
  height: 26px;
  margin-top: -32px;
  cursor: pointer;
  background: url("/static/pc/img/product/r.png") no-repeat;
  background-size: 100% auto;
}
.main .product .product-bottom ul li hr {
  width: 1200px;
  height: 1px;
  background: #999999;
  opacity: 0.2;
}
.main .product .product-bottom ul li .drop-down {
  display: none;
  flex-wrap: wrap;
  margin-top: 40px;
}
.main .product .product-bottom ul li .drop-down .drop-down-list {
  width: 279px;
  padding-bottom: 20px;
  margin-right: 28px;
  margin-bottom: 50px;
}
.main .product .product-bottom ul li .drop-down .drop-down-list .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  background: linear-gradient(228deg, #d2d2d2, #ffffff);
}
.main .product .product-bottom ul li .drop-down .drop-down-list .imgbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.main .product .product-bottom ul li .drop-down .drop-down-list h6 {
  margin: 20px auto;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  text-align: center;
}
.main .product .product-bottom ul li .drop-down .drop-down-list p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 43px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  opacity: 0.8;
  text-align: center;
  line-height: 14px;
}
.main .product .product-bottom ul li .drop-down .drop-down-list .line {
  width: 193px;
  height: 1px;
  margin: 20px auto;
  opacity: 0;
  background-color: #dddddd;
}
.main .product .product-bottom ul li .drop-down .drop-down-list span {
  display: block;
  opacity: 0;
  margin: 0 auto;
  font-size: 12px;
  color: #003b95;
  width: 162px;
  height: 30px;
  line-height: 30px;
  text-indent: 65px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background: url("/static/pc/img/product/q.png") no-repeat 40px center;
}
.main .product .product-bottom ul li .drop-down .drop-down-list:hover {
  box-shadow: 5px 5px 18px 0px rgba(88, 88, 88, 0.19);
}
.main .product .product-bottom ul li .drop-down .drop-down-list:hover .line {
  opacity: 1;
}
.main .product .product-bottom ul li .drop-down .drop-down-list:hover span {
  opacity: 1;
}
.main .product .product-bottom ul li .drop-down .contrast span {
  color: #fff;
  background: url("/static/pc/img/product/g.png") no-repeat 40px center #003b95;
  opacity: 1 !important;
}
.main .product .product-bottom ul li .drop-down .drop-down-list:nth-child(4n) {
  margin-right: 0;
}
.main .product .show {
  display: block;
}
.main .contrast-model {
  position: fixed;
  display: none;
  bottom: -270px;
  width: 100%;
  height: 300px;
  border-top: 1px solid #003b95;
  background: #fff;
}
.main .contrast-model .contrast-content {
  display: flex;
  width: 1348px;
  padding-top: 20px;
  margin: 0 auto;
}
.main .contrast-model .contrast-content .contrast-left {
  width: 30px;
}
.main .contrast-model .contrast-content .contrast-left img {
  display: block;
  width: 26px;
  height: 26px;
}
.main .contrast-model .contrast-content .contrast-left p {
  margin-top: 40px;
  font-size: 24px;
  color: #003b95;
  line-height: 30px;
}
.main .contrast-model .contrast-content .contrast-right {
  display: flex;
  margin-top: 40px;
}
.main .contrast-model .contrast-content .contrast-right .contrast-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 338px;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}
.main .contrast-model .contrast-content .contrast-right .contrast-list .delete {
  position: absolute;
  top: 0;
  right: 49px;
}
.main .contrast-model .contrast-content .contrast-right .contrast-list img {
  display: block;
  max-width: 194px;
  max-height: 130px;
  margin-bottom: 25px;
}
.main .contrast-model .contrast-content .contrast-right .contrast-list p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.main .contrast-model .contrast-content .contrast-right .contrast-list:nth-child(3) {
  border-right: none;
}
.main .contrast-model .contrast-content .look-result {
  width: 120px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin-top: 100px;
  background: #003B95;
}
.main .contrast-result {
  width: 1200px;
  margin: 0 auto;
}
.main .contrast-result table {
  width: 100%;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.main .contrast-result table tr {
  height: 50px;
}
.main .contrast-result table tr th {
  width: 160px;
  border: 1px solid #E5E5E5;
}
.main .contrast-result table tr td {
  width: 346px;
  border: 1px solid #E5E5E5;
}
.main .contrast-result table tr td img {
  display: block;
  padding-top: 20px;
  margin: 0 auto;
}
.main .contrast-result table tr td p {
  margin: 10px auto;
  text-align: center;
}
.main .contrast-result .goback {
  display: block;
  width: 180px;
  height: 54px;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 54px;
  background: #003B95;
}
.main .detail {
  width: 1200px;
  margin: 0 auto;
}
.main .detail .product-detail {
  display: flex;
  width: 100%;
}
.main .detail .product-detail .product-detail-left {
  display: flex;
  height: 294px;
  box-sizing: border-box;
}
.main .detail .product-detail .product-detail-left .left-bigimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 484px;
  height: 294px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  box-sizing: border-box;
}
.main .detail .product-detail .product-detail-left .left-bigimg img {
  display: block;
  max-width: 100%;
}
.main .detail .product-detail .product-detail-left .left-smallimgs {
  width: 66px;
  height: 294px;
  margin-left: 10px;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.main .detail .product-detail .product-detail-left .left-smallimgs .small-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  box-sizing: border-box;
}
.main .detail .product-detail .product-detail-left .left-smallimgs .small-img img {
  display: block;
  max-width: 66px;
  max-height: 66px;
}
.main .detail .product-detail .product-detail-left .left-smallimgs::-webkit-scrollbar {
  width: 0 !important;
}
.main .detail .product-detail .product-detail-right {
  margin-left: 80px;
  box-sizing: border-box;
}
.main .detail .product-detail .product-detail-right h3 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
  font-weight: 300;
}
.main .detail .product-detail .product-detail-right p {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  line-height: 20px;
  margin-bottom: 30px;
  word-break: break-all;
}
.main .detail .product-detail .product-detail-right .btn-box {
  display: flex;
  align-items: center;
  margin-top: 52px;
}
.main .detail .product-detail .product-detail-right .btn-box .btn-list {
  width: 144px;
  height: 42px;
  border: 1px solid #003b95;
}
.main .detail .product-detail .product-detail-right .btn-box .btn-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #003b95;
}
.main .detail .product-detail .product-detail-right .btn-box .btn-list:first-child {
  margin-right: 30px;
}
.main .detail .product-detail .product-detail-right .btn-box .btn-list:hover {
  background-color: #003B95;
}
.main .detail .product-detail .product-detail-right .btn-box .btn-list:hover a {
  color: #fff;
}
.main .detail .product-features {
  width: 100%;
  margin-top: 60px;
}
.main .detail .product-features h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  color: #333333;
}
.main .detail .product-features hr {
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0.2;
  border: none;
}
.main .detail .product-features ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.main .detail .product-features ul li {
  width: 45%;
  margin-right: 84px;
  margin-bottom: 30px;
}
.main .detail .product-features ul li h5 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.main .detail .product-features ul li h5 em {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #333;
}
.main .detail .product-features ul li p {
  font-size: 14px;
  color: #999;
}
.main .detail .product-features ul li:nth-child(2n) {
  margin-right: 0;
}
.main .detail .product-parameter {
  width: 100%;
  margin-top: 60px;
}
.main .detail .product-parameter h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  color: #333333;
}
.main .detail .product-parameter hr {
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0.2;
  border: none;
}
.main .detail .product-parameter table {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.main .detail .product-parameter table tr {
  height: 58px;
}
.main .detail .product-parameter table tr th {
  width: 160px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border: 1px solid #E5E5E5;
  text-align: left;
}
.main .detail .product-parameter table tr td {
  width: 346px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border: 1px solid #E5E5E5;
}
.main .detail .product-parameter table .table-title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 58px;
  background-color: #003B95;
}
.main .detail .product-parameter table .table-title th {
  color: #fff;
}
.main .detail .product-parameter .table-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}
.main .detail .product-parameter .table-lists .table-title {
  width: 100%;
  height: 58px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 58px;
  color: #Fff;
  background-color: #003B95;
}
.main .detail .product-parameter .table-lists .table-list {
  display: flex;
  align-items: center;
  width: 50%;
  height: 58px;
}
.main .detail .product-parameter .table-lists .table-list .tablelist-left {
  display: flex;
  align-items: center;
  width: 160px;
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border: 1px solid #E5E5E5;
  text-align: left;
}
.main .detail .product-parameter .table-lists .table-list .tablelist-right {
  display: flex;
  align-items: center;
  width: 440px;
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  border: 1px solid #E5E5E5;
}
.main .detail .product-parameter .tip {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.main .detail .product-parameter .detail-load {
  display: block;
  height: 16px;
  margin-top: 23px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #003b95;
  background: url("/static/pc/img/product/load.png") no-repeat left;
}
