@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

@media(max-width:999px) {
    html {
        overflow-x: hidden;
    }

}

body {
    overflow-x: hidden;
    background-color: #fff;
    min-width: 250px;
    margin: 0 auto;
    font-family: OpenSans;
}



h1 {
    font-weight: unset;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

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

h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.white {
    color: #fff !important;
}

.imgbox img {
    display: block;
}


.safe {
    max-width: 1600px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 30px);
    }
}


.headersafe {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .headersafe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .headersafe {
        width: calc(100% - 30px);
    }
}

.elisps1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.banner .slick-arrow {
    display: none !important;
}

.banner .slick-prev {
    cursor: pointer;
}

.banner .slick-next {
    cursor: pointer;
}

.banner .slick-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 37px;
    text-align: center;
    /* display: none; */
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0px;

}

.banner .slick-dots li {
    margin-right: 22px;
    display: inline-block;
    display: inline;
    zoom: 1;

}

.banner .slick-dots li:last-child {
    margin-right: 0;
}

.banner .slick-dots li.slick-active button {
    background-color: #ae3025 !important;
}

.banner .slick-dots li.slick-active button::after {
    opacity: 1;
}

.banner .slick-dots button {
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}

.banner .slick-dots button::after {
    position: absolute;
    content: "";
    border-radius: 50px;
    width: 20px;
    height: 20px;
    border: solid 1px #ae3025;
    left: -7px;
    top: -7px;
    opacity: 0;
}


.banner.hide {
    display: none;
}

@media screen and (max-width: 959px) {
    .banner {
        display: block;
    }

    .banner.hide {
        display: block;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots {
        bottom: 25px;
    }

    /* .banner .slick-dots {
        bottom: 10px;
        padding-right: 0;
        justify-content: center;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner .slick-dots a {
        width: 10px;
        height: 10px;
    } */

    .banner2 {
        display: none;
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots .slide-count {
    display: none;
}

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
        object-fit: contain;
        background: #000;
    }
}


/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

/*jQzoom*/
.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}


/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}







/* han bao an niu */
/* .btn {
    float: right;
    margin-right: 20px;
    font-size: 18px;
} */


/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;

}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 8px;
    min-width: 50px;
    max-width: 200px;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.09);
    /* border-radius: 6px; */
    display: flex;
    align-items: center;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li:hover .imgbox {
    background-color: red;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 53px;
    height: 53px;
    background-color: #ae3025;
    /* border-radius: 5px; */

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}




.column ul li .imgbox i {
    font-size: 23px;
    color: #fff !important;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* .column ul li .imgbox:hover {
    background-color: #166296;
} */


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column .wechat {
    position: relative;
}

.column .wechat i,
.column .phone i {
    color: #4dc950 !important;
}

.column ul li .phonenum {
    position: absolute;
    right: 53px;
    padding: 10px;
    color: #333;
    background-color: #fff;
    display: none;
    word-wrap: nowrap;
    min-width: 150px;
}

.column .skype i {
    color: #2c87ce !important;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop i,
.column .email i {
    color: #323235 !important;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column .gotop i {
    transform: rotate(90deg);

}

.column .shenglue .imgbox {
    background-color: #fff;
    cursor: pointer;
}

.column .shenglue .imgbox:hover {
    background-color: #ae3025;
}

.column .shenglue .imgbox:hover img {
    filter: brightness(100);
}


.column .dis {
    display: none;
}




@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
        color: #fff;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 130px;
        height: 130px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        z-index: 30;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .shenglue {
        display: none !important;
    }

    .column .dis {
        display: block;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 28px;
    }
}

@media(max-width:450px) {

    /* .column ul{
        max-width: 380px;
        overflow-x: auto;
    } */
    .column ul li:nth-of-type(2) {
        display: none;
        /* padding-left: 60px; */
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 25px;
    }
}

/* hanbaoanniu */

.navbar-toggle {
    width: 35px;
    height: 35px;
    z-index: 10000000000;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #efefef !important;
    display: none;
}

.navbar-toggle .icon {
    height: 1px;
    width: 25px;
    top: 16px;
    background-color: #ae3025;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:before {
    left: 0;
    position: absolute;
    top: -9px;
    height: 1px;
    width: 25px;
    background-color: #ae3025;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:after {
    left: 0;
    position: absolute;
    top: 9px;
    height: 1px;
    width: 25px;
    background-color: #ae3025;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle.open .icon {
    background: transparent;
}

.navbar-toggle.open .icon:before {
    transition: transform 0.5s;
    transform: rotateZ(45deg) translate(6px, 7px);
}

