.head {
  background-color: #4679bd;
  height: 60px;
}
.head .logo {
  float: left;
  width: 190px;
  background-color: #fff;
  margin-top: 6px;
  padding: 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.head .logo a img {
  width: 190px;
  height: 40px;
  background-size: 80%;
}
.head .nav-list {
  float: left;
}
.head .nav-list ul li {
  float: left;
  margin-left: 20px;
  line-height: 60px;
}
.head .nav-list ul li a {
  color: #fff;
  font-size: 16px;
}
.mian {
  margin-top: 20px;
}
.mian .mian-left {
  width: 800px;
}
.mian .mian-left .focue-info .focue {
  width: 500px;
}
.mian .mian-left .focue-info .focue .swiper-container {
  position: relative;
  width: 500px;
  height: 320px;
}
.mian .mian-left .focue-info .focue .swiper-container img {
  width: 100%;
  height: 100%;
}
.mian .mian-left .focue-info .focue .swiper-container p {
  height: 60px;
  float: left;
  text-align: left;
  color: #fff;
  line-height: 46px;
  padding-left: 20px;
  font-size: 20px;
}
.mian .mian-left .focue-info .focue .swiper-container-horizontal > .swiper-pagination-bullets,
.mian .mian-left .focue-info .focue .swiper-pagination-custom,
.mian .mian-left .focue-info .focue .swiper-pagination-fraction {
  bottom: 10px;
  left: 380px;
  width: 30%;
}
.mian .mian-left .focue-info .info {
  width: 300px;
}
.mian .mian-left .focue-info .info ul li {
  float: left;
  width: 140px;
  height: 155px;
  margin-left: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
.mian .mian-left .focue-info .info ul li a {
  display: block;
  transition: all 0.2s ease;
}
.mian .mian-left .focue-info .info ul li a img {
  width: 140px;
  height: 100px;
}
.mian .mian-left .focue-info .info ul li a p {
  margin: 8px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.mian .mian-left .focue-info .info ul li:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
.mian .mian-left .cart-text {
  width: 840px;
}
.mian .mian-left .cart-text .title {
  padding: 0 0 20px 0;
  width: 800px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.mian .mian-left .cart-text .title a {
  font-size: 20px;
  padding: 0;
  border: none;
}
.mian .mian-left .cart-text .item {
  float: left;
  width: 250px;
  margin-right: 30px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 25px;
}
.mian .mian-left .cart-text .item .item-text {
  padding: 20px 15px;
}
.mian .mian-left .cart-text .item .item-text h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  height: 44px;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.mian .mian-left .cart-text .item .item-text p {
  margin: 20px 0;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  font-size: 14px;
  text-indent: 1rem;
  text-align: left;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.mian .mian-left .cart-text .item .item-text span {
  float: left;
  color: #999;
  margin-bottom: 15px;
}
.mian .mian-left .cart-text .item .item-text span:nth-of-type(2) {
  float: right;
}
.mian .mian-left .cart-text .item:hover {
  box-shadow: 0 7px 10px 0 rgba(127, 144, 176, 0.8);
  transition-duration: 0.2s;
}
.mian .mian-left .navigation {
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 16px;
  background-color: #f8f8f8;
  text-align: left;
  padding: 0px 20px;
}
.mian .mian-left .content {
  padding-right: 20px;
}
.mian .mian-left .content .content-title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #333333;
}
.mian .mian-left .content .content-info {
  padding: 30px 0;
  color: #999;
  font-size: 16px;
}
.mian .mian-left .content .content-info i {
  margin-right: 20px;
}
.mian .mian-left .content .content-info span {
  float: right;
}
.mian .mian-left .content .content-text p {
  margin-bottom: 30px;
  text-indent: 2rem;
  font-size: 18px;
  line-height: 32px;
}
.mian .mian-left .content .content-text a img {
  max-width: 600px;
  display: flex;
  margin: 20px auto;
}
.mian .mian-left .title {
  padding: 30px;
}
.mian .mian-left .title a {
  display: block;
  border-left: 3px solid #4679bd;
  padding-left: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #4679bd;
}
.mian .mian-left .left_tab {
  width: 800px;
}
.mian .mian-left .left_tab .left_tab_title {
  height: 50px;
  border-bottom: 1px solid #eee;
}
.mian .mian-left .left_tab .left_tab_title .tabs a {
  float: left;
  font-size: 20px;
  line-height: 50px;
  color: #999;
  text-align: center;
  cursor: pointer;
  margin-right: 35px;
}
.mian .mian-left .left_tab .left_tab_title .current {
  position: relative;
  margin-top: -1px;
  border-bottom: 2px solid #4679bd;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #4679bd !important;
}
.mian .mian-left .left_tab .left_tab_conten {
  width: 800px;
  overflow: hidden;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item {
  width: 800px;
  display: none;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item {
  display: block;
  padding: 25px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item img {
  float: left;
  display: block;
  margin-right: 20px;
  width: 220px;
  height: 165px;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item dl {
  overflow: hidden;
  zoom: 1;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item dl dt {
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item dl dd .item_text {
  color: #999;
  line-height: 28px;
  font-size: 16px;
  height: 80px;
  text-indent: 1rem;
  overflow: hidden;
  margin-bottom: 24px;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item dl dd .item_info {
  overflow: hidden;
  line-height: 28px;
  height: 28px;
  color: #999;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item dl dd .item_info .pbtime {
  float: right;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .no-img .item_text {
  height: auto !important;
  margin-bottom: 10px;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item::after {
  content: '';
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f4f4f4;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: -1;
}
.mian .mian-left .left_tab .left_tab_conten .left_tab_conten_item .con_item:hover::after {
  width: 100%;
}
.mian .mian-right {
  width: 380px;
  position: sticky;
  top: 10px;
}
.mian .mian-right .search {
  height: 40px;
  width: 380px;
  margin-bottom: 20px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
}
.mian .mian-right .search input {
  display: block;
  float: left;
  border: none;
  height: 40px;
  width: 300px;
  padding-left: 30px;
}
.mian .mian-right .search button {
  width: 40px;
  height: 40px;
  background: url(http://www.xianwei.rexun.cn/static/img/search.png) no-repeat 8px 8px;
  background-size: 60%;
}
.mian .mian-right .search:hover {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
.mian .mian-right .advertising {
  width: 300px;
  height: 300px;
}
.mian .mian-right .advertising img {
  width: 300px;
  height: 300px;
}
.mian .mian-right .advertising-2 {
  width: 300px;
  height: 300px;
}
.mian .mian-right .advertising-2 img {
  width: 300px;
  height: 300px;
}
.mian .mian-right .title {
  height: 40px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian .mian-right .title a {
  font-size: 20px;
  font-weight: 700;
  color: #4679bd;
}
.mian .mian-right .y-info {
  width: 380px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.mian .mian-right .y-info .swiper-wrapper {
  width: 380px;
  height: 560px;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide {
  height: 60px;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide span {
  font-size: 16px;
  color: #999;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide span::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4679bd;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  margin: 10px 0;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide p a {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian .mian-right .img-text {
  width: 380px;
}
.mian .mian-right .img-text a {
  display: block;
  width: 380px;
  height: 100px;
  margin-bottom: 20px;
}
.mian .mian-right .img-text a img {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 10px;
}
.mian .mian-right .img-text a p {
  float: left;
  display: block;
  margin-top: 10px;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.mian .mian-right .top-text {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.mian .mian-right .top-text ul li {
  padding-left: 35px;
  margin-bottom: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.mian .mian-right .top-text ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #efefef;
}
.mian .mian-right .top-text ul li:nth-child(-n + 3)::before {
  color: #c63927;
}
.mian .mian-right .topimg-text a {
  display: block;
  height: 220px;
  width: 380px;
  position: relative;
}
.mian .mian-right .topimg-text a img {
  width: 380px;
  height: 220px;
}
.mian .mian-right .topimg-text a p {
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.mian .mian-right .topimg-text ul {
  margin-top: 20px;
}
.mian .mian-right .topimg-text ul li {
  padding-left: 15px;
  position: relative;
}
.mian .mian-right .topimg-text ul li a {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian .mian-right .topimg-text ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
}
.mian .mian-right .text-img a .text {
  height: 100px;
  width: 220px;
  float: left;
}
.mian .mian-right .text-img a h3 {
  display: block;
  float: left;
  height: 40px;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian .mian-right .text-img a p {
  margin-top: 0px;
}
