@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "peugeot";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/PeugeotNew-Regular.woff) format("woff");
}

@font-face {
    font-family: "思源黑体";
    src: url(../fonts/SourceHanSansCN-Bold-Alphabetic.woff) format('woff'), url(../fonts/SourceHanSansCN-Bold-Alphabetic.woff2) format('woff2'), url(../fonts/SourceHanSansCN-Bold-Alphabetic.eot) format('eot');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {  
    font-family: 'PeugeotNew-Regular';  
    src: url('../fonts/PeugeotNew-Regular.otf') format('opentype');  
}
body{
    font-family: 'PeugeotNew-Regular', sans-serif;
}
   

body {
    margin: 0;
    padding: 0;
    font-family: 'PeugeotNew-Regular', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'PeugeotNew-Regular', sans-serif;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
    width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

h3 {
    font-weight: normal;
}

h4 {
    font-size: 14px;
    color: #000;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.hidden {
    overflow: hidden;
}

.phone {
    display: none;
}

.bor_b {
    border-bottom: solid 1px #dadada;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.wrap_box {
    max-width: 2560px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.content {
    width: 82%;
    margin: 0 auto;
}

.blue {
    color: #00aef0;
}

.white {
    color: #fff;
}


/* .banner_pic {
    max-height: 100vh;
    object-fit: cover;
} */

.banner_box {
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    height: 100%;
}

.banner_con {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.banner_txt1 {
    width: 34.96503497%;
    padding: 0 0 2%;
    color: #fff;
}

.banner_txt1 h3 {
    font-size: 18px;
}

.banner_txt1 p {
    font-size: 24px;
    margin: 2% 0 0;
}

.banner_more1 {
    width: 1.46rem;
}

.index_more1 {
    width: 310px;
    height: 50px;
    bottom: 8%;
    right: 8%;
    z-index: 3;
}

.phone_top {
    display: none;
}

.down {
    width: 100%;
    left: 0;
    bottom: 3%;
    cursor: pointer;
    z-index: 9999;
}

.down img {
    width: 28px;
    animation-name: bounceAlpha;
    animation-duration: 1.8s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateY(-40px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

.more {
    background: #00a3e0;
    color: #fff;
    font-size: 16px;
    line-height: 3.25;
    transition: all 0.3s;
}

.more a {
    display: block;
}

.more:hover {
    background: #000;
}

.more1 {
    width: 146px;
}

.header {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    top: 0;
    height: 170px;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0.3s;
}

.header .logo {
    width: 121px;
    transition: all 0.3s ease-in-out 0.3s;
}

.header .small_logo {
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.3s;
    width: 100%;
    height: 100%;
}

.header .big_logo {
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0.3s;
    width: 100%;
    height: 100%;
}

.header .content {
    transition: left 0.3s ease-out;
    height: 100%;
}

.logo_wrap {
    transition: transform 0.3s ease-in-out 0.3s;
    display: flex;
    flex: 0 0 auto;
    text-align: center;
    align-self: center;
    align-items: center;
}

.logo {
    display: inline-block;
    width: 121px;
    height: 102px;
    transition: all 0.3s ease-in-out 0.3s;
}

.logo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 0.3s ease-in-out 0.3s;
}

.header1 {
    background: #000;
    top: 0;
    height: 64px;
    transition: all 0.3s ease-in-out;
}

.header1 .nav_box {
    border-bottom: none;
}

.header1 .logo_inner {
    height: 60px;
}

.header1 .logo {
    width: 40px;
    height: 36px;
}

.header1 .big_logo {
    opacity: 0;
}

.header1 .small_logo {
    opacity: 1;
}

.nav_box {
    width: calc(100% - 141px - 60px);
    border-bottom: solid 1px #fff;
    height: 65px;
}

.nav_list {
    width: 100%;
}

.right_nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
.nav_list>li {
    margin-right: 5%;
    font-size: 16px;
    color: #fff;
    float: left;
    line-height: 60px;
    border-bottom: solid 4px transparent;
    font-weight: bold;
}

.nav_list>li:hover {
    color: #00a3e0;
    border-bottom: solid 4px #00a3e0;
}


/* .nav_list>li.active {
    border-bottom: solid 4px #00a3e0;
} */

.link {
    width: 220px;
    justify-content: flex-end;
}

.link li {
    float: left;
    margin-left: 10px;
    position: relative;
}

.code {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -30px;
    top: 40px;
    display: none;
}

.wechat:hover .code {
    display: block;
}

.type_box {
    width: 100%;
    background: #fff;
    top: 60px;
    left: 0;
    z-index: 9;
    display: none;
}

.close {
    width: 27px;
    left: 47px;
    top: 44px;
    cursor: pointer;
}

.type {
    width: 77.08333333%;
    margin: 0 auto;
}

.subnav {
    width: 50%;
    padding: 35px 0 0;
    float: left;
}

.subnav_list {
    width: 50%;
    line-height: 36px;
}

.subnav_list li {
    margin-bottom: 40px;
}

.subnav_list h4 {
    font-size: 14px;
    color: #000;
}

.subnav_list p a {
    display: block;
    color: #787b80;
}

.subnav_list p a::after {
    width: 10px;
    height: 10px;
    /* content: url(../images/nar2.png); */
    margin-left: 20px;
    display: none;
}

.subnav_list p a:hover::after {
    display: inline-block;
}

.type_pic {
    width: 28.10810811%;
}

.type_pic img {
    height: 785px;
    width: 100%;
    object-fit: cover;
}

.type_link {
    width: 15.40540541%;
    line-height: 28px;
    padding: 50px 0 0;
}

.type_link li {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.type_link li p {
    color: #787b80;
}

.type_link li::after {
    width: 144px;
    height: 2px;
    background: #d8d8d8;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    display: block;
}

.type_link li:last-child::after {
    display: none;
}

.type_more {
    width: 228px;
    height: 47px;
    background: #bfdd0b;
    line-height: 47px;
    margin: 40px 0 0;
}

.type_more1 {
    background: #00a3e0;
    color: #fff;
}

.subnav_pic_box {
    width: 100%;
}

.subnav_pic {
    line-height: 110px;
    padding-left: 50%;
}

.subnav_pic_list {
    overflow-y: scroll;
    height: 675px;
}

.subnav_pic_list li {
    width: 25%;
    float: left;
    text-align: center;
}

.subnav_pic_list li p {
    font-size: 16px;
    color: #141414;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.subnav_pic_list::-webkit-scrollbar {
    width: 5px;
}

.subnav_pic_list::-webkit-scrollbar-thumb {
    background-color: #00a3e0;
    border: 0;
}

.subnav_pic_list::-webkit-scrollbar-track {
    border-right: 2pxm solid #fff;
    border-left: 2px solid #fff;
    background-color: #adaeb2;
}

.side_nar {
    display: none;
}

.tit {
    font-size: 30px;
    padding: 5% 0;
}

.hot {
    width: 74%;
    margin: 0 auto;
    padding-bottom: 3%;
}

.hot li {
    width: 32.28%;
    float: left;
    /* margin: 0 0.5%; */
    text-align: center;
}

.hot li h2 {
    font-size: 20px;
    padding: 3% 0;
}

.hot li p {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.hot li p img {
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.more1 {
    width: 310px;
    margin: 5% auto 0;
    font-size: 15px;
}

.bgb {
    background: #000000;
}

.pro_list:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.pro_list_wrap {
    width: 42.1875%;
    padding: 0 7%;
}

.pro_list_tit {
    font-size: 20px;
    line-height: 4;
    margin: -4% 0 0;
}

.pro_list_tit.active {
    font-weight: bold;
    border-bottom: solid 4px #00a3e0;
    display: inline-block;
}

.pro_list_txt {
    font-size: 16px;
    margin: 4% 0 3%;
    line-height: 26px;
    min-height: 140px;
}

.more2 {
    margin: 0;
}

.pro_list_con {
    margin-top: 2%;
}

.pro_list_con .button_wrap {
    width: 100px;
    height: 16px;
    top: -40px;
    left: 0;
}

.pro_list_con .swiper-button-prev,
.pro_list_con .swiper-button-next {
    width: 10px;
    height: 16px;
    margin-top: 0;
    top: 0;
    z-index: 999;
}

.pro_list_con .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a3a5a9'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 16px;
    left: 0;
}

.pro_list_con .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a3a5a9'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 16px;
    right: 0;
}

.pro_list_con .swiper-pagination-fraction {
    bottom: auto;
    top: -46px;
    text-align: left;
    padding-left: 32px;
    color: #00a3e0;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
}

.pro_list_pic {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_list_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pro_list_pic .swiper-button-prev,
.pro_list_pic .swiper-button-next {
    width: 16px;
    height: 28px;
    margin-top: -14px;
}

.pro_list_pic .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 16px 28px;
    left: 5%;
}

.pro_list_pic .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: 16px 28px;
    right: 5%;
}

.pro_list_tab li {
    font-size: 20px;
    margin-right: 6%;
    line-height: 4;
    cursor: pointer;
}

.pro_list_tab li.active {
    font-weight: bold;
    /*border-bottom: solid 4px #00a3e0;*/
}

.en {
    color: #999;
}

.footer_bg {
    background: #000;
}

.footer_top li {
    width: 25%;
    border-bottom: solid 1px #aeadb2;
    border-right: solid 1px #aeadb2;
    text-align: center;
    padding: 3% 0;
    float: left;
    font-size: 16px;
    color: #fff;
}

.footer_top li:nth-child(4n+4) {
    border-right: none;
}

.footer_top li img {
    width: 22px;
    margin-right: 3%;
}

.footer_list {
    padding: 3% 0 2% 3%;
}

.footer_list li {
    width: 25%;
    float: left;
    font-family: "peugeot";
}

.footer_list li h3 {
    font-size: 16px;
    color: #fff;
}

.footer_list li p {
    font-size: 14px;
    margin: 3% 0 0;
    color: #cacaca;
}

.footer_list li p a {
    display: block;
    font-family: "peugeot";
}

.footer_logo {
    width: 196px;
    margin: 0 auto 2%;
}

.copyright {
    padding: 0.5% 0;
    color: #fff;
}

.share {
    width: 230px;
    right: 0;
    bottom: 20%;
}

.share li {
    float: left;
}

.share li img {
    width: 25px;
    margin-left: 30px;
}

.share h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: "peugeot";
    padding: 0 6% 10% 0;
}

.banner_txt2 h3 {
    font-family: "peugeot";
}

.banner_txt2 p {
    font-size: 19px;
}

.banner_txt2 h4 {
    font-size: 24px;
    color: #fff;
    font-family: "peugeot";
}

.video {
    width: 100%;
}

.video_con {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 9;
}

.video_txt {
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 10;
    padding: 20% 0 0;
}

.video_txt h3 {
    color: #fff;
    font-size: 32px;
}

.video_txt h3 span {
    font-family: "peugeot";
}

.play_btn {
    width: 60px;
    height: 55px;
    margin: 3% auto 0;
    z-index: 10;
    display: none;
}

.play_more {
    display: none;
}


/* .play_btn img {
    position: absolute;
    left: 0;
    top: 0;
} */


/* .stop_btn {
    display: none;
} */

.met_box {
    width: 93.75%;
    margin: 0 auto;
    padding-bottom: 3%;
}

.met_tit {
    color: #000;
    font-size: 25px;
    padding: 3% 0;
}

.met li {
    width: 31.94444444%;
    float: left;
    margin-right: 1.35%;
}

.met_list_tit {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    padding: 5% 0 0 2%;
}

.met_list_con {
    color: #888a8f;
    line-height: 1.5;
    padding: 2% 0 0 2%;
}

.met_list:nth-of-type(even) {
    flex-direction: row-reverse;
}

.met_list .pro_list_txt {
    color: #666;
}

.more3 {
    font-size: 14px;
    color: #7a7a7a;
    cursor: pointer;
}

.more3 img {
    width: 38px;
    margin-left: 10px;
}

.net_list_tab {
    width: 240px;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

.net_list_tab .pro_list_tab1 {
    justify-content: center;
    color: #fff;
}

.net_list_tab .pro_list_tab1::after {
    width: 100%;
    height: 1px;
    background: #bac0c4;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 1px;
    z-index: -1;
}

.net_list_tab .pro_list_tab1 li {
    margin-right: 0;
}

.net_list_tab .pro_list_tab1 li span {
    font-size: 16px;
}

.net_list_tab .pro_list_tab1 li:first-child {
    margin-right: 29%;
}

.net_list_tab .pro_list_tab1 li:hover {
    font-weight: bold;
    border-bottom: solid 4px #00a3e0;
}

.met {
    margin: 3% 0 0;
}

.classify_bg {
    width: 100%;
    background: #fff;
    height: 80px;
    position: static;
}

.classify {
    font-size: 18px;
    line-height: 80px;
}

.classify span {
    font-family: "peugeot";
}

.classify a {
    margin-left: 2%;
    position: relative;
}

.classify a.active {
    font-weight: bold;
}

.classify_txt {
    color: #666;
    width: 59.98723676%;
    margin: 4% 0 3%;
}

.more4 img {
    width: 23px;
}

.banner_tit {
    font-size: 32px;
    color: #fff;
    padding: 40% 0 0;
}

.news_box {
    width: 90.10416667%;
    margin: 0 auto;
}

.news_type {
    padding: 3% 0;
}

.news_type span {
    font-size: 18px;
    line-height: 2.5;
    margin-right: 3%;
    display: inline-block;
    cursor: pointer;
    font-family: "peugeot";
}

.news_type span.active {
    border-bottom: solid 5px #00a3e0;
}

.news_type span:hover {
    border-bottom: solid 5px #00a3e0;
}

.news_tit {
    color: #000;
    font-size: 30px;
    font-family: "peugeot";
}

.news_list {
    padding: 0 0 3%;
}

.news_list ul {
    margin: 3% 0 0;
}

.news_list li {
    width: 31.84971098%;
    float: left;
    margin-right: 1.5%;
    text-align: center;
    margin-bottom: 3%;
}

.news_list li img {
    /*height: 466px;*/
}

.news_list li:nth-child(3n+3) {
    margin-right: 0;
}

.news_list_tit {
    font-size: 16px;
    color: #666;
    padding: 3% 0;
}

.news_more {
    width: 310px;
    margin: 0 auto;
}

.video_list_btn {
    background: url(../images/btn.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_box {
    padding: 3% 0;
}

.contact {
    border-bottom: solid 1px;
}

.contact_tit {
    font-size: 22px;
    padding: 2% 0 0;
}

.contact_tit b {
    color: #00a3e0;
    font-family: Arial;
}

.contact_left {
    width: 57.88130185%;
    border-right: solid 1px #dadada;
    padding-right: 3%;
    padding-bottom: 5%;
}

.form_tit {
    font-size: 16px;
    color: #666;
    padding: 3% 0 0;
}

.weizhi {
    display: flex;
    padding: 1.5% 20px 0;
}

.weizhi label {
    margin-right: 3%;
    color: #666666;
    font-size: 16px;
}

.weizhi label input {
    vertical-align: middle;
    margin-right: 5px;
}

.blue {
    color: #00a3e0;
}

.user {
    width: 312px;
    height: 40px;
    border: solid 1px #dadada;
    background: #fcfcfc;
    padding: 0 2%;
}

.form_list {
    margin-right: 9%;
}

.form_input {
    padding: 2% 0 0;
}

.contact_right {
    width: 38.92788768%;
}

.wel {
    color: #666666;
    font-size: 16px;
    padding: 3% 0;
}

.mes_txt {
    width: 100%;
    height: 320px;
    border: solid 1px #dadada;
    padding: 2% 2%;
    font: inherit;
}

.upload {
    margin: 3% 0 0;
    height: 42px;
}

.upload_input {
    height: 42px;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
}

.upload_box {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: 42px;
}

.upload_btn {
    width: 190px;
    background: #b4b4b4;
    color: #fff;
}

.file_name {
    color: #a9a9a9;
    margin-left: 2%;
}

.upload_tip {
    color: #a9a9a9;
    margin: 3% 0 0;
}

.contact_bg {
    background: url(../images/contact_bg.jpg) no-repeat center top;
    background-size: cover;
    background-color: #0099b9;
    padding: 4% 0;
}

.contact_text {
    justify-content: center;
    color: #fff;
}
.contact_top{
    display: flex;
    width: 660px;
}
.contact_tel {
    width: 120px;
    margin-right: 8%;
}

.contact_txt h3 {
    font-size: 24px;
}

.contact_txt h2 {
    font-size: 60px;
    font-weight: 600 !important;
}

.contact_txt p {
    border-top: solid 1px #6ac5d9;
    padding: 4% 0 0;
}

.sub_tit {
    font-size: 24px;
}

.history_bg {
    width: 100%;
    background: #fff;
    /* height: 60px; */
    position: static;
}

.history_txt {
    color: #666666;
    padding: 2% 0;
}

.history_classify {
    line-height: 60px;
}

.history_classify a {
    margin-left: 3%;
}

.history_classify a.active {
    font-weight: bold;
    border-bottom: solid 3px #00a3e0;
}

.history_list_wrap {
    width: 50%;
    padding: 0 11% 0 6%;
}

.history_list_tit {
    font-size: 20px;
}

.history_list_txt {
    color: #666;
    margin: 4% 0 0;
}

.met_list:nth-of-type(odd) .history_list_tit {
    text-align: right;
}

.met_list:nth-of-type(odd) .sub_history_list_tit {
    text-align: right;
}

.history_list_con .more1 {
    margin: 5% 0 0;
}

.xx_box {
    padding: 3% 0 0;
}

.xx_tit {
    color: #000;
    font-size: 30px;
    padding: 0 0 3%;
}

.xx_con {
    color: #797979;
    font-size: 15px;
    line-height: 2;
    padding-bottom: 3%;
}

.xx_con img {
    width: auto;
}

.alone {
    background: #000000;
    position: static;
}

.alone_tit_box {
    padding: 3% 2%;
}

.alone_tit {
    font-size: 26px;
    padding-bottom: 1%;
}

.alone_tips {
    color: #666;
}

.alone_list {
    margin-bottom: 3%;
}

.alone_list li {
    width: 49.44444444%;
}

.alone_con {
    padding: 4% 3% 0;
}

.alone_tit {
    font-size: 26px;
}

.alone_txt {
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 2%;
}

.alone_list .swiper-pagination {
    display: none;
}

.map_bg {
    background: #fbfbfb;
}

.dealer {
    font-size: 30px;
    padding: 3% 0;
}

.search_box {
    width: 295px;
    height: 46px;
    border: solid 2px #b8b9bc;
    padding: 0 12px;
    color: #adadad;
    margin-right: 10px;
}

.search {
    width: 296px;
    height: 42px;
    border: none;
    background: none;
    font-size: 16px;
}

.dw {
    border: solid 2px #b8b9bc;
    width: 46px;
    height: 46px;
}

.dw img {
    width: 27px;
    vertical-align: middle;
    margin: 7px 0 0;
}

.map_con {
    width: 72.66666667%;
}

.map {
    height: 542px;
}

.map_box {
    margin: 3% 0 0;
}

.address {
    /*width: 100%;*/
    /*border: solid 1px #dcdcdc;*/
    /*background: #fff;*/
    /*padding: 2% 2% 0;*/
    /*height: 542px;*/

    margin: 0 auto ;
    max-width: 1176px;
}
.address-list{
    display: flex;
    flex-wrap: wrap;
    
}

.address li {
    background: #fff;
    border-radius: 12px;
    height: 190px;
    margin: 10px;
    overflow: hidden;
    width: 568px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address li h3 {
    padding-left: 37px;
    color: #252525;
    font-size: 17px;
    margin-bottom: 3%;
}

.address li h3 img {
    width: 24px;
    margin-right: 12px;
}

.address li p {
    padding-left: 37px;
    color: #797979;
    font-size: 15px;
}

.header2 {
    height: 64px;
}

.header2 .big_logo {
    opacity: 0;
}

.header2 .logo {
    width: 40px;
    height: 35px;
}

.header2 .small_logo {
    opacity: 1;
}

.direction_type a {
    color: #2f2f30;
    font-size: 16px;
    margin-right: 3%;
}

.direction_type a.active {
    font-weight: bold;
}

.download {
    width: 87.77777778%;
    margin: 0 auto;
    padding: 3% 0 0;
}

.download li {
    margin-bottom: 20px;
}

.download_tit {
    color: #141414;
    font-size: 16px;
    text-decoration: underline;
}

.download_btn {
    width: 140px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #00a3e0;
}


.peizhi_box {
    width: 84.5%;
    margin: 0 auto;
}

.peizhi_type {
    width: 84.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: static;
}

.peizhi_type div {
    width: 25%;
    display: inline-block;
    color: #8c8c8c;
    border-right: solid 1px #ffffff;
    border-bottom: solid 2px #adaeb2;
    background: #ececee;
    line-height: 2.7;
    padding-left: 3%;
}

.peizhi_type div.active {
    background: #00a3e0;
    color: #fff;
}

.sticky1 {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 74.73958333%;
}

.peizhi_con {
    margin: 3% 0 0;
}

.peizhi_pic {
    width: 67.59581882%;
}

.peizhi_pic .swiper-pagination {
    width: auto;
    right: 0;
    margin: 0 auto;
}

.peizhi_pic .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #787b80;
}

.peizhi_pic .swiper-pagination-bullet-active {
    background: #00a3e0;
}

.peizhi_pic .swiper-button-next,
.peizhi_pic .swiper-button-prev {
    width: 31px;
    height: 29px;
    bottom: 10px;
    top: auto;
    margin: 0;
}

.peizhi_pic .swiper-button-next {
    background: url(../images/next.png) no-repeat;
    background-size: 100%;
    right: 30%;
}

.peizhi_pic .swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
    background-size: 100%;
    left: 30%;
}

.peizhi_txt {
    width: 25.78397213%;
    line-height: 2.25;
    /*padding: 10% 0 0;*/
}

.peizhi_con_box {
    width: 95.81881533%;
    margin: 0 auto;
    padding-bottom: 2%;
}

.go_box {
    padding: 1% 0;
}

.go {
    width: 110px;
    height: 48px;
    background: #00a3e0;
    line-height: 48px;
    color: #fff;
}

.peizhi_text {
    padding: 3% 0 0;
}

.peizhi_text h2 {
    color: #000000;
    font-size: 26px;
}

.peizhi_text_con {
    color: #7e7e7e;
    margin-bottom: 2%;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.scope_tit {
    font-size: 30px;
    padding: 3% 0 1%;
}

.scope_box {
    width: 95%;
    margin: 0 auto;
}

.sub_scope_tit {
    font-size: 20px;
    padding: 1% 0;
}

.scope_type li {
    margin-right: 3%;
    cursor: pointer;
}

.scope_type li p {
    font-family: peugeot;
    color: #2f2f30;
    line-height: 2.5;
}

.scope_type li .select {
    width: 43px;
    height: 19px;
    background: url(../images/select.png) no-repeat;
    background-size: 100%;
}

.scope_type li.on .select {
    background: url(../images/select2.png) no-repeat;
    background-size: 100%;
}

.scope_list {
    margin: 2% 0 0;
    background: #f7f7f7;
}

.scope_list li {
    float: left;
}


/* .scope_list_pic img {
    height: 300px;
} */

.scope_small_list {
    width: 25%;
    text-align: center;
    /* margin-bottom: 2%; */
}

.scope_small_list a {
    display: block;
}

.scope_small_list:hover a .scope_list_tit {
    color: #00a3e0;
}

.scope_list_tit {
    font-family: peugeot;
    color: #141414;
    font-size: 16px;
     white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nar4 {
    padding: 4% 0;
    cursor: pointer;
    border-bottom: solid 4px transparent;
}

.nar4 img {
    width: 21px;
}

.nar4:hover {
    border-bottom: solid 4px #00a3e0;
}

.nar4.active {
    border-bottom: solid 4px #00a3e0;
}

.scope_big {
    width: 100%;
    /* background: #f8f8f8; */
    padding: 0 5%;
    display: none;
    border-top: solid 1px #cac6c5;
    background: #fff;
}

.scope_big_pic {
    width: 44.6%;
}

.scope_big_con {
    width: 60%;
}

.scope_big h3 {
    color: #141414;
    font-size: 22px;
    margin-top: 2%;
    font-family: peugeot;
}

.buy_btn {
    width: 151px;
    height: 47px;
    background: #00a3e0;
    color: #fff;
    line-height: 47px;
    margin-right: 8%;
}

.buy_btn img {
    width: 34px;
    margin-right: 10px;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.pop {
    width: 52%;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5% 1.5% 1%;
    z-index: 9999;
}

.pop li {
    width: 49.5%;
    margin-bottom: 1%;
}

.pop_close {
    font-size: 47px;
    font-weight: lighter;
    right: 60px;
    top: 38px;
    color: #000;
    cursor: pointer;
}

.pop_close:hover {
    color: #00a3e0;
}

.scope_big .sub_tit {
    color: #787b80;
    font-family: "peugeot";
    font-size: 16px;
    margin: 2% 0 4%;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.jia {
    width: 38px;
    height: 38px;
    border: solid 1px #7b7b7d;
    line-height: 35px;
    display: inline-block;
    font-size: 24px;
    color: #7b7b7d;
    margin-left: 10px;
}

.big_pop {
    display: none;
    padding: 3% 0 5%;
    position: relative;
}

.big_pop_con {
    width: 75%;
    margin: 0 auto;
}

.big_pop_tit {
    font-size: 26px;
    color: #000;
    padding-left: 1%;
}

.big_pop_list {
    margin: 2% 0 0;
}

.big_pop_list li {
    width: 50%;
    padding: 0 1%;
    margin-bottom: 2%;
}

.big_pop_list li h3 {
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 3% 0 0;
}

.big_pop_txt {
    width: 96%;
    margin: 1% auto 0;
    color: #787b80;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.met_list_box:nth-of-type(even) .met_list {
    flex-direction: row-reverse;
}


/* 留言 */

.message_box {
    padding: 5% 0;
}

.red {
    color: #fd0303;
    margin-right: 10px;
}

.mes_box {
    width: 48.2%;
    color: #666;
    font-size: 16px;
}

.message_box .layui-form-radio {
    display: none
}

.message_box.layui-form input[type=radio] {
    display: inline-block;
}

.mes_tit {
    padding: 3% 0;
}

.mes_tit em {
    color: #afafaf;
}

.m_mes_txt {
    width: 100%;
    border: solid 1px #dadada;
    height: 42px;
    line-height: 43px;
    padding: 0 15px;
    background: #fcfcfc;
}

.sex {
    padding-bottom: 2.5%;
}

.sex label {
    margin-right: 25px;
}

.sex label input {
    margin-right: 10px;
}

.mes_txt1 {
    -webkit-appearance: none;
    background: url(../images/nar4.png) no-repeat right 10px center #fcfcfc;
    background-size: 15px;
}

.mes_con .layui-input {
    border: solid 1px #dadada;
    height: 42px;
    line-height: 43px;
    padding: 0 15px;
    background: #fcfcfc;
}

.upload_box {
    margin: 3% 0 0;
}

.upload_pic {
    width: 28.9%;
    height: 183px;
}

.upload_list {
    margin: 0 2% 0 0;
    width: 28.9%;
}

.upload_list img {
    width: 100%;
    height: 183px;
}

.upload_close {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 100%;
    right: -10px;
    top: -10px;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

.radio_box {
    padding: 0 0 0 3%;
}

.m_mes_txt1 {
    height: 90px;
    line-height: 1.5;
    padding: 2% 15px;
}

/*.history_list_wrap_right{*/
/*    padding-left: 0;*/
/*}*/

/*.history_list_wrap_left{*/
/*     padding-right: 0;*/
/*}*/

