body {
    height: auto;
    margin: 0 auto;
    padding: 0 auto;
    font-family: "PingFang SC", "microsoft yahei", Arial;
    min-width: 1240px;
    background: #00008C;
}

* {
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

div,
ul,
li,
img,
dl,
dt,
dd,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a {
    text-decoration: none;
}

input,
button,
select,
textarea {
    outline: none
}

#top {
    height: 60px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

#top>div {
    background: rgba(12, 18, 114, 0.60);
    box-shadow: 0 1px 0 0 hsl(0deg 0% 100% / 40%);
}

.top_nr {
    width: 1200px;
    margin: 0 auto;
    height: 60px;

}

.top_nr ul {
    float: right;
}

.top_nr ul li {
    float: left;
    line-height: 60px;
}

.top_nr ul li.end {
    background: none;
}

.top_nr ul li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0 9px;
    font-family: Microsoft YaHei;
    font-weight: normal;
}

.top_nr ul li a:hover {
    color: #e97812;
    text-decoration: underline
}

.top_nr p {
    float: left;
    margin-top: 7px;
}

.top_nr p img {
    display: block;
    border: none;
}


/*footer*/
.foot{padding:30px 0 10px;width:auto;margin:0px auto;background:#101010;clear:both;}
.foot p{text-align:center;color:#fff;font-size:16px;}
.foot p a{font-size:16px;color:#fff;padding:0 15px;}
.foot p.bq{height:40px;color:#fff;}
.foot p.bq a{font-size:16px;}
.foot p.lxwm{height:40px;color:#fff;}
.foot p a:hover{color:#fff;text-decoration:underline;}
.foot p.bq b{font-weight:normal;display:inline-block;}
.foot p.bq b img{float:left;margin-top:2px;width:18px;margin-right:5px;}
.foot p.bq b em{font-style:normal;color:#fff;}
.foot p.bq b a{padding-left:0;}
.foot p.bq span{padding:0 10px;color:#fff;}


/* banner */
.banner {
    width: auto;
    height: 703px;
    position: relative;
    top: -60px;
}

.banner .banner1 {
    height: 763px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_01.jpg) no-repeat top center;
    background-size: 1920px 763px;
}

/* news */
.news {
    width: auto;
    height: 889px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_02.jpg) no-repeat top center;
}

.pc_up_cen {
    width: 1200px;
    margin: 0 auto;
    height: 340px;
    display: flex;
    justify-content: space-between;
}

/*左侧焦点图*/
.g-left {
    float: left;
    width: 620px;
    height: 340px;
}

.g-left .container {
    float: left;
    _display: inline;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.g-left .container .recommend-swiper {
    width: 800%;
    height: 100%;
}

.g-left .container .recommend-swiper .recommend-item {
    width: 620px;
    height: 340px;
    overflow: hidden;
    float: left;
}

.g-left .container .recommend-swiper .recommend-item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}

.g-left .container .recommend-swiper .recommend-item a .img-content img {
    width: 100%;
    height: 340px;
}

.g-left .container .recommend-swiper .recommend-item a .img-content p {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
}

.g-left .container .recommend-swiper .recommend-item a .img-content p.img-bg {
    background: url(//img.12365auto.com/zhuanti/2020bjcz/images/jdt_pbg.png) repeat;
    height: 82px;
}

.g-left .container .recommend-swiper .recommend-item a .img-content p em {
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    width: 65px;
    height: 60px;
    background: #e97812;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 26px;
    letter-spacing: 0px;
    font-weight: normal;
}

.g-left .container .recommend-swiper .recommend-item a .img-content p em b {
    font-weight: normal;
    padding: 0 1px;
}

.g-left .container .recommend-swiper .recommend-item a .img-content p em .b-active {
    position: relative;
    top: -6px;
    font-size: 28px;
}

.g-left .container .recommend-swiper .recommend-item a .img-content p em .b-count {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.g-left .container .recommend-swiper .recommend-item a:hover {
    text-decoration: none;
}

.g-left .container .recommend-swiper .recommend-item a:hover p {
    color: #e97812;
}

.yx-rotation-focus span,
.yx-rotaion-btn span {
    display: block;
}

.yx-rotation-focus {
    height: 5px;
    position: absolute;
    bottom: 17px;
    z-index: 99;
    display: flex;
    justify-content: center;
    width: 100%;
}

.yx-rotation-focus span {
    width: 15px;
    height: 4px;
    margin-left: 7px;
    float: left;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(245, 245, 245, 0.70);
}

.yx-rotation-focus span.hover {
    background: #417FFF;
}

.pc_up_cen .swiper-button-next {
    top: 151px;
    position: absolute;
    z-index: 99;
    display: block;
    left: 15px;
    cursor: pointer;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/swiperbtn.png);
    background-repeat: no-repeat;
    background-position: 0px -50px;
    width: 50px;
    height: 50px;
}

.pc_up_cen .swiper-button-next::after {
    content: "";
}

.pc_up_cen .swiper-button-next:hover {
    background-position: 0 0;
}

.pc_up_cen .swiper-button-prev {
    top: 151px;
    position: absolute;
    z-index: 99;
    display: block;
    right: 15px;
    cursor: pointer;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/swiperbtn.png);
    background-repeat: no-repeat;
    background-position: -50px -50px;
    width: 50px;
    height: 50px;
}

.pc_up_cen .swiper-button-prev::after {
    content: "";
}

.pc_up_cen .swiper-button-prev:hover {
    background-position: -50px 0;
}

.pc_up_cen .swiper-button-next {
    right: auto !important;
}

.pc_up_cen .swiper-button-prev {
    left: auto !important;
}

/*右侧*/
.up_cen_new {
    width: 530px;
}

.up_cen_new h1 a {
    display: block;
    color: #FFD062;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}

.up_cen_new h1 .notclick {
    display: block;
    color: #FFD062;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}

.up_cen_new h1 a:hover {
    color: #d59f6e;
    text-decoration: underline;
}

.up_cen_new p {
    margin-top: 22px;
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}

.up_cen_new p span {
    text-indent: 2em;
    display: block;
    margin-bottom: 1em;
}

.up_cen_new p span:last-of-type {
    margin-bottom: 0;
}

.up_cen_new p span a {
    color: #FFD062;
}

.up_cen_new p span a:hover {
    color: #d59f6e;
    text-decoration: underline;
}

.up_cen_new p span .notread {
    color: #FFD062;
    display: inline;
}



.banner_bottom_section {
    margin: 70px auto 0;
    width: 1200px;
    height: 409px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/border_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.banner_bottom_flex {
    width: 1200px;
    height: 409px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 27px;
}

.banner_bottom_flex>div img {
    width: 363px;
    height: 204px;
    margin-bottom: 29px;
}

.banner_bottom_flex>div p {
    width: 363px;
} 

.banner_bottom_title a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 15px;
    display: block;
}

.banner_bottom_title a:hover {
    color: #d59f6e;
    text-decoration: underline;
}

.banner_bottom_title>span {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 15px;
    display: block;
}

.banner_bottom_content {
    color: rgba(255, 255, 255, 0.80);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* awards */
.awards_section_persons {
    width: auto;
    height: 680px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_03.jpg) no-repeat top center;
}

.awards_section_persons .title_award {
    width: 1212px;
    height: 274px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_01.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1212px 300px;
    display: block;
    margin: auto;
}

.awards_section_persons_flex {
    display: block;
    margin: auto;
    width: 1200px;
    height: 292px;
}

.awards_section_persons_flex>div {
    display: flex;
    justify-content: space-between;
}

.awards_section_persons_flex>div a {
    display: block;
}

.awards_section_persons_flex>div a img {
    width: 285px;
    height: 292px;
    display: block;
}

.awards_tips {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-top: 30px;
}

.awards_section_cars {
    width: auto;
    height: 4571px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_04.jpg) no-repeat top center;
}

.awards_section_cars .title_award {
    width: 1197px;
    height: 290px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_02.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1197px 300px;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
}


.awards_section_cars_flex {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
}

.awards_section_brand {
    width: auto;
    height: 616px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_05.jpg) no-repeat top center;
}

.awards_section_brand .title_award_top {
    width: 1197px;
    height: 275px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_03.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1197px 300px;
    display: block;
    margin: auto;
}

.awards_section_brand .title_award_bottom {
    width: 1197px;
    height: 274px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_04.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1197px 300px;
    display: block;
    margin: 70px auto 0;
}

.awards_section_brand img {
    width: 1200px;
    display: block;
    margin: auto;
}

.awards_section_lecture {
    width: auto;
    height: 812px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_06.jpg) no-repeat top center;
}

.awards_section_lecture .title_award {
    width: 1212px;
    height: 300px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_05.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1212px 300px;
    display: block;
    margin: auto;
}

.awards_section_lecture_flex {
    width: 1157px;
    height: 489px;
    display: block;
    margin: auto;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/line.png);
    background-repeat: no-repeat;
    background-size: 2px 463px;
    background-position: center top;
    position: relative;
    top: -36px;
}

.awards_section_lecture_flex>div {
    display: flex;
    justify-content: space-between;
}

.awards_section_lecture_flex>div>div {
    width: 478px;
}

.lecture_header {
    width: 478px;
    height: 269px;
    display: block;
}

.lecture_reduce {
    display: flex;
    align-items: center;
    margin: 25px 0;
    gap: 25px;
}

.lecture_reduce_name {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    flex-shrink: 0;
}

.lecture_reduce img {
    display: block;
    width: 17px;
}

.lecture_reduce_job {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lecture_content {
    display: block;
}

.lecture_content span {
    color: #FFD062;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
}

.lecture_content img {
    display: inline-block;
    position: relative;
    top: -7px;
}

/* swiper */
.awards_section_pictures {
    width: auto;
    height: 1064px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_07.jpg) no-repeat top center;
}

.awards_section_pictures .title_award {
    width: 1102px;
    height: 274px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_06.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1102px 300px;
    display: block;
    margin: auto;
}

.out_swiper {
    width: 1200px;
    height: 720px;
    overflow: hidden;
    border: 4px solid #1B65FF;
    display: block;
    margin: auto;
}

.out_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #1B65FF;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #000;
}

.mySwiper .swiper-slide img {
    border-radius: 0;
}

.mySwiper {
    width: 1192px;
    height: 152px;
    box-sizing: border-box;
    margin-top: -156px;
    border-radius: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.60);
}

.mySwiper .swiper-slide {
    width: 180px !important;
    height: 102px !important;
    cursor: pointer;
    position: relative;
    top: 20px;
    
}

.mySwiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 112px;
}

.mySwiper .swiper-slide-thumb-active::before { 
    z-index: -1;
}

.mySwiper2 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/swiperbtn2.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
    top: 280px;
    left: 20px;
}

