@charset "utf-8";html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
}

body, html {
    font-size: calc(100vw / 120)
}

input, input[type=button], input[type=reset], input[type=submit] {
    border: none;
    resize: none
}

img {
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.line1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.line4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}
.line5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}
.line6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}
.trans {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: all .4s
}

body {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, h1, h2, h3, h4, p {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

li {
    list-style: none
}

img {
    border: none;
    vertical-align: middle
}

a {
    color: #3c3c3c;
    text-decoration: none
}

a:hover, a:link, a:visited {
    text-decoration: none
}

i {
    font-style: normal
}

input {
    margin: 0;
    padding: 0
}

button {
    margin: 0;
    padding: 0;
    outline: 0
}

.clearfix:after, .clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.ta {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

a:hover {
    color: #000;
    text-decoration: none
}

a, article, aside, body, button, dd, details, div, dl, dt, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, li, menu, nav, ol, p, section, select, table, tbody, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0
}

.w100 {
    width: 100%
}

.z {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.t50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.l50 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_left {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
}

.flex_right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.flex_left1 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.none {
    display: none
}

.block {
    display: block
}

address, em, i {
    font-style: normal
}

img {
    max-width: 100%
}

.pa {
    position: absolute
}

.pr {
    position: relative
}

.over {
    overflow: hidden
}

.ma {
    margin: 0 auto
}

.over>img:hover {
    transform: scale(1.1)
}

.over>img {
    cursor: pointer;
    transition: all .6s
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination-clickable .swiper-pagination-bullet, input:focus, select:focus, textarea {
    outline: 0;
    resize: none
}

.bl {
    display: block
}

.ib {
    display: inline-block
}

.searchbox {
    position: fixed;
    top: 93px;
    z-index: 44;
    padding: 15px;
    width: 100%;
    border-top: 2px solid #ee1d23;
    background: #fff;
    box-shadow: 0 0 7px 0 #cfcfcf;
    text-align: center
}

.displaynone {
    display: none
}

.searchs {
    margin: 0 auto;
    max-width: 600px
}

.clearfix {
    zoom: 1 }

.searchs .sertext {
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0;
    padding-left: 12px;
    width: 78%;
    height: 52px;
    outline: 0;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 1rem;
    line-height: 52px;
    transition: .4s
}

.serbtn {
    float: right;
    margin: 0;
    padding: 0;
    width: 22%;
    height: 52px;
    outline: 0;
    border: none;
    background: #ee1d23;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 52px;
    cursor: pointer;
    transition: .44s
}


.rightfix {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    display: block;
    border-right: none;
    transform: translateY(-50%)
}

.fix_ul li {
    position: relative;
    float: none;
    padding: .5rem .5rem;
    border: 1px solid #ffffff;
    border-right: none;
    background: #000000;
    ;color: #ffffff;
    text-align: center;
    font-size: .75rem;
    cursor: pointer
}

.fix_ul li i {
    color: #ffffff;
    font-size: 1.55rem
}

.fix_ul a {
    display: block;
    color: #ffffff;
    font-size: .875rem
}

.right_div {
    position: absolute;
    top: 0;
    right: 40px;
    padding: 0 5px;
    min-width: 140px;
    min-height: 70px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #6a6a6a;
    font-size: 1rem;
    line-height: 68px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0)
}

.fix_ul li:last-child {
    border-bottom: none
}

.fix_ul li:hover {
    background: #fff;
    background: #57b665;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.fix_ul li:first-child>.right_div {
    padding: 0
}

.fix_ul li:hover a, .fix_ul li:hover i {
    color: #fff
}

.fix_ul li:hover .right_div {
    right: 70px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1)
}

.right_div div {
    height: 30px;
    line-height: 30px
}

.searchbox {
    padding: .9375rem;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 6.1875rem;
    border-top: 2px solid #ec1b23;
    text-align: center;
    z-index: 44;
    position: fixed
}

.displaynone {
    display: none
}

.searchs {
    max-width: 600px;
    margin: 0 auto
}

.clearfix {
    zoom: 1 }

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: .75rem;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: .75rem;
    height: 3.25rem;
    line-height: 3.25rem;
    transition: .4s
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 3.25rem;
    text-align: center;
    line-height: 3.25rem;
    background: #ec1b23;
    color: #fff;
    font-size: .9375rem;
    cursor: pointer;
    transition: .44s
}

@media(max-width: 990px) {
    body {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    body, html {
        font-size: 14px
    }
}
