.w {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: pink; */
}

* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #90080E !important;
    text-decoration: underline;
}

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

ul li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #585856;
}

h3 {
    font-weight: 400;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 头部 */

.top_shortcut {
    overflow: hidden;
    min-width: 1200px;
    height: 45px;
    line-height: 45px;
    color: #eaeaea;
    background-color: #333333;
}

.top_shortcut .qi {
    background: url('/static/v2/web/img/header/mail.jpg') no-repeat;
}

.top_shortcut .zhong {
    background: url('/static/v2/web/img/header/mail1.jpg') no-repeat;
}

.top_shortcut .login {
    background: url('/static/v2/web/img/header/person.jpg') no-repeat;
}

.top_shortcut .register {
    background: url('/static/v2/web/img/header/register.jpg') no-repeat;
}

.shortcut li {
    float: left;
    margin-right: 25px;
}

.shortcut li a {
    color: #eaeaea;
    font-size: 12px;
}

.shortcut li i {
    display: inline-block;
    /*margin-right: 6px;*/
    width: 20px;
    height: 13px;
    background: pink;
    vertical-align: middle;
}

.top-adv {
    padding: 8px 0;
    font-size: 14px;
    overflow: hidden;
}

.nav {
    min-width: 1200px;
    padding: 20px 0 10px;
    background-color: #ce131a;
}

.nav span {
    display: inline-block;
    width: 90px;
    margin-right: 17px;
    border-right: 1px solid #e78286;
}

.nav span a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
    margin-right: 8px;
}

.nav .kind_2 {
    width: 191px;
}

.nav .kind_3 {
    width: 250px;
}

.nav .kind_4 {
    width: 266px;
}

.nav .kind_5 {
    width: 105px;
}

.nav .kind_6 {
    width: 161px;
    border-right: none;
}


/* 底部 */

.footer {
    /*height: 135px;*/
    width: 100%;
    min-width: 1200px;
    background-color: #2d3236;
}

.footer .web_name,
.footer .contact {
    margin-top: 44px;
}

.web_name a {
    color: #fff;
}

.web_name h1 {
    font-size: 30px;
}

.web_name p {
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
}

.footer .contact span,
.footer .contact span a{
    font-size: 12px;
    color: #7c8089;
    margin-left: 10px;
    line-height: 29px;
}
.footer .contact span a:hover{
    color: white!important;
}


/* swiper公共配置 */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}