@charset "UTF-8";
h2.bt {
    color: #0f121d;
    font-size: 36px;
}

h2.bt dd {
    font-size: 18px;
}


/* 经典案例 */

.c1 {
    margin-top: 60px;
    margin-bottom: 64px;
}

.c1 h2 {
    margin-bottom: 60px;
}

.c1 .content .list2 li {
    border: 2px solid #d1d1d1;
    float: left;
    margin-right: 81px;
    width: 346px;
    height: 388px;
    box-sizing: border-box;
    padding: 12px 33px 0;
    text-align: center;
}

.c1 .content .list2 li:nth-child(3) {
    margin-right: 0;
}

.c1 .content .list2 li h3 {
    font-size: 30px;
    color: #000;
    line-height: 90px;
}

.c1 .content .list2 li .img {
    width: 276px;
    height: 161px;
    overflow: hidden;
}

.c1 .content .list2 li .img img {
    width: 276px;
    height: 161px;
    transition: all .6s;
}

.c1 .content .list2 li:hover .img img {
    transform: scale(1.3);
}

.c1 .content .list2 li .fen {
    text-align: left;
    margin-top: 16px;
    background: url(../images/fen.png) center 0 no-repeat;
    line-height: 46px;
    padding-left: 30px;
    font-size: 18px;
    color: #ffffff;
}

.c1 .content .list2 li:hover .fen {
    background: url(../images/fen1.png) center 0 no-repeat;
}

.c1 .content .list2 li .ck {
    font-size: 18px;
    color: #000;
    line-height: 60px;
}


/* 车型概览 */

.c2bg {
    background: #f7f7f9;
}

.c2bg .c2 {
    padding-top: 58px;
    padding-bottom: 58px;
}

.c2bg .c2 h2 {
    margin-bottom: 64px;
    position: relative;
}

.c2bg .c2 h2 .sort1 {
    position: absolute;
    left: 313px;
    z-index: 1;
    top: 24px;
}

.c2bg .c2 h2 .sort1 li {
    float: left;
    text-align: center;
    line-height: 34px;
    color: #000;
}

.c2bg .c2 h2 .sort1 li:after {
    content: "|";
    padding: 0 20px;
}

