#new_header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 1010;
  background-color: #FFF;
}
#new_header .new_header_hide {
  display: none !important;
  transition: all 0.5s ;
}
.top_box_mb {
  height: 50px;
  /* display: flex !important; */
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  background: rgb(241, 241, 241);
  display: none;
}
.top_box {
  height: 50px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  background: rgb(241, 241, 241);
}
@media screen and (max-width:768px){
   .top_box {
    display: none !important;
   }
  .top_box_mb {
        height: 50px;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.3rem;
        background: rgb(241, 241, 241);
    }
}
.top_box_active {
  display: none !important;
}
.top_box_mb_active {
  display: none;
}
.top_box_left {
  display: flex;
  line-height: 1.5;
  align-items: center;
}
.top_box_left .appLogo{
    width: 36px;
    height: 36px;
    margin: 0 .3rem;
}
.top_box_left a {
  width: 4%;
  height: 4%;
}
.top_box_left img:nth-child(1) {
  width: 15px;
  height: 15px;
}
/* .top_box_left img:nth-child(2) {
  width: 36px;
  height: 36px;
  margin: 0 .3rem;
} */
.top_box_left_top {
  color: rgb(33, 33, 33);
  font-size: 12px;
  font-weight: bold;
}
.top_box_left_bot {
  color: rgb(165, 165, 165);
  font-size: 12px;
  width: 3rem;
}
.top_box .top_box_btn {
  width: 1.7rem;
  height: 35px;
  /* background: rgb(66, 74, 82); */
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.top_box_mb .top_box_btn {
  width: 1.7rem;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.top_box .top_box_btn:hover {
  /* background: #323a41; */
}
.top_box .top_box_btn a {
  color: rgb(230, 230, 231);
}
.new_header_box {
    position: relative;
    width: 100%;
    height: 62px;
    line-height: 62px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #333;
    transition: background 200ms linear;
    /* 2022-04-24 修改 wyt */
    border-bottom: 1px solid #ebebeb;
}
.log_box img{
  position:absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto;
  height: 0.2rem;
}
.header_nav {
  width: 683px !important;
  position:absolute !important;
  /* right: 134px; */
  right: 1.73rem;
  top: 0;
  font-size: 16px;
}

.header_nav li.more {
  margin-right: 0 !important;
  bottom: 0;
  left: 0;
  border: none;
}
.header_nav li.more:hover {
  border: none;
}
.header_nav ul li p {
  position: relative;
}
.right_box {
  position:absolute ;
  width: 1.5rem;
  /* right: 23px; */
  right: 0.23rem;
  top: 0;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  height: 62px;
}
.right_box a:nth-child(1){
    margin-left: 0.3rem
}
.right_box a:nth-child(2){
    margin-left: 0.4rem
}
/* .right_box p{
    margin-left: 0.4rem
} */
.right_box a img{
  width: 0.2rem;
  height: 0.2rem;
}
.header_nav li > p a, .header_nav li:hover > p a {
  color: #333333 !important;
  text-decoration: none;
}
.header_nav ul li p .bottom_line {
  position: absolute;
  display: none;
  bottom: 12px;
  right: 0;
  left: 0;
  width: 80%;
  margin: auto;
  height: 0.03rem;
  background: rgb(214,1,13);
}
.header_nav  .has_down .bottom_line, .header_nav ul li p:hover .bottom_line {
  display: block;
}
.new_header_box .header_nav .downBox
 {
  position:fixed;  
  top: 62px !important;
  
}
.new_header_box .header_nav  .new_car_box {
  /* padding-bottom: 0.52rem !important; */
}
 .no_app .header_nav .downBox
 {
  position:fixed;
  top: 62px !important;
}
.new_more {
  padding-top: 0 !important;
  height: 60px !important;
  line-height: 60px !important;
  width: 100% !important;
  font-size: 14px !important;
  padding-right: 150px;
  width: 100%;
  transition: all 0.5s ease-out;
}
.new-w-center {
  display: flex;
  justify-content: flex-end;
}
.new-w-center-item {
  padding: 0 20px;
}

.new-w-center-item:hover {
  color: #d60020 !important;
  transition: all 0.5s ease-out;
}
.new_car_box {
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 19px !important;
  height: auto !important;
}
.new-nav-car-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  width: 96%;
  margin: auto;
}
.new-nav-car-list a{
  display: inline-block;
  width: 100%;
}
.new-nav-car-item {
  /* width: calc(100% / 4.19); */
  width: calc(100% / 4.2);
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  position: relative;
  margin-bottom: 21px;
  margin-right: 19px;
}
.new-nav-car-item:nth-child(4n) {
  margin-right: 0;
}
.new-nav-car-item > a {
  position: absolute;
  display: inline-block;
  height: 1.35rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  top: 0;
  right: 0;
  left: 0; 
  bottom: 0;
}
.new-nav-car-item:hover {
  width: calc(100% / 4.19 + 5px);
  height: 109px;
  box-shadow: 0px 7px 13px 0px rgba(190, 190, 190, 0.4);
  margin-top: -5px;
  margin-bottom: 1px;
  margin-right: 17px;
  margin-left: -3px;
  background-image: url(../../../images/new-index-hf/xl-h无投影.png);
  background-position: top;
  background-size: 100%;
}
.new-nav-car-item:nth-of-type(1):hover, .new-nav-car-item:nth-of-type(3):hover {
  background-image: url(../../../images/new-index-hf/ch-bk-img-hover.png);
}
/* 2022-09-13 新增dht背景图 wyt*/
/* .new-nav-car-item-dht{
    background-image: url(../../../images/new-index-hf/dht-bk-img.png);
    background-size: 100%; 
} */
.new-nav-car-item-dht:hover{
    background-image: url(../../../images/new-index-hf/dht-bk-img-hover.png);
}
.new-nav-car-item:nth-child(4n):hover {
  margin-right: 0;
  margin-left: -5px;
}
.new-nav-car-item .item_right {
  position: relative;
}
.new-nav-car-item .item_right img {
  width: 180px;
  /* position: absolute; */
  /* top: 0; */
  right: 0;
}
/* .new-nav-car-item:hover .item_right img { 
  width: 250px;
  height: 121px;
} */
.item_right .one_car, .item_right .tow_car {
  /* transition: all .5s; */
}
.item_right .one_car {
  opacity: 1;
}
.item_right .tow_car {
  opacity: 0;
}
.new-nav-car-item:hover .item_right .one_car {
  opacity: 0;
}
.new-nav-car-item:hover .item_right .tow_car {
  opacity: 1;
}
.new-nav-car-item .item_left {
  width: 55%;
  padding-top: 28px;
  padding-left: 23px;
}
.new-nav-car-item:hover .item_left { 
  padding-top: 24px;
}
.new-nav-car-item .item_left .item_left_title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  height: 22px;
}
.new-nav-car-item:hover  .item_left_title{
  /* margin-top: -0.2rem; */
}
.new-nav-car-item .item_left .item_left_title img {
  height: 15px;
  margin-left: 5px;
}
.new-nav-car-item .item_left .item_left_content {
  width: 100%;
  margin-top: 6px;
}
.item_left_content .content_top{
  color: rgb(128, 128, 128);
  font-size: 12px;
  line-height: 1;
}
.item_left_content .content_bot {
  display: flex;
  /* justify-content: space-between; */
  /* font-weight: bold; */
  font-size: 12px;
  line-height: 1;
  margin-top: 11px;
}
.item_left_content .content_bot a:nth-of-type(1) {
  margin-left: 0;
}
.item_left_content .content_bot a {
  display: flex;
  position: relative;
  opacity: 0;
  color: #383838;
  margin-left: 15px;
}
.item_left_content .content_bot a:hover {
  color: #030303;
}
.new-nav-car-item:hover  .item_left_content .content_bot a {
  opacity: 1;
}
.item_left_content .content_bot img {
  width: 5px;
  margin-left: 10px;
}
.right_nav_box {
  position: fixed;
  right: 0;
  top: 55%;
  bottom: 0;
  margin: auto;
  height: 2rem;
  z-index: 999;
}
.right_nav_box_item {
  width: 1.75rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: left;
  padding-left: 0.03rem;
  /* background: rgb(96, 96, 96,0.6); */
  background: rgba(96, 96, 96,0.6);
  margin-bottom: 1px;
  position: absolute;
  right: -1.2rem;
  color: #fff;
  transition: all 0.7s;
}
.right_nav_box_item:nth-of-type(2) {
    top: 0.51rem
}
.right_nav_box_item:nth-of-type(3) {
    top: 1.02rem
}
.right_nav_box_item:nth-of-type(4) {
    top: 1.53rem
}
.right_nav_box_item:nth-of-type(5) {
    top: 2.04rem
}