.navbar-toggle.open .icon:after {
    transition: transform 0.5s;
    transform: rotateZ(-405deg) translate(6px, -7px);
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {
    .navbar-toggle {
        width: 32px;
        height: 32px;
        padding-left: 2.5px;
    }

    .navbar-toggle .icon:before {
        left: 0;
        top: -7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon:after {
        left: 0;
        top: 7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon {
        top: 15px;
    }

    .navbar-toggle.open .icon:after {
        transition: transform 0.5s;
        transform: rotateZ(-405deg) translate(5px, -5px);
    }

    .navbar-toggle.open .icon:before {
        transition: transform 0.5s;
        transform: rotateZ(45deg) translate(5px, 5px);
    }
}





/* minmenu */
.borderbox {
    right: -150%;
    background-color: #fff;
    position: absolute;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 41px;
    z-index: 20000 !important;
    transition: none;
    top: 0;
    height: 100vh;
    overflow: scroll;
}





.borderbox .topbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.borderbox .topbox .qiehuan {
    margin-right: 40px;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #1f77ba;
    border-radius: 5px;
}

.borderbox .topbox .qiehuan a {
    color: #fff;
}

/* sousuo */
.borderbox .searchicon {
    color: #000;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

.borderbox .searchicon:hover {
    color: #1f77ba;
}


.borderbox .search {
    position: relative;
    width: 153px;
    height: 50px;
    margin-left: 30px;

}

.borderbox .sea {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 33px;
    border-radius: 50px;
    padding: 5px 36px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.borderbox .search .icon-sousuo {
    position: absolute;
    top: 10px;
    right: -2px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
    font-size: 13px;
}

.borderbox .submit {
    position: absolute;
    top: -4px;
    right: 8px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* liebiao */
.borderbox .btn {
    width: 25px;
    height: 25px;
    padding-bottom: 0px;
    font-style: normal;
    font-size: 18px;
    border-radius: 50px;
    background-color: #ae3025;
    line-height: 25px;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    float: right;
    margin-right: 15px;
    /* font-family: Poppins-Regular; */
    cursor: pointer;
}

.borderbox ul {
    transition: none;
}

.borderbox .ul1 {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.borderbox .ul1 li {
    font-size: 16px;
    transition: none;
}

.borderbox .ul1 li a {
    color: #000;
    transition: none;
}

.borderbox .ul1 li {
    line-height: 30px;
}

.borderbox .menu1 {
    padding-bottom: 6px;
    padding-top: 6px;
}

.borderbox .menu2 {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.borderbox .menu2 a {
    color: #333 !important;
}

.borderbox .menu2 li {
    float: none;
    padding-bottom: 4px;
    padding-top: 4px;

}

.borderbox .ul1 {
    display: flex;
    flex-direction: column;
}

.borderbox .ul2 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    display: none;
    margin-right: 30px;
}

.borderbox .ul2 li {
    padding: 8px 0px;
}

.borderbox .ul3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

.borderbox .ul4 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

@media(max-width:1600px) {
    .borderbox {
        display: none;
    }
}

@media(max-width:1333px) {
    .borderbox {
        display: none;
    }

    .borderbox .ul1 li {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .navbar-toggle {
        display: block;
    }

    .borderbox {
        display: block;
        width: 60%;
    }

    .borderbox .ul1 li {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .borderbox {
        display: block;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px;
        line-height: 26px;
    }

    .borderbox {
        display: block;
        width: 65%;
    }



    .borderbox .search {
        position: relative;
        width: 136px;
        height: 50px;

    }

    .borderbox .sea {
        position: absolute;
        top: 0;
        left: 0;
        width: 134px;
        height: 28px;
        border-radius: 50px;
        padding: 5px 36px 5px 15px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

    }

    .borderbox .search .icon-sousuo {
        position: absolute;
        top: 7px;
        right: -2px;
        width: 30px;
        height: 38px;
        font-weight: 800;
        color: #333;
        font-size: 13px;
    }

    .borderbox .submit {
        position: absolute;
        top: -4px;
        right: 8px;
        width: 30px;
        height: 38px;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    .borderbox .ul1 li {
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .borderbox .ul2 li {
        padding: 4px 0px;
    }

    .borderbox {
        display: block;
        width: 70%;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px !important;
        margin-right: 5px;
        width: 22px !important;
        line-height: 22px;
        height: 22px !important;
        text-align: center;
        display: inline-block;
    }
}

@media(max-width:570px) {
    .borderbox {
        width: 85%;
    }
}



/* header */


header {
    width: 100%;
    height: 64px;
    position: fixed;
    z-index: 10000;
    background-color: #f4f4f4;
    border-radius: 1px;
    min-width: 250px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    top: 129px;
}

.header {
    height: 88px;
}

header>.safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .rightbox {
    width: 100%;
    display: flex;

}

header .rightbox .bottombox {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

header .rightbox .bottombox>ul {
    display: flex;
    align-items: center;
}

header .rightbox .bottombox ul li {
    position: relative;
    display: flex;
}

header .rightbox .bottombox>ul>li:first-child>a {
    padding-left: 0;
}

header .rightbox .bottombox>ul>li>a {
    padding: 21.5px 56.4px 21.5px 55.4px;
    position: relative;
    display: inline-block;
}

header .rightbox .bottombox ul>li:hover>a {
    color: #ae3025 !important;
}

header .rightbox .bottombox>ul>li:hover>a::after {
    opacity: 1;
    /* color: #0c8a43 !important; */
}

header .rightbox .bottombox a {
    font-family: OpenSans-bold;
    font-size: 16px;
    color: #333333;
}

header .rightbox .bottombox .menubox li>ul li {
    text-align: left;
}

header .rightbox .bottombox .menubox>li {
    height: 100%;
}

header .rightbox .bottombox .menubox>li>a {
    color: #333;
    position: relative;
    text-transform: uppercase;

}

header .rightbox .bottombox .menubox>li>a::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #ae3025;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    opacity: 0;
}

header .go_contact {
    height: 100%;
    width: 196px;
    background-color: #ae3025;
    color: #fff !important;
    font-family: OpenSans !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

header .go_contact:hover {
    background-color: #fff;
    border: 1px solid #ae3025;
    color: #ae3025 !important;
}

header .lanauage_wrap {
    display: none;
}

header .searchbox {
    display: none;
}

header .leftbox {
    display: none;
}



/* active */
header .rightbox .active_title>a::after {
    opacity: 1 !important;
}

header .rightbox .active_title>a {
    color: #ae3025 !important;
}

header .rightbox .bottombox .menubox li>ul .active_li>a {
    color: #ae3025 !important;
}

.searchbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbox i {
    font-weight: bold;
    cursor: pointer;
    color: #333;
    font-size: 14px;
}

.searchbox>i:hover {
    transform: scale(1.08);
}


.searchbox .searchicon {
    color: #fff;
}

.searchbox .search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: block;
    z-index: 1000;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.searchbox .sea {
    position: absolute;
    right: 0;
    width: 200px;
    top: 25px;
    height: 38px;
    border-radius: 50px;
    padding: 5px 46px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.searchbox .search .icon-sousuo {
    position: absolute;
    top: 37px;
    right: 5px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
}

.searchbox .search .submit:hover+.icon-sousuo {
    color: #ae3025;
}

.searchbox .submit {
    position: absolute;
    top: 25px;
    right: 16px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

header .logo {
    transform: translateX(-6px);
}

.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 15px;
    /* border-left: 1px solid rgba(0, 0, 0, .1); */
}


.lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    /* border-left: 1px solid rgba(235, 236, 240, .2); */
    /* border-right: 1px solid rgba(235, 236, 240, .2); */
    border-radius: 22px;
    border: solid 1px #bfbfbf;
    /* opacity: 0.7; */
    height: 43px;
    width: 118px;
    justify-content: center;
}

.lanauage .name {
    font-family: Inter-Regular !important;
    font-size: 16px !important;
    color: #888 !important;
}

.lanauage .icon-duoyuyan {
    font-size: 21px;
    color: #333;
    margin-right: 8px;
}

.lanauage .icon-duoyuyan {
    font-size: 21px;
    color: #333;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #e6e6e6;
}

.lanauage .icon-bottom7 {
    font-size: 14px;
    font-weight: bold;
}

.lanauage .lanbox i {
    color: #999999;
}

.lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage:hover i {
    color: #af3329 !important;
}

.lanauage:hover .name {
    color: #af3329 !important;
}

.lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 150%;
    left: 0;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0;
    margin: 0 auto;
}

.lanauage .silde-down a {
    color: #333;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #af3329;
}

.lanauage .silde-down li:hover a {
    color: #fff;
}


/* erji sanji siji */
/* yiji */

header .rightbox .menubox>li ul {
    position: absolute;
    top: 100%;
    flex-direction: column;
    transition: none;
    min-width: 230px;
    width: max-content;
    padding-right: 0px;
    word-break: break-all;
    max-width: 425px;
    background-color: #ffffff;
    box-shadow: 1px 1px 31px 0px rgba(0, 0, 0, 0.03);
    transition: none;
}

header .rightbox .menubox>li ul a {
    font-family: OpenSans-bold !important;
    font-size: 16px !important;
    color: #333333;
    font-weight: normal;
    text-align: left;
}

header .rightbox .menubox>li>ul {
    top: 100%;
    /* right: 0; */
    /* transform: translateX(30px); */
}


/* header .rightbox .active_li>a {
    color: #fff !important;
    background-color: #0c8a43 !important;
} */

header .rightbox .menubox li>ul>li {
    transition: none;
}

header .rightbox .menubox li>ul>li>a {
    display: block;
    background-color: #fff;
    position: relative;
    padding: 15px 15px 15px 15px;
    transition: none;
    width: 100%;
}

header .rightbox .menubox li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    padding: 0;
    flex-direction: column;
    transition: none;
    background: transparent;
    padding-left: 2%;

}

header .rightbox .menubox li>ul>li>ul li {
    background-color: #fff;
}

header .rightbox .menubox li>ul>li>ul>li>ul {
    left: 100%;
    transition: none;
}




header .rightbox .menubox>li ul {
    transition: none;
    box-sizing: content-box;
    /* padding-bottom: 5px; */
    /* background-color: #000; */
}

header .menubox ul {
    translate: none;
    display: none;
}



header .leftbox {
    flex-shrink: 0;
    margin-left: 2.6%;
}

header .navbar-toggle {
    display: none;
}

header .menubox ul li ul a {
    position: relative;
}

header .menubox ul li a::after {
    content: "";
    position: absolute;
    width: 89%;
    height: 1px;
    background-color: #000000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    opacity: .2;

}

header .menubox ul li:hover>a::after {
    /* opacity: 1; */
    /* border-bottom: 1px solid #fff; */
}

header .menubox ul>li:last-child a::after {
    display: none;
}

header .rightbox .bottombox>ul>li:first-child>a::after {
    transform: translateX(-27px);

}



/* fix_header */

.fix_header {
    top: 0;
    z-index: 1000000000000000;
}

.fix_header .rightbox .bottombox .menubox>li>a {
    text-transform: uppercase;
    /* color: #333333; */
}

.fix_header .rightbox .searchbox i {
    /* color: #333333; */
}

.fix_header .lanauage .icon-duoyuyan {
    /* color: #333; */
}

.fix_header .rightbox .bottombox a {
    text-transform: uppercase;
    /* color: #333; */
}


.fix_header .borderbox {
    top: 0px;
}



@media(max-width:1850px) {
    /* header .rightbox .bottombox .menubox>li>a {
        padding: 25px 30px;
    } */
}

@media(max-width:1600px) {
    header .rightbox .bottombox>ul>li:first-child>a {
        padding-left: unset;
    }

    header .rightbox .bottombox>ul>li:first-child>a::after {
        transform: translateX(0px);
    }

    header .leftbox {
        flex-shrink: 0;
        margin-left: 2%;
    }

    header .rightbox .bottombox a {
        font-size: 16px;
        line-height: 30px;
    }

    header .lanauage {
        padding: 0px 20px;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 25px 25px !important;
        display: flex;
        align-items: center;
    }



    header .rightbox .searchbox i {
        font-weight: bold;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        padding-top: 0;
    }

    header .rightbox {
        height: 100%;
    }

    header .rightbox .menubox li>ul>li>a {
        padding: 8px 15px 8px 15px;
        width: 100%;
    }

    header .rightbox .menubox>li>ul {
        top: 101%;
    }



    .lanauage {
        padding: 0px 10px;
        border-radius: 22px;
        height: 40px;
        width: 110px;
    }

    .lanauage .name {
        font-family: Inter-Regular !important;
        font-size: 14px !important;
        color: #333 !important;
    }

}

@media(max-width:1333px) {
    header .leftbox {
        margin-left: 1%;
    }

    header .leftbox img {
        width: 135px;
    }

    header .rightbox .bottombox>ul {
        margin-right: 18px;
    }

    header .lanauage {
        padding: 0px 10px;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 22px 10px !important;
    }

    header .rightbox .bottombox a {
        font-size: 14px;
        line-height: auto;
    }

    header .lanauage {
        padding: 0px 10px;
    }

    header {
        height: 68px;
        top: 84px;
    }

    header .logo {
        transform: unset;
        height: 80px;
    }

    header .logo img {
        height: 100%;
    }

    header .rightbox .menubox>li ul a {
        font-family: HelveticaNeueLTPro-Lt !important;
        font-size: 14px !important;
    }

}

@media(max-width:999px) {
    header .rightbox .bottombox>ul {
        display: none;
    }

    header .lanauage_wrap {
        border-left: 0;
    }

    .searchbox {
        display: none;
    }

    header .navbar-toggle {
        display: block;
    }

    header .lanauage {
        padding: 0px 15px 0px 5px;
    }

    header {
        top: 0;
        height: 60px;
    }


    header .leftbox {
        display: block;
    }

    header .rightbox .bottombox a {
        display: none;
    }

    header .rightbox {
        width: auto;
    }

    header .logo {
        transform: unset;
        height: 60px;
    }

    header .rightbox .bottombox {
        align-items: center;
    }
}

@media(max-width:768px) {

    header .lanauage .icon-bottom7 {
        font-size: 12px;
    }

    header .lanauage .silde-down {
        top: 133%;
        left: unset;
        right: 0;
    }
}


@media(max-width:570px) {
    header {
        height: 55px;
    }

    .header {
        height: 55px;
    }

    header .logo {
        transform: unset;
        height: 55px;
    }

    header .lanauage {
        padding: 0px 10px 0px 5px;
    }
}

@media(max-width:400px) {}


/* t_header */

.t_header {
    height: 129px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100000;
}

.t_header .safe {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.t_header .l_box {
    width: 55%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 5%;
}

.t_header .logo {
    margin-right: 10.4%;
}

.t_header .sign {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.t_header .box {
    display: flex;
}

.t_header .box .inner {
    font-family: OpenSans;
    font-size: 12px;
    line-height: unset;
    color: #ae3025;
    display: flex;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    align-items: center;
    margin-right: 4px;
    padding: 0px 5px 0px 0px;
}

.t_header .box .inner span {
    font-family: OpenSans-Bold;
    font-size: 12px;
    color: #ae3025;
}

.t_header .box .inner:last-child {
    padding: 0px 5px;
}

.t_header .box .imgbox {
    flex-shrink: 0;
    display: block;
    margin-right: 5px;
}

.t_header .intro {
    font-family: OpenSans;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.t_header .r_box .left {
    display: flex;
    align-items: center;
    width: 70%;
}

.t_header .r_box .right {
    /* width: 30%; */
    /* padding-left: 3%; */
    display: flex;
    align-items: center;
}

.t_header .r_box {
    width: 41.4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t_header .r_box .imgbox {
    flex-shrink: 0;
}

.t_header .r_box .icon {
    display: flex;
    margin-right: 24px;
    flex-shrink: 0;
}

.t_header .r_box .icon:last-child {
    margin-right: 0;
}

.t_header .r_box .icon:last-child a {
    word-break: break-all;
    display: inline-block;
    max-width: 200px;
}

.t_header .r_box .fon {
    margin-left: 6px;
}


.t_header .fon .name {
    font-family: OpenSans;
    font-size: 16px;
    color: #555555;
    text-transform: uppercase;
}

.t_header .fon .result {
    font-family: OpenSans-Bold;
    font-size: 18px;
    color: #555555;
}

.t_header .r_box .right {}

.t_header .fon a:hover {
    color: #af3329;
}

@media(max-width:1800px) {
    .t_header .l_box {
        padding-right: 1%;
    }

    .t_header .r_box {
        width: 42%;
    }

    .t_header .fon .result {
        font-size: 16px;
    }
}

@media(max-width:1600px) {

    .t_header .intro {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .t_header .fon .result {
        font-size: 14px;
    }

    .t_header .fon .name {
        font-size: 14px;
    }

    .t_header .icon img {
        width: 42px;
    }

    .t_header .r_box {
        width: 45%;
    }
}

@media(max-width:1333px) {
    .t_header .logo {
        width: 160px;
        margin-right: 2%;
    }

    .t_header .l_box .contact {
        display: none;
    }

    .t_header .l_box {
        width: 28%;
    }

    .t_header .r_box {
        width: 66%;
    }

    .t_header {
        height: 84px;
    }
}

@media(max-width:999px) {
    .t_header {
        display: none;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {}






/* pro_menu */

.pro_menu {
    position: fixed;
    top: 193px;
    left: 0;
    width: 100%;
    height: 307px;
    background-color: #fff;
    padding-top: 50px;
    overflow: auto;
    display: none;
    transition: none;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    padding-bottom: 25px;
}

.pro_menu .wrap {
    width: 100%;
    display: flex;
    overflow: auto;
    /* white-space: nowrap; */
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    flex-wrap: wrap;
}

.pro_menu .box {
    padding-left: 0.5%;
    padding-right: 0.5%;
    width: 12.2%;
    border-right: 1px solid #f2f2f2;
    display: inline-block;
    margin-bottom: 10px;
}

.pro_menu .box:last-child {
    border-right: unset;
}

.pro_menu img {
    display: block;
}

.pro_menu .title {
    font-family: Tahoma-Bold;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_menu .content {
    font-family: OpenSans;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_menu .title a:hover {
    color: #ae3025 !important;
}

.pro_menu .imgbox {
    overflow: hidden;
}

.pro_menu img:hover {
    transform: scale(1.05);
}


.pro_menu_top {
    top: 64px;
}


@media(max-width:1600px) {
    .pro_menu .box {
        padding-left: 0.5%;
        padding-right: 0.5%;
        width: 16%;
        border-right: 1px solid #f2f2f2;
        display: inline-block;
    }
    .pro_menu .box:nth-child(6n){
        border-right: unset;
    }
}

@media(max-width:1333px) {

    .pro_menu {
        position: fixed;
        left: 0;
        top: 152px;
        width: 100%;
        height: 230px;
        background-color: #fff;
        padding-top: 35px;
        overflow-x: auto;
    }

    .pro_menu .box {
        padding-left: 1%;
        padding-right: 1%;
        width: 18%;
        border-right: 1px solid #f2f2f2;
        display: inline-block;
    }
    .pro_menu .box:nth-child(6n){
        border-right: 1px solid #f2f2f2;
    }
    .pro_menu .box:nth-child(5n){
        border-right: unset;
    }
    .pro_menu_top {
        top: 68px;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {}





/* index_banner */

.index_banner {
    padding-top: 193px;
    position: relative;
    overflow: hidden;
    /* margin-top: 90px; */
}


.index_banner img{
    width: 100%;
    max-height: 961px;
    object-fit: cover;
}

/* page_banner */

.page_banner {
    margin-top: 193px;
}

.page_banner img {
    display: block;
    width: 100%;
}

.page_banner .swiper-slide {
    position: relative;
}

.page_banner video,
.page_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.page_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    margin-right: 32px !important;
    position: relative;
}

.page_banner .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: solid 1px #ae3025;
    opacity: 0;
}

.page_banner .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.page_banner .swiper-pagination-bullet-active {
    background-color: #ae3025;
}

.page_banner .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.page_banner .swiper-pagination {
    bottom: 20px !important;
}







/* crumb */
.crumb {
    padding: 19px 0px;
    background-color: #f4f4f4;
}

.crumb i {
    color: #fff;
    font-weight: bold;
    color: #999999;
}

.crumb a {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
}

.crumb a:hover {
    color: #ae3025;
}

.crumb .active {
    color: #ae3025;
}

.crumb img {
    margin-right: 5px;
    transform: translateY(4px);
}


@media(max-width:1600px) {
    .index_banner {
        margin-top: 0px;
    }

}

@media(max-width:1333px) {

    .index_banner {
        margin-top: 0px;
        padding-top: 152px;
    }

    .index_banner .control {
        width: 45px;
        height: 45px;
        margin-right: 8px;
    }

    .page_banner {
        margin-top: 0px;
        padding-top: 152px;
    }

    .page_banner .swiper-pagination-bullet {
        margin-right: 20px !important;
    }

    .page_banner .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .crumb {
        padding: 15px 0px;
    }


}

@media(max-width:999px) {

    .index_banner {
        padding-top: 0;
        margin-top: 60px;
    }

    .page_banner {
        padding-top: 0;
        margin-top: 60px;
    }

    .page_banner .swiper-pagination {
        bottom: 10px !important;
    }

    .crumb {
        padding: 12px 0px;
    }
}

@media(max-width:768px) {

    .index_banner i {
        width: 35px;
        height: 35px;
        margin-right: 5px;
        border-radius: 8px;
        font-size: 14px;
    }

    /* .banner .slick-dots button {
        width: 12px;
        height: 12px;
        background-color: #ffffff;
        border-radius: 50px;
        cursor: pointer;
    } */
    .banner .slick-dots {
        bottom: 10px;
    }

    .page_banner img {
        min-height: 150px;
        object-fit: cover;
    }

    .crumb a {
        font-size: 14px;
        line-height: 18px;
    }

    .crumb {
        padding: 10px 0px;
    }

    .crumb img {
        width: 20px;
    }

}

@media(max-width:570px) {

    .index_banner {
        margin-top: 55px;
    }

    .index_banner .btnbox {
        display: none;
    }

}

@media(max-width:450px) {}

/* common */


.title52 {
    font-family: Tahoma-Bold;
    font-size: 52px;
    color: #ae3025;
}

.title52 a {
    color: #ae3025;
    position: relative;
    padding-right: 30px;
}

.title52 span {
    color: #ae3025;
    position: relative;
    padding-right: 30px;
}

.title52 img {
    position: absolute;
    top: 14px;
}

.title52 a:hover {
    text-decoration: underline;
}



.title40 {
    font-family: Tahoma-Bold;
    font-size: 40px;
    color: #ae3025;
}


.title40 span {
    color: #ae3025;
    position: relative;
    padding-right: 30px;
}

.title40 img {
    position: absolute;
    top: 14px;
}


.title36 {
    font-family: OpenSans-Bold;
    font-size: 36px;
    color: #333333;
}

.title36_1 {
    font-family: OpenSans-Bold;
    font-size: 36px;
    color: #ae3025;
    position: relative;
}

.title36_1 img {
    position: absolute;
    top: 10px;
    width: 18px;
    height: 19px;
}


@media(max-width:1600px) {
    .title52 {
        font-size: 44px;
    }

    .title40 {
        font-size: 36px;
    }

    .title36,
    .title36_1 {
        font-size: 34px;
    }

}

@media(max-width:1333px) {
    .title52 {
        font-size: 38px;
    }

    .title40 {
        font-size: 32px;
    }

    .title36,
    .title36_1 {
        font-size: 32px;
    }
}

@media(max-width:999px) {
    .title52 {
        font-size: 32px;
    }

    .title52 img {
        position: absolute;
        top: 7px;
        display: none !important;
    }

    .title40 img {
        display: none;
    }

    .title40 {
        font-size: 28px;
    }

    .title36,
    .title36_1 {
        font-size: 28px;
    }

    .title36 img,
    .title36_1 img {
        width: 30px;
        display: none;
    }
}

@media(max-width:768px) {
    .title52 {
        font-size: 28px;
    }

    .title40 {
        font-size: 24px;
    }

    .title36,
    .title36_1 {
        font-size: 24px;
    }

    .title52 img {
        position: absolute;
        top: 7px;
        width: 20px;
    }
}

@media(max-width:570px) {
    .title52 {
        font-size: 24px;
    }

    .title40 {
        font-size: 22px;
    }

    .title36,
    .title36_1 {
        font-size: 20px;
    }

    .title36 img {
        width: 25px;
    }
}


/* index_hot */

.index_hot {
    padding-top: 69px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.index_hot .safe {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.index_hot .l_box {
    width: 93%;
    display: flex;
    padding-top: 34px;
}

.index_hot .l_box .left {
    width: 41%;
}

.index_hot .l_box .right {
    width: 57.9%;
}

.index_hot .l_box .swiper-slide {
    display: flex;
}

.index_hot .box {}

.index_hot .title52 {
    margin-bottom: 27px;
}

.index_hot .name {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 38px;
    color: #333333;
    text-align: center;
    transform: translateX(-16%);

}

.index_hot .imgbox {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.index_hot .swiper-container-rtl {}

.index_hot .l_box .content {
    font-family: Tahoma;
    font-size: 22px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_hot .svgbox {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}

.index_hot .svgbox .box {
    width: 25%;
}

.index_hot .svgbox .box .imgbox {
    margin-left: 10px;
}

.index_hot .inquire {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    width: 183px;
    height: 60px;
    background-color: #ae3025;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_hot .inquire:hover {
    color: #ae3025;
    background-color: #fff;
    border: 1px solid #ae3025;
}


.index_hot .safe {
    position: relative;
}





.index_hot .name_box {
    position: absolute;
    right: 0px;
    top: 16px;
    height: 450px;
    width: 350px;
}


.index_hot .name_mySwiper {
    height: 100%;
    padding-right: 15px;
    position: relative;
}

.index_hot .name_mySwiper::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}

.index_hot .name_mySwiper::after {
    height: 350px;
    right: 22px;
    top: 50px;
    width: 1px;
    background-color: #ae3025;
    position: absolute;
    content: "";
}

.index_hot .name_mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.index_hot .line {
    width: 35px;
    height: 1px;
    background-color: #ae3025;
    opacity: 0.2;
    margin-inline-end: 5px;
    margin-right: 15px;
}

.index_hot .cir1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    background-color: #edd4d2;
    position: relative;
}

.index_hot .cir2 {
    width: 7px;
    height: 7px;
    background-color: #ae3025;
    border-radius: 50px;
}

.index_hot .cir1::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    border: dotted 1px #ae3025;
    opacity: 0.2;
    border-radius: 50px;
    left: -9px;
    opacity: 0;
}

.index_hot .tit {
    font-family: Tahoma-Bold;
    font-size: 20px;
    color: #333333;
}

.index_hot .swiper-slide-active .cir1::after {
    opacity: 1;
}


@media(max-width:1600px) {
    .index_hot {
        padding-top: 50px;
    }

    .index_hot .title52 {
        margin-bottom: 25px;
    }

    .index_hot .l_box .content {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .index_hot .svgbox .box {
        width: 30%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .index_hot .svgbox {
        margin-bottom: 40px;
    }

    .index_hot .name {
        font-family: OpenSans;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        text-align: center;
        transform: translateX(-0%);
    }

    .index_hot .name_box {
        position: absolute;
        right: 0px;
        top: 16px;
        height: 380px;
        width: 350px;
    }
}

@media(max-width:1333px) {
    .index_hot .title52 {
        margin-bottom: 20px;
    }

    .index_hot .l_box .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .index_hot .svgbox {
        margin-bottom: 30px;
    }

    .index_hot .name_box {
        height: 325px;
    }

    .index_hot .imgbox {
        width: 65px;
        height: 65px;
        border-radius: 15px;
    }

    .index_hot .svgbox .imgbox img {
        width: 60%;
    }

    .index_hot .svgbox .box .imgbox {
        margin-left: 0px;
    }

    .index_hot .tit {
        font-size: 18px;
    }

    .index_hot .l_box .right {
        width: 54%;
    }

    .index_hot .l_box {
        width: 100%;
        display: flex;
        padding-top: 34px;
    }

    .index_hot .inquire {
        font-size: 16px;
        line-height: 20px;
        width: 170px;
        height: 55px;
    }
}

@media(max-width:999px) {
    .index_hot {
        padding-top: 40px;
    }

    .index_hot .svgbox {
        margin-bottom: 20px;
    }

    .index_hot .name_box {
        display: none;
    }

    .index_hot .l_box .left {
        width: 50%;
    }

    .index_hot .l_box .right {
        width: 50%;
    }

    .index_hot .l_box .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_hot .svgbox .box {
        width: 33%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .index_hot .name {
        font-size: 14px;
        line-height: 24px;
    }

    .index_hot .inquire {
        font-size: 16px;
        line-height: 20px;
        width: 160px;
        height: 50px;
    }

    .index_hot .l_box {
        width: 100%;
        display: flex;
        padding-top: 10px;
    }
}

@media(max-width:768px) {
    .index_hot .title52 {
        margin-bottom: 15px;
    }

    .index_hot .l_box .swiper-slide {
        flex-direction: column;
    }

    .index_hot .l_box .left {
        margin-bottom: 20px;
        width: 100%;
    }

    .index_hot .l_box .right {
        width: 100%;
    }

    .index_hot .mySwiper1 {
        margin: 0 auto;
        width: 80%;
    }

    .index_hot .inquire {
        font-size: 14px;
        line-height: 20px;
        width: 150px;
        height: 45px;
    }

    .index_hot .l_box .content {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_hot {
        padding-top: 30px;
    }

    .index_hot .mySwiper1 {
        margin: 0 auto;
        width: 100%;
    }

    .index_product .s_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
        min-height: 43px;
    }

    .index_hot .imgbox {
        width: 58px;
        height: 58px;
        border-radius: 15px;
    }
}

@media(max-width:400px) {
    .index_hot .svgbox {
        flex-direction: column;
    }

    .index_hot .svgbox .box {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
    }

    .index_hot .svgbox .box .imgbox {
        margin-right: 10px;
    }

    .index_hot .imgbox {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }
}






/* index_product */
.index_product {
    /* margin-bottom: 60px; */
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
}

.index_product .box {
    position: relative;
    width: 93%;
    margin: 0 auto;
}

.index_product img {
    display: block;
}

.index_product .imgbox {
    /* overflow: hidden; */
    position: relative;
    background-color: #fefefe;

}

.index_product .imgbox img {
    /* width: 100%; */
}

.index_product .imgbox a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_product .imgbox a img:hover {
    transform: scale(1.05);
}

.index_product .s_content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
}

.index_product .btn {
    width: 160px;
    height: 41px;
    display: flex;
    align-items: center;
}

.index_product .view_more {

    width: 47px;
    height: 3px;

    background-color: #ae3025;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OpenSans;
    font-size: 15px;
    color: #ffffff;
}

.index_product .view_more:hover {
    background-color: #fff;
    border: 1px solid #ae3025;
    color: #ae3025;
}


.index_product .swiper-slide .contact {
    padding: 17px 20px 30px 20px;
}

.index_product .swiper-slide:hover {
    background-color: #f8f9f9;
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.18);
}
.index_product .btn{
    width: 160px;
}
.index_product .swiper-slide:hover .view_more {
    min-width: 200px;
    height: 41px;
    width: auto;
    padding: 0px 10px;
}

.index_product .swiper-slide:hover .wrap {
    opacity: 1;
}

.index_product .wrap {
    position: absolute;
    right: -15px;
    top: 10px;
    opacity: 0;
}

.index_product .name {
    position: relative;
    min-width: 199px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_product .name img {
    position: absolute;
    width: 100%;
    background-size: cover;
}

.index_product .name p,
.index_product .name h2 {
    font-family: Tahoma-Bold;
    font-size: 20px;
    color: #ffffff;
    /* position: absolute; */
    z-index: 10;
    padding: 0px 5px 10px 5px;
}

.index_product .swiper,
.index_product .swiper-slide {
    overflow: visible;
    padding-bottom: 16px;
}

.index_product .swiper {
    padding-top: 15px;
    -webkit-clip-path: polygon(-2% 0%, 102% 0%, 102% 108%, -2% 108%);
    clip-path: polygon(-1% 0%, 101% 0%, 101% 108%, -1% 108%);
}


.index_product .control {
    width: 46px;
    height: 46px;
    background-color: #f4f4f4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.index_product .control:hover {
    color: #fff;
    background-color: #ae3025;
}

.index_product .product_prev {
    left: -52px;
}

.index_product .product_next {
    right: -52px;
}


.index_product .swiper-slide-thumb-active {
    background-color: #f8f9f9;
    /* box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.18); */
}

.index_product .swiper-slide-thumb-active .view_more {
    min-width: 200px;
    height: 41px;
    width: auto;
    padding: 0px 10px;
}

.index_product .swiper-slide-thumb-active .wrap {
    opacity: 1;
}

@media(max-width:1600px) {
    .index_product .swiper-slide .contact {
        padding: 15px 20px 25px 20px;
    }

    .index_product .product_prev {
        left: -0px;
    }

    .index_product .product_next {
        right: -0px;
    }
}

@media(max-width:1333px) {
    .index_product .name p,
    .index_product .name h2 {
        font-size: 18px;
        z-index: 10;
        padding: 0px 5px 10px 5px;
    }
}

@media(max-width:999px) {
    .index_product .wrap {
        position: absolute;
        right: -15px;
        top: 0px;
        opacity: 1;
    }

    .index_product .name p,
    .index_product .name h2 {
        font-size: 16px;
        z-index: 10;
        padding: 0px 5px 10px 5px;
    }

    .index_product .name {
        min-width: 173px;
        height: 50px;
    }

    .index_product .imgbox {
        padding-top: 30px;
    }

    .index_product .view_more {
        width: 160px !important;
        height: 41px;
        font-size: 12px;
        color: #ffffff;
    }
    .index_product .swiper-slide-thumb-active .view_more {
        min-width: unset;
        height: 41px;
        width: 160px;
        padding: 0px;
    }
    .index_product .swiper-slide:hover .view_more{
        min-width: unset;
    }
}

@media(max-width:768px) {
    .index_product .s_content {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
        margin-bottom: 15px;
        min-height: 52px;
    }
}

@media(max-width:570px) {}



/* index_cnc */
.index_cnc {}

.index_cnc1 {
    padding: 94px 0px 74px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.index_cnc2 {
    padding: 39px 0px 87px;
}

.index_cnc2 .content p {
    margin-bottom: 26px;
}

.index_cnc2 .content p:last-child {
    margin-bottom: 0;
}

.index_cnc2 .titlebox {
    margin-bottom: 39px !important;
}


.index_cnc .title52 img {
    right: -15px;
}

.index_cnc .title52 {
    margin-bottom: 21px;
}

.index_cnc .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 22px;
}

.index_cnc .l_box {
    width: 49%;
}

.index_cnc .l_box .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.index_cnc .r_box {
    width: 49%;
    display: flex;
    padding-top: 30px;
}

.index_cnc .r_box .box {
    width: 33.33%;
    padding-left: 5%;
    position: relative;
}

.index_cnc .r_box .box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #909090;
    height: 96px;
    width: 1px;
    opacity: 0.3;
}

.index_cnc .r_box .box:last-child::after {
    display: none;
}


.index_cnc .num {
    font-family: OpenSans-bold;
    font-size: 30px;
    color: #ae3025;
}

.index_cnc .num span {
    font-family: Tahoma-Bold;
    font-size: 48px;
    color: #ae3025;
}

.index_cnc .box .name {
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
    padding: 9px 0px;
}

.index_cnc .video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.index_cnc .video .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
}

.index_cnc .video:hover .play {
    transform: translateY(-50%) scale(1.1);
}


@media(max-width:1600px) {
    .index_cnc2 {
        padding: 50px 0px 50px;
    }

    .index_cnc1 {
        padding: 60px 0px;
    }

    .index_cnc .titlebox {
        margin-bottom: 40px !important;
    }

    .index_cnc .r_box {
        padding-top: 0;
    }

    .index_cnc .num span {
        font-size: 42px;
    }

    .index_cnc .r_box .box {
        width: 33.33%;
        padding-left: 3%;
        position: relative;
    }

    .index_cnc .l_box {
        width: 46%;
    }

    .index_cnc .r_box {
        width: 51%;
    }

}

@media(max-width:1333px) {
    .index_cnc2 .titlebox {
        margin-bottom: 30px !important;
    }

    .index_cnc .l_box {
        width: 50%;
    }

    .index_cnc .r_box {
        width: 48%;
        flex-wrap: wrap;
    }

    .index_cnc .num span {
        font-size: 36px;
    }

    .index_cnc .r_box {
        /* flex-direction: column; */
    }

    .index_cnc .r_box .box {
        width: 50%;
        padding-left: 5%;
        position: relative;
        margin-bottom: 16px;
    }

    /* .index_cnc .r_box .box::after{
        display: none;
    } */
}

@media(max-width:999px) {
    .index_cnc2 {
        padding: 40px 0px 40px;
    }

    .index_cnc1 {
        padding: 50px 0px;
    }

    .index_cnc .titlebox {
        flex-direction: column;
    }

    .index_cnc .titlebox {
        margin-bottom: 20px !important;
    }


    .index_cnc .title52 {
        margin-bottom: 15px;
    }

    .index_cnc .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_cnc .r_box {
        width: 100%;
        flex-wrap: wrap;
    }

    .index_cnc .r_box .box {
        width: 33.3%;
        padding-left: 3%;
        position: relative;
        margin-bottom: 16px;
    }

    .index_cnc .num span {
        font-size: 32px;
    }

    .index_cnc .box .name {
        font-size: 16px;
        padding: 6px 0px;
    }

    .index_cnc .content p {
        margin-bottom: 20px;
    }

    .index_cnc .content p:last-child {
        margin-bottom: 0;
    }

    /* .index_cnc .video .play {
        width: 75px;
    } */
}

@media(max-width:768px) {
    .index_cnc .l_box .content {
        font-size: 14px;
        line-height: 26px;
    }

    .index_cnc .content p {
        margin-bottom: 15px;
    }

    .index_cnc .content p:last-child {
        margin-bottom: 0;
    }

    .index_cnc .box .name {
        font-size: 14px;
        padding: 6px 0px;
    }

    .index_cnc .num span {
        font-size: 28px;
    }

    .index_cnc .num {
        font-size: 26px;
    }

    .index_cnc .r_box .box img {
        height: 28px;
    }

    /* .index_cnc .video .play {
        width: 70px;
    } */

    .index_cnc .video .bg {
        min-height: 200px;
        object-fit: cover;
    }

    /* .btn-play img{
        width: 50px;
    } */
}

@media(max-width:570px) {
    .index_cnc2 {
        padding: 30px 0px 30px;
    }

    /* .index_cnc .r_box{
        flex-direction: column;
    } */
    .index_cnc .r_box .box {
        width: 50%;
        padding-left: 4%;
        position: relative;
        margin-bottom: 16px;
    }

    .index_cnc .r_box .box:nth-child(2n)::after {
        display: none;
    }

    /* 
    .index_cnc .video .play {
        width: 60px;
    } */

    .index_cnc1 {
        padding: 40px 0px;
    }
}


@media(max-width:400px) {
    .index_cnc .r_box .box {
/*        width: 100%;*/
        padding-left: 0%;
        position: relative;
        margin-bottom: 16px;
    }

    .index_cnc .r_box .box::after {
        display: none;
    }
}



/* index_certificate */

.index_certificate {
    overflow: hidden;
}

.index_certificate1 {
    padding: 69px 0px 68px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fefefe;
}

.index_certificate2 {
    padding: 69px 0px 68px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fefefe;
}

.index_certificate img {
    display: block;
}

.index_certificate .title52 {
    text-align: center;
    margin-bottom: 11px;
}

.index_certificate .title52 img {
    right: -10px;
}

.index_certificate .content {
    text-align: center;
    font-family: OpenSans;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    width: 68%;
    margin: 0 auto;
    margin-bottom: 58px;
}

.index_certificate .box {
    position: relative;
}

.index_certificate .swiper {
    overflow: visible;
    padding-bottom: 91px;
}

.index_certificate .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    opacity: 1;
    margin-right: 26px !important;
}

.index_certificate .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_certificate .swiper-pagination-bullet-active {
    background-color: #ae3025;
    border: solid 1px #ae3025;
}


.index_certificate .swiper-slide {
    position: relative;
}

.index_certificate .shadow {
    position: absolute;
    left: 0;
    top: 0%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
}

.index_certificate .shadow .name {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.index_certificate .swiper-slide:hover {
    transform: translateY(-20px);
}

.index_certificate .swiper-slide:hover .shadow {
    opacity: 1;
}


@media(max-width:1600px) {

    .index_certificate2,
    .index_certificate1 {
        padding: 50px 0px;
    }

    .index_certificate .content {
        font-size: 18px;
        line-height: 30px;
        width: 75%;
        margin-bottom: 40px;
    }

    .index_certificate .swiper {
        overflow: visible;
        padding-bottom: 80px;
    }
}

@media(max-width:1333px) {
    .index_certificate .content {
        font-size: 18px;
        line-height: 30px;
        width: 85%;
        margin-bottom: 30px;
    }

    .index_certificate .swiper {
        overflow: visible;
        padding-bottom: 70px;
    }
}

@media(max-width:999px) {

    .index_certificate2,
    .index_certificate1 {
        padding: 40px 0px;
    }

    .index_certificate .content {
        font-size: 16px;
        line-height: 28px;
        width: 95%;
        margin-bottom: 25px;
    }

    .index_certificate .swiper {
        padding-bottom: 50px;
    }

    .index_certificate .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
        margin-right: 15px !important;
    }
}

@media(max-width:768px) {
    .index_certificate .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 20px;
    }

    .index_certificate .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }

    .index_certificate .swiper-slide:hover {
        transform: translateY(-10px);
    }

    .index_certificate .shadow .name {
        font-family: OpenSans;
        font-size: 16px;
        line-height: 28px;
        color: #ffffff;
    }
}

@media(max-width:570px) {

    .index_certificate1,
    .index_certificate2 {
        padding: 30px 0px;
    }
}



/* index_customers */


.index_customers {
    /* background-color: #f6f6f6; */
    max-width: 1920px;
    margin: 0 auto;
}

.index_customers img {
    display: block;
}

.index_customers .box {
    background: linear-gradient(rgba(246, 246, 246, 0.0)0%, rgba(246, 246, 246, .9)95%);

}

.index_customers .safe {}

.index_customers .title52 {
    text-align: center;
    margin-bottom: 18px;

}

.index_customers .title52 img {
    right: -10px;
}

.index_customers .content {
    font-family: OpenSans;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    width: 65%;
    padding-bottom: 14px;
}


@media(max-width:1600px) {
    .index_customers .content {
        font-size: 18px;
        width: 75%;
        padding-bottom: 14px;
    }
}

@media(max-width:1333px) {
    .index_customers .content {
        font-size: 16px;
        width: 85%;
        padding-bottom: 14px;
    }
}

@media(max-width:999px) {
    .index_customers .content {
        font-size: 16px;
        width: 100%;
        padding-bottom: 10px;
    }
}

@media(max-width:768px) {
    .index_customers .content {
        font-size: 14px;
        width: 100%;
        padding-bottom: 10px;
    }
}

@media(max-width:570px) {}




/* index_news */

.index_news {
    padding: 10px 0px 95px;
    background: linear-gradient(rgba(243, 244, 244, 1)0%, rgba(243, 244, 244, .9)95%);
}

.index_news img {
    display: block;
}

.index_news .title52 {
    text-align: center;
    margin-bottom: 19px;
}

.index_news .title52 img {
    right: -10px;
}

.index_news .content {
    text-align: center;
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
    margin-bottom: 69px;
}

.index_news .box {
    display: flex;
    justify-content: space-between;
}

.index_news .box .l_box {
    width: 47.15%;
}

.index_news .l_box .imgbox {
    overflow: hidden;
}

.index_news .l_box img:hover {
    transform: scale(1.05);
}

.index_news .intro {
    padding: 26px 20px 38px 35px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.index_news .title {
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_news .title a {
    font-family: OpenSans-bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.index_news .title a:hover {
    color: #ae3025;
}

.index_news .data {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}


.index_news .box .r_box {
    width: 49.6%;
    padding-right: 2px;
}


.index_news .wrap {
    display: flex;
    padding: 43.5px 30px 44px 39px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 31px;
    position: relative;
}

.index_news .wrap::after {
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    width: 7px;
    height: 100%;
    background-color: #ae3025;
    opacity: 0;
    transition: opacity .3s linear;
}

.index_news .wrap:last-child {
    margin-bottom: 0;
}

.index_news .wrap .databox {
    width: 16.2%;
    position: relative;
}

.index_news .wrap .databox::after {
    content: "";
    width: 1px;
    height: 96px;
    background-color: #dadada;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_news .day {
    font-family: OpenSans;
    font-size: 70px;
    color: #333333;
    line-height: 60px;
}

.index_news .wrap .contact {
    margin-top: 18px;
    padding-left: 5%;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}

.index_news .contact a {
    font-family: OpenSans-bold;
    font-size: 18px;
    line-height: 26px;
    color: #555555;

}

.index_news .contact a:hover {
    color: #ae3025;
}

.index_news .wrap:hover {
    background-color: #eeeeee;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

.index_news .wrap:hover::after {
    opacity: 1;

}


@media(max-width:1600px) {
    .index_news {
        padding: 0px 0px 50px;
    }

    .index_news .content {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .index_news .wrap {
        padding: 30px 30px 30px 30px;
        margin-bottom: 25px;
    }

    .index_news .day {
        font-size: 60px;
        line-height: 60px;
    }

    .index_news .data {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .index_news .content {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .index_news .wrap {
        padding: 20px 18px 20px 18px;
        margin-bottom: 20px;
        justify-content: space-between;
        align-items: center;
    }

    .index_news .day {
        font-size: 48px;
        line-height: 48px;
    }

    .index_news .wrap .databox {
        width: 20%;
        position: relative;
    }

    .index_news .wrap .contact {
        margin-top: 0px;
        padding-left: 0%;
        width: 75%;
        height: 48px;
    }

    .index_news .intro {
        padding: 20px 20px 20px 20px;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    }

    .index_news .title {
        margin-bottom: 8px;
        text-overflow: ellipsis;
    }

    .index_news .data {
        font-size: 16px;
        line-height: 26px;
    }

    .index_news .contact a {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .index_news {
        padding: 0px 0px 40px;
    }

    .index_news .content {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .index_news .box {
        flex-direction: column;
    }

    .index_news .box .l_box {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .index_news .box .r_box {
        margin: 0 auto;
        width: 85%;
        padding-right: 0px;
    }

    .index_news .wrap .databox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index_news .wrap .databox::after {
        content: "";
        width: 1px;
        height: 70px;
        background-color: #dadada;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:768px) {
    .index_news .content {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .index_news .box .l_box {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .index_news .box .r_box {
        margin: 0 auto;
        width: 90%;
        padding-right: 0px;
    }

    .index_news .day {
        font-size: 38px;
        line-height: 39px;
    }

    .index_news .data {
        font-size: 14px;
        line-height: 26px;
    }

    .index_news .contact a {
        font-size: 14px;
        line-height: 26px;
    }

    .index_news .intro {
        padding: 15px;
    }

    .index_news .title a {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .index_news {
        padding: 0px 0px 30px;
    }

    .index_news .box .l_box {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .index_news .box .r_box {
        margin: 0 auto;
        width: 100%;
        padding-right: 0px;
    }

    .index_news .intro {
        padding: 15px;
    }

    .index_news .day {
        font-size: 30px;
        line-height: 39px;
    }

    .index_news .wrap .databox {
        width: 22%;
        padding-right: 2%;
    }

    .index_news .wrap {
        padding: 10px 10px 10px 10px;
        margin-bottom: 20px;
        justify-content: space-between;
        align-items: center;
    }
}

@media(max-width:450px) {
    .index_news .box .l_box {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .index_news .box .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .index_news .wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .index_news .wrap .databox {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 10px;
        align-items: flex-start;
    }

    .index_news .wrap .databox::after {
        display: none;
    }

    .index_news .wrap .contact {
        margin-top: 0px;
        padding-left: 0%;
        width: 100%;
        height: 48px;
    }
}




/* index_contact */

.index_contact {
    background: linear-gradient(rgba(243, 244, 244, 1)0%, rgba(243, 244, 244, .9)95%);

}

.index_contact1 {
    padding-bottom: 29px;
}

.index_contact2 {
    padding-bottom: 43px;
    background: unset;
}


.index_contact .safe {
    padding: 54px 55.4px 100px 53px;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.index_contact .title52 img {
    right: -10px;
}

.index_contact .content {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    margin-top: 8px;
}

.index_contact .content span {
    color: #ae3025;
    font-family: OpenSans-Bold;
}

.index_contact .l_box {
    width: 40%;
    padding-top: 70px;
}

.index_contact .r_box {
    width: 53.45%;
}

.index_contact .r_box .inpbox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.index_contact .inpbox .inp1 {
    width: 49%;
    background-color: #fff;
    margin-bottom: 13px;
    position: relative;
}

.index_contact .must::after {
    content: "*";
    color: #c61700;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.index_contact .inpbox .inp1 input {
    height: 46px;
    background-color: #ffffff;
    width: 100%;
    color: #333;
    padding: 0px 29px;
}

.index_contact .inp1 input::placeholder,
.index_contact textarea {
    color: #888;
}

.index_contact textarea {
    color: #333;
    resize: none;
    padding: 12px 29px;
    width: 100%;
    height: 110px;
    display: block;
    margin-bottom: 13px;
}

.index_contact .inp1 input,
.index_contact .inp1 input::placeholder,
.index_contact textarea {
    font-family: Lato-Regular;
    font-size: 16px;
    color: #888;
}


.index_contact .submit {
    background-color: #ae3025 !important;
    font-family: Lato-Regular;
    font-size: 16px;
    color: #ffffff !important;
    cursor: pointer;
}

.index_contact .submit:hover {
    color: #ae3025 !important;
    background-color: #fff !important;
    border: 1px solid #ae3025;
}


@media(max-width:1600px) {
    .index_contact2 {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .index_contact .l_box {
        padding-top: 0;
    }

    .index_contact .safe {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .index_contact .safe {
        padding: 50px 30px 90px 30px;
    }

    .index_contact .inpbox .inp1 input {
        height: 46px;
        background-color: #ffffff;
        width: 100%;
        color: #333;
        padding: 0px 25px;
    }

    .index_contact textarea {
        color: #333;
        resize: none;
        padding: 12px 25px;
        width: 100%;
        height: 110px;
        display: block;
        margin-bottom: 13px;
    }

    .index_contact .content {
        font-size: 16px;
        line-height: 26px;
        margin-top: 5px;
    }
}

@media(max-width:999px) {
    .index_contact2 {
        margin-bottom: 0px;
    }

    .index_contact .safe {
        flex-direction: column;
    }

    .index_contact .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_contact .r_box {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .index_contact .safe {
        padding: 30px;
    }

}

@media(max-width:768px) {
    .index_contact .r_box {
        width: 90%;
    }

    .index_contact .inpbox .inp1 input {
        height: 45px;
        background-color: #ffffff;
        width: 100%;
        color: #333;
        padding: 0px 15px;
    }

    .index_contact textarea {
        color: #333;
        resize: none;
        padding: 12px 15px;
        width: 100%;
        height: 110px;
        display: block;
        margin-bottom: 13px;
    }

    .index_contact .inp1 input,
    .index_contact .inp1 input::placeholder,
    .index_contact textarea {
        font-family: Poppins-Regular;
        font-size: 14px;
    }

    .index_contact .content {
        font-size: 14px;
        line-height: 26px;
        margin-top: 5px;
    }

    .index_contact .inpbox .inp1 {
        width: 49%;
        background-color: #fff;
        margin-bottom: 10px;
    }

    .index_contact1 {
        padding-bottom: 0px;
    }

}

@media(max-width:570px) {
    .index_contact2 {
        margin-bottom: 0px;
    }

    .index_contact .r_box {
        width: 100%;
    }

    .index_contact .safe {
        padding: 30px 15px 30px 15px;
    }
}

@media(max-width:400px) {
    .index_contact .inpbox .inp1 {
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
    }

    .index_contact .r_box .inpbox {
        flex-direction: column;
    }

    .index_contact .safe {
        padding: 30px 15px 50px 15px;
    }
}


/* footer */

footer {
    padding: 109px 0px 0px 0px;
    background-color: #eeeeee;
}

footer .topbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 59px;
}

footer .email a {
    word-break: break-all;
}

footer .box1 {
    width: 30%;
    padding-top: 12px;
}

footer .box1>.imgbox {
    margin-bottom: 37px;
}

footer .box1 .contact {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-bottom: 37px;
}

footer .box1 .wrap {
    display: flex;
}

footer .box1 .inner {
    margin-right: 26px;
}

footer .box1 .inner:last-child {
    margin-right: 0;
}

footer .box1 .name {
    text-align: center;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    padding-top: 14px;
}


footer .box2 {
    width: 22%;
    padding-left: 8.2%;
}

footer .box3 {
    width: 17.7%;
    padding-left: 0.3%;
}


footer .title,
footer .title a {
    font-family: OpenSans;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 24px;
}

footer li a,
footer li span {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 40px;
    color: #555555;
}

footer .box3 ul {
    margin-bottom: 53px;
}

footer .box3 ul a:hover {
    text-decoration: underline;
}

footer .blogrolls {
    display: flex;

}

footer .blogrolls a {
    color: #555555;
    width: 43px;
    height: 44px;
    border: solid 1px #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 13px;
    font-size: 20px;
    flex-shrink: 0;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    transform: scale(1.1);
}

footer .box4 {
    width: 30.3%;
}

footer .box4 .inn {
    display: flex;
    align-items: flex-start;
}

footer .box4 .imgbox {
    flex-shrink: 0;
    margin-right: 10px;
}

footer .box4 .re {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555555;
    margin-bottom: 25px;
}

footer .box4 .re span {
    font-family: OpenSans-bold !important;
}


footer .bottombox {
    height: 113px;
    background-color: #ae3025;
}

footer .bottombox {
    padding-top: 22px;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

footer .copyright a:hover,
footer .links a:hover {
    text-decoration: underline;
}

footer .title i {
    display: none;
}



@media(max-width:1600px) {
    footer {
        padding: 60px 0px 0px;
    }

    footer .title,
    footer .title a {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    footer .box1 {
        padding-top: 0px;
    }

    footer .topbox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    footer .box1 {
        width: 29%;
        padding-top: 0px;
    }

    footer .box1 .contact {
        font-family: OpenSans;
        font-size: 16px;
        line-height: 26px;
        color: #555555;
        margin-bottom: 20px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    footer .box2 {
        width: 18%;
        padding-left: 5%;
    }

    footer .box3 {
        width: 25%;
        padding-left: 1%;
    }

    footer .box4 {
        width: 28%;
    }

    footer li a,
    footer li span {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 32px;
        color: #555555;
    }

    footer .box4 .re {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    footer .blogrolls a {
        color: #555555;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 18px;
    }

    footer .box1 .wrap .inner {
        margin-right: 3%;
    }

    footer .box1 .wrap .inner:last-child {
        margin-right: 0;
    }

    footer .box1 .name {
        font-size: 14px;
        line-height: 24px;
        padding-top: 3px;
    }

    footer .topbox {
        margin-bottom: 30px;
    }

    footer .bottombox {
        height: 80px;
        padding-top: 0;
        display: flex;
        align-items: center;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
        line-height: 26px;
    }

    footer .box1>.imgbox {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    footer .title i {
        display: block;
    }

    footer ul li {
        transition: none;
        display: none;
    }

    footer .safe .topbox {
        flex-direction: column;
    }

    footer .box1 {
        width: 100%;
        margin-bottom: 18px;
    }

    footer .box2 {
        width: 100%;
        padding: 0;
    }

    footer .box3 {
        width: 100%;
        padding: 0;
        margin-bottom: 18px;
    }

    footer .box4 {
        width: 100%;
        padding: 0;
    }

    footer .title {
        display: flex;
        justify-content: space-between;
    }

    footer .box3 ul {
        margin-bottom: 18px;
    }

    footer .topbox {
        margin-bottom: 0px;
    }

    footer .title,
    footer .title a {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    footer {
        padding: 50px 0px 45px;
    }
}

@media(max-width:768px) {
    footer {
        padding: 40px 0px 45px;
    }

    footer .box1 .contact {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 24px;
        color: #555555;
        margin-bottom: 15px;
    }

    footer .box1 {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .box4 .re {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    footer .bottombox {
        height: auto;
        padding: 10px 0px;
        display: flex;
        align-items: center;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    footer {
        padding: 30px 0px 45px;
    }

    footer .title,
    footer .title a {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    footer .box3 ul {
        margin-bottom: 15px;
    }
}



/* 2-1 */

.product_list {
    padding: 36px 0px 93px;
    position: relative;
}

.product_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.product_list .l_box {
    width: 20.7%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
}

.product_list .cate_title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    color: #333333;
    padding-bottom: 21px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
    text-transform: uppercase;
}

.product_list .cate_title i {
    display: none;
}

.product_list ul .active>a {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.product_list ul .active>a::after {
    opacity: 1;
}

.product_list ul a {
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
    padding: 18.5px 17px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
    position: relative;
}

.product_list ul a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ae3025;
    opacity: 0;
}


.product_list ul a:hover {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.product_list ul a:hover::after {
    opacity: 1;
}



.product_list .r_box {
    width: 74.7%;
    padding-top: 2px;
}

.product_list img {
    display: block;
}

.product_list .r_box .t_title {
    font-family: OpenSans-bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 8px;
}

.product_list .r_box .t_content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 45px;
}

.product_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.product_list .box {
    position: relative;
    width: 32.8%;
    margin-right: 0.8%;

    padding-top: 32px;
    margin-bottom: 57px;
}

/* .product_list .box:first-child{
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.18);

}

.product_list .box:first-child .shadow{
    opacity: 1;
} */


.product_list .box .shadow {
    opacity: 0;
}

.product_list .box:hover {
    background-color: #f8f9f9;
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.18);
    background-color: #f8f9f9;
}

.product_list .box:hover .shadow {
    opacity: 1;
}



.product_list .box:nth-child(3n) {
    margin-right: 0;
}

.product_list .box .contact {
    padding: 31px 15px 29px 15px;
}

.product_list .box .intro {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 65px;
    margin-bottom: 15px;
}

.product_list .inquire_box {
    display: flex;
    align-items: center;
}

.product_list .inquire {
    width: 150px;
    height: 37px;
    background-color: #ffffff;
    border: solid 1px #ae3025;
    font-family: OpenSans;
    font-size: 14px;
    color: #ae3025;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.product_list .inquire:hover {
    background-color: #ae3025;
    color: #fff;
    border: 1px solid #ae3025;
}


.product_list .imgbox {
    position: relative;
}

.product_list .imgbox a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.product_list .imgbox a>img:hover {
    transform: scale(1.05);
}

.product_list .shadow {
    position: absolute;
    right: -15px;
    top: 8px;
    z-index: 10;
}

.product_list .shadow .inn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_list .shadow .name {
    position: absolute;
    padding: 0px 5px;
    margin: 0px 15px 8px 0px;
    font-family: Tahoma-Bold;
    font-size: 18px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media(max-width:1600px) {
    .product_list {
        padding: 30px 0px 50px;
    }

    .product_list .r_box {
        padding-top: 0;
        width: 75%;
    }

    .product_list .cate_title {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 10px;
    }

    .product_list ul a {
        font-size: 16px;
        padding: 16px 17px;
    }

    .product_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .product_list .box {
        width: 32.8%;
        margin-right: 0.8%;
        padding-top: 20px;
        margin-bottom: 40px;
    }

    .product_list .box .intro {
        font-size: 16px;
        line-height: 24px;
        min-height: 65px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .product_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .product_list ul a {
        font-size: 16px;
        padding: 14px 10px;
    }

    .product_list .l_box {
        width: 25%;
    }

    .product_list .r_box {
        width: 73%;
    }

    .product_list .shadow .name {
        padding: 0px 5px;
        margin: 0px 6px 10px 0px;
        font-size: 16px;
    }

    .product_list .box .contact {
        padding: 20px 15px 20px 15px;
    }
}

@media(max-width:1100px) {
    .product_list .box {
        width: 49%;
        margin-right: 2%;
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .product_list .box:nth-child(3n) {
        margin-right: 2%;
    }

    .product_list .box:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:999px) {
    .product_list {
        padding: 30px 0px 40px;
    }

    .product_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .product_list .safe {
        flex-direction: column;
    }

    .product_list .l_box {
        width: 100%;
        margin-bottom: 25px;
    }

    .product_list .r_box {
        width: 100%;
    }

    .product_list .l_box ul {
        display: none;
        transition: none;
    }

    .product_list .cate_title {
        border-bottom: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product_list .cate_title i {
        display: block;
        font-size: 28px;
    }

    .product_list .cate_title {
        font-size: 24px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .product_list .shadow {
        opacity: 1 !important;
    }

    .product_list .box {
        padding-top: 49px;
    }

    .product_list .shadow .inn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
    }

    .product_list .shadow .name {
        padding: 0px 5px;
        margin: 0px 6px 10px 0px;
        font-size: 14px;
    }

    .product_list .l_box {
        position: unset;
        position: unset;
        top: 0;
        left: 0;
    }
}

@media(max-width:768px) {
    .product_list .r_box .t_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .product_list .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .product_list .cate_title {
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .product_list ul a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .product_list .box .intro {
        font-size: 14px;
        line-height: 24px;
        min-height: 72px;
        margin-bottom: 20px;
    }

}

@media(max-width:570px) {
    .product_list {
        padding: 20px 0px 30px;
    }

    .product_list .r_box .t_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .product_list .cate_title {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .product_list .l_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .product_list .shadow .inn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 155px;
    }
}

@media(max-width:400px) {
    .product_list .box {
        width: 100%;
        margin-right: 0%;
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .product_list .box:nth-child(3n) {
        margin-right: 0%;
    }

    .product_list .box .intro {
        font-size: 14px;
        line-height: 24px;
        min-height: unset;
        margin-bottom: 20px;
    }
}




/* pagination */

.pagination1 {
    margin-bottom: 50px;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 29px;
    height: 29px;
    font-family: OpenSans;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    /* background-color: #ae3025; */
}

.pagination a:hover {
    color: #fff;
    background-color: #ae3025;
}

.pagination .active {
    color: #fff;
    background-color: #ae3025;
}

.pagination .submit {
    display: flex;
    align-items: center;
    /* height: 29px; */
}

.pagination .submit input {
    height: 29px;
    font-family: OpenSans;
    font-size: 16px;
    background-color: transparent !important;
    color: #ae3025;
    margin-right: 10px;
    cursor: pointer;
}

.pagination .submit input:hover {
    text-decoration: underline;
}



@media(max-width:1600px) {}

@media(max-width:1333px) {
    .pagination a {
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .pagination a:last-child {
        margin-right: 0;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {
    .pagination a {
        font-size: 14px;
    }
}

@media(max-width:570px) {}






/* 2-2 */

/* cnc_one */

.cnc_one {
    padding: 72px 0px 82px;
}

.cnc_one .title36 {
    margin-bottom: 19px;
}

.cnc_one .box {
    font-family: OpenSans;
    font-size: 16px;
    color: #666666;
}

.cnc_one .box .content1 {
    margin-bottom: 27px;
}

.cnc_one .box .content2 {
    margin-bottom: 23px;
}

@media(max-width:1600px) {
    .cnc_one {
        padding: 50px 0px;
    }

    .cnc_one .title36 {
        margin-bottom: 15px;
    }

    .cnc_one .box .content1 {
        margin-bottom: 25px;
    }

    .cnc_one .box .content2 {
        margin-bottom: 25px;
    }

    .cnc_one .box {
        line-height: 28px;
    }
}

@media(max-width:1333px) {
    .cnc_one .title36 {
        margin-bottom: 15px;
    }

    .cnc_one .box .content1 {
        margin-bottom: 20px;
    }

    .cnc_one .box .content2 {
        margin-bottom: 20px;
    }

    .cnc_one .box {
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .cnc_one {
        padding: 30px 0px 40px;
    }

    .cnc_one .box .content1 {
        margin-bottom: 15px;
    }

    .cnc_one .box .content2 {
        margin-bottom: 15px;
    }

    .cnc_one .box {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .cnc_one .box {
        font-family: OpenSans;
        font-size: 14px;
        color: #666666;
    }

    .cnc_one .box .content1 {
        margin-bottom: 10px;
    }

    .cnc_one .box .content2 {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .cnc_one {
        padding: 20px 0px 40px;
    }
}


/* cnc_two */


.cnc_two {
    padding: 64px 0px 74px;
    background-color: #f6f6f6;

}

.cnc_two .title36 {
    margin-bottom: 10px;
}

.cnc_two .r_box {
    float: right;
    padding-top: 31px;
}

.cnc_two .l_box {
    width: 100%;
}

.cnc_two .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.cnc_two .content p {
    /* display: flex; */
    /* align-items: center; */
}

.cnc_two .content img {
    flex-shrink: 0;
    margin-right: 5px;
    padding-top: 10px;
}

@media(max-width:1600px) {
    .cnc_two {
        padding: 50px 0px;
    }

    .cnc_two .r_box {
        width: 60%;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .cnc_two {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .cnc_two .content {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 26px;
        color: #666666;
    }

    .cnc_two .r_box {}

    .cnc_two .r_box {
        float: unset;
        width: 80%;
        margin: 0 auto;
    }

    .cnc_two .safe {
        display: flex;
        flex-direction: column-reverse;
    }

    .cnc_two .content img {
        flex-shrink: 0;
        margin-right: 5px;
        padding-top: 5px;
        width: 18px;
    }
}

@media(max-width:570px) {
    .cnc_two {
        padding: 30px 0px;
    }

    .cnc_two .r_box {
        float: unset;
        width: 95%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {

    .cnc_two .r_box {
        float: unset;
        width: 100%;
        margin: 0 auto;
    }
}


/* cnc_three */


.cnc_three {
    padding: 102px 0px 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cnc_three .safe {
    display: flex;
    justify-content: space-between;
}

.cnc_three .title36 {
    margin-bottom: 10px;
}

.cnc_three .l_box {
    width: 53.3%;
    transform: translateY(-19px);
}

.cnc_three .r_box {
    width: 45%;
    padding-top: 50px;
}

.cnc_three .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}

@media(max-width:1600px) {
    .cnc_three {
        padding: 50px 0px;
    }

    .cnc_three .safe {
        align-items: center;
    }

    .cnc_three .l_box {
        width: 45%;
        transform: translateY(0px);
    }

    .cnc_three .r_box {
        width: 50%;
        padding-top: 0px;
    }

    .cnc_three .content {
        font-size: 16px;
        line-height: 36px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .cnc_three {
        padding: 40px 0px;
    }

    .cnc_three .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .cnc_three .safe {
        flex-direction: column;
    }

    .cnc_three .l_box {
        width: 80%;
        margin: 0 auto;
        transform: translateY(0px);
    }

    .cnc_three .r_box {
        width: 100%;
    }

    .cnc_three .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .cnc_three {
        padding: 30px 0px;
    }

    .cnc_three .l_box {
        width: 95%;
    }
}

@media(max-width:570px) {

    .cnc_three .l_box {
        width: 100%;
    }
}


/* cnc_four */

.cnc_four {
    position: relative;
}

.cnc_four::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
}

.cnc_four img {
    display: block;
}

.cnc_four .safe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12.2%;
    z-index: 10;
}

.cnc_four .title36 {
    color: #fff;
    text-align: center;
    margin-bottom: 42px;
}

.cnc_four .content {
    text-align: center;
    font-family: OpenSans;
    font-size: 16px;
    color: #ffffff;
}

.cnc_four .content p {
    margin-bottom: 5px;
}

.cnc_four .content p:last-child {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .cnc_four .title36 {
        margin-bottom: 30px;
    }

    .cnc_four>img {
        min-height: 250px;
        object-fit: cover;
    }
}

@media(max-width:1333px) {
    .cnc_four .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .cnc_four .title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .cnc_four .content {
        text-align: center;
        font-family: OpenSans;
        font-size: 14px;
        color: #ffffff;
    }
}

@media(max-width:570px) {}


/* cnc_five */


.cnc_five {
    padding: 99px 0px 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cnc_five .safe {
    display: flex;
    justify-content: space-between;
}

.cnc_five .title36 {
    margin-bottom: 13px;
}

.cnc_five .l_box {
    width: 53.3%;
}

.cnc_five .r_box {
    width: 45%;
    padding-top: 126px;
    padding-left: 5%;
}

.cnc_five .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}


@media(max-width:1600px) {
    .cnc_five {
        padding: 50px 0px;
    }

    .cnc_five .safe {
        align-items: center;
    }

    .cnc_five .r_box {}

    .cnc_five .content {
        font-size: 16px;
        line-height: 36px;
    }

    .cnc_five .l_box {
        width: 45%;
    }

    .cnc_five .r_box {
        padding-top: 0;
        width: 50%;
        padding-left: 0%;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .cnc_five {
        padding: 40px 0px;
    }

    .cnc_five .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .cnc_five .safe {
        flex-direction: column-reverse;
    }

    .cnc_five .l_box {
        width: 80%;
        margin: 0 auto;
    }

    .cnc_five .r_box {
        width: 100%;
    }
}

@media(max-width:570px) {
    .cnc_five {
        padding: 30px 0px;
    }

    .cnc_five .l_box {
        width: 95%;
        margin: 0 auto;
    }

}

@media(max-width:400px) {
    .cnc_five .l_box {
        width: 100%;
        margin: 0 auto;
    }
}


/* cnc_six */

.cnc_six {
    padding: 99px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cnc_six .title36 {
    text-align: center;
    margin-bottom: 5px;
}


.cnc_six img {
    display: block;
    margin: 0 auto;
}

.cnc_six .content {
    text-align: center;
    padding-top: 14px;
    margin-bottom: 20px;
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
}

@media(max-width:1600px) {
    .cnc_six {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .cnc_six .content {
        line-height: 28px;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {
    .cnc_six .content {
        padding-top: 14px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 26px;
    }

    .cnc_six .jiantou {
        display: none;
    }
}

@media(max-width:570px) {}





/* cnc_seven */


.cnc_seven {
    /* padding: 65px 0px 65px; */
    position: relative;
    transform: translateY(-38px);
}

.cnc_seven::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
}


.cnc_seven>img {
    display: block;
}

.cnc_seven .safe {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.cnc_seven .title36 {
    color: #fff;
    margin-bottom: 10px;
}

.cnc_seven .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
}

.cnc_seven .l_box {
    padding-top: 60px;
}


@media(max-width:1600px) {
    .cnc_seven {
        transform: unset;
    }

    .cnc_seven .safe {
        position: relative;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(0%);
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0px;
    }

    .cnc_seven>img {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .cnc_seven .l_box {
        padding-top: 0px;
    }

    .cnc_seven .content {
        font-size: 16px;
        line-height: 36px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .cnc_seven .safe {
        padding: 40px 0px;
    }

    .cnc_seven .l_box {
        width: 50%;
    }

    .cnc_seven .r_box {
        width: 45%;
    }

    .cnc_seven .content {
        font-size: 16px;
        line-height: 34px;
    }
}

@media(max-width:768px) {
    .cnc_seven .content {
        font-size: 14px;
        line-height: 26px;
    }

    .cnc_seven .safe {
        flex-direction: column;
    }

    .cnc_seven .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .cnc_seven .r_box {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .cnc_seven .safe {
        padding: 30px 0px;
    }

    .cnc_seven .r_box {
        width: 95%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {
    .cnc_seven .r_box {
        width: 100%;
        margin: 0 auto;
    }
}

/* cnc_eight */


.cnc_eight {
    padding: 49px 0px 84px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cnc_eight .title36 {
    margin-bottom: 39px;
}

.cnc_eight table {
    border-collapse: collapse;
    /* border: 2px solid #dddddd; */
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.cnc_eight .tablen {
    overflow: auto;
}

.cnc_eight table tr {
    color: #666666;
}

.cnc_eight table tr td {
    /* border: 2px solid #dddddd; */
    padding: 17px 20px;
    font-family: OpenSans;

}


.cnc_eight video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}


.cnc_eight table tr td:nth-child(1) {
    width: 35%;
    text-align: center;
}

.cnc_eight table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.cnc_eight table tr:nth-child(even) {
    background-color: #fff;
}


.cnc_eight table tr:first-child {
    font-family: OpenSans-Bold;
}

.cnc_eight table tr:nth-child(even) td:nth-child(2n) {
    border-left: 1px solid #eeeeee;
}


@media(max-width:1600px) {
    .cnc_eight {
        padding: 50px 0px;
    }

    .cnc_eight .title36 {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .cnc_eight .title36 {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .cnc_eight {
        padding: 40px 0px;
    }

    .cnc_eight .title36 {
        margin-bottom: 25px;
    }

    .cnc_eight table tr td {
        padding: 15px 15px;
    }
}

@media(max-width:768px) {
    .cnc_eight .title36 {
        margin-bottom: 20px;
    }

    .cnc_eight table tr td {
        padding: 12px 15px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cnc_eight {
        padding: 30px 0px;
    }
}




/* 3-1 */


.video_list {
    padding: 36px 0px 77px;
    position: relative;
}

.video_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.video_list .l_box {
    width: 20.7%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    left: 0;
}

.video_list .cate_title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    color: #333333;
    padding-bottom: 21px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
    text-transform: uppercase;
}

.video_list .cate_title i {
    display: none;
}

.video_list ul .active>a {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.video_list ul .active>a::after {
    opacity: 1;
}

.video_list ul a {
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
    padding: 18.5px 8px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
    position: relative;
    display: flex;
    align-items: center;
}

.video_list ul a img {
    margin-right: 8px;
}

.video_list ul a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ae3025;
    opacity: 0;
}


.video_list ul a:hover {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.video_list ul a:hover::after {
    opacity: 1;
}



.video_list .r_box {
    width: 74.7%;
    padding-top: 3px;
}

.video_list img {
    display: block;
}

.video_list .r_box .t_title {
    font-family: OpenSans-bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 14px;
}

.video_list .r_box .t_content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 23px;
}

.video_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 62px;
}

.video_list .box {
    position: relative;
    width: 32.68%;
    margin-right: 0.85%;
    margin-bottom: 22px;
}

.video_list .box:hover .contact {
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.1);
}

.video_list .box:hover .contact::after {
    width: 100%;
}


.video_list .box:nth-child(3n) {
    margin-right: 0;
}

.video_list .box .contact {
    padding: 11.5px 10px;
    background-color: #f0f0f0;
    position: relative;
}

.video_list .box .contact::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ae3025;
    border-radius: 1px;
    transition: width linear .5s;
}

.video_list .box .intro {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_list .inquire_box {
    display: flex;
    align-items: center;
}

.video_list .inquire {
    width: 132px;
    height: 37px;
    background-color: #ffffff;
    border: solid 1px #ae3025;
    font-family: OpenSans;
    font-size: 14px;
    color: #ae3025;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.video_list .inquire:hover {
    background-color: #ae3025;
    color: #fff;
    border: 1px solid #ae3025;
}


.video_list .imgbox {
    position: relative;
}

.video_list .imgbox::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
}

.video_list .imgbox a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_list .shadow {
    position: absolute;
    right: -15px;
    top: 8px;
    z-index: 10;
}

.video_list .shadow .inn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_list .shadow .name {
    position: absolute;
    padding: 0px 5px;
    margin: 0px 15px 8px 0px;
    font-family: Tahoma-Bold;
    font-size: 18px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_list .video {
    position: relative;
    cursor: pointer;
}

.video_list .video .play {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 10;
}

.video_list .video:hover .play {
    transform: scale(1.1);
}



@media(max-width:1600px) {
    .video_list {
        padding: 30px 0px 50px;
    }

    .video_list .r_box {
        padding-top: 0;
        width: 75%;
    }

    .video_list .cate_title {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 10px;
    }

    .video_list ul a {
        font-size: 16px;
        padding: 16px 17px;
    }

    .video_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .video_list .box {
        width: 32.8%;
        margin-right: 0.8%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

}

@media(max-width:1333px) {
    .video_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .video_list ul a {
        font-size: 16px;
        padding: 14px 10px;
    }

    .video_list .l_box {
        width: 25%;
    }

    .video_list .r_box {
        width: 73%;
    }

    .video_list .shadow .name {
        padding: 0px 5px;
        margin: 0px 6px 10px 0px;
        font-size: 16px;
    }


}

@media(max-width:1100px) {
    .video_list .box {
        width: 49%;
        margin-right: 2%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .video_list .box:nth-child(3n) {
        margin-right: 2%;
    }

    .video_list .box:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:999px) {
    .video_list {
        padding: 30px 0px 40px;
    }

    .video_list .video .bg {
        width: 100%;
    }

    .video_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .video_list .safe {
        flex-direction: column;
    }

    .video_list .l_box {
        width: 100%;
        top: 0;
        margin-bottom: 25px;
    }

    .video_list .r_box {
        width: 100%;
    }

    .video_list .l_box ul {
        display: none;
        transition: none;
    }

    .video_list .cate_title {
        border-bottom: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .video_list .cate_title i {
        display: block;
        font-size: 28px;
    }

    .video_list .cate_title {
        font-size: 24px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .video_list .shadow {
        opacity: 1 !important;
    }

    .video_list .box {
        /* padding-top: 49px; */
    }

    .video_list .shadow .inn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
    }

    .video_list .shadow .name {
        padding: 0px 5px;
        margin: 0px 6px 10px 0px;
        font-size: 14px;
    }

    .video_list .l_box {
        position: unset;
        position: unset;
        top: 0;
        left: 0;
    }
}

@media(max-width:768px) {
    .video_list .r_box .t_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .video_list .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .video_list .cate_title {
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .video_list ul a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .video_list .box .intro {
        font-size: 14px;
        line-height: 26px;
    }

    .video_list .box .contact {
        padding: 8.5px 10px;
        background-color: #f0f0f0;
        position: relative;
    }

}

@media(max-width:570px) {
    .video_list {
        padding: 20px 0px 30px;
    }

    .video_list .r_box .t_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .video_list .cate_title {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .video_list .l_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .video_list .shadow .inn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 155px;
    }
}

@media(max-width:400px) {
    .video_list .box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .video_list .box:nth-child(3n) {
        margin-right: 0%;
    }

    .video_list .box .intro {
        font-size: 14px;
        line-height: 24px;
        min-height: unset;
    }
}


/* 4-1 */

.service_one {
    padding: 39px 0px 111px;
}

.service_one .page_title {
    font-family: OpenSans-Semibold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

.service_one .page_content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 39px;
}

.service_one img {
    display: block;
}

.service_one .title {
    font-family: Tahoma-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #ae3025;
    margin-bottom: 4px;
}

.service_one .box {
    display: flex;
    background-color: #f4f4f4;
    justify-content: space-between;
    margin-bottom: 39px;
}

.service_one .box:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.1);
}

.service_one .box:last-child {
    margin-bottom: 0;
}


.service_one .box .l_box {
    width: 28.35%;
}

.service_one .box .r_box {
    padding-top: 47px;
    width: 68.5%;
}


.service_one .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 31px;
}

.service_one .content em {
    color: #ae3025;
}

.service_one .contact {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding: 0px 10px;
}

.service_one ul {
    display: flex;
}

.service_one ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_one .svg_box {
    margin-bottom: 9.5px;
}


@media(max-width:1600px) {
    .service_one {
        padding: 40px 0px 50px;
    }

    .service_one .page_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .service_one .box {
        align-items: center;
    }

    .service_one .box .l_box {
        width: 33%;
    }

    .service_one .box .r_box {
        width: 63%;
        padding-top: 0;

    }

    .service_one .contact {
        text-align: center;
    }

    .service_one .box {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .service_one .page_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .service_one .box {
        align-items: center;
        padding: 15px 0px;
    }

    .service_one .svg_box img {
        height: 45px;
    }

    .service_one .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .service_one .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }

}

@media(max-width:999px) {
    .service_one {
        padding: 30px 0px 40px;
    }

    .service_one .page_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .service_one .box {
        flex-direction: column;
        padding: 15px;
    }

    .service_one .box .l_box {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .service_one .box .l_box img {
        width: 100%;
    }

    .service_one .box .r_box {
        width: 100%;
    }

    .service_one .svg_box img {
        height: 40px;
    }

    .service_one .page_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .service_one .page_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .service_one .box .l_box {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .service_one .contact {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 10px;
    }

    .service_one .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .service_one .svg_box img {
        height: 35px;
    }
}

@media(max-width:570px) {
    .service_one {
        padding: 20px 0px 30px;
    }

    .service_one .box .l_box {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .service_one .svg_box img {
        height: 30px;
    }

    .service_one ul {
        flex-wrap: wrap;
    }

    .service_one ul li {
        flex: unset;
        width: 50%;
        margin-bottom: 15px;
    }

    .service_one .svg_box img {
        height: 25px;
    }
}

@media(max-width:450px) {
    .service_one {
        padding: 20px 0px 30px;
    }

    .service_one .box .l_box {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .service_one .svg_box img {
        height: 30px;
    }
}

@media(max-width:400px) {
    .service_one .box .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .service_one ul {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .service_one ul li {
        flex: unset;
        width: 100%;
        margin-bottom: 15px;
        align-items: flex-start;
        text-align: left;
    }

    .service_one .contact {
        padding: 0;
    }
}



/* 5-1 */


.wrap_bg {
    background: linear-gradient(to bottom, #d7d8d8, rgba(242, 242, 242, .1));
}


.customer_one {
    padding: 42px 0px 50px;
    /* background: #e9eaea; */
}

.customer_one .title36_1 {
    text-align: center;
    margin-bottom: 16px;
}

.customer_one .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.customer_one .swiper-slide img{
    display: block;
    margin: 0 auto;
}

.customer_one .swiper-pagination {
    bottom: 100px !important;
}

.customer_one .swiper-pagination-bullet {

    width: 14px;
    opacity: 1;
    background-color: #ffffff;
    height: 14px;
    margin-right: 12px !important;

}

.customer_one .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.customer_one .swiper-pagination-bullet-active {
    background-color: #ae3025;
}



@media(max-width:1600px) {
    .customer_one .content {
        font-size: 16px;
        line-height: 26px;
        width: 75%;
    }
}

@media(max-width:1333px) {
    .customer_one .content {
        font-size: 16px;
        line-height: 26px;
        width: 90%;
    }

    .customer_one .swiper-pagination {
        bottom: 60px !important;
    }
}

@media(max-width:999px) {
    .customer_one .content {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }

    .customer_one .swiper-pagination {
        bottom: 40px !important;
    }

    .customer_one .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 8px !important;
    }
}

@media(max-width:768px) {
    .customer_one .content {
        font-size: 14px;
        line-height: 26px;
    }

    .customer_one .swiper-pagination {
        bottom: 20px !important;
    }
}

@media(max-width:570px) {}



/* customer_two */

.customer_two {
    margin-bottom: 60px;
}

.customer_two .title36_1 {
    text-align: center;
    margin-bottom: 10px;
}

.customer_two .content {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 25px;
}

.customer_two .box img {
    display: block;
}

.customer_two .box {
    display: flex;
    flex-wrap: wrap;
}

.customer_two .box .inner {
    width: 30.3125%;
    margin-right: 1.625%;
    margin-bottom: 25px;
}

.customer_two .inner:last-child {
    margin-right: 0;
}

.customer_two .inner {
    position: relative;
    cursor: pointer;
}

.customer_two .inner:hover .play {
    transform: scale(1.1);
}

.customer_two .inner .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


@media(max-width:1600px) {
    .customer_two .content {
        width: 70%;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .customer_two .content {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .customer_two .content {
        width: 90%;
        margin-bottom: 15px;
    }

    .customer_two .inner .play {
        width: 45px;
    }

    .customer_two .box .inner {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .customer_two .content {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .customer_two .box .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .customer_two .box .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .customer_two .box .inner:nth-child(2n) {
        margin-right: 0;
    }

    .customer_two .inner .play {
        width: 40px;
    }
}

@media(max-width:400px) {
    .customer_two .box .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
}



/* 6-1 */


.wrap_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 88px 0px 89px;
}

@media(max-width:1600px) {
    .wrap_box {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .wrap_box {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .wrap_box {
        padding: 30px 0px;
    }
}

/* company_one */

.company_one {
    margin-bottom: 159px;
}

.company_one .title40 {
    text-align: center;
    margin-bottom: 10px;
}

.company_one .t_content {
    text-align: center;
    margin: 0 auto;
    width: 65%;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 40px;
}

.company_one .box {
    position: relative;
    height: 500px;
}

.company_one .box .safe {
    padding: 0% 5.7%;
    position: relative;
    z-index: 10;
    height: 100%;
}

.company_one .box img {
    display: block;
}

.company_one .bgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.company_one .bgbox img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_one .contact1 {
    position: relative;
    z-index: 10;
    padding-top: 160px;
    width: 55%;
    display: none;
}

.company_one .contact1 .title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 12px;
}

.company_one .contact1 .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}


.company_one .card_box {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(55px);
    padding: 0% 5.7%;
}

.company_one .card_box li {
    width: 22.93%;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 34px 20px;
    margin-right: 1.6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Tahoma-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;

    /* transition: filter linear .3s; */
}

.company_one .card_box li:last-child {
    margin-right: 0;
}

.company_one .card_box li .svgbox {
    flex-shrink: 0;
}

/* .company_one .card_box li:hover {
    color: #fff;
    background-color: #ae3025;
}

.company_one .card_box li:hover img {
    filter: brightness(100);
} */



.company_one .active {
    color: #fff !important;
    background-color: #ae3025 !important;
}

.company_one .active img {
    filter: brightness(100) !important;
}

@media(max-width:1600px) {
    .company_one .contact1 {
        padding-top: 0;
        width: 65%;
    }

    .company_one .box .safe {
        padding: 0% 5.7%;
        position: relative;
        z-index: 10;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .company_one .box .safe {
        padding: 0% 3%;
        z-index: 10;
        height: 100%;
    }

    .company_one .card_box {
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(55px);
        padding: 0% 3%;
    }

    .company_one .card_box li {
        width: 22.93%;
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        padding: 34px 20px;
        margin-right: 2%;
        font-size: 18px;
        line-height: 28px;
    }

    .company_one .card_box .svgbox img {
        height: 48px;
    }

    .company_one .box {
        height: 450px;
    }

    .company_one {
        margin-bottom: 130px;
    }
}

@media(max-width:1333px) {
    .company_one .card_box li {
        width: 23.3%;
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        padding: 23px 15px;
        margin-right: 2%;
        font-size: 14px;
        line-height: 24px;
    }

    .company_one .card_box {
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(50px);
        padding: 0% 0%;
    }

    .company_one .box .safe {
        padding: 0% 0%;
        z-index: 10;
        height: 100%;
    }

    .company_one .box {
        height: 400px;
    }

    .company_one .contact1 {
        padding-top: 0;
        width: 75%;
    }

    .company_one {
        margin-bottom: 100px;
    }
}

@media(max-width:999px) {
    .company_one .box {
        height: 350px;
    }

    .company_one .card_box .svgbox img {
        height: 45px;
    }

    .company_one .contact1 {
        padding-top: 0;
        width: 90%;
    }
}
@media(max-width:999px) {
    .company_one .card_box li {
        width: 49%;
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        padding: 18px 10px;
        margin-right: 2%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .company_one .card_box li:nth-child(2n) {
        margin-right: 0;
    }

    .company_one .card_box .svgbox img {
        height: 35px;
    }

    .company_one .box {
        height: auto;
    }

    .company_one .card_box {
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(0px);
        padding: 0% 0%;
    }

    .company_one .box .safe {
        padding: 40px 0px;
        z-index: 10;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .company_one .card_box {
        position: relative;
    }

    .company_one .contact1 {
        padding-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .company_one .contact1 .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .company_one .contact1 .content {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 26px;
        color: #ffffff;
    }

    .company_one {
        margin-bottom: 60px;
    }
}

@media(max-width:570px) {
    .company_one .box .safe {
        padding: 30px 0px;
        z-index: 10;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .company_one .card_box li {
        width: 49%;
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        padding: 18px 10px;
        margin-right: 2%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .company_one {
        margin-bottom: 40px;
    }
}

@media(max-width:450px) {
    .company_one .card_box li {
        width: 100%;
        box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        padding: 16px 10px;
        margin-right: 0%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}








/* company_two */

.company_two {}

.company_two .title40 {
    text-align: center;
    margin-bottom: 9px;
}

.company_two .t_content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 48px;
}



.company_two .box {
    display: flex;
    flex-wrap: wrap;
}

.company_two .box li {
    width: 19.8125%;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.18);
    border-radius: 1px;
    height: 512px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 15px 15px 15px;
    position: relative;
}

.company_two li .imgbox {
    margin-bottom: 15px;
}

.company_two li .title {
    font-family: Tahoma-Bold;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 0px;
}

.company_two li .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.company_two li .bg {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    object-fit: cover;
    width: 0;
}

.company_two .imgbox,
.company_two .title,
.company_two .content {
    position: relative;
    z-index: 10;
}

.company_two .active {
    width: 40.563% !important;
}

.company_two .active .bg {
    width: 100%;
    transition: width linear .3s;
}

.company_two .active .imgbox img {
    filter: brightness(100);
}

.company_two .active .title {
    color: #fff;
}

.company_two .active .content {
    color: #fff;
}

@media(max-width:1600px) {
    .company_two .t_content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .company_two .box li {
        width: 19.8125%;
        background-color: #ffffff;
        box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.18);
        border-radius: 1px;
        height: 480px;
        padding: 15px 15px 15px 15px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .company_two li .title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .company_two li .content {
        text-align: center;
    }
}

@media(max-width:1333px) {
    .company_two .t_content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .company_two .box li {
        width: 19.8125%;
        border-radius: 1px;
        height: 400px;
        padding: 15px 15px 15px 15px;
    }

    .company_two li .title {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .company_two li .content {
        font-size: 14px;
        line-height: 26px;
    }

    .company_two li .imgbox img {
        height: 70px;
    }
}

@media(max-width:999px) {
    .company_two .t_content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .company_two li .imgbox img {
        height: 65px;
    }

    .company_two li .title {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .company_two .box li {
        width: 19.8125%;
        border-radius: 1px;
        height: 400px;
        padding: 10px 10px 10px 10px;
    }
}

@media(max-width:768px) {
    .company_two .t_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .company_two .active {
        width: unset !important;
    }

    .company_two .box li {
        width: 49% !important;
        margin-right: 2% !important;
        margin-bottom: 20px;
        height: 400px;
    }

    .company_two .box li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .company_two .box li .bg {
        width: 100%;
        height: 100%;
    }

    .company_two .imgbox img {
        filter: brightness(100) !important;
    }

    .company_two li .title {
        font-size: 16px;
        line-height: 26px;
        color: #fff !important;
        text-align: center;
    }

    .company_two li .content {
        font-size: 14px;
        line-height: 26px;
        color: #fff;
    }
}

@media(max-width:570px) {
    .company_two .box li {
        height: 300px;
    }

    .company_two li .imgbox {
        margin-bottom: 10px;
    }

    .company_two li .content {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
}

@media(max-width:400px) {
    .company_two .box li {
        height: 300px;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .company_two li .imgbox img {
        height: 60px;
    }
}




/* 7-1 */

/* news_list */

.news_list {
    padding: 48px 0px 76px;
    position: relative;
}

.news_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.news_list .l_box {
    width: 20.85%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    left: 0;
}

.news_list .cate_title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    color: #333333;
    padding-bottom: 21px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
}

.news_list .cate_title i {
    display: none;
}

.news_list ul .active>a {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.news_list ul .active>a::after {
    opacity: 1;
}

.news_list ul a {
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
    padding: 18.5px 17px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
    position: relative;
}

.news_list ul a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ae3025;
    opacity: 0;
}


.news_list ul a:hover {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.news_list ul a:hover::after {
    opacity: 1;
}



.news_list .r_box {
    width: 74.7%;
    padding-top: 2px;
}

.news_list img {
    display: block;
}

.news_list .r_box .t_box {
    display: flex;
}

.news_list .t_box .active {
    background-color: #ae3025;
    color: #fff;
}

.news_list .t_box {
    display: flex;
    margin-bottom: 40px;
}

.news_list .t_box a {
    background-color: #f4f4f4;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OpenSans;
    font-size: 16px;
    color: #666666;
    margin-right: 8px;
}

.news_list .t_box a:last-child {
    margin-right: 0;
}

.news_list .t_box a:hover {
    background-color: #ae3025;
    color: #fff;
}

.news_list .r_box .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 81px;
}

.news_list .r_box .left {
    width: 49.08%;
    overflow: hidden;
}

.news_list .r_box .left img:hover {
    transform: scale(1.05);
}

.news_list .r_box .right {
    width: 46.5%;
    padding-top: 15.5px;
}

.news_list .right .title {
    font-family: OpenSans-bold;
    font-size: 26px;
    line-height: 46px;
    color: #333333;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .right .title a {
    color: #333;

}

.news_list .right .title:hover,
.news_list .right .title a:hover {
    color: #ae3025;
}

.news_list .right .data {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 29px;
    color: #ae3025;
    margin-bottom: 16px;
}

.news_list .right .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .right .view_more {
    width: 200px;
    height: 60px;
    background-color: #ae3025;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lato-Bold;
    font-size: 14px;
    color: #ffffff;
}

.news_list .right .view_more:hover {
    color: #ae3025;
    background-color: #fff;
    border: 1px solid #ae3025;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 46px;
}

.news_list .wrap .inner {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 31px;
}

.news_list .wrap .inner:nth-child(3n) {
    margin-right: 0;
}

.news_list .wrap .inner .imgbox {
    overflow: hidden;
}

.news_list .wrap .inner img:hover {
    transform: scale(1.05);
}

.news_list .inner .contact {
    position: relative;
    padding: 13px 15px 28px 19px;
    background-color: #ffffff;

    border: solid 1px #ebebeb;
}

.news_list .inner .contact::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    background-color: #ae3025;
    border-radius: 1px;
    width: 100%;
    width: 0%;
    transition: linear width .3s;
}

.news_list .inner:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: unset;
}

.news_list .inner:hover .contact::after {
    width: 100%;
}

.news_list .inner .w_title {
    font-family: OpenSans-bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.news_list .inner .w_title:hover,
.news_list .inner .w_title a:hover {
    color: #ae3025;
}

.news_list .inner .w_data {
    font-family: OpenSans;
    font-size: 18px;
    color: #666666;
}

.news_list .inner:hover .w_data {
    color: #ae3025;
}





@media(max-width:1600px) {
    .news_list {
        padding: 30px 0px 50px;
    }

    .news_list .r_box {
        padding-top: 0;
        width: 75%;
    }

    .news_list .cate_title {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 10px;
    }

    .news_list ul a {
        font-size: 16px;
        padding: 16px 17px;
    }

    .news_list .r_box .t_box {
        margin-bottom: 35px;
    }

    .news_list .r_box .right {
        padding-top: 0;
    }

    .news_list .right .title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .news_list .right .data {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .news_list .right .view_more {
        width: 165px;
        height: 55px;
        font-size: 16px;
    }

    .news_list .right .content {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .news_list .r_box .box {
        margin-bottom: 60px;
    }

    .news_list .inner .contact {
        padding: 13px 15px 28px 15px;
    }
}

@media(max-width:1333px) {
    .news_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .news_list ul a {
        font-size: 16px;
        padding: 14px 10px;
    }

    .news_list .l_box {
        width: 25%;
    }

    .news_list .r_box {
        width: 73%;
    }

    .news_list .r_box .t_box {
        margin-bottom: 25px;
    }

    .news_list .r_box .box {
        margin-bottom: 40px;
    }

    .news_list .right .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .news_list .right .data {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news_list .right .content {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .news_list .right .view_more {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }

    .news_list .r_box .box {
        align-items: center;
    }

    .news_list .inner .contact {
        padding: 10px 10px 20px 10px;
    }

    .news_list .inner .w_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_list .inner .w_data {
        font-size: 16px;
    }

    .news_list .wrap .inner {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 20px;
    }
}

@media(max-width:1100px) {
    /* .news_list .box {
        width: 49%;
        margin-right: 2%;
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .news_list .box:nth-child(3n) {
        margin-right: 2%;
    }

    .news_list .box:nth-child(2n) {
        margin-right: 0;
    } */
}

@media(max-width:999px) {
    .news_list {
        padding: 30px 0px 40px;
    }

    .news_list .safe {
        flex-direction: column;
    }

    .news_list .l_box {
        width: 100%;
        margin-bottom: 25px;
    }

    .news_list .l_box ul {
        display: none;
        transition: none;
    }

    .news_list .cate_title {
        border-bottom: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news_list .cate_title i {
        display: block;
        font-size: 28px;
    }

    .news_list .cate_title {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

    .news_list .l_box {
        position: unset;
        position: unset;
        top: 0;
        left: 0;
    }

    .news_list .r_box .t_box {
        margin-bottom: 15px;
    }

    .news_list .r_box .box {
        margin-bottom: 20px;
    }

    .news_list .cate_title {
        margin-bottom: 18px;
    }

    .news_list .r_box {
        width: 100%;
    }

    .news_list .right .title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .news_list .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .news_list .cate_title {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

    .news_list ul a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .news_list .right .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .news_list .right .view_more {
        width: 145px;
        height: 45px;
        font-size: 14px;
    }

    .news_list .right .content {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .news_list .inner .w_data {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 20px 0px 30px;
    }

    .news_list .cate_title {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .news_list .l_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .news_list .wrap .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .news_list .wrap .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .news_list .wrap .inner:nth-child(2n) {
        margin-right: 0;
    }

    .news_list .t_box a {
        background-color: #f4f4f4;
        padding: 5px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: OpenSans;
        font-size: 14px;
        color: #666666;
        margin-right: 8px;
    }
}

@media(max-width:500px) {
    .news_list .r_box .box {
        flex-direction: column;
    }

    .news_list .r_box .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .news_list .r_box .right {
        width: 100%;
        margin-bottom: 15px;
    }

}


@media(max-width:450px) {
    .news_list .wrap .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .news_list .wrap .inner img {
        width: 100%;
    }



}


/* news_detail */


.news_detail {
    padding: 40px 0px 30px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
}

.news_detail .l_box {
    width: 68.8%;
}

.news_detail .title {
    font-family: OpenSans-bold;
    font-size: 30px;
    line-height: 46px;
    color: #333333;
    margin-bottom: 25px;
}

.news_detail .time {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
}

.news_detail .dat {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 29px;
    color: #ae3025;
    margin-right: 25px;
}

.news_detail .share {
    display: flex;
    align-items: center;
    font-family: OpenSans;
    font-size: 16px;
    color: #999999;
}
.news_detail .share span{
    margin-right: 10px;
}
.news_detail .share img {
    display: block;
    flex-shrink: 0;
}

.news_detail .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding: 21px 0px 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.news_detail .content p {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.news_detail table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.news_detail .tablen {
    overflow: auto;
}

.news_detail table tr {
    color: #666666;
}

.news_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.news_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}


.news_detail .r_box {
    width: 27.4%;
    padding-top: 5px;
}

.news_detail .s_title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.news_detail .box {
    display: flex;
    justify-content: space-between;
    background-color: #eeeeee;
    padding: 42px 20px 41px 30px;
    margin-bottom: 20px;
    position: relative;
}

.news_detail .box::after {
    position: absolute;
    height: 100%;
    width: 7px;
    background-color: #ae3025;
    content: "";
    right: 0;
    top: 0;
    opacity: 0;
}

.news_detail .box:hover {
    background-color: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

.news_detail .box:hover::after {
    opacity: 1;
}

.news_detail .box:last-child {
    margin-bottom: 0;
}

.news_detail .left {
    width: 29.9%;
    border-right: 1px solid #dadada;
    padding-top: 9px;
    padding-left: 10px;
}

.news_detail .left .day {
    font-family: OpenSans;
    font-size: 62px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 4px;
}

.news_detail .left .data {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 5px;
}

.news_detail .right {
    width: 65%;
    font-family: OpenSans-bold;
    font-size: 18px;
    line-height: 30px;
    color: #555555;

}

.news_detail .right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .right p a:hover {
    color: #ae3025;
}



@media(max-width:1600px) {
    .news_detail {
        padding: 30px 0px 40px;
    }

    .news_detail .title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .news_detail .dat {
        font-size: 16px;
        line-height: 29px;
        margin-right: 25px;
    }

    .news_detail .time {
        margin-bottom: 20px;
        align-items: center;
    }

    .news_detail .box {
        padding: 30px 20px 30px 26px;
        margin-bottom: 20px;
    }

    .news_detail .left {
        width: 29.9%;
        border-right: 1px solid #dadada;
        padding-top: 9px;
        padding-left: 0px;
    }

    .news_detail .left .day {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 4px;
    }
}

@media(max-width:1333px) {
    .news_detail .title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .news_detail .time {
        margin-bottom: 15px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding: 15px 0px 25px;
    }

    .news_detail .s_title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .news_detail .box {
        padding: 15px 20px 15px 20px;
        margin-bottom: 15px;
        align-items: center;
    }

    .news_detail .left .day {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 4px;
    }

    .news_detail .l_box {
        width: 65%;
    }

    .news_detail .r_box {
        width: 32%;
        padding-top: 0px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 25px 0px 30px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_detail .r_box {
        width: 100%;

    }

    .news_detail .wrap {
        display: flex;
        flex-wrap: wrap;

    }

    .news_detail .wrap .box {
        width: 49%;
        margin-right: 2%;
    }

    .news_detail .box:nth-child(2n) {
        margin-right: 0;
    }

    .news_detail .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .news_detail .box {
        padding: 15px 15px 15px 14px;
        margin-bottom: 10px;
        align-items: center;
    }

    .news_detail .left .day {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .news_detail .left .data {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        margin-bottom: 5px;
    }

    .news_detail .right {
        width: 65%;
        font-size: 16px;
        line-height: 28px;
    }

    .news_detail .title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .news_detail .dat {
        font-size: 14px;
        line-height: 29px;
        margin-right: 18px;
    }

    .news_detail .share {
        font-size: 14px;
        color: #999999;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 28px;
        padding: 15px 0px 25px;
    }

}

@media(max-width:570px) {
    .news_detail .right {
        width: 75%;
        font-size: 14px;
        line-height: 26px;
    }

    .news_detail .left .day {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .news_detail .left {
        width: 20%;
        border-right: 1px solid #dadada;
        padding-top: 0px;
        align-items: center;
        padding-left: 0px;
    }

    .news_detail .right {
        width: 75%;
        font-size: 16px;
        line-height: 28px;
    }

    .news_detail .box {
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:400px) {
    .news_detail .wrap .box {
        flex-direction: column;
    }

    .news_detail .right {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }

    .news_detail .left {
        width: 100%;
        border-right: unset;
        padding-top: 0px;
        align-items: center;
        padding-left: 0px;
    }
}



/* switch */


.switch {
    margin-bottom: 50px;
}

.switch .control {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}

.switch .name {
    font-family: OpenSans-bold;
    font-size: 16px;
    color: #666666;
    margin-right: 5px;
}

.switch .resu {
    font-family: OpenSans;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.switch a:hover {
    color: #ae3025;
}


@media(max-width:1600px) {
    .switch {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .switch {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .switch .name {
        font-size: 14px;
        margin-right: 5px;
    }

    .switch .resu {
        font-family: OpenSans;
        font-size: 14px;
        color: #666666;
    }
}

@media(max-width:570px) {
    .switch {
        margin-bottom: 0px;
    }

    .news_detail .wrap .box {
        width: 100%;
        margin-right: 0%;
    }


}




/* related_products */

.related_products1 {
    margin-bottom: 72px;
}

.related_products2 {
    margin-bottom: 91px;
}

.related_products3 {
    margin-bottom: 91px;
}

.related_products {
    overflow: hidden;
}

.related_products .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 71px;
}

.related_products3 .titlebox {
    margin-bottom: 59px;
}

.related_products .title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.related_products .title span {
    width: 5px;
    height: 21px;
    background-color: #ae3025;
    display: block;
    margin-right: 10px;
}


.related_products .btnbox {
    display: flex;
}

.related_products .btnbox i {
    width: 46px;
    height: 46px;
    background-color: #f4f4f4;
    border-radius: 4px;
    color: #b2b2b2;
    margin-left: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.related_products .btnbox i:hover {
    color: #fff;
    background-color: #ae3025;
}

.related_products .view_more {

    width: 37px;
    height: 3px;
    background-color: #ae3025;
    font-family: OpenSans;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related_products .view_more:hover {
    color: #ae3025;
    background-color: #fff;
    border: 1px solid #ae3025;


}

.related_products .imgbox {
    position: relative;
    padding-top: 20px;
}

.related_products .imgbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.related_products .imgbox a img:hover {
    transform: scale(1.05);
}

.related_products .shadow {
    position: absolute;
    right: -20px;
    top: 14px;
}

.related_products .shadow .inner {
    position: relative;
    height: 36px;
    width: 180px;
}

.related_products .shadow .name {
    font-family: Tahoma-Bold;
    font-size: 18px;
    color: #ffffff;
    top: 6px;
    right: 20px;
    padding: 0px 6px;
    position: absolute;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .shadow img {
    /* position: absolute; */
    height: 44px;
}

.related_products .content {
    font-family: OpenSans;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 32px;
}

.related_products .swiper {
    overflow: visible;
    padding-bottom: 20px;
    -webkit-clip-path: polygon(-0.4% -8%, 100.4% -8%, 100.4% 112%, -0.4% 112%);
    clip-path: polygon(-0.4% -8%, 100.4% -8%, 100.4% 112%, -0.4% 112%);
}

.related_products .swiper-slide {
    /* box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.18); */
}

.related_products .contact {
    padding: 43px 21px 35px 21px;
    height: 196px;
}

/* .related_products .contact {
    padding: 30px 21px 35px 21px;
    height: 197px;
} */

.related_products .contact .content a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .contact a:hover {
    color: #ae3025;
}

.related_products .shadow {
    opacity: 0;
}


.related_products .swiper-slide:hover {
    background-color: #f8f9f9;
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.18);
}

.related_products .swiper-slide:hover .shadow {
    opacity: 1;
}


.related_products .swiper-slide:hover .view_more {
    width: 132px;
    height: 37px;
    transform: translateY(-15px);
}



@media(max-width:1600px) {
    .related_products .titlebox {
        margin-bottom: 30px;
    }

    .related_products .contact {
        padding: 20px 20px 25px 20px;
        height: 175px;
    }

    .related_products1 {
        margin-bottom: 50px;
    }

    .related_products .swiper {
        padding-bottom: 20px;
    }

    .related_products .shadow .name {
        font-size: 16px;
        top: 6px;
        right: 20px;
        padding: 0px 6px;
    }

    .related_products .shadow .inner {
        position: relative;
        height: 36px;
        width: 164px;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .related_products .btnbox i {
        width: 42px;
        height: 42px;
        border-radius: 4px;
        margin-left: 10px;
    }

    .related_products .title {
        font-size: 22px;
        line-height: 26px;
    }

    .related_products .shadow {
        position: absolute;
        right: -20px;
        top: 8px;
    }

    .related_products .imgbox {
        position: relative;
        padding-top: 45px;
    }

    .related_products .contact {
        padding: 15px 15px 15px 15px;
        height: 166px;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .related_products .titlebox {
        margin-bottom: 40px;
    }

    .related_products1 {
        margin-bottom: 20px;
    }

    .related_products .shadow {
        position: absolute;
        right: -20px;
        top: 8px;
        opacity: 1;
    }

    .related_products .shadow {
        position: absolute;
        right: -0px;
        top: 8px;
        opacity: 1;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .related_products .content {
        font-family: OpenSans;
        font-size: 14px;
        line-height: 25px;
        color: #333333;
        margin-bottom: 16px;
    }

    .related_products .contact {
        padding: 15px 15px 15px 15px;
        height: 145px;
    }

    .related_products .shadow .inner {
        position: relative;
        height: 38px;
        width: 150px;
    }

    .related_products .shadow img {
        /* position: absolute; */
        height: 38px;
    }

    .related_products .shadow .name {
        font-size: 14px;
        top: 7px;
        right: 11px;
        padding: 0px 6px;
    }

    .related_products .swiper-slide:hover {
        background-color: #f8f9f9;
        box-shadow: unset;
    }

    .related_products .swiper {
        overflow: hidden;
        padding-bottom: 20px;
        -webkit-clip-path: unset;
        clip-path: unset;
    }

    .related_products .titlebox {
        margin-bottom: 30px;
    }

    .related_products .shadow {
        position: absolute;
        right: -0px;
        top: 8px;
        opacity: 1;
    }
}

@media(max-width:570px) {
    .related_products .titlebox {
        margin-bottom: 30px;
    }

    .related_products1 {
        margin-bottom: 15px;
    }

    .related_products .title {
        font-size: 20px;
        line-height: 22px;
    }
}

@media(max-width:400px) {

    .related_products .titlebox {
        flex-direction: column;
    }

    .related_products .title {
        margin-bottom: 8px;
    }

    .related_products .btnbox {
        justify-content: center;
    }
}




/* 7-3 */

/* faq_list */



.faq_list {
    padding: 48px 0px 76px;
    position: relative;
}

.faq_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.faq_list .l_box {
    width: 20.85%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    left: 0;
}

.faq_list .cate_title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    color: #333333;
    padding-bottom: 21px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
}

.faq_list .cate_title i {
    display: none;
}

.faq_list ul .active>a {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.faq_list ul .active>a::after {
    opacity: 1;
}

.faq_list ul a {
    font-family: OpenSans;
    font-size: 16px;
    color: #333333;
    padding: 18.5px 17px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(105, 105, 105, .3);
    position: relative;
}

.faq_list ul a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ae3025;
    opacity: 0;
}


.faq_list ul a:hover {
    background: rgba(105, 105, 105, .1);
    color: #ae3025;
}

.faq_list ul a:hover::after {
    opacity: 1;
}



.faq_list .r_box {
    width: 74.7%;
    padding-top: 2px;
}

.faq_list img {
    display: block;
}

.faq_list .r_box .t_box {
    display: flex;
    flex-wrap: wrap;
}

.faq_list .t_box .active {
    background-color: #ae3025;
    color: #fff;
}

.faq_list .t_box {
    display: flex;
    margin-bottom: 33px;
}

.faq_list .t_box a {
    background-color: #f4f4f4;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OpenSans;
    font-size: 16px;
    color: #666666;
    margin-right: 8px;
}

.faq_list .t_box a:last-child {
    margin-right: 0;
}

.faq_list .t_box a:hover {
    background-color: #ae3025;
    color: #fff;
}




@media(max-width:1600px) {
    .faq_list {
        padding: 30px 0px 50px;
    }

    .faq_list .r_box {
        padding-top: 0;
        width: 75%;
    }

    .faq_list .cate_title {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 10px;
    }

    .faq_list ul a {
        font-size: 16px;
        padding: 16px 17px;
    }

    .faq_list .r_box .t_box a {
        margin-bottom: 8px;
    }

}

@media(max-width:1333px) {
    .faq_list .r_box .t_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .faq_list ul a {
        font-size: 16px;
        padding: 14px 10px;
    }

    .faq_list .l_box {
        width: 25%;
    }


}

@media(max-width:1100px) {}

@media(max-width:999px) {
    .faq_list {
        padding: 30px 0px 40px;
    }

    .faq_list .safe {
        flex-direction: column;
    }

    .faq_list .l_box {
        width: 100%;
        margin-bottom: 25px;
    }

    .faq_list .l_box ul {
        display: none;
        transition: none;
    }

    .faq_list .cate_title {
        border-bottom: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq_list .cate_title i {
        display: block;
        font-size: 28px;
    }

    .faq_list .cate_title {
        font-size: 24px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .faq_list .l_box {
        position: unset;
        position: unset;
        top: 0;
        left: 0;
    }


}

@media(max-width:768px) {
    .faq_list .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .faq_list .cate_title {
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .faq_list ul a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .faq_list .t_box a {
        padding: 5px 25px;
        font-size: 14px;
        margin-right: 8px;
    }

}

@media(max-width:570px) {
    .faq_list {
        padding: 20px 0px 30px;
    }

    .faq_list .cate_title {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .faq_list .l_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .faq_list .wrap .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .faq_list .wrap .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .faq_list .wrap .inner:nth-child(2n) {
        margin-right: 0;
    }

    .faq_list .t_box a {
        background-color: #f4f4f4;
        padding: 5px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: OpenSans;
        font-size: 14px;
        color: #666666;
        margin-right: 8px;
    }
}

@media(max-width:500px) {
    .faq_list .r_box .box {
        flex-direction: column;
    }

    .faq_list .r_box .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .faq_list .r_box .right {
        width: 100%;
        margin-bottom: 15px;
    }

}


@media(max-width:450px) {
    .faq_list .wrap .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .faq_list .wrap .inner img {
        width: 100%;
    }

}


/* question_box */

.question_box {
    margin-bottom: 85px;
}


.resource_faq .quest1 {
    margin-bottom: 15px;
    border: solid 1px #cccccc;
}

.resource_faq .question {
    display: flex;
    justify-content: space-between;
    padding-bottom: 9px;
    background-color: #f9f9f9;
    padding: 13px 20px 16px 20px;
    cursor: pointer;


    border-bottom: unset;


}

.resource_faq .question .que {
    font-family: OpenSans-bold;
    font-size: 16px;
    line-height: 28px;
    color: #333333;

    margin-right: 10px;

}

.resource_faq .question i {
    color: #ae3025;
}

.resource_faq .answer {
    font-family: NotoSans;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin: 5px 18px 11px 20px;
    padding-top: 10px;
    display: none;
    transition: none;

    font-family: OpenSans;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    border-top: solid 1px #ddd;
}


.resource_faq .pad {
    /* padding: 3px 0px 18px; */
}

.resource_faq .active .question {
    background-color: #fff;
    padding: 17px 19px 8px 20px;
}

.resource_faq .active .question i,
.resource_faq .active .question .que {
    background-color: #fff;
}

.resource_faq .active .answer {
    padding-bottom: 2px;
}

@media(max-width:1600px) {
    .question_box {
        margin-bottom: 50px;
    }

    .resource_faq .active .question {
        padding: 15px 19px 10px 20px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .question_box {
        margin-bottom: 40px;
    }

    .faq_list .r_box {
        padding-top: 0;
        width: 100%;
    }

}

@media(max-width:768px) {
    .resource_faq .question .que {
        font-family: OpenSans-bold;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
        margin-right: 10px;
    }

    .resource_faq .answer {
        font-size: 14px;
        line-height: 28px;
    }

    .resource_faq .question {
        padding-bottom: 5px;
        background-color: #f9f9f9;
        padding: 10px 20px 13px 20px;
        cursor: pointer;
        border-bottom: unset;
    }

    .resource_faq .active .question {
        padding: 12px 19px 8px 20px;
    }
}

@media(max-width:570px) {
    .question_box {
        margin-bottom: 30px;
    }
}







/* contactus */


.contactus {
    padding: 48px 0px 103px;
}

.contactus img {
    display: block;
}

.contactus .safe {
    display: flex;
    justify-content: space-between;
}

.contactus .l_box {
    width: 59%;
    position: relative;
}

.contactus .l_box .cir {
    position: absolute;
    right: -5px;
    top: 0;
}

.contactus .r_box {
    width: 41%;
    background-color: #f4f4f4;
    padding-top: 22px;


}


.contactus .title {
    font-family: Tahoma-Bold;
    font-size: 24px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 21px;
    padding-left: 9.55%;
}

.contactus form {
    padding-left: 13.28%;
    padding-right: 9.7%;
}

.contactus .inp1 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-color: #fdfdfd;
    border: solid 1px #e6e6e6;
    display: flex;
}

.contactus input {
    width: 100%;
    height: 63px;
    padding: 0px 29px;
}

.contactus textarea {
    width: 100%;
    height: 165px;
    resize: none;
    padding: 17px 21px 17px 21px;
}

.contactus input,
.contactus textarea {
    font-family: OpenSans;
    font-size: 16px;
    color: #666666;
}

.contactus .inp2::after {
    left: 15px !important;
    color: #c61700;
}

.contactus .inp2 input {
    width: 80%;
}

.contactus .inp2 .code {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}


.contactus .submit {
    width: 100%;
    background-color: #ae3025;
    font-family: Tahoma-Bold;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
}

.contactus .submit:hover {
    color: #ae3025;
    background-color: #fff;
    border: 1px solid #ae3025;
    cursor: pointer;
}

.contactus .must::after {
    content: "*";
    position: absolute;
    left: -18px;
    top: 22px;
    font-size: 16px;
    color: #c61700;
    z-index: 10;
}

@media(max-width:1600px) {
    .contactus {
        padding: 50px 0px;
    }

    .contactus .title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
        padding-left: 9.55%;
    }

    .contactus form {
        padding-left: 10%;
        padding-right: 9%;
    }

    .contactus input {
        width: 100%;
        height: 60px;
        padding: 0px 29px;
    }

    .contactus .inp1 {
        margin-bottom: 18px;
    }

    .contactus img {
        display: block;
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width:1333px) {
    .contactus {}

    .contactus .safe {
        overflow: hidden;
    }

    .contactus img {
        display: block;
        height: auto;
        object-fit: cover;
    }

    .contactus .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-left: 6%;
    }

    .contactus input {
        width: 100%;
        height: 52px;
        padding: 0px 18px;
    }

    .contactus .inp1 {
        margin-bottom: 15px;
    }

    .contactus textarea {
        width: 100%;
        height: 140px;
        resize: none;
        padding: 20px 18px 20px 18px;
    }

    .contactus .inp2 input {
        width: 72%;
    }

    .contactus .inp2 .code {
        width: 25%;
    }

    .contactus .submit {
        width: 100%;
        background-color: #ae3025;
        font-family: Tahoma-Bold;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .contactus {
        padding: 40px 0px;
    }

    .contactus .safe {
        flex-direction: column;
    }

    .contactus .l_box {
        width: 75%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }

    .contactus input {
        width: 100%;
        height: 50px;
        padding: 0px 18px;
    }

    .contactus .l_box .cir {
        display: none;
    }

    .contactus .r_box {
        width: 80%;
        margin: 0 auto;
        background-color: #f4f4f4;
        padding-top: 22px;
    }

    .contactus input {
        width: 100%;
        height: 48px;
        padding: 0px 18px;
    }
}

@media(max-width:768px) {
    .contactus .l_box {
        width: 85%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }

    .contactus .r_box {
        width: 100%;
        margin: 0 auto;
        background-color: #f4f4f4;
        padding-top: 22px;
    }

    .contactus input {
        width: 100%;
        height: 45px;
        padding: 0px 15px;
    }

    .contactus .inp1 {
        margin-bottom: 10px;
    }

    .contactus .submit {
        width: 100%;
        background-color: #ae3025;
        font-family: Tahoma-Bold;
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 25px;
    }

    .contactus input,
    .contactus textarea {
        font-family: OpenSans;
        font-size: 14px;
        color: #666666;
    }

    .contactus .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-left: 3%;
    }

    .contactus form {
        padding-left: 7%;
        padding-right: 4%;
    }

    .contactus .l_box {
        width: 95%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .contactus {
        padding: 30px 0px;
    }

    .contactus .l_box {
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }

    .contactus .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-left: 3%;
    }
}





/* mapbox */

.mapbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapbox img {
    display: block;
}











@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/iconfont.woff2?t=1729671386211') format('woff2'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/iconfont.woff?t=1729671386211') format('woff'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/iconfont.ttf?t=1729671386211') format('truetype');
}


@font-face {
    font-family: 'OpenSans-Bold';
    src: url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSans-Bold.eot');
    src: url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSans-Bold.eot') format('embedded-opentype'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSans-Bold.woff') format('woff'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSans-Bold.ttf') format('truetype'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSans-Bold.svg#OpenSansBold') format('svg');
}


@font-face {
    font-family: 'OpenSans';
    src: url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSansRegular.eot');
    src: url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSansRegular.eot') format('embedded-opentype'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSansRegular.woff2') format('woff2'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSansRegular.woff') format('woff'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSans-Regular.ttf') format('truetype'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'Tahoma-Bold';
    src: url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/tahomabd.eot');
    src: url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/tahomabd.eot') format('embedded-opentype'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/tahomabd.woff2') format('woff2'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/tahomabd.woff') format('woff'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/tahomabd.ttf') format('truetype'),
        url('https://www.sign-cnc.com/themes/simplebootx/style/fonts/tahomabd.svg#Tahoma-Bold') format('svg');
}


.display_block {
    display: block !important;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.rotate {
    transform: rotate(90deg);
}

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



.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-vk:before {
    content: "\e735";
}

.icon-instagram:before {
    content: "\e625";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-facebook-official:before {
    content: "\e675";
}

.icon-linkedin1:before {
    content: "\e624";
}

.icon-icon_youtube:before {
    content: "\e60b";
}

.icon-icon-instagram2:before {
    content: "\e60c";
}

.icon-shuangxiajiantou:before {
    content: "\e854";
}

.icon-jiantou:before {
    content: "\e66b";
}

.icon-youjiantou:before {
    content: "\e60a";
}

.icon-xiazai1:before {
    content: "\e63e";
}

.icon-jiahao:before {
    content: "\e728";
}

.icon-jianhao:before {
    content: "\e84f";
}

.icon-xiasanjiaoxing:before {
    content: "\e726";
}

.icon-home:before {
    content: "\e606";
}

.icon-guoji:before {
    content: "\e641";
}

.icon-gongsi:before {
    content: "\e679";
}

.icon-xiazai:before {
    content: "\e66d";
}

.icon-dizhi1:before {
    content: "\e652";
}

.icon-dizhi2:before {
    content: "\e609";
}

.icon-jiang-left:before {
    content: "\e604";
}

.icon-jiang-right:before {
    content: "\e605";
}

.icon-a-lujing4000:before {
    content: "\e661";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-sanjiaoxing:before {
    content: "\e6e6";
}

.icon-top:before {
    content: "\e608";
}

.icon-duigoux:before {
    content: "\ec9e";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-xinlangweibo:before {
    content: "\e603";
}

.icon-xiaohongshu:before {
    content: "\e623";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-jiahao1:before {
    content: "\e727";
}

.icon-xiangshangjiantou:before {
    content: "\e65d";
}

.icon-jia:before {
    content: "\e601";
}

.icon-jian:before {
    content: "\e602";
}

.icon-dizhi:before {
    content: "\e614";
}

.icon-dianhua:before {
    content: "\e66c";
}

.icon-duigou:before {
    content: "\e613";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-tell:before {
    content: "\e6a8";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-xiangxiajiantou:before {
    content: "\e68a";
}

.icon-xiajiantou:before {
    content: "\e6b3";
}

.icon-youshangjiantou:before {
    content: "\e69b";
}

.icon-svg-right-top:before {
    content: "\e600";
}























/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper.min.css */


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}





.btn-play span {
    border-color: #ae3025;
}


.btn-play {
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: #43baff;
}

.btn-play span {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .6);
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.btn-play .circle-2 {
    animation: circle-fade-after 2s infinite ease-in-out;
    -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}

@keyframes circle-fade-after {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }

}


@keyframes circle-fade-before {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.pagination .no:hover{
    color: #999999;
    background-color: unset;
}
.title36 .jiantou{
    display: inline-block;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#ae3025;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #ae3025; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#ae3025 solid 1px;background: #ae3025; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
@media (max-width: 769px) {
    .index_contact .must::after{
        left: 5px;
    }
}
.cnc_one h1{
    font-family: OpenSans-Bold;
    font-size: 36px;
    color: #333333;
    margin-bottom: 30px;
}
@media (max-width: 400px) {
    .service_one .contact{
        text-align: left;
    }
}