.c2bg .c2 h2 .sort1 li a {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.c2bg .c2 h2 .sort1 li a:hover {
    color: #a8a8a8;
}


/* .c2bg .c2 .content .roundabout_box {
    width: 1200px;
    height: 450px;
}

.c2bg .c2 .content .roundabout_box .roundabout_box img {
    width: 100%;
}

.c2bg .c2 .content .roundabout-holder {
    list-style: none;
    width: 760px;
    height: 450px;
    margin: 0 auto;
}

.c2bg .c2 .content .roundabout-moveable-item {
    height: 450px;
    width: 760px;
    opacity: 1 !important;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0);
}

.c2bg .c2 .content .roundabout-moveable-item dd {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 14px;
    font-size: 18px;
    color: #ffffff;
}

.c2bg .c2 .content .roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    margin: 0;
    transition: all .6s;
}

.c2bg .c2 .content .roundabout-moveable-item:hover img {
    transform: scale(1.3);
}

.c2bg .c2 .content .roundabout-in-focus {
    border: 2px solid #000;
}

.c2bg .c2 .content .roundabout-in-focus dd {
    display: block;
} */

.c2bg .c2 .content {
    position: relative;
    margin-top: 18px;
}

.c2bg .c2 .content .an {
    position: absolute;
    z-index: 111;
    top: 28%;
    width: 21px;
    height: 35px;
}

.zz {
    left: -77px;
}

.yy {
    right: -77px;
}

.xxl ul li {
    float: left;
    margin-right: 26px;
    transition: all .6s;
}

.xxl ul li a.img {
    display: block;
}

.xxl ul li a.img img {
    width: 470px;
    height: 300px;
}

.xxl ul li h3 {
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    line-height: 68px;
    height: 68px;
}

.xxl ul li h3 a {
    color: #666666;
}

.xxl ul li:hover h3 a {
    color: #e92223;
    font-size: 24px;
}

.xxl ul li:hover {
    transform: translateY(-20px);
}

.c2bg .c2 .content .ff {
    text-align: center;
    font-size: 24px;
    line-height: 90px;
    color: #666666;
    margin-top: 18px;
}

.c2bg .c2 .content a.ck {
    margin: 0 auto;
    display: block;
    border: 3px solid #9a9a9c;
    width: 189px;
    line-height: 54px;
    font-size: 24px;
    color: #626262;
    text-align: center;
}
.c2bg .c2 .content a.ck:hover{border-color:red;color: red;}

/* 用料考究 */

.c3 {
    margin-top: 64px;
    margin-bottom: 60px;
}

.c3 h2 {
    margin-bottom: 60px;
    position: relative;
}

.c3 h2 .zi {
    position: absolute;
    z-index: 1;
    left: 224px;
    font-size: 24px;
    color: #626262;
    line-height: 40px;
    font-weight: normal;
    top: 4px;
}

.c3 .content .list3 {
    margin-bottom: 40px;
}

.c3 .content .list3 li {
    float: left;
    margin-bottom: 20px;
}

.c3 .content .list3 li:nth-child(2) {
    margin-right: 20px;
}

.c3 .content .list3 li a {
    overflow: hidden;
    display: block;
    position: relative;
}

.c3 .content .list3 li a h3{
    position: absolute;
    z-index: 1111;
    left: 64px;
    font-size: 24px;
    color: #fff;
    top: 40px;
}
.c3 .content .list3 li a h3 dd{
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-shadow: 0px 0px 5px #fff;
    text-transform: uppercase;
}

.c3 .content .list3 li a img {
    transition: all .6s;
}

.c3 .content .list3 li:hover a img {
    transform: scale(1.2);
}

.c3 .content .zi2 {
    text-align: center;
    font-weight: 600;
    color: #9a9a9c;
    font-size: 36px;
}

.c3 .content .dh1 {
    background: url(../images/dh.png) 0 17px no-repeat;
    font-size: 24px;
    color: #333333;
    line-height: 44px;
    padding-left: 132px;
    margin-top: 40px;
    margin-left: 342px;
}


/* 勒高汽车 */

.c4 {
    background: #626262;
    position: relative;
    margin-bottom: 128px;
}

.c4 .c4-2 {
    width: 960px;
}

.c4 .c4-1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.c4 .c4-1 .c4-1-1 {
    width: 544px;
}

.c4 .c4-1 .c4-1-1 h2 {
    padding-top: 88px;
    font-size: 36px;
    color: #fff;
    margin-bottom: 12px;
}

.c4 .c4-1 .c4-1-1 h2 span {
    font-size: 24px;
    font-weight: normal;
    padding-left: 28px;
}

.c4 .c4-1 .c4-1-1 dd {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.c4 .c4-1 .c4-1-1 a.ck {
    text-align: center;
    float: right;
    border: 1px solid #fff;
    width: 114px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
}


/* 优质服务 */

.c5 h2 {
    margin-bottom: 102px;
}

.c5 .content .list4 li {
    text-align: center;
    float: left;
    width: 277px;
    height: 398px;
    border: 2px solid #9a9a9c;
    margin-right: 30px;
    padding: 0 17px 0;
    box-sizing: border-box;
    transition: all .6s;
}

.c5 .content .list4 li:hover {
    transform: translateY(-20px);
}

.c5 .content .list4 li:nth-child(4) {
    margin-right: 0;
}

.c5 .content .list4 li:nth-child(3) .a .tu {
    line-height: 87px;
}

.c5 .content .list4 li .a {
    display: block;
    padding-top: 42px;
}

.c5 .content .list4 li .a .tu {
    height: 87px;
}

.c5 .content .list4 li .a h3 {
    padding-top: 38px;
    line-height: 1;
    font-size: 24px;
    color: #000;
}

.c5 .content .list4 li .a h3 dd {
    text-align: left;
    margin-top: 32px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-weight: normal;
}

.c5 .content .list4 li:nth-child(1) {
    background: #9a9a9c;
    padding: 0 37px;
}

.c5 .content .list4 li:nth-child(1) .a .content {
    margin-top: 14px;
}

.c5 .content .list4 li:nth-child(1) .a .content .message1 .ww1 {
    width: 206px;
    margin-bottom: 10px;
}

.c5 .content .list4 li:nth-child(1) .a .content .message1 .ww1 input {
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 206px;
    line-height: 40px;
}

.c5 .content .list4 li:nth-child(1) .a .content .message1 .ww1 input::-webkit-input-placeholder {
    color: #3f3d40;
    font-size: 18px;
    text-indent: 14px;
}

.c5 .content .list4 li:nth-child(1) .a .content .message1 #code {
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
}

.c5 .content .list4 li:nth-child(1) .a .content .message1 #code input {
    padding: 0;
    border: none;
    outline: none;
    width: 78px;
}

