body,
ul,
li,
p,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
    /*font-weight: normal;*/
    text-decoration: none;
    background: none;
    -webkit-tap-highlight-color: transparent;
    font-family: "Microsoft YaHei", PingFangSC-Regular, sans-serif;
}
/*头部样式*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

html,
body {
    scroll-behavior: smooth;
}

/**
 * For IE 6/7 only
 */
.clearfix {
    *zoom: 1;
}
.header {
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 3%;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0, 1),
        -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
}
.logo {
    width: 150px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.logo:hover {
    opacity: 0.5;
}
.navright {
}
/* .menu {
  width: 33px;
  height: 32px;
  display: none;
  float: left;
  margin: 4px 0 0 34px;
  background: url("../img/menu.png") no-repeat center;
} */
.nav {
    line-height: 42px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav li {
    padding: 0 40px;
    float: left;
    background: url("../img/border.png") no-repeat right center;
}
.nav li:last-child {
    background: none;
}
.nav li a {
    font-size: 16px;
    color: #092a57;
    /*display: block;*/
    line-height: 42px;
    position: relative;
}
.nav li a::after,
.navli li a::after {
    background-color: #df262b;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #df262b;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0, 1),
        -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
}
.nav li a:hover::after,
.navli li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.nav .on::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.lang_on{
    font-weight:bold;
}
.footer {
    background: #092a57;
}
.ewmshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 100px;
}
.ewminfo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* margin-top:134px;
    height:549px; */
    overflow: hidden;
}
.ewminfo:first-child {
    /*border-right: 1px solid #fff;*/
}
.wx {
    width: 50px;
    height: 48px;
    margin: 0 auto;
    background: url("../img/p_index/wx.png") no-repeat center / 100%;
}
.info {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 3px;
}
.ewm {
    width: 139px;
    height: 138px;
    margin: 20px auto 0;
    border-radius: 5px;
}
.ewm img{
    width: 100%;
    border-radius: 5px;
}

.comani,
.code {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: -webkit-transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
    transition: transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
    transition: transform 2s cubic-bezier(0.2, 0.8, 0.7, 1),
        -webkit-transform 2s cubic-bezier(0.2, 0.8, 0.7, 1);
}
.comani:hover,
.code:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wb {
    background: url("../img/p_index/wb.png") no-repeat center / 100%;
}
.navli {
    background: #000;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navli li {
    float: left;
    padding: 30px 40px;
    background: url(../img/bg.png) no-repeat right center;
}
.navli li:last-child {
    background: none;
}
.navli li a {
    font-size: 1vw;
    color: #fff;
    letter-spacing: 5px;
    padding-bottom: 20px;
    position: relative;
}
.copyright, .beian {
    background: #666;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    padding: 5px;
    font-size: 12px;
}

.beian a{
    color:#fff;
}

.brand-wrap {
    text-align: center;
    overflow: hidden;
    padding: 40px;
}
.brand-t {
    display: block;
    margin: 0 auto;
    width: 163px;
}
.brands {
    padding: 10px;
}
.brands .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.brands .inside img {
    margin: 0 20px;
}
.dt {
    display: table;
}
.dtc {
    display: table-cell;
    vertical-align: middle;
}

.swiper_next,
.swiper_prev {
    cursor: pointer;
}

.hamburger_menu {
    display: none;
    width: 19.5px;
    padding: 10px 20px;
    float: right;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.hamburger_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 5px 0;
}
.wrap {
    overflow: hidden;
}
@media screen and (max-width: 1000px) {
    .wrap {
        overflow: hidden;
    }
    * {
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }
    .hamburger_menu {
        display: block;
    }
    .hamburger_menu span {
        display: block;
        width: 100%;
        height: 2px;
        background: #333;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 5px 0;
    }
    .header {
        z-index: 999;
    }
    .navright {
        position: absolute;
        margin-left: 0;
        top: 66px;
        width: 100%;
        height: auto;
        left: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
        z-index: 999;
        /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); */
        background: #fff;
    }
    .navright.active {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
    .hamburger_menu.active span:nth-child(1) {
        -webkit-transform: rotate(45deg) scale(1.3) translate(3px, 2.5px);
        -ms-transform: rotate(45deg) scale(1.3) translate(3px, 2.5px);
        transform: rotate(45deg) scale(1.3) translate(3px, 2.5px);
    }
    .hamburger_menu.active span:nth-child(2) {
        -webkit-transform: rotate(-45deg) scale(1.3) translate(1px, -1px);
        -ms-transform: rotate(-45deg) scale(1.3) translate(1px, -1px);
        transform: rotate(-45deg) scale(1.3) translate(1px, -1px);
    }
    .hamburger_menu.active span:nth-child(3) {
        opacity: 0;
    }
    .nav {
        padding: 20px 0;
    }
    .nav li {
        float: none;
        background: none;
    }
    .logo {
        width: 100px;
    }
    .ewmshow {
        display: block;
        padding: 30px 10px 20px;
    }
    .ewminfo:first-child {
        border-right: 0;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        padding-bottom: 50px;
    }
    .ewminfo:nth-child(2) {
        display: none;
    }
    .navli {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        padding: 15px 0;
        width: 250px;
    }
    .navli li {
        float: none;
        padding: 0;
        height: 30px;
        line-height: 30px;
        width: 33.33333%;
    }
    .navli li:nth-child(3) {
        background: none;
    }
    /* .navli li:nth-child(4),
    .navli li:nth-child(5),
    .navli li:nth-child(6),
    .navli li:nth-child(7) {
        padding: 8px 0;
    } */
    .navli li a {
        font-size: 12px;
        color: #fff;
        letter-spacing: 3px;
        padding-bottom: 0;
        position: relative;
        right: -1px;
    }
    .navli-wrap {
        background: #000;
    }
    .wx {
        width: 30vw;
        height: 30vw;
        margin: 0 2vw;
        background: url(../img/p_index/wx.png) no-repeat center / 100%;
    }
    .info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .ewm {
        width: 27vw;
        height: 28vw;
        margin: 0 2vw;
        border-radius: 5px;
    }
    .ewm img {
        width: 27vw;
        height: 28vw;
        border-radius: 5px;
    }

    .copyright, .beian {
        background: #666;
        text-align: center;
        color: #fff;
        letter-spacing: 0px;
        padding: 10px;
        font-size: 10px;
        font-weight: lighter;
    }

    .beian a{
        color:#fff;
    }
    .nophone {
        display: none;
    }
}
