@charset "UTF-8";
#header {
    margin: 0 auto;
    max-width: 1280px;
    padding: 30px 0 20px;
    position: relative;
}

.header_logo {
    float: left;
    width: 300px;
}

.header_logo img {
    width: 234px;
}

#header .login_box {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 100px;
    text-align: center;
    margin-top: 15px;
}

#header .login_box .login_del_box>a {
    color: #333;
    margin: 0 10px;
}

#header .login_box .login_del_box>a:hover {
    color: #66b1ff;
}

#header .login_box .user_info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    cursor: pointer;
    position: relative;
}

#header .login_box .user_info i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/arrow_down1.png") no-repeat;
    background-size: cover;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

#header .login_box .down_wrap {
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 3px 8px #ccc;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    z-index: 999;
    display: none;
}

#header .login_box .user_info:hover {
    color: #66b1ff;
}

#header .login_box .user_info:hover i {
    background: url("../img/arrow_up3.png") no-repeat;
    background-size: cover;
}

#header .login_box .user_info:hover .down_wrap {
    display: block;
}

#header .login_box .down_wrap>div {
    border-bottom: 1px solid #dcdcdc;
}

#header .login_box .down_wrap>div>div {
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

#header .login_box .down_wrap ul li {
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

#header .login_box .down_wrap ul li a {
    color: #333;
}

#header .login_box .down_wrap ul li:hover {
    background-color: #ecf5ff;
}

#header .login_box .down_wrap ul li:hover a {
    color: #66b1ff;
}

.search_wrap {
    width: 660px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -15px;
}

.search_wrap .search_box {
    width: 500px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #3802d4;
    border-radius: 5px;
}

.search_wrap .search_box input {
    float: left;
    width: 400px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
    top: 3px;
}

.search_wrap .search_box .search_btn {
    float: right;
    width: 98px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #3802d4;
    border-color: #3802d4;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    position: relative;
    left: 1px
}

.search_wrap .search_box .search_btn * {
    cursor: pointer;
}

.search_wrap .search_box .search_btn i {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../img//search.png") no-repeat;
    background-size: 100%;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.header_nav {
    margin: auto;
    max-width: 1280px;
    height: 50px;
}

.header_nav .index_btn {
    display: block;
    width: 236px;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    font-size: 16px;
    background: url(../img/bgtitle.png) #3802d4;
    color: #fff;
    position: relative;
}

.header_nav .index_btn i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/dataType.png") no-repeat;
    background-size: 100%;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.header_nav .index_btn ul {
    width: 236px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99999;
    transition: all .5s;
}

.header_nav .index_btn ul li {
    height: 49px;
    line-height: 48px;
    padding-left: 50px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    text-align: left;
}

.header_nav .index_btn ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}

