main {
  min-width: 1200px;
}
.width {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.title {
  height: 120px;
  background: #005da6;
}
.title-search {
  display: flex;
}
.title-search input {
  width: 350px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ffce2e;
  border-radius: 4px 0 0 4px;
  margin-left: -200px;
  padding: 14px 18px;
}
.title-search-button {
  width: 106px;
  height: 48px;
  background: #ffce2e;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  line-height: 48px;
  color: black;
  cursor: pointer;
}
.title-phone {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.navigation {
  height: 60px;
  background: #053458;
}
.navigation-width {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
}
.navigation-text {
  margin-left: 30px;
}
.navigation-a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 83px;
}
.navigation-user:hover .OvO {
  display: block;
}
.navigation-user {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}
.navigation-user .OvO {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 36px;
  height: 171px;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.navigation-user .OvO ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.navigation-user .OvO ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-user .OvO ul li:hover {
  background: #F6F6F6;
  cursor: pointer;
}
.navigation-user-photo {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 100%;
  margin-right: 11px;
  overflow: hidden;
}
.navigation-user-name {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.top {
  margin-top: 64px;
  background: white;
  padding-bottom: 74px;
}
.swiper-container {
  width: 835px;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-width {
  max-width: 1200px;
  margin: auto;
  display: flex;
}
.top-box {
  width: 327px;
  height: 122px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-box img {
  width: 109px;
  height: 104px;
}
.top-box-text {
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
}
.top-m {
  margin-top: 20px;
}
.content {
  background: #ebebeb;
}
.content-width {
  max-width: 1200px;
  margin: auto;
  /*padding-top: 63px;*/
}
.content-title {
  width: 166px;
  height: 80px;
  background: #ffce2e;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 80px;
}
.content_body {
  display: flex;
  justify-content: space-between;
}
.content_body .content_img_2 {
  width: 572px;
  height: 407px;
  margin-top: 35px;
  margin-bottom: 97px;
}
.content_body .content_img_2 div {
  cursor: pointer;
}
.content_body .content_img_2 .con_img_text {
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 100%;
  background-color: #F07F13;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 21px;
}
.content_body .content_img_2 .con_img_text .content_box_2 {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
}
.content_body .content_img_2 .blue_back {
  background-color: #005DA6;
}
.content-img {
  width: 612px;
  height: 407px;
  margin-top: 35px;
  position: relative;
  cursor: pointer;
  margin-bottom: 97px;
}
.content-text {
  width: 612px;
  height: 60px;
  background: #e42312;
}
.content-text {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}
.content-p {
  font-size: 16px;
  color: white;
}
.content-box {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
}
.content-right-box {
  width: 274px;
  height: 194px;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
.content-right-box .arrival_cont_tit{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFCE2E;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 0px 0px 16px 0px;
}
.content-right-box .arrival_cont_bottom {
  width: 100%;
  /*height: 31px;*/
  background: #ffffff;
  /*border-radius: 16px;*/
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  /*right: 17px;*/
  display: flex;
  align-content: center;
  justify-content: space-between;
      height: 36px;
    line-height: 36px;
    background: #F07F13;
  
}
.content-right-box .arrival_cont_bottom .name_span{
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 500;
  font-size: 14px;
  flex: 5;
  margin-left: 8px;
  /*color: #fff;*/
}
.content-right-box .arrival_cont_bottom span{
    font-weight: 400;
  font-size: 14px;
  /*color: red;*/
  /*flex: 1;*/
  margin: 0 10px;
  text-align: center;
   color: #fff;
}
.navigation-a:hover {
  color: yellow;
  cursor: pointer;
}
.classify {
  width: 100%;
  height:auto;
  background: #fff;
  position: relative;
  z-index: 9;
  display: none;
}
.classify .classify_con {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow-x: scroll;

}

.classify .classify_con::-webkit-scrollbar {
  width:12px;
}
/* 滚动槽 */
.classify .classify_con::-webkit-scrollbar-track {
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
  border-radius:10px;
}
/* 滚动条滑块 */
.classify .classify_con::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:rgba(0,0,0,0.1);
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.classify .classify_con::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
.classify .classify_con .classify_content {
  background: #fff;
}
.classify .classify_con .classify_content .classify_wid {
/*  margin: 10px 0 0 14px;*/
  margin: 10px 0 0 0px;
  cursor: pointer;
  white-space:nowrap;
}
.classify .classify_con .classify_content .classify_wid .classify_imgdiv {
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
}
.classify .classify_con .classify_content .classify_wid .classify_imgdiv .classify_img {
  max-width: 100%;
  height: 100px;
  width: 100px;
}
.classify .classify_con .classify_content .classify_wid .classify_text {
  font-size: 16px;
  height: 21px;
  line-height: 21px;
  text-align: center;
}
.classify_zhezhao {
  width: 100%;
  height: 2370px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: relative;
  z-index: 2;
}
.opa_5 {
  opacity: 0.5;
}
.new_arrival {
  /*height: 764px;*/
  background: #fff;
}
.new_arrival .content-width {
  /*padding-top: 75px;*/
}
.new_arrival .content-width .arrival_title {
  overflow: hidden;
}
.new_arrival .content-width .arrival_title .content-title {
  float: left;
}
.new_arrival .content-width .arrival_title .look_more {
  float: right;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 80px;
  cursor: pointer;
}
.new_arrival .content-width .arrival_body {
  margin-top: 32px;
  margin-bottom: 32px;
  /*height: 463px;*/
}
.new_arrival .content-width .arrival_body .arrival_cont {
  width: 231px;
  /*height: 225px;*/
  /*margin-bottom: 10px;*/
  position: relative;
      box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%);
}
.new_arrival .content-width .arrival_body .arrival_cont .arrival_cont_tit {
  width: 98px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  position: absolute;
  border-radius: 0px 0px 16px 0px;
  top: 0;
  left: 0;
  background-color: #FFCE2E;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #000000;
}
.new_arrival .content-width .arrival_body .arrival_cont .arrival_cont_bottom {
  width: 100%;
  /*height: 31px;*/
  background: #ffffff;
  /*border-radius: 16px;*/
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 17px;*/
  display: flex;
  align-content: center;
  justify-content: space-between;
      height: 36px;
    line-height: 36px;
    background: #Fff;
  
}
.new_arrival .content-width .arrival_body .arrival_cont .arrival_cont_bottom .name_span{
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 500;
  font-size: 14px;
  flex: 5;
  margin-left: 8px;
  /*color: #fff;*/
}
.new_arrival .content-width .arrival_body .arrival_cont .arrival_cont_bottom span{
    font-weight: 400;
  font-size: 14px;
  color: red;
  /*flex: 1;*/
  margin: 0 10px;
  text-align: center;
   /*color: #fff;*/
}
.bottom_db {
  height: 231px;
  background: #005DA6;
  position: relative;
}
.bottom_db .db_cont {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}
.bottom_db .db_cont .content_div {
  height: 100%;
  padding-top: 24px;
  box-sizing: border-box;
}
.bottom_db .db_cont .cont1 {
  width: 300px;
}
.bottom_db .db_cont .cont1 .cont1_title {
  font-size: 22px;
  line-height: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  height: 30px;
}
.bottom_db .db_cont .cont1 .cont1_text {
  margin-top: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.bottom_db .db_cont .cont1 .cont1_btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #ffce2e;
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
.bottom_db .db_cont .cont2 {
  width: 150px;
}
.bottom_db .db_cont .cont2 .cont2_title {
  height: 30px;
  line-height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.bottom_db .db_cont .cont2 .cont2_body {
  margin-top: 12px;
}
.bottom_db .db_cont .cont2 .cont2_body .cont2_body_list {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}
.bottom_db .db_cont .cont3 {
  width: 300px;
}
.bottom_db .db_cont .cont3 .cont3_title {
  height: 30px;
  line-height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.bottom_db .db_cont .cont3 .cont3_body {
  margin-top: 12px;
}
.bottom_db .db_cont .cont3 .cont3_body .body_left .body_left_list img {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
}
.bottom_db .db_cont .cont3 .cont3_body .body_left .body_left_list div {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}
.bottom_db .db_cont .cont3 .cont3_body .body_left .body_left_list:first-child {
  margin-bottom: 12px;
}
.bottom_db .db_cont .cont3 .cont3_body .body_img {
  height: 120px;
  width: 120px;
  overflow: hidden;
}
.bottom_db .db_cont .cont3 .cont3_body .body_img img {
  width: 100%;
}
.db_beian {
  height: 67px;
  line-height: 67px;
  background: #005DA6;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}
.content-right-box:hover,
.content-img:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 3;
  box-shadow: 0 0 5px 5px #999;
}
.arrival_box{
    margin: 32px 0;
    width: 100%;
    display: flex;
    align-items:flex-start;
    flex-wrap: wrap;
}
.arrival_box .arrival_box_list{
    padding: 0 8px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    /*box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%);*/
}
.arrival_box .arrival_box_list .con_img_text div{
    width: 100%;
    text-align: center;
}
.arrival_cont_a{
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
}