.right_nav_box_item img {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
}
.right_nav_box_item span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.6rem;
  margin: auto;
  color: #fff;
  line-height: 0.5rem;
}
.right_nav_box_item:hover {
  right: 0;
}

/* 2022 03 21 */
.tow_car{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    /* margin-top: 17px; */
}
.one_car{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    /* margin-top: -72px; */
}

/* 2022-04-06新增登录状态 */
.new-pr{
    display: none;
}
.new-log-downBox{
    display: none;
}
.new-log-downBox{
    position: fixed;
    top: 62px;
    background: #f1f1f1;
    left: 0px;
}
.new-log-downBox-shut{
    display: none !important;
}
/* 手机端登陆状态修改 */
.new-log-down-box-md{
    margin-top: 40%;
    background: #f1f1f1;
    left: 0px;
    width: 100%;
    height: 41pt;
    text-align: center;
    line-height: 41pt;
    display: none;
}

/* 1920*1080 缩放150%  360浏览器 分辨率适配 */
@media screen and (min-width: 1270px) {
    .new-nav-car-item{
        width: calc(100% / 4.22);
        margin-right: 13px;
        margin-bottom: 13px;
    }
    .new-nav-car-item:hover{
        width: calc(100% / 4.22);
        height: 100px;
        margin-top: 0px;
    }
    .new-nav-car-item .item_right img{
        width: 133px;
    }
    .new-nav-car-item .item_left{
        width: 58%;
    }
}

