* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}


ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}
.mar15{
    margin-top: 15px;
}
.mobe {
    font-size: 13.33333333vw;
}

body {
    font-size: 22px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    
}

.mobe .mymobe {
    font-size: .24rem;
}

body {
    font-family: '微软雅黑', 'Heiti SC';
    max-width: 1920px;
    margin: 0 auto;
}

.mypc .mar50 {
    margin-top: 50px;
}

p {
    line-height: 1.6;
}

.mymobe .mar50 {
    margin-top: 15px;
}

.mypc .mar20 {
    margin-top: 20px;
}

.mymobe .mar20 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}

.mymobe .mar30 {
    margin-top: 15px;
}
.mypc .topnavcon{
    width: 100%;
    height: 80px;
    background: #f3f3f3;
}
.mymobe .topnavcon{
    width: 100%;
    height: .6rem;
    background: #f3f3f3;
}
.nav-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mypc .nav-con{
    height: 80px;
}
.mymobe .nav-con{
    height: .6rem;
}
.nav-con a{
    display: block;
    width: 1px;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    color: #000 !important;
    text-decoration: none !important;
    position: relative;
}
.mypc .nav-con a{
    font-size: 28px;
}
.mymobe .nav-con a{
    font-size: .28rem;
}
.mypc .nav-con a:hover::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #df2119;
    left: 0;
    bottom: 0;
}
.mymobe .imgt{
    width: 40%;
}
.imgv{
    cursor: pointer;
}
.mypc .modal-dialog.modal-v {
    width: 830px;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.footer {
    padding: 15px;
    text-align: center;
    color: white;
    background: #333333;
}
.swiper-slide{
    border-top: 2px #a41d32 solid;
    background: #f3f3f3;
}
.mypc .swiper-slide{
    padding: 40px;
}
.mymobe .swiper-slide{
    padding: .2rem;
}
.mypc .spt{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.mymobe .spt{
    text-align: center;
    font-size: .26rem;
    font-weight: bold;
}
.mypc .spdec{
    font-size: 20px;
}
.pagenation-item{
    position: relative;
    background: #f3f3f3;
    height: 40px;
}
.swiper-pagination-bullet{
    width: 60px;
    height: 12px;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background: linear-gradient(to right,#581753,#e22118);
}
.mymobe .swiper-slide{
    padding-bottom: .6rem;
}

.mypc .down-item{
    display: flex;
    justify-content: space-between;
}
.mypc .down-item img{
    width: 560px;
    cursor: pointer;
}
.mymobe .down-item img{
    display: block;
    width: 100%;
    margin-top: 15px;
}
.mypc .contact-con{
    padding: 50px 0;
    background: #e7e7e7;
}
.mypc .kn{
    display: flex;
    justify-content: space-between;
}
.mymobe .kn{
    display: block;
}
.kn img{
    display: block;
    width: 48%;
   
    
}
.mymobe .kn img{
    width: 100%;
    margin-bottom: 15px;
}
.mymobe .contact-con{
    padding: 15px 0;
    background: #e7e7e7;
}
.mypc .conp{
    font-size: 18px;
    width: 780px;
}
.mymobe .qcode{
    width: 35%;
}
.fp {
    display: flex;
    border: 1px #e7e8e8 solid;
    border-radius: 5px;
    margin-bottom: 0;
    align-items: center;
    overflow: hidden;
}
.fp input {
    display: block;
    flex: 1;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    border: none;
    outline: none;
    background: white;
}
.mymobe .fp input{
    height: 30px;
    line-height: 30px;
}
.fp span{
    display: block;
    height: 45px;
    line-height: 45px;
    width: 140px;
    text-align: center;
    padding: 0 10px;
    background: linear-gradient(to right,#581753,#e22118);
    color: white;
    letter-spacing: 5px;
    border-radius: 5px;
}
.mymobe .fp span{
    height: 30px;
    line-height: 30px;
    width: 80px;
}
.na{
    display: flex;
    justify-content: space-between;
}
.na a{
    display: block;
    width: 1px;
    flex: 1;
}
.na a img{
    width: 95%;
}
.tj{
    width: 270px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(to right,#581753,#e22118);
   margin: 15px auto;
    cursor: pointer;
    border-radius: 35px;
    color: white;
}
.mymobe .tj{
    width: 200px;
    height: 40px;
    line-height: 40px;
}
.mypc .modal-title{
    font-size: 30px;
}