.banner .banner-content h2 {
  color: #fff;
}
.banner .banner-content .text {
  color: #fff;
}
section {
  padding: 15px 0 80px;
}
section .section-content {
  display: flex;
}
section .section-content .section-left {
  width: 210px;
}
section .section-content .section-left .section-left-box1 {
  padding: 15px 0;
  text-align: center;
  background-color: #0058B1;
}
section .section-content .section-left .section-left-box1 .title {
  font-size: 22px;
  color: #fff;
}
section .section-content .section-left .section-left-box1 .en-title {
  font-size: 12px;
  color: #fff;
}
section .section-content .section-left .section-left-box2 {
  margin-top: 10px;
  background-color: #f7f7f7;
}
section .section-content .section-left .section-left-box2 a {
  display: block;
  line-height: 55px;
  text-align: center;
  color: #333;
}
section .section-content .section-left .section-left-box2 a:hover {
  background-color: #ea1919;
  color: #fff;
}
section .section-content .section-left .section-left-box2 .active {
  background-color: #ea1919;
  color: #fff;
}
section .section-content .section-left .section-left-box3 {
  margin-top: 10px;
}
section .section-content .section-left .section-left-box3 .box-header {
  padding: 15px 0;
  text-align: center;
  background-color: #0058B1;
}
section .section-content .section-left .section-left-box3 .box-header .title {
  font-size: 22px;
  color: #fff;
}
section .section-content .section-left .section-left-box3 .box-header .en-title {
  font-size: 12px;
  color: #fff;
}
section .section-content .section-left .section-left-box3 .box-content {
  padding: 20px 10px;
  border: 1px solid #ccc;
}
section .section-content .section-left .section-left-box3 .box-content ul li {
  font-size: 13px;
  color: #666;
  margin: 10px 0;
}
section .section-content .section-right {
  margin-left: 40px;
  flex: 1;
}
section .section-content .section-right .current-location {
  border-bottom: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
}
section .section-content .section-right .current-location a {
  font-size: 14px;
  color: #333;
}
section .section-content .section-right .current-location a:hover {
  text-decoration: underline;
}
section .section-content .section-right .content-list {
  display: flex;
  flex-wrap: wrap;
}
section .section-content .section-right .content-list .item {
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-right: 25px;
  margin-top: 25px;
}
section .section-content .section-right .content-list .item:nth-child(3n) {
  margin-right: 0px;
}
section .section-content .section-right .content-list .item .item-img {
  width: 100%;
  height: 300px;
}
section .section-content .section-right .content-list .item .item-img img {
  width: 100%;
  height: 100%;
}
section .section-content .section-right .content-list .item .title {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 35px;
}
section .section-content .section-right .content-list .item .price {
  font-size: 14px;
  color: #acacac;
}
section .section-content .section-right .content-list .item .price span {
  font-size: 18px;
  color: #ff3c00;
}
section .section-content .section-right .goods-content {
  padding: 15px;
}
section .section-content .section-right .goods-content .goods-content-header {
  display: flex;
}
section .section-content .section-right .goods-content .goods-content-header .show-img .img-box {
  width: 400px;
}
section .section-content .section-right .goods-content .goods-content-header .show-img .img-box img {
  width: 100%;
}
section .section-content .section-right .goods-content .goods-content-header .goods-intro {
  flex: 1;
  margin-left: 20px;
}
section .section-content .section-right .goods-content .goods-content-header .goods-intro .goods-title {
  font-size: 20px;
  color: #454545;
  border-bottom: 1px solid #e2e2e2;
  line-height: 33px;
  margin-bottom: 10px;
}
section .section-content .section-right .goods-content .goods-content-header .goods-intro .market-price {
  font-size: 14px;
  color: #898989;
  text-decoration: line-through;
}
section .section-content .section-right .goods-content .goods-content-header .goods-intro .price {
  color: #454545;
  font-size: 14px;
}
section .section-content .section-right .goods-content .goods-content-header .goods-intro .price span {
  font-size: 20px;
  color: #ff5022;
}
section .section-content .section-right .goods-content .content {
  margin: 10px 0;
}
