﻿@charset "utf-8";
/*normalize*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*reset*/
@charset "utf-8";

body {
    min-width: 1400px;
    background-color: #fff;
}

body,
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 'microsoft yahei', '', tahoma, Srial, helvetica, sans-serif;
    color: #333;
}

form {
    display: block;
}

em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.al {
    float: left;
}

.ar {
    float: right;
    text-align: right;
}

.ac {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clear,
.cb {
    clear: both;
    text-indent: -9999px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #222;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif, 'Tahoma';
}

* html .clf {
    height: 1%;
}

.clf,
.clearfix {
    display: block;
}

.clf:after,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
.clear { clear: both; text-indent: -9999px }
.clearfix:before, .clearfix:after { content: " "; display: table }
.clearfix:after { clear: both }
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

@media (min-width:1600px) {
  .container {max-width: 80%;}}



/*main*/
.header {
    height: 124px;
    width: 100%;
}

.header-nav {
    font-size: 14px;
}

.header-nav-wrap {
    position: relative;
}

.header-nav .logo {
    display: block;
    position: absolute;
    left: 0;
    width: 275px;
    height: 78px;
    vertical-align: middle;
    margin-top: 23px;
    transition: all 0.3s;
    z-index:99;
}
.header-nav .logo_red {
    display: none;
    z-index: 99;
}



.header-nav-wrap-inner {
    max-width: 100% !important;
    min-width: 900px;
}

.header-nav-ul {
    text-align: right;
    float: right;
    /* padding-left: 200px; */
    /* margin-top: 2px; */
    transition: all 0.3s;
    height: 130px;
}

.header-nav-ul>li {
    /* position: relative; */
    display: inline-block;
    height: 120px;
}
.header-nav-ul>li.active>a{font-weight: bold;}
.header-nav-ul>li i {
    color: #fff;
    font-size: 16px;
}
.header-nav-ul>li.active i{color: #fff;}
.header-nav-ul>li a:hover i {
    color: #fff;
}

.header-nav-ul>li>a {
    position: relative;
    display: block;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    margin: 44px 10px 0 10px; text-transform:uppercase;
}

.header-nav-ul>li.active>a:after {
    display: block;
}

.header-nav-ul>li>a:hover {
    font-weight:bold;
}

.header-extra-ul {
    position: absolute;
    top: 42px;
    right: 0;
    width: 120px;
    text-align: right;
    height: 35px;
    color: #fff;
    line-height: 35px;
    font-size: 18px;
}

.header-extra-ul>li {
    display: inline-block;
    height: 35px;
}

.header-extra-ul>li>a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 14px;
}

.header-extra-ul>li.active>a,
.header-extra-ul>li>a:hover {
    color: #222222;
    text-decoration: underline
}

/* secondary nav */
.header-nav-ul>li>ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    width: 180px;
    height: auto;
    background: #555;
    padding: 0;
    margin-left: -90px;
}

.header-nav-ul>li:hover>ul {
    display: block;
}

.header-nav-ul>li>ul>li>a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0;
    text-align: center;
}

.header-nav-ul>li>ul>li>a:hover {
    color: #fff;
    background-color: #d70e18;
}

@media(min-width:1500px) {

    /*1200 + 304*2 + 20*2 = 1544*/
    .header-nav-wrap {
        width: 100%;
    }
    .header-nav-wrap-inner {position: relative;margin-left: 0;height: 100%;padding-left:0;}

    .header-nav-ul>li>a {
        padding: 0 15px;
    }

}

@media(max-width:1500px) {
    .header-nav-ul {
        padding-left: 66px;
    }

    .header-nav-wrap {
        padding-left: 94px;
    }

    .header-nav-ul>li>a {
        font-size: 16px;
        padding: 0 10px;
    }
.header-nav-ul > .he_login{margin-right: 30px !important;}
    .header-extra-ul {
        font-size: 16px;
    }
}

