/* -------------版心设置------------- */
.contain {
    width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
}

body {
    background: #d9d9d9;
}

.hw {
    height: 16px;
    width: 16px;
}

/* -------------头部设置------------ */
.header {
    height: 100px;
    background-color: #ebe3e3;
}

.h-words {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* logo部分 */
.h-logo {
    width: 144px;
    height: 100%;
    display: flex;
    align-items: center;
}

.h-logo a {
    display: inline-block;
    width: 144px;
    height: 56px;
    background: url(../images/publice/logo3.png) no-repeat center;
}

/* 标题部分 */
.h-title {
    width: 555px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-title a {
    font-size: 16px;
    display: block;
    padding: 10px 10px;
    color: #070707;
}

.h-title a:hover {
    color: #cf9257;
}

.h-login {
    width: 199px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.login-phone {
    font-family: "GZZDHJW--CB1-0";
    color: #090707;
    font-size: 22PX;
}

.login-phone i {
    color: #ca9b44;
    padding: 0 4px;
}

/*--------banner------------  */
.h-title li:nth-child(1)a {
    color: #cf9257;
    font-size: 20px;
}

.swiper-container {
    /* 切换页颜色 */
    --swiper-theme-color: #072c4d;
    /* 轮播图的颜色 */
    --swiper-pagination-color: #838383;
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #494949a2;
}
.swiper-horizontal>.swiper-pagination-bullets{
    /* 强制替换参数值，分页器位置 */
    bottom: 280px !important;
}
.swiper-pagination-bullet-active {
    background: #072c4d !important;
    width: 1.2rem !important;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.swiper-wrapper {
    width: 1150px;
    margin: auto;
}

.swiper-slide img {
    width: 1150px;
}

/* ----------热门车型---------- */
.hot-car {
    height: 686px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
    background: #fcf9fb;
}

.hot-title span {
    font-size: 20px;
    font-weight: 600;
    transition: all 1s;
    margin-right: 10px;
    background: #fcf9fb;
}

.hot-title span:first-child {
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    border: 1px solid#333;
    box-sizing: border-box;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
}

.hot-title span:first-child:hover {
    transform: rotateZ(180deg);
}
.hot-content {
    height: 610px;
}

.hot-content ul {
    height: 610px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.hot-content ul li {
    width: 220px;
    height: 310px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #EFEFEF;
}

.hot-content li .img {
    height: 142px;
    width: 220px;
    overflow: hidden;
    background: #EFEFEF;
}

.hot-content li img {
    width: 220px;
    border-radius: 50%;
}

li .icon-words {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.hot-title {
    font-family: "SourceHanSansCN-Bold";
    font-size: 20px;
    color: #343334;
    font-weight: 500;
}

.difcar-btn {
    display: inline-block;
    width: 150px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
}

.car-type {
    color: #6b6b6b;
    letter-spacing: 1px;
    font-family: "SourceHanSansCN-Medium";
    font-size: 18px;
}

.space {
    color: #cb9e4c;
}
/*  */
.car-brand{
    margin-top: 20px;
    height: 300px;
}
.car-brand ul{
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.car-brand ul li{
    margin-left: 3px;
    margin-right: 3px;
    width: 185px;
    height: 225px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.car-brand li .img{
    height: 145px;
    width: 145px;
    overflow: hidden;
}
.car-brand li img{
    width: 145px;
}
li .icon-words{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.hot-title{
    font-family: "SourceHanSansCN-Bold";
    font-size: 20px;
    color: #646464;
    font-weight: 500;
}
.difcar-btn{
    display: inline-block;
    width: 150px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
}
.car-type{
    color: #6b6b6b;
    letter-spacing: 1px;
    font-family: "SourceHanSansCN-Medium";
    font-size: 7px;
}
.space{
    color: #cb9e4c;
}
/* 不知道 */
.hot-anli {
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
    background: #fcf9fb;
}
.hot-title span {
    font-size: 20px;
    font-weight: 600;
    transition: all 1s;
    margin-right: 10px;
    background: #fcf9fb;
}

.hot-title span:first-child {
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    border: 1px solid#333;
    box-sizing: border-box;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
}

.hot-title span:first-child:hover {
    transform: rotateZ(180deg);
}
.cases{
    height: 610px;
}
.cases ul{
    height: 610px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.cases ul li{
    margin-left: 50px;
    margin-right: 50px;
    width: 220px;
    height: 290px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.cases li .img{
    height: 142px;
    width: 220px;
    overflow: hidden;
}
.cases li img{
    width: 220px;
}
li .icon-words{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.hot-title{
    font-family: "SourceHanSansCN-Bold";
    font-size: 20px;
    color: #646464;
    font-weight: 500;
}
.difcar-btn{
    display: inline-block;
    width: 108px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
}
.car-type{
    color: #6b6b6b;
    letter-spacing: 1px;
    font-family: "SourceHanSansCN-Medium";
    font-size: 18px;
}
.space{
    color: #cb9e4c;
}
/* 盒子阴影大小 */
.box {
    box-shadow: -2px 7px 10px 0px rgba(98, 98, 98, 0.11);
    transition: all 0.5s;
}

.box:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.button {
    background-color: #ffa42c;
}

.button:hover {
    cursor: pointer;
    background-color: #c57b19;
}

/* 脚部 */
.footer {
    height: 310px;
    background-color: #eee;
}

.f-about {
    display: flex;
    justify-content: space-between;
}

.f-about ul li {
    font-family: "SourceHanSansCN-Normal";
    font-size: 15px;
    letter-spacing: -2px;
    color: #343434;
    margin-bottom: 20px;
}

.f-about ul li:first-child {
    font-family: "SourceHanSansCN-Bold";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #343434;
    margin-bottom: 42px;
    margin-top: 52px;
}

.f-about ul li a:hover {
    color: #ca9a45;
}

/* 小圆圈的公共类取还驾照 */
.circle {
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
}

/* 盒子阴影大小 */
.box {
    box-shadow: -2px 7px 10px 0px rgba(250, 203, 248, 0.11);
    transition: all 0.5s;
}

.box:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.button {
    background-color: #ffa42c;
}

.button:hover {
    cursor: pointer;
    background-color: #c57b19;
}

.swiper-horizontal>.swiper-pagination-bullets {
    /* 强制替换参数值，分页器位置 */
    bottom: 325px !important;
}