/* CSS Document */
* {
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-style: normal;
    list-style: none;
}

.fontstyleC {
    font: 14px/1.5 "HYQiHei-50S",simhei,Microsoft Yahei,helvetica,sans-serif;
}

body, html {
    background: #FFF;
    color: #8e8d8d;
    height: 100%;
    font: 14px/1.5 "GEELY Bold", "HYQiHei-50S",simhei,Microsoft Yahei,helvetica,sans-serif;
}

body {
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #202020;
}

    a:link, a:visited, a:active, a:focus, a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6, em, b, label, i, strong, dl, dt, ul, li {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
    padding: 0;
    margin: 0px;
}

button {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline-style: none;
    background-color: transparent;
    -webkit-appearance: none;
}

input, select, textarea {
    border: none;
    outline: none;
    font: 14px/1.5 Arial, "思源黑", "微软雅黑",simhei,Microsoft Yahei,helvetica,sans-serif;
}

    input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], select, textarea {
    }
/*解决 苹果手机给input样式的修饰问题*/
p {
    padding: 0px;
    margin: 0px;
    line-height: 22px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.img100 {
    width: 100%;
}

.loading {
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 9999;
}

    .loading video {
        width: 200px;
        margin-top: 18%; /*偏移*/
    }
/*字体(中文)*/
.zh_font {
    font-family: "思源黑";
}
/*字体(英文+数字)*/
.en_font {
    font-family: "思源黑";
}

.font {
    font-size: 20px;
}

.main {
    text-align: center;
}

.line {
    background: #dfdfdf;
    height: 1px;
    width: 100%;
    max-width: 1150px;
    min-width: 1000px;
}

.index_carlist {
    font-size: 0px;
    position: relative;
    display: flex;
    height: 400px;
    background: url('../images/index_carbg.jpg');
    background-size: 105%;
    background-repeat: no-repeat;
}

    .index_carlist .index_carlist_layer {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin-top: 30px;
    }

        .index_carlist .index_carlist_layer h2 {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 10px;
            color: #202020;
        }

    .index_carlist img {
        width: 100%;
    }
/*公共头部区域 - 开始*/
.header {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
    height: auto;
    font-size: 14px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    position: fixed;
    z-index: 999;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.header2 {
    background: #fff;
}

.headerline {
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    max-width: 1150px;
    width: 85%;
}

.header_left {
    float: left;
    height: 100px;
    line-height: 100px;
    vertical-align: middle; /*width: 350px;*/
    width: 30%;
    text-align: left;
}

    .header_left img {
        vertical-align: middle;
    }

.header_right {
    float: right;
    width: 70%;
    text-align: right;
}

    .header_right ul li:last-child {
        margin-right: 0px;
    }

    .header_right ul li {
        display: inline-block;
        line-height: 100px;
        margin-right: 80px;
        height: 100px;
    }

.logo1 {
    display: block;
}

.logo2 {
    display: none;
}

.header_right ul li.check a, .header_right ul li.check i {
    color: #be332d;
}

.header_right ul li a:hover, .header_right ul li:hover i {
    color: #fff;
}

.header_right ul li i {
    margin-left: 7px;
}

.header_right ul li a {
    color: #8e8d8d;
    font-size: 14px;
}

    .header_right ul li a.check {
        color: #fff;
        font-weight: bold;
    }

.header2 .header_right ul li a {
    color: #333;
    font-size: 14px;
}

    .header2 .header_right ul li a.check {
        color: #000;
        font-weight: bold;
    }

/*公共头部区域 - 开始*/
.banner {
    font-size: 0px;
    position: relative;
}

.bannerbottom {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}

.banner .banner_font {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -140px;
    width: 520px;
    display: none;
}

.animated.banner_font {
    display: block;
}

.banner img {
    width: 100%;
}

.pagearr img {
    width: 97px;
    height: 96px;
}

.pagearr {
    width: 100%;
    position: absolute;
    top: 65%;
    z-index: 1;
    font-size: 15px;
    color: #fff;
    display: none;
}

/*公共底部区域 - 开始*/
.footer {
    width: 100%;
    margin: 0 auto;
    height: auto;
    font-size: 14px;
    text-align: center;
    min-width: 1000px;
    position: relative;
}

    .footer .fimg {
        width: 100%;
    }

.footer_nav {
    height: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.footer .footer_nav .flist {
    float: left;
    width: 15%;
    padding-left: 5%;
    text-align: left;
}

.flist a {
    color: #565656;
}

.footer .footer_nav .flist p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer .footer_nav .flist ul li {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 15px;
    opacity: 0.7;
}

    .footer .footer_nav .flist ul li:last-child {
        margin-bottom: 0px;
    }

.footer .footer_left {
    float: left;
    padding-left: 50px;
    margin-top: 30px;
}

    .footer .footer_left img {
        height: 51px;
    }

.footer .footer_right .footer_contact ul li {
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    opacity: 0.7;
}

.footer .footer_right .footer_contact ul li {
    list-style: none;
    padding: 0 15px;
    border-right: 1px solid #8e8d8d;
}

    .footer .footer_right .footer_contact ul li:first-child {
        padding-left: 0px;
    }

    .footer .footer_right .footer_contact ul li:last-child {
        border: 0px;
    }

.footer .footer_right .footer_contact ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer .footer_right {
    float: left;
    margin-top: 30px;
    padding-left: 30px;
    font-size: 14px;
}

.footer .dbcode {
    position: relative;
}

    .footer .dbcode img {
        position: absolute;
        top: -110px;
        left: -20px;
        width: 100px;
        height: 100px;
        display: none;
    }
/*公共底部区域 - 结束*/

.animatehover {
    overflow: hidden;
    display: block;
}

    .animatehover img {
        -webkit-transform: rotate(0deg) scale(1.01);
        -ms-transform: rotate(0deg) scale(1.01);
        transform: rotate(0deg) scale(1.01);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .animatehover:hover img {
        transform: scale(1.15);
    }

.swiper-button-next, .swiper-button-prev {
    outline: none !important;
}

.animatehover3 {
    display: block;
    position: relative;
    overflow: hidden;
}

    .animatehover3:hover {
        z-index: 99;
    }

    .animatehover3 img {
        -webkit-transform: rotate(0deg) scale(1.01);
        -ms-transform: rotate(0deg) scale(1.01);
        transform: rotate(0deg) scale(1.01);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .animatehover3:hover img {
        position: relative;
        top: 0px;
        left: 0px;
        transform: scale(1.10);
    }

.swiper-slide a {
    width: 100%;
}

.footer .flinkdiv {
    position: absolute;
    bottom: 100px;
    z-index: 1;
    width: 100%;
}

.footer .flink {
    width: 33%;
    display: inline-block;
}

    .footer .flink img {
        width: 250px;
    }

.brandbg {
    background: url(../images/bg2.jpg);
    background-size: 100%;
    background-position: 0px 350px;
}

.brand {
    background: #10141D;
    margin-top: -10px;
}

.brandtitle {
    color: #00b5ff;
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.branddesc {
    color: #fff;
    width: 60%;
    margin-bottom: 60px;
    line-height: 26px;
}

.brandbanner img {
    width: 100%;
}

.brandsp {
    width: 85%;
    margin-top: 80px;
}

    .brandsp > div {
        width: 33%;
    }

    .brandsp p {
        display: inline-block;
        width: 28%;
        text-align: center;
        margin: 0 auto;
        padding: 0px;
        margin-left: 2%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 30px;
    }

        .brandsp p span {
            position: absolute;
            bottom: 20px;
            display: block;
            text-align: left;
            width: 100%;
            color: #fff;
            left: 50px;
        }

        .brandsp p img {
            width: 100%
        }

            .brandsp p img.x {
                width: 100%;
                position: absolute;
                top: 0px;
                transition: opacity 1s ease-in-out;
                left: 0px;
            }

            .brandsp p img.y {
                width: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                opacity: 0.5;
                transition: opacity 1s ease-in-out;
                display: none;
            }

.about_line {
    width: 100%
}

.brandbtn a {
    position: relative;
    display: block;
    width: 170px;
}

.brandbtn img {
    width: 170px;
    line-height: 30px;
    height: 30px;
}

.brandbtn p {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 3px;
}

.abouttitle {
    color: #00b5ff;
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.aboutinfos {
    width: 85%;
    display: flex;
    align-items: center;
    padding-top: 30px;
    display: none;
}

.aboutleft {
    display: inline-block;
    width: 50%;
}

    .aboutleft img {
        width: 100%;
    }

.aboutright {
    display: inline-block;
    width: 50%;
}

    .aboutright p {
        line-height: 27px;
        color: #fff;
        text-align: left;
        padding-left: 50px;
        margin-bottom: 10px;
    }

    .aboutright ul li {
        color: #fff;
        text-align: left;
        padding-left: 50px;
        margin-bottom: 10px;
        position: relative;
        line-height: 27px;
    }

.aboutinfo ul li:before {
    content: "●";
    color: #00b5ff;
    margin-right: 15px;
    zoom: 0.4;
    position: absolute;
    left: 75px;
    top: -2px;
}

.aboutline {
    width: 85%;
    margin-top: 50px;
    padding-bottom: 100px;
    position: relative;
    display: flex;
}

.aboutlineimg {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 5px;
}

.aboutlines {
    width: 20%;
    text-align: center;
}

    .aboutlines img {
        width: 15px;
        margin-top: -5px;
        opacity: 0;
    }

    .aboutlines span {
        margin-top: 0px;
        display: block;
        text-align: center;
        cursor: pointer;
    }

    .aboutlines.check {
        color: #fff;
    }

        .aboutlines.check img {
            opacity: 1;
        }

.carlist {
    background: url(../images/bg1.jpg) #0f131c;
    background-size: 100%;
    margin-top: -10px;
}

.carlist_nav {
    text-align: left;
    width: 85%;
}

.btn_carinfo {
    display: inline-block;
    margin-right: 50px;
    text-align: center;
}

    .btn_carinfo img {
        height: 80px;
        opacity: 0.3;
    }

    .btn_carinfo.check img {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    .btn_carinfo span {
        color: #fff;
        text-align: center;
        display: inline-block;
        opacity: 0.7;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 3px solid transparent;
        font-size: 16px;
    }

    .btn_carinfo.check span {
        opacity: 1;
        border-bottom: 3px solid #fff;
    }

.carlist_title {
    padding-top: 30px;
    padding-bottom: 40px;
    color: #fff;
}

    .carlist_title a {
        color: #8e8d8d;
        display: inline-block;
        margin-right: 35px;
        font-size: 14px;
    }

        .carlist_title a.check {
            color: #fff;
            font-weight: bold;
        }

.group {
    display: none;
}

.group1 {
    display: block;
}

.carlistinfos {
    padding-left: 7.5%;
    overflow: hidden;
    display: none;
    opacity: 0;
}

.carlistfont {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .carlistfont .ctitle {
        color: #fff;
        text-align: left;
        font-size: 16px;
    }

        .carlistfont .ctitle:after {
            content: "";
            height: 1px;
            width: 20px;
            background-color: #00b5ff;
            display: block;
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .carlistfont .cinfo {
        color: #8e8d8d;
        text-align: left;
    }

    .carlistfont div {
        width: 25%;
        display: inline-block;
    }

.carlistfont2 div {
    width: 33.33%;
}

.carlistpic {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.carlistpicleft span {
    color: #fff;
    font-size: 30px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.carlistpicleft p {
    color: #00b5ff;
    font-size: 30px;
    text-align: left;
}

.carlistpicleft {
}

.carlistpicleft {
    width: 33%;
}


.carlistpicright, .carlistpicright2 {
    width: 40%;
    text-align: right;
    position: relative;
}

.carlistpicright3 {
    text-align: left;
    margin-left: -50px;
}

    .carlistpicright3 img {
        height: 320px;
        margin-left: 0px;
    }

.carlistpicright img, .carlistpicright2 img {
    width: 100%;
    margin-left: 25%;
}

.carlistpicright2 img {
    opacity: 0.3;
    cursor: pointer;
}

.carlistinfo {
    margin-top: 30px;
}