.mySwiper2 .swiper-button-prev:hover {
    background-position: 0 0;
}

.mySwiper2 .swiper-button-prev:after{
    content: "";
}

.mySwiper2 .swiper-button-next {
    width: 60px;
    height: 60px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/swiperbtn2.png);
    background-repeat: no-repeat;
    background-position: -60px -60px;
    top: 280px;
    right: 20px;
}

.mySwiper2 .swiper-button-next:hover {
    background-position: -60px 0;
}

.mySwiper2 .swiper-button-next:after{
    content: "";
}

.mySwiper2 .swiper-slide a {
    display: block;
}

.mySwiper2 .swiper-slide img {
    display: block;
}

/* org */
.awards_section_org {
    width: auto;
    height: 712px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_08.jpg) no-repeat top center;
}

.awards_section_org .title_award {
    width: 1157px;
    height: 273px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_07.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1157px 300px;
    display: block;
    margin: auto;
}

.awards_section_org_flex {
    display: block;
    width: 1200px;
    height: 369px;
    margin: auto;
}

.awards_section_org_flex>div {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 369px;
}

.awards_section_org_flex>div>div {
    width: 560px;
    height: 369px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/border_03.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.awards_section_org_flex>div img {
    height: 100px;
    display: block;
    margin: 40px auto 25px;
}

.awards_section_org_flex>div p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    text-indent: 2em;
    margin: 0 35px;
}

