header {
    width: 100%;
    height: 490px;
    position: relative;
}
header .n-banner {
    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: 0px solid #9d9d9d;background: rgba(0,0,0,0.5);
}
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 .logo .icon2 {
    display: none;
}
header .index-head .wd1200 .nav {
    display: flex;
    align-items: center;
}
header .index-head .wd1200 .nav li {
    height: 90px;
    padding: 0 20px;
    transition: 0.3s;
    border-bottom: 0px solid transparent;
}
header .index-head .wd1200 .nav li a {
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}
header .index-head .wd1200 .nav li .subMenu .wrap li a {

 
    transition: 0.3s; color:#222

}

header .index-head .wd1200 .nav .li-active {
    border-bottom: 0px solid #B97D52;
}
header .index-head .wd1200 .nav .li-active a {
    color: #B97D52;
}
header .index-head .wd1200 .nav li:hover {
    border-bottom: 0px solid #B97D52;
}
header .index-head .wd1200 .nav li:hover a {
    color: #B97D52;
}
.index-search {
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.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 a{
   margin-left:5px;
   margin-right:5px;
}
.index-search .wd1200 .key .word .title {
    font-size: 18px;
    font-weight: bold;
}
.index-search .wd1200 .key .word div {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}
.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 .wd1200 .search-box .button button {
    width: 70px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: 0.3s;
    background-color: #B97D52;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.index-search .wd1200 .search-box .button button:hover {
    background-color: #ffb123;
}
.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;
}
.index-driver {
    padding: 50px 0 85px;
    background-image: url("../images/driver_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.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 .swiper-slide {
    background-color: #fff;
    padding: 26px 0 0;
    transition: 0.3s;
}
.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-top: 20px;
    text-align: center;
    line-height: 24px;
    color: #666;
    transition: 0.3s;
}
.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: #B97D52;
    border-radius: 5px;
    transform: translateX(-50%);
}
.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: #B97D52;
}
.index-driver-swiper .swiper-button-next {
    right: -50px;
    width: 16px;
    height: 28px;
    background-size: auto;
    background-image: url("../images/driver_arrow_r2.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_r.png");
}
.index-driver-swiper .swiper-button-prev:hover {
    background-image: url("../images/driver_arrow_l2.png");
}
.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: #B97D52;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #B97D52;
}
.index-show .wd1200 .show-nav ul li:hover a {
    color: #fff;
    background-color: #B97D52;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #B97D52;
}
.index-show .wd1200 .show-contain {
    margin-top: 50px;
}
.index-show .wd1200 .show-contain .show-car {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
}
.index-show .wd1200 .show-contain .show-car .list3 {
    width: 32%;
}
.index-show .wd1200 .show-contain .show-car .list4 {
    width: 23.5%;
}
.index-show .wd1200 .show-contain .show-car .car-item .tu {
    width: 100%;
    overflow: hidden;
}
.index-show .wd1200 .show-contain .show-car .car-item .tu img {
    width: 100%;
    height: 100%;
    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; border: solid 1px #f1f1f1;
}
.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: #B97D52;
    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: #B97D52;
}
.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;
}
/****             联系我们              ****/
.contact-contain {
    padding: 60px 0 115px;
}
.contact-contain .wd1200 {
    display: flex;
}
.contact-contain .wd1200 .map {
    margin-right: 39px;
}
.contact-contain .wd1200 .map #dituContent {
    width: 780px;
    height: 566px;
}
.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 .list3 {
    margin-bottom: 25px;
    margin-right: 2%;
}
.show-show .wd1200 .show-contain .show-car .list3:nth-of-type(3n) {
    margin-right: 0;
}