.header_nav .index_btn ul li i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/vin1.png") no-repeat;
    background-size: 100%;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.header_nav .index_btn ul li i.ocr {
    background: url("../img/ocr1.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li i.carType {
    background: url("../img/carType1.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li i.carData {
    background: url("../img/carData1.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li i.carEva {
    background: url("../img/carEva1.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li i.fourS {
    background: url("../img/fourS1.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li i.danger {
    background: url("../img/danger1.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li i.carManage {
    background: url("../img/manage1.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li:hover a {
    color: #3802d4;
}

.header_nav .index_btn ul li:hover i {
    background: url("../img/vin2.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li:hover i.ocr {
    background: url("../img/ocr2.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li:hover i.carType {
    background: url("../img/carType2.png") no-repeat;
    background-size: 100%;
}

:hover .header_nav .index_btn ul li:hover i.carData {
    background: url("../img/carData2.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li:hover i.carEva {
    background: url("../img/carEva2.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li:hover i.fourS {
    background: url("../img/fourS2.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li:hover i.danger {
    background: url("../img/danger2.png") no-repeat;
    background-size: 100%;
}

.header_nav .index_btn ul li:hover i.carManage {
    background: url("../img/manage2.png") no-repeat;
    background-size: 100%;
}

.header_nav .header_nav_list {
    overflow: hidden;
}

.header_nav .header_nav_list li {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.header_nav .header_nav_list li a {
    color: #131313;
}

.header_nav .header_nav_list li.active a {
    color: #3802d4;
}

.header_nav .header_nav_list li:hover a {
    color: #3802d4;
}

.main_container {
    margin: auto;
    max-width: 1280px;
}

.banner {
    width: 100%;
    margin: 0 auto;
}

.banner .swiper-container {
    width: 100%;
    height: 392px;
}

.banner .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.banner .swiper-container .banner_btn {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3802d4;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 50%;
    bottom: 25px;
    margin-right: -90px;
    transition: all .5s;
}

.banner .swiper-container .banner_btn:hover {
    transform: scale(1.1);
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.banner .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.index_rank_wrap {
    width: 100%;
    height: 605px;
    padding-top: 60px;
}

.index_rank_wrap>div {
    margin: auto;
    width: 1280px;
    text-align: center;
}

.index_rank_wrap .rank_item_box {
    margin-top: 40px;
}

.index_rank_wrap .rank_item_box>div {
    padding: 20px;
    width: 580px;
    height: 336px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.index_rank_wrap .rank_item_tit {
    font-size: 20px;
    color: #1b1c33;
    text-align: left;
}

.index_rank_wrap .rank_item_list {
    position: relative;
}

.index_rank_wrap .rank_item_list>li {
    position: absolute;
    top: 54px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index_rank_wrap .rank_item_list>li p:first-child {
    margin-bottom: 5px;
}

.index_rank_wrap .rank_item_list>li p:first-child img {
    width: 25px;
}

.index_rank_wrap .rank_item_list>li p:nth-child(2) {
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe2bd), to(#c9a77f));
    background-image: -webkit-linear-gradient(top, #ffe2bd, #c9a77f);
    background-image: -moz-linear-gradient(top, #ffe2bd, #c9a77f);
    background-image: -o-linear-gradient(top, #ffe2bd, #c9a77f);
    background-image: linear-gradient(top, #ffe2bd, #c9a77f);
    padding: 4px;
    margin-bottom: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index_rank_wrap .rank_item_list>li p:nth-child(2) img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.index_rank_wrap .rank_item_list>li p:nth-child(3) {
    margin-bottom: 14px;
    color: #6a4a03;
}

.index_rank_wrap .rank_item_list>li p:last-child {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    color: #fffbf5;
    white-space: nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5ac87), to(#9f8156));
    background-image: -webkit-linear-gradient(top, #c5ac87, #9f8156);
    background-image: -moz-linear-gradient(top, #c5ac87, #9f8156);
    background-image: -o-linear-gradient(top, #c5ac87, #9f8156);
    background-image: linear-gradient(top, #c5ac87, #9f8156);
}

.index_rank_wrap .rank_item_list>li:first-child {
    top: 22px;
    left: 50%;
}

.index_rank_wrap .rank_item_list>li:first-child p:nth-child(2) {
    width: 90px;
    height: 90px;
}

.index_rank_wrap .rank_item_list>li:nth-child(2) {
    left: 22%;
}

.index_rank_wrap .rank_item_list>li:nth-child(2) p:nth-child(2) {
    width: 58px;
    height: 58px;
    margin-left: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#999));
    background-image: -webkit-linear-gradient(top, #e3e3e3, #999);
    background-image: -moz-linear-gradient(top, #e3e3e3 0, #999 100%);
    background-image: -o-linear-gradient(top, #e3e3e3 0, #999 100%);
    background-image: linear-gradient(top, #e3e3e3, #999);
}

.index_rank_wrap .rank_item_list>li:nth-child(2) p:nth-child(3) {
    color: #b5b5b5;
}

.index_rank_wrap .rank_item_list>li:nth-child(2) p:last-child {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), to(#999));
    background-image: -webkit-linear-gradient(top, #b7b7b7, #999);
    background-image: -moz-linear-gradient(top, #b7b7b7, #999);
    background-image: -o-linear-gradient(top, #b7b7b7, #999);
    background-image: linear-gradient(top, #b7b7b7, #999);
}

.index_rank_wrap .rank_item_list>li:last-child {
    left: 78%;
}

.index_rank_wrap .rank_item_list>li:last-child p:nth-child(2) {
    width: 58px;
    height: 58px;
    margin-left: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1dcc4), to(#9f8156));
    background-image: -webkit-linear-gradient(top, #f1dcc4, #9f8156);
    background-image: -moz-linear-gradient(top, #f1dcc4, #9f8156);
    background-image: -o-linear-gradient(top, #f1dcc4, #9f8156);
    background-image: linear-gradient(top, #f1dcc4, #9f8156);
}

.index_rank_wrap .rank_item_list>li:last-child p:nth-child(3) {
    color: #e1ba9a;
}

.index_rank_wrap .rank_item_list>li:last-child p:last-child {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0b999), to(#d0966e));
    background-image: -webkit-linear-gradient(top, #e0b999, #d0966e);
    background-image: -moz-linear-gradient(top, #e0b999, #d0966e);
    background-image: -o-linear-gradient(top, #e0b999, #d0966e);
    background-image: linear-gradient(top, #e0b999, #d0966e);
}

.index_title {
    font-size: 32px;
    color: #1b1c33;
    font-weight: normal;
    text-align: center;
}

.index_desc {
    margin: 24px auto 0;
    width: 940px;
    font-size: 16px;
    color: #5e5e66;
    text-align: center;
    line-height: 28px;
}

.index_view_more {
    margin-top: 20px;
    text-align: center;
}

.index_view_more a {
    font-size: 16px;
    color: #8d8e99;
    text-align: center;
}

.index_view_more a:hover {
    color: #ff571a;
}

.index_data_wrap {
    padding-top: 60px;
    width: 100%;
}

.index_data_wrap>div {
    margin: auto;
    width: 1280px;
    text-align: center;
}

.hot_data_lsit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 50px;
    width: 100%;
}

.hot_data_lsit li {
    border: 1px solid #ededf0;
    margin-bottom: 50px;
    width: 365px;
    height: 150px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    transition: all .5s;
    padding: 15px;
}

.hot_data_lsit li:hover {
    transform: scale(1.1);
}

.hot_data_lsit li:nth-child(3n) {
    margin-right: 0;
}

.hot_data_lsit li:nth-child(2) h3 i,
.hot_data_lsit li:nth-child(5) h3 i {
    background-position: -33px 0;
}

.hot_data_lsit li:nth-child(3) h3 i {
    background-position: -66px 0;
}

.hot_data_lsit li:nth-child(4) h3 i {
    background-position: 0 -32px;
}

.hot_data_lsit li:nth-child(6) h3 i {
    background-position: -33px -32px;
}

.hot_data_lsit li h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.hot_data_lsit li h3 i {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background: url("../img/hot_data_icons.png") no-repeat;
    background-position: 0 0;
}

.hot_data_lsit li h3 span {
    float: left;
    font-weight: 300;
    line-height: 32px;
}

.hot_data_lsit li p {
    color: #8d8e99;
    text-align: left;
}

.data_nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 50px;
    width: 100%;
}

.data_nav_list li {
    border: 1px solid #ededf0;
    margin-bottom: 50px;
    width: 590px;
    height: 150px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    transition: all .5s;
}

.data_nav_list li:hover {
    transform: scale(1.1);
}

.data_nav_list li:nth-child(2n) {
    margin-right: 0;
}

.data_nav_list li>div:first-child {
    width: 200px;
    height: 100%;
}

.data_nav_list li>div:first-child>img {
    width: 100%;
    height: 100%;
}

.data_nav_list li>div:last-child {
    width: 380px;
    height: 100%;
    padding: 20px;
    text-align: left;
}

.data_nav_list li>div:last-child>p:first-child {
    width: 100%;
    font-size: 20px;
    color: #1b1c33;
    letter-spacing: 0;
    line-height: 24px;
    cursor: pointer;
}

.data_nav_list li>div:last-child>p:nth-child(2) {
    margin: 14px 0 12px;
    height: 44px;
    font-size: 14px;
    color: #8d8e99;
    letter-spacing: 0;
    line-height: 22px;
    overflow: hidden;
    line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.data_nav_list li>div:last-child>p:last-child a {
    width: 52px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    background-color: #ff571a;
    border-color: #ff571a;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    cursor: pointer;
}

#footer {
    width: 100%;
}

#footer .send_btn {
    width: 160px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    top: 20px;
    cursor: pointer;
}

#footer>div:first-child {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #1e88e5;
    font-size: 20px;
    color: #fff;
}

#footer>div:first-child>div,
#footer>div:last-child>div {
    max-width: 1280px;
    margin: 0 auto;
}

#footer>div:last-child {
    width: 100%;
    background-color: #212121;
    color: #fff;
    padding: 40px 0 10px;
}

#footer>div:last-child>div:first-child>div {
    width: 25%;
}

#footer>div:last-child>div:first-child>div h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

#footer>div:last-child>div:first-child>div li,
#footer>div:last-child>div:first-child>div p {
    color: #999;
    margin-bottom: 10px;
}

#footer>div:last-child>div:first-child>div p i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/phone.png") no-repeat;
    background-size: 100%;
    position: relative;
    top: 3px;
}

#footer>div:last-child>div:first-child .code,
#footer>div:last-child>div:first-child .code img {
    width: 140px;
    height: 140px;
}

#footer>div:last-child>div:last-child {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #504F51;
    color: #999;
}