/* old_reduce */
.old_reduce {
    width: auto;
    height: 738px;
    background: url(//img.12365auto.com/zhuanti/2026aqr/images/img_09.jpg) no-repeat top center;
}

.old_reduce .title_award {
    width: 1102px;
    height: 263px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_08.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1102px 300px;
    display: block;
    margin: auto;
}

.old_reduce_flex {
    margin: auto;
    width: 1050px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.old_reduce_flex a {
    width: 310px;
    height: 170px;
    display: block;
    overflow: hidden;
}

.old_reduce_flex a img {
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}

.old_reduce_flex a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.awards_section_pictures {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title_award {
    position: relative;
    overflow: hidden;
}

.title_award_top {
    position: relative;
    overflow: hidden;
}

.title_award_bottom {
    position: relative;
    overflow: hidden;
}

.title_award::after {
    content: "";
    width: 1197px;
    height: 300px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_02_line.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    mix-blend-mode: color-dodge;
    top: 39px;
}

.title_award_top::after {
    content: "";
    width: 1197px;
    height: 300px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_02_line.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    mix-blend-mode: color-dodge;
    top: 39px;
}

.title_award_bottom::after {
    content: "";
    width: 1197px;
    height: 300px;
    background-image: url(//img.12365auto.com/zhuanti/2026aqr/images/award_02_line.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    mix-blend-mode: color-dodge;
    top: 39px;
}

.awards_section_lecture .title_award::after {
    top: 21px;
}

.awards_section_pictures .title_award::after {
    top: 21px;
}

.awards_section_org .title_award::after {
    top: 21px;
}

.old_reduce .title_award::after {
    top: 21px;
}