.show-show .wd1200 .show-contain .show-car .list4 {
    margin-bottom: 25px;
    margin-right: 2%;
}
.show-show .wd1200 .show-contain .show-car .list4:nth-of-type(4n) {
    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: #B97D52;
    border: 1px solid #B97D52;
}
#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 #B97D52;
}
#page ul li:hover a {
    border: 1px solid #B97D52;
}
/****             车型展示              ****/
/****             新闻资讯              ****/
.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: #B97D52;
}
.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: #B97D52;
}
.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: #B97D52;
    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: #B97D52;
}
.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;
}
/****             新闻资讯              ****/
/****             新闻资讯-详情              ****/
.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: #B97D52;
}
.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; line-height:32px;
}
.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: 18px;
    line-height: 54px;
    text-align: center;
    transition: 0.2s;
}
.show-article .wd1200 .show-box .info .bot .detail:hover {
    background-color: #B97D52;
    border: 1px solid #B97D52;
    color: #fff;
}
.show-article .wd1200 .show-detail {
   
    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: #B97D52;
    transition: 0.3s;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info {
    padding: 0 10px;
    background-color: #B97D52;
}
.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;
    margin-right: 20px;
}
.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 .input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-indent: 1rem;
}
.leave-contain .wd1200 .leave-box .l-big {
    display: flex;
}
.leave-contain .wd1200 .leave-box .l-big span {
    font-size: 16px;
    margin-right: 20px;
}
.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: #B97D52;
}
.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;
}
/****             在线预约              ****/
.dede_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid; padding:0 10px}
.dede_pages ul li:last-child{ padding:0 10px}
.dede_pages ul li:last-child a{ padding:0}
.dede_pages ul li.thisclass a{color:#fff; padding:0}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}


    /* 二级菜单 */
        .subMenu{display: none;position: absolute;top: 90px;left: 0;width: 100%; height: 60px;background-color: #ffffff;}
        .subMenu>ul{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;align-items: center; }
        .subMenu>ul>li>a{display:block;padding:0 18px;text-align: center;line-height: 50px;color: #333;}
        .subMenu>ul>li>a:hover{color:red}
		.aaa{color: #333;}
		
		
/*公司动态*/
.news_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-top: 3%;
}
.news_con {
	overflow: hidden;
}
.news_con ul li {
	overflow: hidden;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
	display: block;
}
.news_con ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.news_con ul li .imgs {
	width: 19%;
	float: left;
	display: inline;
	overflow: hidden;
}
.news_con ul li .imgs img {
	width: 100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news_con ul li:hover .imgs img {/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news_con ul li .i_about_r {
	float: right;
	display: inline;
	line-height: 22px;
	width: 78%;
	overflow: hidden;
}
.news_con ul li .i_about_r h3 {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 1%;
}
.news_con ul li .i_about_r label {
	display: block;
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	background: url(../img/news_bg1.png) left center no-repeat;
	margin-bottom: 1%;
}
.news_con ul li .i_about_r .p {
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 2%;
	width: 106px;
	text-align: center;
	float: left;
	height: 34px;
	line-height: 34px;
	background-color: #f5f5f5;
	border: 1px solid #bababa;
	color: #828282;
	font-size: 13px;
	transition: all 0.3s;
}
.news_con ul li:hover .i_about_r .news_more {
	background-color: #B97D52;
	color: #fff;
	border: 1px solid #B97D52;
}
.news_con ul li:hover .i_about_r h3 {
	color: #B97D52;
}

 @media screen and (max-width: 1200px) {
/*硬件产品*/

/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 16px;
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r .p {
	line-height: 22px;
	max-height: 44px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 1%;
	height: 32px;
	line-height: 32px;
}		}

@media screen and (max-width: 1100px) {

/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 15px;
	margin-bottom: 0.4%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.4%;
	font-size: 12px;
}
.news_con ul li .i_about_r .p {
	line-height: 18px;
	max-height: 36px;
	font-size: 12px;
}
}

@media screen and (max-width: 960px) {

/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 14px;
}
}
 @media screen and (max-width: 640px) {

/*公司动态*/
.news_con ul li .imgs {
	width: 29%;
}
.news_con ul li .i_about_r {
	width: 68%;
}}

@media screen and (max-width: 830px) {

/*公司动态*/
.news_con ul li .i_about_r .news_more {
	display: none;
}}

.text-secondary { line-height:28px;
}
.text-secondary p{ border:1px solid #f2f3f4; padding:10px; margin-bottom:15px;
}		

