*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 微软雅黑;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
div:focus {
    outline: none !important;
}

input,textarea{
    border: none;
    outline:none;
    resize: none;
}
.swiper-button-prev1,
.swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev1.swiper-button-disabled,
.swiper-button-next1.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev1,
.swiper-rtl .swiper-button-next1 {
    left: 10px;
    right: auto;
}
.swiper-button-prev1:after,
.swiper-rtl .swiper-button-next1:after {
    content: 'prev';
}
.swiper-button-next1,
.swiper-rtl .swiper-button-prev1 {
    right: 10px;
    left: auto;
}
.swiper-button-next1:after,
.swiper-rtl .swiper-button-prev1:after {
    content: 'next';
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.w-1200{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.head{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #7c0014;
    z-index: 10000;
}
.head .w-1200{
    display: flex;
    justify-content: space-between;
}
.head .logo{
    width: 262px;
    height: 33px;
    margin-top: 24px;
    background: url(/assets/index/images/logo.png) no-repeat center center / 100% 100%;
}
.head .head-ri{
    width: auto;
    height: 60px;
    display: flex;
    margin-top: 10px;
    /*overflow: hidden;*/
}
.head-ri .head-item{
    width: auto;
    height: 60px;
    font-size: 16px;
    color: #ffffff;
    line-height: 60px;
    margin-left: 50px;
    position: relative;
}
.head-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.head-item.active{
    font-weight: bold;
}
.head-item.active .head-span{
    font-weight: bold;
}
.head-item:hover .head-span{
    font-weight: bold;
}

.head .head-on{
    width: 80px;
    height: 30px;
    margin-top: 25px;
    border-left: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}




.foot{
    width: 100%;
    height: 270px;
    background: #F8F8F8;
    overflow: hidden;
}
.foot .foot-top{
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.foot-top .foot-logo{
    width: 203px;
    height: 127px;
    margin-top: 40px;
}
.foot-top .foot-on{
    width: 350px;
    height: auto;
    overflow: hidden;
}
.foot-on .foot-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 35px;
}
.foot-on .foot-line{
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin-top: 5px;
}
.foot-on .foot-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    display: block;
    margin-top: 5px;
}

.foot-top .foot-code{
    width: 170px;
    height: auto;
    overflow: hidden;
}
.foot-code .foot-img{
    width: 120px;
    height: 120px;
    margin: 40px auto 0;
}
.foot-code .foot-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
}

.foot .foot-last{
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
}