/* 1920*1080 缩放150%分辨率适配 */
@media screen and (min-width: 1280px) {
    .new-nav-car-item .item_left .item_left_title {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
    }
    .new-nav-car-item .item_right img {
        width: 150px;
        right: 0;
    }
    .new-nav-car-item .item_left {
        width: 55%;
        padding-top: 28px;
        padding-left: 11px;
    }
}

/* kai 1350px*/
@media screen and (min-width: 1350px) {
    .new-nav-car-item .item_left .item_left_title {
        display: flex;
        align-items: center;
        width: 120%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
    }
    .new-nav-car-item .item_right img {
        width: 160px;
        /* position: absolute; */
        /* top: 0; */
        right: 0;
    }
    .new-nav-car-item .item_left {
        width: 55%;
        padding-top: 28px;
        padding-left: 18px;
    }
}
/* 1680*1050分辨率适配 1270*/
@media screen and (min-width: 1680px) {
    .new-nav-car-item .item_left .item_left_title {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }
    .new-nav-car-item .item_right img {
        width: 230px;
        right: 0;
    }
    .new-nav-car-item .item_left {
        width: 55%;
        padding-top: 28px;
        padding-left: 23px;
    }
}



@media screen and (max-width: 1380px){
    .right_nav_box_item:nth-of-type(2) {
        top: 0.51rem
    }
    .right_nav_box_item:nth-of-type(3) {
        top: 1.03rem
    }
    .right_nav_box_item:nth-of-type(4) {
        top: 1.54rem
    }
    .right_nav_box_item:nth-of-type(5) {
        top: 2.05rem
    }
}
@media screen and (max-width: 1460px){
    .right_nav_box_item:nth-of-type(2) {
        top: 0.51rem
    }
    .right_nav_box_item:nth-of-type(3) {
        top: 1.02rem
    }
    .right_nav_box_item:nth-of-type(4) {
        top: 1.53rem
    }
    .right_nav_box_item:nth-of-type(5) {
        top: 2.05rem
    }
}

/* 新增商城 */
.new_header_box .header_nav ul li:nth-of-type(7){
    width: 60% !important;
}
.new_header_box .header_nav ul li:nth-of-type(7) p{
    left: 46%;
}