.in-aside {
    float: left;
    width: 24%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.in-aside-title {
    height: 60px;
    line-height: 50px;
    color: #222222;
    font-size: 24px;
    text-align: left;
}

.in-aside-title h1 {
    font-size: 36px;
    color: #1b2d68;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 26px;
    margin-left: 8%;
    position: relative;
}
.in-aside-title h1:before { content:""; width:40px; height:4px; background-color:#1b2d68; display:block; position:absolute;bottom:-12px;}
.in-aside-title h2 {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
}

.in-aside>ul {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.in-aside>ul>li {
    margin-bottom: 8px;
}

.in-aside>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    color: #444444;
    font-size: 18px;
    text-align: center;

}

.in-aside>ul>li>a:hover,
.in-aside>ul>li.active>a,
.in-aside>ul>li.open>a {
    background-color: #258af2;
    background-image: linear-gradient(-90deg, #c91786 0%, #00a4e9 100%), linear-gradient(#00a0e8, #00a0e8);background-blend-mode: normal, normal;
    color: #fff;position:relative;
}
.in-aside>ul>li.active>a:before{content:"";position:absolute;background:url(../images/in_nav_ico.png) no-repeat;width:9px;height:10px;left: 27%;top: calc(50% - 5px);}
.in-aside>ul>li.menu>a:before {
    content: "";
    display: block;
    width: 20px;
    height: 7px;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -2px;
    background: url(../images/down.png) no-repeat center center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.in-aside>ul>li.menu.open>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.in-aside>ul>li>ul {
    display: none;
    padding: 0;
}

.in-aside>ul>li.open>ul {
    display: block;
}

.in-aside>ul>li>ul>li {
    text-align: right;
    padding-right: 30px;
}

.in-aside>ul>li>ul>li>a {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    color: #444;
    font-size: 16px;
    text-align: right;
}

.in-aside>ul>li>ul>li.active>a,
.in-aside>ul>li>ul>li>a:hover {
    color: #444;
    border-bottom: 2px solid #258af2;
}


/*内页*/


/*in导航*/
.in_nav .in_nav_tit{text-align: center;color: #333;font-size: 32px;margin: 40px 0;text-transform:uppercase;}
.in_nav ul{display: flex;justify-content: center;border-top: 1px solid #eee;border-bottom: 1px solid #eee; text-transform:uppercase;}
.in_nav ul li{text-align: center;width: 15%;}
.in_nav ul li a:hover{background-color: #f1f1f1;}
.in_nav ul li a{display: block;padding: 20px 0;height: 100%;}
.in_nav ul li a span{display: block;margin: 10px 0;}
.in_nav ul li a img{height: 47px;}
.in_nav ul li.on{ border-bottom: 2px solid #e51f1f; position: relative;}
.in_nav ul li.on:before{content: "";position: absolute;border: 6px solid transparent;border-bottom-color: #e51f1f;bottom: 0px;left: 50%;transform: translateX(-50%);}
/*in导航 wap*/
.innav_wap{ display: none; }
.innav_wap .swiper-slide span{display: block;margin: 8px 0 13px 0;}
.innav_wap .swiper-slide img{height:30px;margin-top: 10px;}
.innav_wap {position: relative;width: 100%;/* height: 38px; */z-index: 2;margin: 0 auto 10px auto;overflow-x: auto;overflow-y: hidden;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.innav_wap ul { width: auto; white-space: nowrap; }
.innav_wap li {display: block;float: left;width: 33.33%;margin-bottom: 0.1%;}
.innav_wap li:nth-child(4+4n) { border-right: 1px solid #ddd; }
.innav_wap li.on { border-color: #003c8d; }
.innav_wap li a {display: block;width: 99%;height: 38px;font-size: 13px;color: #fff;line-height: 38px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 0.1%;background-color: rgba(255,255,255,.1);box-shadow: 0 2px 7px 0 rgba(5,34,97,.1);border-radius: 100px 0 0 100px;}
.innav_wap li:nth-child(2) a{ border-radius:0;}
.innav_wap li:nth-child(5) a{ border-radius:0;}
.innav_wap li:nth-child(3n) a{ border-radius:0 100px 100px 0;}
.innav_wap li:last-child a{ border-radius:0 100px 100px 0;}
.innav_wap li.on a {background: rgba(255,255,255,.2);color: #fff;}
.inmain {background: #fff;padding: 10px 0;font-size: 14px;color: #444;line-height: 2em;overflow: hidden;margin: 0 auto;}
.page-name { font-size: 14px; line-height: 20px; margin-bottom: 10px; font-weight: bold; }
.swiper1 {
    width: 100%;
}

.swiper1 .swiper-slide {
    text-align: center;
    font-size: 14px;
    height: 90px;
    cursor: pointer;
    background-color: rgba(255,255,255,.1);
    color: #333;
    margin-right: 1px !important;
}
.swiper1 .selected {
    background-color: rgba(255,255,255,.2);
    border-bottom: 2px solid #e51f1f;
    position: relative;
}
.swiper1 .selected:before{content: "";position: absolute;border: 4px solid transparent;border-bottom-color: #e51f1f;bottom: 0px;left: 50%;transform: translateX(-50%);}


.swiper2 {
    width: 100%;
}
.swiper2 .swiper-slide {
    height: calc(100vh - 50px);
    background-color: #ccc;
    color: #fff;
    text-align: center;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

/*track*/
.wayExpressBox{ margin-top: 20px; }
.wayExpressBox .search_txt {
    width: 89%;
    font-size: 14px;
    line-height: 18px;
    resize: none;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #dd0000;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 1%;
}

.wayExpressBox .search_txt .query_txt {
    display: inline-block;
    line-height: 25px;
    max-width: 100%;
    height: 90px;
    border: none;
    font-size: 14px;
    vertical-align: top;
    color: #666;
    /* resize: none; */
    overflow-y: hidden;
    outline: none;
    width: 100%;
}
.wayExpressBox .search_box {
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
    float: left;
    width: 10%;
}
.wayExpressBox .result-list {
    position: relative;
    z-index: 1;
}
.wayExpressBox .search_box .search_btn {
    display: block;
    width: 100%;
    line-height: 58px;
    color: #fff;
    background: #e51f1f;
    border: 0;
    font-family: microsoft yahei;
    border-radius: 4px;
    cursor: pointer;
}
.wayExpressBox .result-list .result-item, .wayExpressBox .result-list .result-map-item {
    background: #f1f1f1;
    color: #131313;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.wayExpressBox .result-list .result-item .result-top, .wayExpressBox .result-list .result-map-item .result-top {
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    background-color: #e51f1f;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
}
.wayExpressBox .result-list .result-item .result-top .numbers, .wayExpressBox .result-list .result-map-item .result-top .numbers {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 56px;
    /* border-bottom: 1px solid #f3f3f3; */
    color: #fff;
}
.wayExpressBox .result-list .result-item .result-top .result-static, .wayExpressBox .result-list .result-map-item .result-top .result-static {
    position: absolute;
    right: 10px;
    top: 15px;
    text-align: right;
    color: brown;
}
.wayExpressBox .result-list .result-item .result-top .result-static em.static-text, .wayExpressBox .result-list .result-map-item .result-top .result-static em.static-text {
    font-size: 16px;
    line-height: 26px;
}
.wayExpressBox .result-list .result-item .result-top .result-static.static-4 .static-text, .wayExpressBox .result-list .result-map-item .result-top .result-static.static-4 .static-text {
    color: #fff;
}
.wayExpressBox .branch-list {
    min-height: 185px;
    padding: 10px;
}

.wayExpressBox .result-list .result-item .branch-list .branch-item, .wayExpressBox .result-list .result-map-item .branch-list .branch-item {
    padding-left: 60px;
    position: relative;
    padding-bottom: 10px;
    display: none;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item.first, .wayExpressBox .result-list .result-map-item .branch-list .branch-item.first {
    display: block;
    font-weight: 700;
    color: #dd0000;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item.show, .wayExpressBox .result-list .result-map-item .branch-list .branch-item.show {
    display: block;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item.first .branch-circle, .wayExpressBox .result-list .result-map-item .branch-list .branch-item.first .branch-circle {
    width: 40px;
    height: 17px;
    line-height: 17px;
    background: #ff9d67;
    color: #fff;
    left: 0;
    top: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 12px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-line, .wayExpressBox .result-list .result-map-item .branch-list .branch-item .branch-line {
    display: block;
    width: 1px;
    height: 100%;
    background: #e9e9ee;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
}

.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-text, .wayExpressBox .result-list .result-map-item .branch-list .branch-item .branch-text {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-time, .wayExpressBox .result-list .result-map-item .branch-list .branch-item .branch-time {
    font-size: 12px;
    color: #a1a1a1;
    line-height: 22px;
    font-weight: normal;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-circle, .wayExpressBox .result-list .result-map-item .branch-list .branch-item .branch-circle {
    display: block;
    width: 6px;
    height: 6px;
    padding: 6px;
    background: #fff;
    border: 1px solid #33a2f7;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 6px;
    z-index: 2;
}
.wayExpressBox .result-list .result-item .branch-list .branch-item .branch-circle em, .wayExpressBox .result-list .result-map-item .branch-list .branch-item .branch-circle em {
    display: block;
    width: 6px;
    height: 6px;
    background: #33a2f7;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 3px;
}
.express-cont.price .price-result .result-item-list div {
    line-height: 88px;
    text-align: center;
}
.express-cont.price .price-result .ship_a {
    display: block;
    width: 135px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #231815;
    cursor: pointer;
    margin: 20px auto 0;
    border-radius: 100px;
}


/* huoban */
.popular-selling-brand{ margin-top: 30px; }
.popular-selling-brand .row{margin: 0 auto 20px auto;max-width: 100%;}
.popular-selling-wrap {
    background: #fff;
    padding: 45px 45px 25px;
    box-shadow: 0px 5px 14.88px 1.12px rgba(167, 167, 167, 0.15);
}

.popular-selling-items {
    margin-top: 25px;
    text-align: center;
    border: 3px solid #eee;
}
.popular-selling-items img {
    max-width: 100%;
}
.popular-selling-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popular-selling-title h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 15px;
    position: relative;
}
.popular-selling-title h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 5px;
    background-color: #e51f1f;
}
.see-all-brand a {
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    color: #666565;
    /* text-decoration: underline; */
}
.popular-selling-ad-banner img {
    width: 100%;
    box-shadow: 0px 2px 8.37px 0.63px rgba(154, 154, 154, 0.25);
}
.popular-selling-ad-banner a,
.latest-car-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}
.popular-selling-ad-banner a::before,
.latest-car-thumb a::before,
.best-services-thumb::before,
.blog-post-thumb a::before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.popular-selling-ad-banner a:hover::before,
.latest-car-item:hover .latest-car-thumb a::before,
.best-services-item:hover .best-services-thumb::before,
.blog-post-item:hover .blog-post-thumb a::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*分页*/
.pagination {text-align: center;line-height: 30px;margin: 20px 0;display: flex;justify-content: center;}
.pagination a:nth-child(1), .pagination a:nth-child(2), .pagination a:nth-last-child(2), .pagination a:last-child{padding: 0 16px;font-size: 14px;border: 1px solid #e9e9e9;display: inline-block;color: #555;text-decoration: none;border-right: none;}
.pagination a:last-child{border: 1px solid #e9e9e9;}
.pagination .number {width: 40px;font-size: 14px;border: 1px solid #e9e9e9;display: inline-block;color: #555;text-decoration: none;border-right: none;}
.pagination .number.current {font-size: 14px;border: 1px solid #d70e18;display: inline-block;color: #fff;background: #d70e18;}
.pagination a:hover { text-decoration: underline; }


/* help */
.faq_contain {width: 100%;}
.qamain { width: 100%; margin-top: 20px;}
.qarside { width: 318px; }
.qarside .imgb { width: 100%; padding-bottom: 30px; }
.qarside .imgb img { width: 100%; height: auto; }
.qamain .b {margin-bottom: 10px;width: 100%;padding: 0 20px;box-sizing: border-box;/* box-shadow: 1px 1px 11px 0px rgb(4 0 0 / 10%); */border-radius: 5px;float: left;background-color: #f1f1f1;}
.qamain .b:hover { border-color:#dd0000;}
.qamain .b.on { border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.qamain .b .q {    /*! margin-bottom: 10px; */cursor: pointer;line-height: 22px;font-size: 15px;color: #333;position: relative;padding-left: 30px;width: 50%;float: left;margin-top: 20px;margin-bottom: 20px;text-overflow: ellipsis;display: -webkit-box;/* -webkit-box-orient: vertical; *//* -webkit-line-clamp: 3; *//* height: 70px; *//* overflow: hidden; */padding-right: 2%;}
.qamain .b .q em{display:inline-block;background-color: #dd0000;height: 25px;color:#fff;line-height: 19px;padding: 0 5px;border-radius: 3px;margin-right: 10px;width: 25px;text-align: center;background:url(../images/q_t.png) no-repeat;position: absolute;left: -2px;top: 0px;}
.qamain .b.on .q { color: #dd0000; font-weight: bold; }
.qamain .b .a {display: none;padding: 18px 30px;border-left: 1px dashed #aaa;font-size: 14px;line-height: 28px;color: #666;position: relative;width: 50%;float: left;padding-left: 61px;}
.qamain .b .a em{display:inline-block;background-color: #231815;height:20px;color:#fff;line-height: 19px;padding: 0 5px;border-radius: 3px;margin-right: 10px;position:absolute;left: 31px;top: 23px;width: 22px;text-align: center;}
.qamain .b .q:hover span.txt { color: #dd0000; }

/*about*/
.inmain .main_txt{ margin-top: 20px; line-height:24px;font-size:14px;}
.inmain .main_txt p{line-height:24px;font-size:14px;}

/*新闻*/
.list_article {
}
.list_article li:first-child{/* border-top: 1px dashed #e5e5e5; */}
.list_article li {
    padding: 34px 0px;
    border-bottom: 1px dashed #e5e5e5;
}
.list_article li:hover .news_con h3{ color:#e51f1f;font-weight:bold;}
.list_article li .main_pic{float: left;width: 20%;}
.list_article li .main_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 160px;
}

.list_article li .news_con {
    margin-left: 2%;
    width: calc(78% - 150px);
    float: left;
}

.list_article li .news_con h3 {
    font-size: 20px;
    padding-top: 20px;
    color: #333;
}

.list_article li .news_con p {
    font-size: 14px;
    padding-top: 20px;
    color: #666;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 92px;
    overflow: hidden;
}

.list_article li span {
    font-size: 48px;
    color: #e51f1f;
    padding-top: 65px;
    line-height: 1;
    float: right;
}
/* 文章页 */
.article {padding: 30px 10px;-moz-box-shadow: 2px 3px 8px rgba(2, 2, 2, 0.1);-webkit-box-shadow: 2px 3px 8px rgba(2, 2, 2, 0.1);box-shadow: 2px 1px 14px rgba(2, 2, 2, 0.1);margin-top: 40px;}
.article .a-title {padding-bottom: 18px;text-align: center;}
.article .a-title .h1 { width: 100%; line-height: 28px; font-size: 24px; margin-bottom: 14px; color: #000; font-weight: bold; }
.article .a-title .info { width: 100%; line-height: 20px; font-size: 12px; color: #999; }
.article .a-title .info em { margin-right: 18px; }
.article .a-body { padding: 10px; }
/* 翻页样式 */
.page_control {width: 100%;margin-top: 30px;border-top: 1px solid #f1f1f1;padding-top: 20px;position: relative;}
.page_control .button {width: 83px;height: 30px;line-height: 28px;font-size: 14px;padding: 0;text-align: center;margin-top: -18px;background: #fff;border-radius: 0;display: inline-block;box-sizing: border-box;position: absolute;top: 3px;left: 50%;transform: translateX(-50%);}
.page_control .page_go { width: 100%; font-size: 12px; }
.page_control .page_go a {line-height: 33px;font-size: 13px;color: #666;}
.page_control .page_go a:hover{color: #e51f1f;}
.button.btn-main-em {color: #e51f1f;border: 1px solid #e51f1f;}
.button.btn-main-em:hover{color: #fff;border: 1px solid #e51f1f; background-color:#e51f1f;}

/*下载中心*/
.newslist2 {margin-top: 20px;}
.newslist2w { padding: 38px 50px; }
.newslist2 ul li {border: #f1f1f1 1px solid;line-height: 25px;font-size: 16px;box-sizing: initial;width: 24%;float: left;margin-right: 1.333%;box-sizing: border-box;margin-bottom: 1.333%;background-color: #f1f1f1;padding: 40px 20px;}
.newslist2 ul li:nth-child(4n) { margin-right:0;}
.newslist2 ul li:hover { background: #fff; }
.newslist2 h2 { font-size: 20px; }
.newslist2 small { float:right; }
.i_download { float:right; color: #e51f1f; }
.newslist2 a {/* float:left; */color: #231815;font-weight: bold;font-size: 18px;}
.newslist2 a:hover { color: #e51f1f;}
.newslist2 .download_a {}
.newslist2 .download_a:hover {}
.newslist2 span{/* float: left; */color:#999;font-size:12px;display: block;margin: 10px 0 0px 0;}
.newslist2 .down_top{text-align: center;}

.newslist2 .download_a{padding: 3px 0;display:block;border-radius:100px;font-size: 13px;margin-top: 10px;text-align: center;color: #fff;background: linear-gradient(269deg,#e51f1f,#e51f1f) no-repeat;background-size: 0 100%;transition: all .35s;cursor: pointer;background-color: #e51f1f;width: 30%;margin: 10px auto 0 auto;}
.newslist2 li:hover .download_a{background-size: 100% 100%; width: 50% }
.newslist2 li:hover .download_a{color: #fff;}


/*留言*/
.liuyan_main{ background-color: #e51f1f;margin-top: 40px; }
.add-msg-form{margin: 28px 0;}
.add-msg-form .row{margin: 10px 0;width: 100%;max-width: 100%;}
.add-msg-form input {
    box-sizing: border-box;
    padding: 0 15px;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #444;
    width: 100%;
    margin-bottom: 20px;
}
.add-msg-form .cf-column {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.add-msg-form textarea {
    box-sizing: border-box;
    border: none;
    color: #333;
    min-height: 100px;
    padding: 15px;
    color: #444;
    width: 100%;
    margin-bottom: 20px;
}
.add-msg-form .col-md-12 {
    width: 100%;
    position:relative;
}
.add-msg-form .col-md-12 .code{ position:absolute;right:15px;top:0;}
.add-msg-form .submit-button {
    box-sizing: border-box;
    width: 100%;
    line-height: 40px;
    height: 40px;
    float: right;
    padding: 0px 15px;
    border: 0px;
    color: #fff;
    position: relative;
    background-color: #232323;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0;
}




/*伙伴*/
.pho_box{padding: 10px 0;}
.pho_box .pho_co{float: left;width: 11.5%;text-align: center;margin: 0 1% 1% 0;border: 1px solid #f1f1f1;height: 5vw;display: inline-block;position: relative;}
.pho_box .pho_co:nth-child(8n){ margin-right:0;}
.pho_box .pho_co img{width:100%;object-fit: cover;position: absolute;top: 50%;transform: translateY(-50%);padding: 3%;left: 0;}
.pho_box .pho_co .pho_tit{display:inline-block;font-size:14px;color: #666;border:1px solid #ddd;width:100%;line-height: 38px;padding: 0 5px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;height: 38px;overflow: hidden;}
.pho_box .pho_co .pho_tit:hover{ background-color:#214d8c; color:#fff;}

.photo_img{ width: 400px; margin:0 auto; }
.photo_img img{ width: 100%; }


/*inabout*/
.btn {
    font-size: 14px;
    color: #ffffff;
    background-color: #e51f1f;
    font-family: "Poppins", sans-serif;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    height: 42px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn:hover {
    background: #252e45;
    color: #ffffff;
}

.best-money-content {
    margin-top: 16px;
}

.best-money-content h1 {
    font-size: 39px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}

.best-money-content p {
    padding-right: 50px;
    margin-bottom: 9px;
}

.best-money-price {
    margin-bottom: 22px;
}

.best-money-content .best-money-price span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.best-money-content .best-money-price span.old-price {
    color: #ff6600;
    text-decoration: line-through;
}

.best-mone-img {
    position: relative;
}
.best-money-img img{width: 100%;height: 376px;object-fit: cover;}
.best-money-countdown {
    position: absolute;
    bottom: -28px;
    left: 5%;
    right: 53px;
    background: #e51f1f;
    padding: 30px 0px;
    padding-bottom: 0;
    width: 90%;
}

.best-money-countdown ul li {
    font-size: 17px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 27px;
    margin-bottom: 40px;
    position: relative;
}

.best-money-countdown ul li::before {
    position: absolute;
    content: '';
    right: -28px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(255,255,255,.3);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.best-money-countdown ul li:last-child::before {
    display: none;
}

.best-money-countdown ul li span {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: block;
}

@media (max-width:800px) {
.best-money-content p {padding-right: 0;}
.best-money-content h1{ font-size:30px;}
.best-money-countdown ul li{margin: 0 20px 30px 20px;}
.best-money-countdown ul li::before{display:none;}
.best-money-img{margin-top:20px;position: relative;padding-bottom: 100px;}
.best-money-img img{height:60vw;}
.best-money-countdown{bottom:-90px;}
.pho_box .pho_co{
    width:23%;
    height: 60px;
    margin: 0 1% 10px 1%;
}
.nei_lx .lx_le{width:100%!important;}
.nei_lx .lx_rt{width:100%!important;
               padding: 20px!important;
               height:auto!important;
}
.nei_lx .lx_rt span{font-size:18px!important;}
.lx_txt{width:100%!important;float:none;padding-top:20px!important;padding-bottom:20px;}
.lx_map{width:100%!important;float:none;}
#rTable th{font-size:14px!important;}
}



/*优势开始*/
body{ font-family:"Microsoft YaHei","黑体"}
.banner6{width:100%;height:400px;background:url(/assets/images/banner5.jpg) top center;margin-bottom:25px;margin-top:90px;}
.content1{width: 80%;/* height:453px; */margin:0 auto;overflow:hidden;clear: left;}
.content1 .cont_l{width:74px;float:left;}
.content1 .cont_r{width: calc(100% - 74px);float:right;}
.content1 .cont_r .pic{width: 51%;float:left;}
.content1 .cont_r .pic img{ width:100%;}
.content1 .cont_r .text{float:right;color:#f88600;padding-top:40px;}
.content1 .cont_r .text .title{float:right;margin-bottom:30px;border-bottom: 1px solid #f1f1f1;}
.content1 .cont_r .text .title h1{  display:inline-block;font-size: 63px;margin-right: 5px;  line-height: 72px;float:right;}

.content1 .cont_r .text .title h2{font-size: 30px;float:right;border: none !important;margin-bottom: 0px !important; text-transform:uppercase;margin-top:25px;}
.content1 .cont_r .text .title h2 p{font-family: "Arial";font-size: 12px;line-height: 20px;}
.content1 .cont_r .text p{text-align:right;font-size:14px;line-height:30px;}

.content2{width: 100%;background:#d6203f;margin: 0 auto;overflow: hidden;}
.content2 .cont_c{width: 80%;height:500px;margin:0 auto;}
.content2 .cont_l{width:74px;float:left;margin-right:30px;}
.content2 .cont_r{width: calc(100% - 108px);float:right;}
.content2 .cont_r .pic{float:right;padding-top:55px;width: 50%;}
.content2 .cont_r .text{float:left;color:#fff;padding-top:40px;
    width: 50%;}
.content2 .cont_r .text .title{float:left;margin-bottom: 20px;margin-top:40px;border-bottom: 1px solid #f1f1f1;}
.content2 .cont_r .text .title h1{display:inline-block;font-size: 63px;margin-right: 5px;float:left;line-height: 60px;color: #fff !important;}
.content2 .cont_r .text .title h2{font-size: 32px;float:left;color: #fff !important;border: none !important;margin-bottom: 0 !important;text-transform:uppercase;margin-top:22px;}
.content2 .cont_r .text .title h2 p{  font-family: "Arial";font-size: 14px;line-height: 10px;}
.content2 .cont_r .text p{text-align:left;font-size:14px;line-height:30px;}

#content3{width:100%;/* height:498px; */background:#fef8e9;}
#content3 .cont_c{width: 80%;margin:0 auto;}
#content3 .cont_r .pic img{padding-top:127px;}
#content3 .cont_r .text{color:#96b91c;
    width: 49%;}
#content3 .cont_r .text .title{padding-top:70px;}

#content4{background:#47c5a0;height:496px;}
#content4 .cont_r .pic img{padding-top:80px;}
#content4 .cont_r .text .title{padding-top:20px;}

#content5{width:100%;height:500px;background:#ffa800}
#content5 .cont_c{width:1152px;height:500px;margin:0 auto;}
#content5 .cont_r .text{color:#fff;}
#content5 .cont_r .text .title{padding-top:40px;}
#content5 .cont_r .pic img{ padding-top:45px;}

@media (max-width:800px) {
.content1{width:98%;}
.content1 .cont_r .pic{ width:100%;}
.content1 .cont_l{ width:50px;}
.content1 .cont_r .text{padding-top:10px;float: left;position: relative;padding-bottom: 30px;width:100%!important;}
.content1 .cont_r .text:before{content:"";position:absolute;width: 4px;height: 350%;background-color: #cccccc;left: -26px;top: -100%;}
.content1 .cont_r .text .title h2{padding-top:8px !important;font-size: 16px !important;margin-bottom: 0px !important;text-align: left !important;}
.content1 .cont_r .text .title h1{font-size: 30px;font-weight: bold;}
.content1 .cont_r{width: calc(100% - 50px);}
.content1 .cont_r .text .title{margin-bottom: 10px;padding-top: 0 !important;float: left;}
.content1 .cont_r .text p{text-align:left;}

.content2 .cont_l{width:50px;margin-right: 0px;}
.content2 .cont_c{width: 98%;height: auto;}
.content2 .cont_r .pic{width:100%;float: left;}
.content2 .cont_r{width: calc(100% - 50px);}
.content2 .cont_r .text{padding-top: 10px;position:relative;padding-bottom: 30px;width:100%;}
.content2 .cont_r .text:before{content:"";position:absolute;width: 4px;height: 350%;background-color: #ab1a32;left: -26px;top: -100%;}
.content2 .cont_r .text .title{margin-top:10px;margin-bottom: 10px; }
.content2 .cont_r .text .title h1{font-size:30px;font-weight: bold;}
.content2 .cont_r .text .title h2{padding-top: 10px !important;font-size: 19px !important;margin-bottom: 6px !important;text-align: left !important;}
.content2 .cont_r .text .title h2 p{ font-size:12px;}

#content3 .cont_c{width:98%;}
#content3 .cont_r .text:before{content:"";position:absolute;width: 4px;height: 350%;background-color: #b5cc59;left: -26px;top: -100%;}

}

/*帮助中心*/
.tit {height:40px;line-height:40px;font-family:'Microsoft YaHei';font-size:16px;font-weight:bold;color:#333;/* border-bottom:1px solid #eee */}
.tit a { font-size:14px; color:#333; margin-right:10px }
.tit a:hover { color:#dd0000; text-decoration:none }
.fuwu-box {/*width:650px;*/padding:20px 0 10px;/* overflow:hidden */}
.fuwu-box ul { /*width:660px*/margin-right:-10px; }
.fuwu-box li {float:left;margin: 0 1% 1% 0;width: 19%;}
.fuwu-box a {display:block;width: 100%;height:116px;padding-top:64px;line-height:50px;text-align:center;font-size:14px;color:#666;font-family:'Microsoft YaHei';background-image:url(../images/icon-fuwu.png);background-repeat:no-repeat;background-color:#f6f6f6;border:1px solid #eee;}
.fuwu-box a:hover { background-color:#fff3f3; border-color:#dd0000; color:#333; text-decoration:none }
.fuwu-box a.a-1 { background-position:center 19px }
.fuwu-box a.a-2 { background-position:center -101px }
.fuwu-box a.a-3 { background-position:center -221px }
.fuwu-box a.a-4 { background-position:center -341px }
.fuwu-box a.a-5 { background-position:center -461px }
.fuwu-box a.a-6 { background-position:center -581px }
.pro-nav {  padding:15px 0 0; font-size:14px; color:#333; font-family:'Microsoft YaHei'; line-height:34px }
.pro-nav dl { float:left; width:50%;margin-bottom:20px; }
.pro-nav dl.dl-2 { height:124px }
.pro-nav dt { font-size:16px; line-height:36px; height:36px; font-weight:bold }
.pro-nav dt i { display:block; width:3px; height:16px; background:#dd0000; font-size:0; line-height:0; float:left; margin:10px 7px 0 0 }
.pro-nav dd a { display:block;line-height:34px; color:#333; text-indent:2em; }
.pro-nav dd a.wd-at { width:auto }
.pro-nav dd a:hover { color:#dd0000; text-decoration:none }
.main-r { width:360px; padding-top:40px;padding:20px; background-color:#fff; }
.kefu-link { display:block; width:320px; height:120px; background-image:url(../images/icon-kefu.png); background-repeat:no-repeat; background-position:0 -120px; margin-bottom:20px }
.kefu-link:hover { background-position:0 0 }
.pro-list { padding:10px 0 0 15px }
.pro-list li { list-style:disc }
.pro-list li a { font-size:14px; color:#333; font-family:'Microsoft YaHei'; line-height:34px }
.pro-list li a:hover { color:#dd0000; text-decoration:none }

@media (max-width:800px) {
.fuwu-box li{ width:32.33%;}
.pro-nav dl{width:100%;}
.pro-nav dd a{ text-indent:0;}
}
.profaqtxt {
    line-height: 28px;
    font-size: 14px;
    color: #787878;
    padding-left: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
}