@charset "UTF-8";
/************       Common       ************/
* {
    margin: 0;
    padding: 0;
}
html,
body {
    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
a {
    text-decoration: none;
    color: #333;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
ul,
ol {
    list-style-type: none;
}
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    object-fit: contain;
}
button,
input {
    /* font-style: inherit; */
    font-family: inherit;
    font-weight: inherit;
    border: none;
    outline: none;
}
textarea {
    border: none;
    outline: none;
    font-family: "微软雅黑";
    text-indent: 0.725em;
}
i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}
select,
textarea {
    resize: none;
    outline: none;
}
input {
    outline: medium;
    -webkit-appearance: none;
}
input[type='button'] {
    cursor: pointer;
}
input[type='submit'] {
    cursor: pointer;
}
input[type='text'] {
    text-indent: 0.725em;
}
:-moz-placeholder {
    color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}
.left {
    float: left;
}
.right {
    float: right;
}
.block {
    display: block;
}
.none {
    display: none;
}
.flex {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.in-line {
    display: inline;
}
.inl-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.bg-fff {
    background: #fff;
}
.f-24 {
    font-size: 24px;
}
.f-22 {
    font-size: 22px;
}
.f-20 {
    font-size: 20px;
}
.f-18 {
    font-size: 18px;
}
.f-16 {
    font-size: 16px;
}
.f-14 {
    font-size: 14px;
}
.f-000 {
    color: #000;
}
.f-333 {
    color: #333;
}
.f-666 {
    color: #666;
}
.f-999 {
    color: #999;
}
.f-ddd {
    color: #ddd;
}
.f-eee {
    color: #eee;
}
.f-fff {
    color: #fff;
}
.placeholder {
    color: #aaa;
}
.text-c {
    text-align: center;
}
.text-l {
    text-align: left;
}
.text-r {
    text-align: right;
}
.text-j {
    text-align: justify;
    text-justify: inter-ideograph;
}
.text-line {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.line-2 {
    -webkit-line-clamp: 2;
}
.line-3 {
    -webkit-line-clamp: 3;
}
.line-4 {
    -webkit-line-clamp: 4;
}
.over {
    overflow: hidden;
    _height: 1px;
}
.clear,
.clear-fx {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.wd1200 {
    max-width: 1200px;
    margin: auto;
}
.m100 {
    margin-bottom: 100px;
}
.wd100 {
    width: 100%;
}
.line-number-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-number-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-number-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
/* // 手机导航 */
.m-header {
    width: 22px;
    height: 15px;
    display: none;
    cursor: pointer;
    float: right;
}
.m-header .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.m-header .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3186E0;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}
.m-header .line1 {
    width: 12px;
    top: 0;
}
.m-header .line2 {
    width: 20px;
    top: 6px;
}
.m-header .line3 {
    width: 16px;
    top: 13px;
}
.m-header-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.44s ease 0s;
}
.m-header-menu .m-menu-top {
    line-height: 60px;
    background-color: #3186E0;
}
.m-header-menu .m-menu-top>a img {
    height: 35px;
}
.m-header-menu .m-menu-top .title {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 8.2%;
    font-family: "Base-font";
}
.m-header-menu .m-menu-top .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/close.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 22px;
    cursor: pointer;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.m-header-menu .m-header-list ul {
    width: 100%;
}
.m-header-menu .m-header-list li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-list li .col-box {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
}
.m-header-menu .m-header-list .tit {
    font-size: 16px;
    color: #666;
}
.m-header-menu .m-header-list .tit>a {
    color: #666;
}
.m-header-menu .m-header-list .point {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../images/arrow_right.png) no-repeat center;
    margin-top: 26px;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.m-header-menu .m-header-menu-sub {
    position: absolute;
    right: -100%;
    top: 60px;
    width: 100%;
    height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    background-color: #fff;
    height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs.show {
    left: -100%;
}
.m-header-menu .m-header-menu-sub .return-fir {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    line-height: 60px;
    background-color: #d90e00;
}
.m-header-menu .m-header-menu-sub .return-fir p {
    padding-left: 18px;
    color: #fff;
    font-size: 16px;
    background: url(../images/arrow_left.png) no-repeat left center;
}
.m-header-menu .m-header-menu-sub ul,
.m-header-menu .m-header-menu-sub li {
    width: 100%;
    background: #fff;
}
.m-header-menu .m-header-menu-sub li {
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-menu-sub li a {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    font-size: 16px;
    color: #666;
}
.m-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}
/* // 手机导航 */
footer {
    background-color: #000;
}
footer .foot-nav {
    padding-top: 59px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #454545; padding-bottom:20px
}
footer .foot-nav .wd1200 {
    height: 100%;
    position: relative;
}
footer .foot-nav .wd1200 ul {
    position: absolute;
    width: 1200px;
    top: -95px;
    height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3186E0;
    padding: 0 40px;
}
footer .foot-nav .wd1200 ul li {
    position: relative;
}
footer .foot-nav .wd1200 ul li a {
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}
footer .foot-nav .wd1200 ul li a:hover {
    color: #ffb123;
}
footer .foot-nav .wd1200 ul li::after {
    content: "";
    position: absolute;
    right: -57px;
    top: 50%;
    width: 1px;
    height: 16px;
    display: block;
    transform: translateY(-50%);
    background-color: #ffffff;
}
footer .foot-nav .wd1200 ul li:last-child::after {
    display: none;
}
footer .foot-nav .wd1200 .foot-link {
}
footer .foot-nav .wd1200 .foot-link .icon {
    width: 26px;
    margin-right: 10px; float:left
}
footer .foot-nav .wd1200 .foot-link .word {
}
footer .foot-nav .wd1200 .foot-link .word span {
    font-size: 16px;
    color: #fff;
}
footer .foot-nav .wd1200 .foot-link .word a {
    margin-right: 8px;
    font-size: 14px;
    color: #b3b3b3;
    transition: 0.3s;
}
footer .foot-nav .wd1200 .foot-link .word a:hover {
    color: #ffb123;
}
footer .foot-main {
    padding: 40px 0;
}
footer .foot-main .wd1200 {
    display: flex;
}
footer .foot-main .wd1200 .foot-logo {
    flex: 3;
    text-align: center;
    padding-top: 20px;
    border-right: 1px solid #525252;
}
footer .foot-main .wd1200 .foot-logo img {
    width: 158px;
}
footer .foot-main .wd1200 .middle {
    flex: 5;
    padding-left: 70px;
    border-right: 1px solid #525252;
}
footer .foot-main .wd1200 .middle h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
footer .foot-main .wd1200 .middle .info p {
    margin-top: 15px;
    font-size: 16px;
    color: #b3b3b3;
}
footer .foot-main .wd1200 .leave {
    flex: 4;
    padding-left: 70px;
}
footer .foot-main .wd1200 .leave .title {
    font-size: 16px;
    color: #fff;
}
footer .foot-main .wd1200 .leave .input {
    margin-top: 10px;
    width: 340px;
    height: 50px;
    border: solid 1px #7f7f7f;
}
footer .foot-main .wd1200 .leave .input input {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #272a2c;
}
footer .foot-main .wd1200 .leave .input.code::after{
    content: '';
    display: block;
    clear: both;
}
footer .foot-main .wd1200 .leave .input.code input {
    width: 160px;
    float: left;
}
footer .foot-main .wd1200 .leave .input.code img {
    background-color: #fff;
    float: right;
    cursor: pointer;
}
footer .foot-main .wd1200 .leave button {
    display: block;
    margin-top: 20px;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #3186E0;
    border-radius: 20px;
    transition: 0.2s;
}
footer .foot-main .wd1200 .leave button:hover {
    background-color: #ffb123;
}
footer .foot-main .wd1200 .leave .subm {
    display: block;
    margin-top: 20px;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #3186E0;
    border-radius: 20px;
    transition: 0.2s;
}
footer .foot-main .wd1200 .leave .subm:hover {
    background-color: #ffb123;
}
footer .banquan {
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #4d4d4d;
}
footer .banquan .wd1200 {
    justify-content: space-between;
    font-size: 15px;
    color: #b3b3b3;
}
footer .banquan .wd1200 span a {
    color: #b3b3b3;
}
#go-top {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 99;
    width: 60px;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .wd1200 {
        padding: 0 15px;
    }
}
footer .banquan a{ color:#b3b3b3; padding-left:10px}


#maximg img{ max-width:100%; height:auto !important}

header {
    width: 100%;
    position: relative;
}
header .index-banner-swiper {
    width: 100%;
    height: 100%;
}
header .index-banner-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .index-head {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    line-height: 90px;
    width: 100%;
    border-bottom: 1px solid #9d9d9d;background: rgba(255,255,255,0.3);
}
header .index-head .wd1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .index-head .wd1200 .logo img {
    height: 65px;
}
header .index-head .wd1200 .nav {
    display: flex;
    align-items: center;
}
header .index-head .wd1200 .nav li {
    height: 90px;
    padding: 0 20px;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}
header .index-head .wd1200 .nav li a {
    font-size: 16px;
    transition: 0.3s; color:#000
}
header .index-head .wd1200 .nav .li-active {
    border-bottom: 3px solid #3186E0;
}
header .index-head .wd1200 .nav .li-active a {
    color: #3186E0;
}
header .index-head .wd1200 .nav li:hover {
    border-bottom: 3px solid #3186E0;
}
header .index-head .wd1200 .nav li:hover a {
    color: #3186E0;
}
header .n-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-search {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ccc;
}
.index-search.home-search{background-color: #333;}
.index-search .wd1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-search .wd1200 .key {
    display: flex;
    align-items: center;
}
.index-search .wd1200 .key .icon {
    width: 22px;
    margin-right: 10px;
}
.index-search .wd1200 .key .word {
    display: flex;
    align-items: center;
}
.index-search .wd1200 .key .word .title {
    font-size: 18px;
    font-weight: bold;
}
.index-search.home-search  .wd1200 .key .word .title{color: #fff;}
.index-search .wd1200 .key .word div {
    display: flex;
    align-items: center;
}
.index-search .wd1200 .key .word div a {
    margin: 0 6px;
    font-size: 16px;
}
.index-search.home-search .wd1200 .key .word div a {
    color: #fff;
}
.index-search .wd1200 .key .word div a:hover {
    color: #3186E0;
}
.index-search .wd1200 .search-box {
    display: flex;
    align-items: center;
    width: 410px;
    height: 50px;
}
.index-search .wd1200 .search-box .input {
    flex: 1;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.index-search .wd1200 .search-box .input input {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: 2rem;
    background-color: #f5f5f5;
}
.index-search.home-search .wd1200 .search-box .input input {
    background-color: #fff;
}
.index-search .wd1200 .search-box .button button {
    width: 70px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: 0.2s;
    background-color: #3186E0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.index-search .wd1200 .search-box .button button:hover {
    background-color: #ffb123;
}
.index-search.ny-search{
    background-color: #FFF;
}


.index-show {
    padding: 60px 0 80px;
    background-color: #f0f0f0;
}
.index-show .wd1200 .show-nav {
    margin-top: 45px;
}
.index-show .wd1200 .show-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-show .wd1200 .show-nav ul li {
    margin: 0 10px;
}
.index-show .wd1200 .show-nav ul li a {
    width: 143px;
    height: 50px;
    display: block;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #cccccc;
}
.index-show .wd1200 .show-nav ul .li-active a {
    color: #fff;
    background-color: #3186E0;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #3186E0;
}
.index-show .wd1200 .show-nav ul li:hover a {
    color: #fff;
    background-color: #3186E0;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #3186E0;
}
.index-show .wd1200 .show-contain {
    margin-top: 50px;
}
.index-show .wd1200 .show-contain .show-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .picture {
    width: 600px;
    height: 450px;
}
.index-show .wd1200 .show-contain .show-box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-show .wd1200 .show-contain .show-box .info {
    flex: 1;
    height: 450px;
    box-sizing: border-box;
    padding: 40px 55px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .info .name {
    font-size: 26px;
}
.index-show .wd1200 .show-contain .show-box .info .intro {
    font-size: 16px;
    color: #808080;
    text-align: justify;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-show .wd1200 .show-contain .show-box .info .photo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .info .photo img {
    width: 150px;
    height: 112px;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}
.index-show .wd1200 .show-contain .show-box .info .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-box .info .bot .detail {
    width: 150px;
    height: 48px;
    background-color: #3186E0;
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    transition: 0.2s;
}
.index-show .wd1200 .show-contain .show-box .info .bot .detail:hover {
    background-color: #ffb123;
}
.index-show .wd1200 .show-contain .show-box .info .bot div {
    font-size: 16px;
    color: #6f6f6f;
}
.index-show .wd1200 .show-contain .show-box .info .bot div strong {
    font-size: 40px;
    color: #3186E0;
}
.index-show .wd1200 .show-contain .show-car {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-car .car-item {
    width: 32%;
}
.index-show .wd1200 .show-contain .show-car .car-item .tu {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    position: relative;
}
.index-show .wd1200 .show-contain .show-car .car-item .tu img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item .info {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 19px;
    transition: 0.3s;
    box-sizing: border-box;
}
.index-show .wd1200 .show-contain .show-car .car-item .info span {
    font-size: 16px;
    transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item .info div {
    font-size: 16px;
    color: #6f6f6f;
    transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item .info div strong {
    font-size: 30px;
    color: #3186E0;
    transition: 0.3s;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .tu img {
    transform: scale(1.1);
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info {
    background-color: #3186E0;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info span {
    color: #fff;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info div {
    color: #fff;
}
.index-show .wd1200 .show-contain .show-car .car-item:hover .info strong {
    color: #fff;
}
.index-Title .title {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.index-Title .intro {
    font-size: 16px;
    color: #666;
    margin-top: 18px;
    text-align: center;
}
.index-Title .line {
    width: 387px;
    height: 1px;
    margin: 24px auto 0;
    background-color: #cccccc;
    position: relative;
}
.index-Title .line::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -4px;
    width: 50px;
    height: 9px;
    background-color: #3186E0;
    border-radius: 5px;
    transform: translateX(-50%);
}
.index-reason {
    padding: 60px 0 0;
    background-color: #fff;
}
.index-reason .reason-nav {
    margin-top: 44px;
}
.index-reason .reason-nav ul {
    display: flex;
    justify-content: space-between;
}
.index-reason .reason-nav ul li {
    width: 25%;
    height: 140px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.index-reason .reason-nav ul li .icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    transition: 0.3s;
}
.index-reason .reason-nav ul li .icon2 {
    display: none;
}
.index-reason .reason-nav ul li .word .title {
    font-size: 28px;
    transition: 0.3s;
}
.index-reason .reason-nav ul li .word .intro {
    font-size: 18px;
    color: #808080;
    margin-top: 10px;
    transition: 0.3s;
}
.index-reason .reason-nav ul li .sanjiao {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 0;
    height: 0;
    transition: 0.3s;
    transform: translateX(-50%);
    border-top: 16px solid #3186E0;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
}
.index-reason .reason-nav ul li::after {
    content: "";
    right: 0;
    top: 30px;
    width: 1px;
    height: 80px;
    position: absolute;
    background-color: #cccccc;
}
.index-reason .reason-nav ul li:last-child::after {
    display: none;
}
.index-reason .reason-nav ul .li-active {
    background-color: #3186E0;
}
.index-reason .reason-nav ul .li-active .icon1 {
    display: none;
}
.index-reason .reason-nav ul .li-active .icon2 {
    display: block;
}
.index-reason .reason-nav ul .li-active .word .title {
    color: #fff;
}
.index-reason .reason-nav ul .li-active .word .intro {
    color: #fff;
}
.index-reason .reason-nav ul .li-active .sanjiao {
    display: block;
}
.index-reason .reason-nav ul li:hover {
    background-color: #3186E0;
}
.index-reason .reason-nav ul li:hover .icon1 {
    display: none;
}
.index-reason .reason-nav ul li:hover .icon2 {
    display: block;
}
.index-reason .reason-nav ul li:hover .word .title {
    color: #fff;
}
.index-reason .reason-nav ul li:hover .word .intro {
    color: #fff;
}
.index-reason .reason-nav ul li:hover .sanjiao {
    display: block;
}
.index-reason .reason-contain {
    background-image: url("../images/reason_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 560px;
}
.index-reason .reason-contain .wd1200 {
    display: flex;
    height: 100%;
}
.index-reason .reason-contain .wd1200 .promise {
    width: 300px;
    padding: 60px 0 0 41px;
    margin-right: 140px;
    background: #0000007a;
}
.index-reason .reason-contain .wd1200 .promise h3 {
    font-size: 36px;
    color: #fefefe;
}
.index-reason .reason-contain .wd1200 .promise .intro {
    margin-top: 14px;
    font-size: 22px;
    color: #fefefe;
}
.index-reason .reason-contain .wd1200 .promise .line {
    width: 60px;
    height: 5px;
    margin-top: 36px;
    background-color: #ffffff;
}
.index-reason .reason-contain .wd1200 .promise .seave {
    margin-top: 50px;
}
.index-reason .reason-contain .wd1200 .promise .seave .strip {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.index-reason .reason-contain .wd1200 .promise .seave .strip div {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-color: #ffffff;
}
.index-reason .reason-contain .wd1200 .promise .seave .strip span {
    font-size: 18px;
    color: #fefefe;
}
.index-reason .reason-contain .wd1200 .promise .order {
    margin-top: 20px;
    width: 160px;
    height: 54px;
    color: #fefefe;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    display: block;
    transition: 0.2s;
    border: solid 1px #ffffff;
}
.index-reason .reason-contain .wd1200 .promise .order:hover {
    color: #fff;
    background-color: #3186E0;
    border: 1px solid #3186E0;
}
.index-reason .reason-contain .wd1200 .reason-box {
    width: 620px;
    height: 326px;
    margin-top: 104px;
    position: relative;
    background-color: #ffffff;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper {
    width: 100%;
    height: 100%;
    position: initial;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide {
    padding: 40px 50px;
    box-sizing: border-box;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide h2 {
    font-size: 40px;
    color: #3186E0;
    padding: 0;
    margin: 0;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .intro {
    margin-top: 10px;
    font-size: 24px;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .line {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: #cccccc;
}
.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .detail {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-case {
    padding: 60px 0;
    background-color: #fff;
}
.index-case .case-box {
    margin-top: 54px;
}
.index-case .case-box .gallery-top {
    width: 100%;
    height: 802px;
}
.index-case .case-box .gallery-top .swiper-slide {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.index-case .case-box .gallery-top .swiper-slide .title {
    position: absolute;
    width: 100%;
    height: 110px;
    line-height: 110px;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #feffff;
    padding-left: 38px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.52);
}
.index-case .case-box .gallery-top .swiper-slide .title a{font-size: 24px;
    color: #feffff;}
.index-case .case-box .gallery-top .swiper-slide .title span {
    position: relative;
}
.index-case .case-box .gallery-top .swiper-slide .title span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ffffff;
}
.index-case .case-box .gallery-thumbs {
    width: 100%;
    height: 221px;
    box-sizing: border-box;
    padding: 10px 0 30px;
}
.index-case .case-box .gallery-thumbs .swiper-slide {
    background-size: 100% auto;
    position: relative;
    opacity: 0.6;
    background-repeat: no-repeat;
}
.index-case .case-box .gallery-thumbs .swiper-slide div {
    position: absolute;
    bottom: -30px;
    left: 50%;
    font-size: 16px;
    transform: translateX(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
    text-align:center;
}
.gallery-top .swiper-pagination-bullets {
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
}
.gallery-top .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: #ffffff;
}
.gallery-top .swiper-pagination-bullet-active {
    background: #3186E0;
    width: 40px;
    border-radius: 7px;
}
.index-driver {
    padding: 50px 0 85px;
    background-image: url("../images/driver_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-driver .index-Title .title {
    color: #fff;
}
.index-driver .index-Title .intro {
    color: #fff;
}
.index-driver .index-Title .line {
    background-color: #fff;
}
.index-driver .driver-box {
    margin-top: 66px;
    position: relative;
}
.index-driver .driver-box .index-driver-swiper {
    width: 100%;
    height: 348px;
    position: initial;
}
.index-driver .driver-box .index-driver-swiper a {
    display: block;
    background-color: #fff;
    padding: 26px 0 0;
    transition: 0.3s;
    cursor: pointer;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .photo {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .photo img {
    width: 100%;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .name {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.3s;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .name div {
    font-size: 20px;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .name span {
    font-size: 14px;
}
.index-driver .driver-box .index-driver-swiper .swiper-slide .position  {
    margin: 20px 15px 0 15px;
    text-align: center;
    line-height: 24px;
    color: #666;
    transition: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-about {
    padding: 60px 0 100px;
    background-color: #fff;
}
.index-about .about-box {
    margin-top: 64px;
}
.index-about .about-box .wd1200 {
    display: flex;
}
.index-about .about-box .wd1200 .show {
    width: 563px;
    height: 304px;
    margin-right: 42px;
}
.index-about .about-box .wd1200 .info {
    position: relative;
    flex: 1;
}
.index-about .about-box .wd1200 .info .title {
    font-size: 24px;
}
.index-about .about-box .wd1200 .info .intro {
    margin-top: 20px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-about .about-box .wd1200 .info .more {
    display: block;
    margin-top: 20px;
    width: 128px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    transition: 0.2s;
    background-color: #3186E0;
}
.index-about .about-box .wd1200 .info .more:hover {
    background-color: #ffb123;
}
.index-about .about-box .wd1200 .info .index-about-swiper {
    float: left;
    margin-top: 30px;
    width: 550px;
    height: 133px;
    position: initial;
}
.index-about .about-box .wd1200 .info .index-about-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.index-about .new-box {
    margin-top: 30px;
}
.index-about .new-box .wd1200 {
    display: flex;
    justify-content: space-between;
}
.index-about .new-box .wd1200 .Title {
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3186E0;
}
.index-about .new-box .wd1200 .Title span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.index-about .new-box .wd1200 .Title .more {
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}
.index-about .new-box .wd1200 .Title .more:hover {
    color: #ffb123;
}
.index-about .new-box .wd1200 .issue {
    width: 347px;
    margin-left: 30px;
}
.index-about .new-box .wd1200 .issue .issue-box {
    border: solid 1px #cccccc;
    border-top: none;
    padding: 30px;
    box-sizing: border-box;
    height: 472px;
    overflow: hidden;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen {
    display: flex;
    align-items: center;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen .tit {
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 14px;
    border-radius: 50%;
    background-color: #3186E0;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen .ask {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .da {
    margin-top: 10px;
    display: flex;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .da .tit {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 14px;
    border-radius: 50%;
    border: solid 1px #cccccc;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item .da .ask {
    flex: 1;
    line-height: 24px;
    color: #808080;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item:hover .wen .tit {
    background-color: #ffb123;
}
.index-about .new-box .wd1200 .issue .issue-box .issue-item:hover .wen .ask {
    color: #3186E0;
}
.index-about .new-box .wd1200 .new {
    flex: 1;
}
.index-about .new-box .wd1200 .new .new-main {
    padding: 40px 40px 30px;
    border: solid 1px #cccccc;
    display: flex;
}
.index-about .new-box .wd1200 .new .new-main .flac {
    width: 348px;
    margin-right: 60px;
}
.index-about .new-box .wd1200 .new .new-main .flac .img {
    height: 198px;
    overflow: hidden;
    background-color: #6bc8fd;
}
.index-about .new-box .wd1200 .new .new-main .flac .img img {
    width: 100%;
    transition: 0.3s;
}
.index-about .new-box .wd1200 .new .new-main .flac .flac-box {
    margin-top: 30px;
}
.index-about .new-box .wd1200 .new .new-main .flac .flac-box .title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    transition: 0.3s;
}
.index-about .new-box .wd1200 .new .new-main .flac .flac-box .intro {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-about .new-box .wd1200 .new .new-main .flac:hover .img img {
    transform: scale(1.1);
}
.index-about .new-box .wd1200 .new .new-main .flac:hover .flac-box .title {
    color: #3186E0;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item .icon {
    margin-right: 10px;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item .icon2 {
    display: none;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item:hover .icon1 {
    display: none;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item:hover .icon2 {
    display: inline-block;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item div {
    font-size: 16px;
    color: #666;
    width: 218px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item span {
    font-size: 16px;
    color: #666;
    width: 89px;
    margin-left: 10px;
}
.index-about .new-box .wd1200 .new .new-main .list .list-item:hover div {
    color: #3186E0;
    text-decoration: underline;
}
.index-driver-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #fff;
}
.index-driver-swiper .swiper-pagination-bullets {
    bottom: -50px;
}
.index-driver-swiper .swiper-pagination-bullet-active {
    background: #3186E0;
}
.gallery-top .swiper-button-prev {
    width: 56px;
    height: 56px;
    background-size: auto;
    background-image: url("../images/arrow_l.png");
}
.gallery-top .swiper-button-next {
    width: 56px;
    height: 56px;
    background-size: auto;
    background-image: url("../images/arrow_r.png");
}
.index-case .case-box .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #3186E0;
    opacity: 1;
}
.index-reason-swiper .swiper-pagination-bullets {
    bottom: -40px;
}
.index-reason-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #fff;
}
.index-reason-swiper .swiper-pagination-bullet-active {
    background: #3186E0;
}
.index-driver-swiper .swiper-button-next {
    right: -50px;
    width: 16px;
    height: 28px;
    background-size: auto;
    background-image: url("../images/driver_arrow_r.png");
}
.index-driver-swiper .swiper-button-prev {
    left: -50px;
    width: 16px;
    height: 28px;
    background-size: auto;
    background-image: url("../images/driver_arrow_l.png");
}
.index-driver-swiper .swiper-button-next:hover {
    background-image: url("../images/driver_arrow_r2.png");
}
.index-driver-swiper .swiper-button-prev:hover {
    background-image: url("../images/driver_arrow_l2.png");
}
.index-about-swiper .swiper-button-next {
    right: 0;
    top: auto;
    bottom: 0;
    width: 34px;
    height: 65px;
    background-size: auto;
    background-image: url("../images/new_arrow_r.png");
}
.index-about-swiper .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 68px;
    width: 34px;
    height: 65px;
    background-size: auto;
    background-image: url("../images/new_arrow_l.png");
}
/**/

.about-contain {
    background-color: #fff;
    padding: 50px 0;
    padding-bottom:0;
}
.about-contain .wd1200 {
    display: flex;
}
.about-contain .wd1200 .show-word {
   /* height: 376px;*/
    flex: 1;
    padding-right: 15px;
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: justify;
}
.about-contain .wd1200 .show-photo {
    width: 563px;
    height: 400px;
    margin-left: 20px;
}

/****             联系我们              ****/
.contact-contain {
    padding: 60px 0 115px;
}
.contact-contain .wd1200 {
    display: flex;
}
.contact-contain .wd1200 .map {
    margin-right: 39px;
}
.contact-contain .wd1200 .map #allmap {
    width: 780px;
    height: 566px;
    overflow: hidden;
    font-family: "微软雅黑";
}
.contact-contain .wd1200 .map #allmap  img{ max-width: inherit !important;max-height: inherit !important;}
.contact-contain .wd1200 .contact-box {
    flex: 1;
    padding: 28px 30px;
    background-color: #f8f8f8;
}
.contact-contain .wd1200 .contact-box .title {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.contact-contain .wd1200 .contact-box .info {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.contact-contain .wd1200 .contact-box .ma {
    margin-top: 45px;
    text-align: center;
}
.contact-contain .wd1200 .contact-box .ma img {
    width: 190px;
}
.contact-contain .wd1200 .contact-box .ma div {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}
/****             联系我们              ****/
/****             车型展示              ****/
.show-show {
    padding: 60px 0 95px;
    background-color: #fff;
}
.show-show .wd1200 .show-nav {
    margin-top: 0;
}
.show-show .wd1200 .show-nav ul {
    justify-content: start;
}
.show-show .wd1200 .show-contain .show-car {
    justify-content: start;
    flex-wrap: wrap;
}
.show-show .wd1200 .show-contain .show-car .car-item {
    margin-bottom: 25px;
    margin-right: 2%;
}
.show-show .wd1200 .show-contain .show-car .car-item:nth-of-type(3n) {
    margin-right: 0;
}
#page {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page .next {
    width: 201px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    transition: 0.3s;
}
#page .next .icon2 {
    display: none;
}
#page .next .icon {
    transition: 0.3s;
}
#page .next span {
    font-size: 16px;
    color: #999;
    transition: 0.3s;
}
#page .next:hover {
    background-color: #3186E0;
    border: 1px solid #3186E0;
}
#page .next:hover .icon1 {
    display: none;
}
#page .next:hover .icon2 {
    display: block;
}
#page .next:hover span {
    color: #fff;
}
#page ul {
    display: flex;
    align-items: center;
    margin: 0 20px;
}
#page ul li {
    margin-right: 10px;
}
#page ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px transparent;
}
#page ul li:last-child {
    margin-right: 0;
}
#page ul .li-active a {
    border: 1px solid #3186E0;
}
#page ul li:hover a {
    border: 1px solid #3186E0;
}
/****             车型展示              ****/
/****             新闻资讯              ****/
.new-contain {
    padding: 60px 0 115px;
    background-color: #fff;
}
.new-contain .wd1200 {
    display: flex;
}
.new-contain .wd1200 .new-box {
    flex: 1;
}
.new-contain .wd1200 .new-box .news-item {
    display: flex;
    padding-bottom: 30px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}
.new-contain .wd1200 .new-box .news-item .time {
    margin-right: 30px;
    text-align: center;
}
.new-contain .wd1200 .new-box .news-item .time .big {
    font-size: 50px;
    color: #4d4d4d;
}
.new-contain .wd1200 .new-box .news-item .time .small {
    font-size: 16px;
    color: #808080;
}
.new-contain .wd1200 .new-box .news-item .ingo {
    flex: 1;
    padding-top: 10px;
}
.new-contain .wd1200 .new-box .news-item .ingo .title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
}
.new-contain .wd1200 .new-box .news-item .ingo .heng {
    width: 20px;
    height: 2px;
    background-color: #3186E0;
}
.new-contain .wd1200 .new-box .news-item .ingo .intro {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-contain .wd1200 .new-box .news-item .ingo .more {
    display: block;
    margin-top: 27px;
    width: 120px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    background-color: #3186E0;
}
.new-contain .wd1200 .new-box .news-item:first-child {
    border-top: none;
    padding-top: 0;
}
.new-contain .wd1200 .new-box .news-item:hover .ingo .title {
    color: #3186E0;
    margin-left: 20px;
    font-weight: bold;
}
.new-contain .wd1200 .new-box .news-item:hover .ingo .more {
    background-color: #ffb123;
}
.new-contain .wd1200 .flac-box {
    width: 380px;
    margin-left: 39px;
}
.new-contain .wd1200 .flac-box .lump {
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 30px;
}
.new-contain .wd1200 .flac-box .lump .l-title {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.new-contain .wd1200 .flac-box .lump .l-title img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}
.new-contain .wd1200 .flac-box .lump .l-title span {
    font-size: 22px;
}
.new-contain .wd1200 .flac-box .lump .l-box {
    margin-top: 30px;
}
.new-contain .wd1200 .flac-box .lump .l-box .l-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.new-contain .wd1200 .flac-box .lump .l-box .l-item div {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background-color: #b3b3b3;
}
.new-contain .wd1200 .flac-box .lump .l-box .l-item .green {
    background-color: #3186E0;
}
.new-contain .wd1200 .flac-box .lump .l-box .l-item span {
    font-size: 16px;
    color: #666;
    transition: 0.3s;
}
.new-contain .wd1200 .flac-box .lump .l-box .lianxi-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.new-contain .wd1200 .flac-box .lump .l-box>p {
    line-height: 36px;
    color: #666;
    font-size: 16px;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
/****             新闻资讯              ****/
/****             新闻资讯-详情              ****/
.new-contain .wd1200 .new-article {
    flex: 1;
}
.new-contain .wd1200 .new-article .title {
    font-size: 24px;
    text-align: center;
}
.new-contain .wd1200 .new-article .time {
    margin-top: 15px;
    font-size: 16px;
    color: #808080;
    text-align: center;
}
.new-contain .wd1200 .new-article .line {
    margin-top: 23px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.new-contain .wd1200 .new-article .body {
    padding: 40px 0;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: justify;
}
.new-contain .wd1200 .new-article .down {
    display: flex;
    justify-content: space-between;
}
.new-contain .wd1200 .new-article .down a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: 50px;
    line-height: 50px;
    transition: 0.3s;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}
.new-contain .wd1200 .new-article .down a .icon {
    transition: 0.3s;
    margin: 0 10px;
}
.new-contain .wd1200 .new-article .down a .icon2 {
    display: none;
}
.new-contain .wd1200 .new-article .down a span {
    font-size: 16px;
    color: #999;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 255px;
    height: 50px;
    white-space: nowrap;
}
/****             新闻资讯-详情              ****/
/****             车型展示-详情              ****/
.show-article {
    padding: 60px 0 115px;
    background-color: #f8f8f8;
}
.show-article .wd1200 .show-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .picture {
    width: 600px;
    height: 450px;
}
.show-article .wd1200 .show-box .picture img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.show-article .wd1200 .show-box .info {
    flex: 1;
    height: 450px;
    box-sizing: border-box;
    padding: 40px 55px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .info .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .info .top .name {
    font-size: 26px;
}
.show-article .wd1200 .show-box .info .top .price {
    font-size: 16px;
    color: #6f6f6f;
}
.show-article .wd1200 .show-box .info .top .price strong {
    font-size: 36px;
    color: #3186E0;
}
.show-article .wd1200 .show-box .info .intro {
    font-size: 16px;
    lighting-color: 32px;
    color: #808080;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.show-article .wd1200 .show-box .info .photo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .info .photo img {
    width: 150px;
    height: 112px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
}
.show-article .wd1200 .show-box .info .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .info .bot .detail {
    width: 170px;
    height: 54px;
    border: solid 1px #999999;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    transition: 0.2s;
}
.show-article .wd1200 .show-box .info .bot .detail:hover {
    background-color: #3186E0;
    border: 1px solid #3186E0;
    color: #fff;
}
.show-article .wd1200 .show-detail {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.show-article .wd1200 .show-detail .detail-body {
    flex: 1;
    padding: 27px 30px;
    background-color: #fff;
}
.show-article .wd1200 .show-detail .detail-body .title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.show-article .wd1200 .show-detail .detail-body .body {
    padding-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: justify;
}
.show-article .wd1200 .show-detail .detail-body .body img {
    max-width: 100%;
}
.show-article .wd1200 .show-detail .detail-hot {
    width: 380px;
    padding: 27px 30px;
    margin-left: 20px;
    background-color: #fff;
}
.show-article .wd1200 .show-detail .detail-hot .title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box {
    margin-top: 30px;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item {
    display: block;
    margin-bottom: 20px;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item img {
    width: 100%;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info {
    height: 70px;
    line-height: 70px;
    display: flex;
    transition: 0.3s;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info span {
    font-size: 16px;
    transition: 0.3s;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info div {
    font-size: 16px;
    color: #6f6f6f;
    transition: 0.3s;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info div strong {
    font-size: 30px;
    color: #3186E0;
    transition: 0.3s;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info {
    padding: 0 10px;
    background-color: #3186E0;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info span {
    color: #fff;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info div {
    color: #fff;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info strong {
    color: #fff;
}
.index-show-swiper .swiper-button-next {
    right: -2px;
    width: 38px;
    height: 66px;
    background-size: auto;
    background-image: url("../images/new_arrow_r.png");
}
.index-show-swiper .swiper-button-prev {
    left: -2px;
    width: 38px;
    height: 66px;
    background-size: auto;
    background-image: url("../images/new_arrow_l.png");
}
/****             车型展示-详情              ****/
/****             在线预约              ****/
.leave-contain {
    padding: 60px 0 115px;
    background-color: #f8f8f8;
}
.leave-contain .wd1200 .title {
    font-size: 24px;
    text-align: center;
}
.leave-contain .wd1200 .leave-box {
    margin-top: 50px;
}
.leave-contain .wd1200 .leave-box .l-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.leave-contain .wd1200 .leave-box .l-small .l-item {
    display: flex;
    align-items: center;
}
.leave-contain .wd1200 .leave-box .l-small .l-item span {
    font-size: 16px;
    width: 80px;
    text-align: right;
}
.leave-contain .wd1200 .leave-box .l-small .l-item .input {
    width: 500px;
    height: 70px;
    background-color: #ffffff;
}
.leave-contain .wd1200 .leave-box .l-small .l-item.code .input {
    margin-right: 10px;
}
.leave-contain .wd1200 .leave-box .l-small .l-item .input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-indent: 1rem;
}
.leave-contain .wd1200 .leave-box .l-big {
    display: flex;
    margin-bottom: 30px;
}
.leave-contain .wd1200 .leave-box .l-big span {
    font-size: 16px;
    width: 80px;
    text-align: right;
}
.leave-contain .wd1200 .leave-box .l-big .text {
    flex: 1;
    height: 230px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.leave-contain .wd1200 .leave-box .l-big .text textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
}
.leave-contain .wd1200 .leave-box .l-send {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.leave-contain .wd1200 .leave-box .l-send button {
    display: block;
    width: 180px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 16px;
    margin-left: 20px;
    transition: 0.2s;
}
.leave-contain .wd1200 .leave-box .l-send .reset {
    background-color: #d5d5d5;
}
.leave-contain .wd1200 .leave-box .l-send .button {
    color: #fff;
    background-color: #3186E0;
}
.leave-contain .wd1200 .leave-box .l-send .reset:hover {
    color: #fff;
    background-color: #ffb123;
}
.leave-contain .wd1200 .leave-box .l-send .button:hover {
    background-color: #ffb123;
}
/****             在线预约              ****/

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline-block;
    padding: 2px;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #555;
    background-color: #eeeeee;
    border-color: #ddd;
  }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #555;
    border-color: #555;
    cursor: default;
  }