.c5 .content .list4 li:nth-child(1) .a .content .message1 .ww2 {
    text-align: center;
}

.c5 .content .list4 li:nth-child(1) .a .content .message1 .ww2 input {
    background: #000000;
    width: 206px;
    line-height: 40px;
    font-size: 24px;
    color: #d9d9d9;
    padding: 0;
    border: none;
    outline: none;
}


/* 新闻资讯 */

.c6 {
    margin-top: 50px;
    margin-bottom: 74px;
}

.c6 h2 {
    margin-bottom: 60px;
    position: relative;
}

.c6 h2 .sort2 {
    position: absolute;
    left: 316px;
    top: 8px;
    z-index: 1;
}

.c6 h2 .sort2 li {
    font-weight: normal;
    float: left;
    font-size: 24px;
    color: #dadada;
}

.c6 h2 .sort2 li:after {
    content: '|';
    padding: 0 22px;
}

.c6 h2 .sort2 li:nth-child(1)::before {
    content: '|';
    padding-right: 22px;
}

.c6 h2 .sort2 li a {
    color: #000;
}

.c6 h2 .sort2 li a:hover {
    color: #989898;
}

.c6 .tu {
    margin-bottom: 65px;
}

.c6 .xw1 li {
    padding-bottom: 24px;
    border-bottom: 1px solid #9a9a9c;
}

.c6 .xw1 li a {
    display: block;
    font-size: 24px;
    color: #000000;
    line-height: 1;
}

.c6 .xw1 li a:hover {
    color: #989898;
}

.c6 .xw1 li a span {
    float: right;
}

.c6 .xw1 li dd {
    margin-top: 18px;
    color: #666;
    font-size: 14px;
    line-height: 27px;
}

.c6 .xw2 li {
    margin-top: 35px;
    width: 565px;
    float: left;
    padding-bottom: 34px;
    border-bottom: 1px solid #9a9a9c;
}

.c6 .xw2 li:nth-child(2n) {
    float: right;
}

.c6 .xw2 li a {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 1;
}

.c6 .xw2 li a:hover {
    color: #989898;
}

.c6 .xw2 li a span {
    float: right;
}

.c6 .xw2 li dd {
    margin-top: 18px;
    color: #666;
    font-size: 14px;
    line-height: 27px;
}

.c6 a.ck {
    margin: 0 auto;
    display: block;
    margin-top: 66px;
    font-size: 16px;
    color: #626262;
    border: 2px solid #626262;
    width: 167px;
    line-height: 56px;
    text-align: center;
}


/* 联系我们 */

.c7bg {
    background: #3f3d40;
    height: 612px;
}

.c7bg .c7 h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 46px;
    border-bottom: 1px solid #808080;
    padding-bottom: 6px;
    margin-bottom: 36px;
}

.c7bg .c7 h2 dd {
    font-size: 18px;
    text-transform: uppercase;
}

.c7bg .c7 .c7-1 {
    padding-left: 20px;
    width: 522px;
}

.c7bg .c7 .c7-1 h3 {
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.c7bg .c7 .c7-1 .content {
    color: #d9d9d9;
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
}

.c7bg .c7 .c7-1 .er {
    margin-top: 12px;
}

.c7bg .c7 .c7-2 {
    width: 582px;
    height: 321px;
    overflow: hidden;
}

r