@charset "utf-8";

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

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

body {
    overflow-x: hidden;
    background-color: #fff;
    margin: 0 auto;
    font-family: Roboto-Regular;
}

*::selection {
    color: #fff;
    background-color: #3e6cbc;
}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

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

li {
    list-style: none;
}

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

h1,
h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

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


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

}

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

}

.headersafe {
    max-width: 1800px;
    width: calc(100% - 50px);
    margin: 0 auto;
}

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

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


.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-color: transparent;
}

.banner .slick-arrow i {
    font-size: 36px;
    color: #fff;
}

.banner .slick-prev {
    left: 6.5%;
    cursor: pointer;
}

.banner .slick-next {
    right: 6.5%;
    cursor: pointer;
}

.banner .slick-dots {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: none !important;
}

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

.banner .slick-dots a {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #000000;
    opacity: 0.2;
    border-radius: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}

.banner .slick-arrow i:hover {
    color: #ec6f21;
}

@media(max-width:1600px) {
    .banner .slick-prev {
        left: 5%;
    }

    .banner .slick-next {
        right: 5%;
    }
}


@media(max-width:999px) {
    .banner .slick-dots {
        display: block !important;
    }

}


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

    .banner.hide {
        display: block;
    }

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

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

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

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

    .banner2 {
        display: none;
    }
}

.slideshow {
    position: relative;
}

.slideshow .wp {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    image-rendering: pixelated;
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    cursor: pointer;
    display: inline-block;
    background-color: #ec6f21;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.32);
    border-radius: 2px;
    opacity: 0.32;
    height: 4px;
    width: 16px;
}

.slick-dots li.slick-active button {
    width: 36px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.32);
    border-radius: 3px;
    opacity: 1;
}

.slick-prev,
.slick-next {
    border: 0px;
    font-size: 0px;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    left: 40px;
    z-index: 999;
    /* background: url(../img/jtl1.png ) no-repeat left center; */
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    right: 40px;
    z-index: 999;
    /* background: url(../img/jtr1.png ) no-repeat left center; */
}

@media screen and (max-width: 1219px) {
    .slideshow .wp {
        margin-left: -490px;
    }
}

@media screen and (max-width: 999px) {

    .slideshow:hover .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slideshow .wp {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 80%;
        top: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 10px;
    }
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.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-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;
}

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

@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;
    }
}



/* 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*/

.box {
    position: relative;
}

.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;
}

/* zhengshu */

/* 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)
    }
}




/* cebianlan  common*/
/* rightlist */

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

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

.column ul li {
    min-width: 50px;
    max-width: 250px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    background-color: rgba(62, 58, 57, .3);
}

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

.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: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

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

.column ul li a p {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #ffffff;
    padding-top: 10px;
}

.column .gotop p {
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 5px;
}


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

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.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 {
    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 img {
    display: block;
}

.column .gotop i {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

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

.column .phonebox .phone {
    width: 0;
    /* padding: 0px 10px; */
    display: flex;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #fff;
}

.column .phonebox:hover .phone {
    width: 170px;
}

.column i {
    color: #fff !important;
}

.column li:hover {
    background-color: #00188f;
}

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

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

    .column .gotop p {
        font-size: 16px;
        padding-top: 5px;
    }

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

@media(max-width:999px) {
    .column ul li a p {
        display: none;
    }

    .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;
        filter: brightness(100);
    }

    .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 .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }
}

@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%;

    }

}

@media(max-width:570px) {
    .column .phonebox .phone {
        left: 0;
        right: unset;
        top: -20px;
    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: unset;
    }

    .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%;

    }

}

.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    right: 18px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}






/* search */

.searchbox a {
    color: #fff;
    font-size: 14px !important;
    font-weight: bold;
    cursor: pointer;
}

.searchbox a:hover {
    color: #999;
}

.searchbox {
    position: relative;
    margin-left: 12px;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #00205b;
    padding-left: 15px;
    display: none;
    transition: none;
    z-index: 99;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #999;
}

.searchbox {
    margin-left: 10px;
}



.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    height: 100%;
    margin-right: 28px;
}

.lanauage_wrap::after {
    content: "";
    position: absolute;
    right: -22px;
    width: 1px;
    height: 19px;
    background-color: #bababa;
    top: 50%;
    transform: translateY(-50%);
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.lanauage_wrap .lanauage>i {
    font-size: 20px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #fff !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #fff;
    font-size: 12px;
    margin-left: 25px;
}

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

.lanauage_wrap .lanbox a {
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #333333;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #fff !important;
}

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

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    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: -30px;
    margin-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
}

.lanauage_wrap .lanauage .silde-down li {}

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

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

.lanauage_wrap .name {
    color: #fff !important;
}

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

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

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #999 !important;
}

@media(max-width:1600px) {
    .lanauage_wrap {
        margin-left: 20px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        margin-left: 10px;
    }
}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 12px;
    }

    .searchbox .s_wrap {
        top: 40px;
    }
}



@media(max-width:999px) {

    .lanauage_wrap .lanauage .silde-down a {
        padding: 7px 0px;
        font-size: 14px !important;
    }


    .lanauage_wrap .lanauage .lanbox i {
        font-size: 12px;
        margin-left: 5px;
    }

    .searchbox {
        display: block;
    }

    .lanauage_wrap .lanauage {
        padding-right: 30px;
    }

}

@media(max-width:768px) {
    .lanauage_wrap .lanauage {
        padding-right: 20px;
    }
}





.m-mobilenav {
    display: none;
}

.m-mobilenav .lanauage_wrap {
    margin-top: 25px;
    height: auto;
}


.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 20px;
        right: 2.5%;
        top: 17px;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        font-family: Roboto-Regular;
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }


    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }

    .fix_header .m-mobilenav .lanauage_wrap .name {
        color: #fff !important;
    }

    /* .fix_header .lanauage_wrap .name {
        color: #fff !important;
    }
     */
    .m-mobilenav .lanauage_wrap {
        transform: translateX(-80px);
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 16px;
        line-height: 26px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 17px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
    height: 87px;
}

header .logo img {}



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

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 15px;
}

header .menubox>li {
    position: relative;
    margin-left: 38px;
    cursor: pointer;
}

header .menubox>li:first-child {
    margin-left: 0;
}


header .menubox>li>a {
    padding: 33px 13.96px;
    display: inline-block;
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-inline-end: 6px;
}

header .menubox>li>a::after {
    position: absolute;
    content: "";
    width: 0px;
    bottom: 15px;
    transition: ease width .3s;
    height: 2px;
    background-color: #00188f;
    border-radius: 1px;
}


header .menubox ul a {
    padding: 8.7px 20px;
    display: inline-block;
    min-width: 197px;
    font-family: Verdana;
    font-size: 16px;
    color: #3e3a39;
    width: 100%;
    font-family: Nunito-SemiBold;
}

header .get_a_quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background-color: #e4002b;
    border-radius: 4px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #fefefe;
    margin-left: 33px;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: 0px;
    /* background-color: #fff; */
    display: none;
    transition: none;
    box-shadow: 0px 10px 40px 0px rgba(9, 9, 9, 0.12);
}

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

header .menubox>li>ul>li:last-child {}

header .menubox>li ul {
    min-width: 240px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    max-height: 500px;
    overflow: auto;
    scrollbar-color: #666 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    padding: 28px 0px;
    box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

header .menubox>li ul::before {
    position: absolute;
    width: 100%;
    height: 14px;
    top: 14px;
    background-color: #fff;
    content: "";
}

header .menubox>li ul::after {
    position: absolute;
    width: 100%;
    height: 14px;
    bottom: 14px;
    background-color: #fff;
    content: "";
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    border-radius: 8px;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
}


header .seek_search {
    width: 163px;
    height: 40px;
    background-color: rgba(236, 111, 33, .1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-right: 24px;
}

header .seek_search>input {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(236, 111, 33, .1);
    font-family: Nunito-SemiBold;
    font-size: 14px;
    color: #333333;
    padding: 0px 40px 0px 15px;
}

header .seek_search .sousuo {
    position: absolute;
    right: 40px;
    width: 40px;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ec6f21;
}

header .seek_search .sousuo i {
    position: absolute;
    z-index: 10;
    font-weight: bold;
    pointer-events: none;
}

header .seek_search .sousuo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

header .seek_search .sousuo:hover i {
    color: #999 !important;
}


header .logo img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}




/* header_hover */
header .menubox>li:hover>a {
    color: #00188f;
}

header .menubox>li:hover>a::after {
    width: 60px;
}

header .menubox ul li:hover>a {
    color: #fff;
    background-color: #00188f;
}

/* header_active */
header .menubox .active_title>a {
    color: #00188f;
}

header .menubox .active_title>a::after {
    width: 60px;
}

@media(max-width:1600px) {
    header {
        height: 80px;
    }

    header .menubox>li>a {
        padding: 29px 13.96px;
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    header .menubox>li {
        margin-left: 25px;
    }

    header .menubox>li>a {
        padding: 25.5px 10px;
        font-size: 16px;
    }

    header {
        height: 70px;
    }

    header .menubox>li {
        margin-left: 10px;
    }

    header .logo img {
        width: 170px;
    }


    header .menubox>li:hover>a::after {
        width: 40px;
    }

    header .menubox .active_title>a::after {
        width: 40px;
    }

}

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

    .lanauage_wrap::after {
        display: none;
    }

    header {
        height: 60px;
    }

    header>.safe {
        flex-direction: row-reverse;
    }

    header .bottombox .lanauage_wrap {
        display: none;
    }

    .searchbox .s_wrap {
        left: 0;
    }

    .searchbox {
        margin-left: 0;
    }

    .searchbox a {
        color: #fff;
        font-size: 18px !important;
    }

    header>.safe {
        flex-direction: row-reverse;
        padding-right: 37%;
    }

}

@media(max-width:768px) {
    header .logo img {
        width: 150px;
    }

    header>.safe {
        flex-direction: row-reverse;
        padding-right: 33%;
    }
}

@media(max-width:570px) {
    header .logo img {
        width: 170px;
    }

    header {
        height: 50px;
    }

    .m-mobilenav .mbnav-btn {
        top: 12px;
    }

    header>.safe {
        flex-direction: row-reverse;
        padding-right: 26%;
    }
}


@media(max-width:500px) {
    header>.safe {
        padding-right: 24vw;

    }
}

@media(max-width:450px) {
    header>.safe {
        padding-right: 20vw;
    }
}

@media(max-width:400px) {
    header>.safe {
        padding-right: 16vw;
    }
}

@media(max-width:350px) {
    header>.safe {
        padding-right: 13vw;
    }
}

header .menubox>li:nth-of-type(2) {
    position: static;
}

.company-menu {
    width: 100%;
    position: relative;
    left: 0;
    top: 87px;
    background-color: #fff;
    display: block;
    transition: none;
}

.company-menu .safe {
    padding: 30px 0px 140px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    max-height: 1000px;
}

.company-menu .closebox {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.company-menu .closebox i {
    cursor: pointer;
}

.company-menu .wrap {
    display: flex;
    flex-wrap: wrap;
}

.company-menu .inner {
    width: 24.4285%;
    margin-right: 0.7557%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.company-menu .inner:nth-child(4n) {
    margin-right: 0;
}

.company-menu .inner img:hover {
    transform: scale(1.05);
}

.company-menu .inner .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 46px;
    width: 100%;
    background-color: rgba(27, 27, 27, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.company-menu .inner .title {
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 0px 15px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-menu .inner .title a {
    color: #fff;
    text-transform: uppercase;
}

.company-menu .inner .title:hover,
.company-menu .inner .title a:hover {
    text-decoration: underline;

}


@media(max-width:1600px) {
    .company-menu {
        width: 100%;
        left: 0;
        top: 80px;
    }

    .company-menu .inner .title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 0px 15px;
    }
}

@media(max-width:1333px) {
    .company-menu {
        width: 100%;
        left: 0;
        top: 70px;
    }

    .company-menu .inner .title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        padding: 0px 10px;
    }

    .company-menu .safe {
        padding: 30px 0px 90px;
    }
}

@media(max-width:999px) {
    .company-menu .inner {
        width: 32%;
        margin-right: 2%;
    }

    .company-menu .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .company-menu .inner:nth-child(3n) {
        margin-right: 0;
    }

    .company-menu .inner .title {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        padding: 0px 10px;
    }
}

@media(max-width:768px) {
    .company-menu .inner .shadow {
        bottom: 0;
        left: 0;
        height: 35px;
    }

    .company-menu .inner .title {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
        padding: 0px 10px;
    }
}

@media(max-width:570px) {
    .company-menu .safe {
        padding: 0px 0px 100px;
    }

    .company-menu .inner .title {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        padding: 6px 10px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media(max-width:500px) {
    .company-menu .inner {
        width: 49%;
        margin-right: 2%;
    }

    .company-menu .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .company-menu .inner:nth-child(2n) {
        margin-right: 0%;
    }
}




/* fix_header */

.fix_header {
    background-color: #f2f2f2 !important;
}

.fix_header .menubox>li>a {
    color: #333;
}

.fix_header .logo img {
    filter: unset;
}

.fix_header .lanauage_wrap .name {
    color: #333 !important;
}

.fix_header .searchbox a {
    color: #333;
}

@media(max-width:999px) {
    .fix_header {
        top: 0;
    }

    .fix_header .topbox {
        display: none;
    }
}









/* fix_header */

.fix_header {
    background: none;
    background-color: #ffffff;
}

.fix_header .topbox a {
    color: #333;
}

.fix_header .topbox a i {
    color: #333;
}







/* crumb */

.crumb {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #999999;
}

.crumb a {
    color: #999;
}

.crumb1 {
    padding-top: 22px;
}

.crumb a:hover {
    color: #00188f;
}

.crumb .active {
    color: #00188f;
}



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

@media(max-width:1333px) {
    .crumb {
        padding-top: 15px;
    }
}

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

}

.zs {
    width: 85px;
    height: 24px;
    background-color: #00188f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(20deg) translateY(12px);
    z-index: 10;
}

@media(max-width:1600px) {
    .zs {
        width: 70px;
        height: 15px;
    }
}

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

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

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

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


/* index_banner */

.index_banner {
    margin: 0 auto;
    position: relative;
}


.index_banner .swiper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 250px;
}

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

.index_banner .swiper-pagination {
    top: unset;
    bottom: 55px !important;
    display: flex;
    justify-content: center;
    width: 100%;
}

.index_banner .swiper .swiper-pagination-bullet {}

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

.index_banner .swiper .swiper-pagination-bullet-active {}


.index_banner .control {
    width: 47px;
    height: 96px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    color: #fff;
    position: absolute;
    display: none;
}

.index_banner .banner_prev {
    left: 0%;
    border-radius: 0px 10px 10px 0px;
}

.index_banner .banner_next {
    right: 0%;
    border-radius: 10px 0px 0px 10px;
}

.index_banner .control:hover {
    background-color: rgba(0, 0, 0, .1);
}

.index_banner .banner_mySwiper .swiper-pagination {
    display: none;
}

.index_banner .box .safe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.index_banner .page {
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #ffffff;
}

.index_banner .this_page {
    font-family: Roboto-Regular;
    font-size: 40px;
    color: #ffffff;
    transform: translateY(-20px);
}

.index_banner .page i {
    transform: translateY(-10px);
}

.index_banner .this_page,
.index_banner .sum,
.index_banner i {
    display: inline-block;
}


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

@media(max-width:1333px) {
    .index_banner {
        position: relative;
    }

}

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

    .index_banner .swiper-pagination {
        bottom: 18px !important;
    }
}

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

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


/* page_banner */

.page_banner {
    height: 383px;
    margin-top: 87px;
}

.page_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* page_banner1 */

.page_banner1 {
    height: 383px;
    margin-top: 87px;
    position: relative;
}

.page_banner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner1 .safe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page_banner1 .title {
    font-family: Roboto-Bold;
    font-size: 50px;
    color: #ffffff;
    text-align: right;
}

/* page_banner2 */

.page_banner2 {
    min-height: 595px;
    margin-top: 87px;
    position: relative;
}

.page_banner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner2 .safe {
    position: absolute;
    top: 50.6%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page_banner2 .title {
    font-family: Roboto-Bold;
    font-size: 63px;
    color: #f2f2f2;
    margin-bottom: 6px;
    text-align: center;
}

.page_banner2 .content {
    font-family: Roboto-Regular;
    font-size: 26px;
    line-height: 47px;
    color: #ffffff;
    text-align: center;
    transform: translateY(13px);
}


@media(max-width:1600px) {

    .page_banner,
    .page_banner1,
    .page_banner2 {
        margin-top: 80px;
    }

    .page_banner,
    .page_banner1 {
        height: 350px;
    }

    .page_banner1 .title {
        font-size: 44px;
    }

    .page_banner2 {
        min-height: unset;
    }

    .page_banner2 .title {
        font-size: 58px;
        margin-bottom: 6px;
    }

    .page_banner2 .content {
        font-size: 24px;
        line-height: 45px;
        transform: translateY(0px);
    }
}

@media(max-width:1333px) {

    .page_banner,
    .page_banner1,
    .page_banner2 {
        margin-top: 70px;
    }

    .page_banner,
    .page_banner1,
    .page_banner2 {
        height: 300px;
    }

    .page_banner1 .title {
        font-size: 38px;
    }

    .page_banner2 .title {
        font-size: 50px;
        margin-bottom: 6px;
    }

    .page_banner2 .content {
        font-size: 22px;
        line-height: 40px;
    }
}

@media(max-width:999px) {

    .page_banner,
    .page_banner1,
    .page_banner2 {
        margin-top: 60px;
    }

    .page_banner,
    .page_banner1,
    .page_banner2 {
        height: 250px;
    }

    .page_banner1 .title {
        font-size: 32px;
    }

    .page_banner2 .title {
        font-size: 42px;
        margin-bottom: 6px;
    }

    .page_banner2 .content {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:768px) {

    .page_banner,
    .page_banner1 {
        height: 200px;
    }

    .page_banner1 .title {
        font-size: 28px;
    }

    .page_banner2 .title {
        font-size: 34px;
        margin-bottom: 6px;
    }

    .page_banner2 .content {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:570px) {

    .page_banner,
    .page_banner1,
    .page_banner2 {
        margin-top: 50px;
    }

    .page_banner1 .title {
        font-size: 24px;
        text-align: center;
    }

    .page_banner2 .title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .page_banner2 .content {
        font-size: 16px;
        line-height: 24px;
    }
}



.mascotbox {
    position: absolute;
    bottom: 4.6%;
    z-index: 10;
    width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mascotbox .wrap {
    display: flex;
    align-items: center;
}

.mascotbox .inner {
    width: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    cursor: pointer;
    min-height: 112px;
}



.mascotbox .inner p {
    font-family: Roboto-Bold;
    font-size: 23px;
}

.mascotbox .inner:first-child {
    border-right: 1px solid #ccc;
    width: 53.2%;
}

.mascotbox .inner:first-child .svgbox {
    height: auto;
    margin-right: 49px;
}

.mascotbox .inner .svgbox img {
    transform: scale(1.4) translateY(-6px);
}

.mascotbox .inner:first-child p {
    color: #ea5506;
    transform: translateX(-15px);
    margin-bottom: -8px;
}

.mascotbox .inner:first-child:hover {
    background-color: #ea5506;
}

.mascotbox .inner:first-child:hover p {
    color: #fff;
}

.mascotbox .inner:first-child:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.mascotbox .inner:last-child {
    width: 46.8%;
}

.mascotbox .inner:last-child .svgbox {
    /*! transform: translateY(6px); */
    /*! margin-right: 0; */
    height: auto;
    margin-right: 6px;
}

.mascotbox .inner:last-child p {
    color: #1e2188;
    transform: translateX(16px);
    margin-bottom: -8px;
}

.mascotbox .inner:last-child:hover {
    background-color: #1e2188;
}

.mascotbox .inner:last-child:hover p {
    color: #fff;
}

.mascotbox .inner:last-child:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.mascotbox .svgbox {
    width: 49px;
    height: 47px;
    flex-shrink: 0;
    margin-right: 12px;
}


.mascotbox .svgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1600px) {
    .mascotbox .inner p {
        font-size: 20px;
    }
    .mascotbox .inner:first-child .svgbox img {
    transform: scale(1.4) translateY(-6px);
}

}

@media(max-width:1333px) {
    .mascotbox .inner {
        width: 50%;
        padding: 12px 15px;
    }

    .mascotbox .inner p {
        font-size: 18px;
    }

   /* .mascotbox .inner:first-child .svgbox img {
        transform: scale(1.3) translateY(0px);
    }*/

    .mascotbox .inner:last-child .svgbox {
        /*! transform: translateY(0px); */
        margin-right: 0;
    }

    .mascotbox .inner {
        width: 50%;
        padding: 15px 15px;
        min-height: 90px;
    }

    .mascotbox {
        bottom: 8%;
        width: 460px;
    }

    .mascotbox .svgbox {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }
    
        .mascotbox .inner:first-child .svgbox img {
        transform: scale(1.4) translateY(-6px);
    }
}


@media(max-width:999px) {
    .mascotbox {
        bottom: 6%;
        width: 400px;
    }

    .mascotbox .inner {
        width: 50%;
        padding: 10px 10px;
    }


    .mascotbox .inner {
        width: 50% !important;
    }

    .mascotbox .inner:first-child p,
    .mascotbox .inner:last-child p {
        transform: unset;
    }

    .mascotbox .svgbox {
        margin-right: 25px !important;
    }
}

@media(max-width:768px) {
    .mascotbox .inner p {
        font-size: 14px;
    }

    .mascotbox {
        bottom: 5%;
        width: 400px;
    }

    .mascotbox .inner {
        width: 50%;
        padding: 8px 10px;
    }

    .mascotbox .svgbox {
        margin-right: 20px !important;
    }

    .mascotbox .inner:first-child .svgbox img {
        transform: scale(1.4) translateY(-6px);
    }

    .mascotbox .svgbox {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .mascotbox .inner {
        width: 50%;
        padding: 15px 15px;
        min-height: 75px;
    }

    .mascotbox .inner:first-child p, .mascotbox .inner:last-child p{
        margin-bottom:0;
    }
}

@media(max-width:570px) {
    .index_banner .box .safe {
        display: none;
    }

    .mascotbox .svgbox {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }
   .mascotbox .inner:first-child p, .mascotbox .inner:last-child p{
        margin-bottom:0;
    }
}


@media(max-width:450px) {
    .mascotbox {
        width: 100%;
    }

    .mascotbox .inner {
        width: 50%;
        padding: 15px 15px;
        min-height: 62px;
    }

    .mascotbox .svgbox {
        width: 29px;
        height: 29px;
        margin-right: 12px;
    }
        .mascotbox .inner:first-child .svgbox img {
        transform: scale(1.4) translateY(-6px);
    }
}

/* common */

.title38 {
    font-family: Roboto-Bold;
    font-size: 38px;
    color: #333333;
}

.title40 {
    font-family: Roboto-Bold;
    font-size: 40px;
    color: #333333;
}

.title42 {
    font-family: Roboto-Bold;
    font-size: 42px;
    color: #333333;
}

.title42 a {
    color: #333;
}

.title42 a:hover {
    color: #00188f;
}

.title46 {
    font-family: Roboto-Bold;
    font-size: 46px;
    color: #333333;
}

.title46 a {
    color: #333;
}

.title46 a:hover {
    color: #00188f;
}

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

    .title40 {
        font-size: 36px;
    }

    .title42 {
        font-size: 38px;
    }

    .title46 {
        font-size: 42px;
    }
}

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

    .title40 {
        font-size: 32px;
    }

    .title42 {
        font-size: 34px;
    }

    .title46 {
        font-size: 36px;
    }
}

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

    .title40 {
        font-size: 28px;
    }

    .title42 {
        font-size: 28px;
    }

    .title46 {
        font-size: 30px;
    }
}

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

    .title40 {
        font-size: 24px;
    }

    .title42 {
        font-size: 24px;
    }

    .title46 {
        font-size: 26px;
    }
}

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

    .title40 {
        font-size: 20px;
    }

    .title42 {
        font-size: 20px;
    }

    .title46 {
        font-size: 22px;
    }
}


/* btn_common */

.btn1 {
    width: 169px;
    height: 58px;
    border-radius: 28px;
    border: solid 1px #00188f;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #00188f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 44px;
    border-radius: 50px;
    background-color: #00188f;
    font-family: Roboto-Bold;
    font-size: 21px;
    color: #ffffff;
    margin-right: 8px;
}

.btn1:hover {
    background-color: #00188f;
    color: #fff;
}

.btn1:hover span {
    background-color: #fff;
    color: #00188f;

}

.btn2 {
    width: 241px;
    height: 57px;
    border-radius: 28px;
    border: solid 1px #00188f;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #00188f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 44px;
    border-radius: 50px;
    background-color: #00188f;
    font-family: Roboto-Bold;
    font-size: 21px;
    color: #ffffff;
    margin-right: 8px;
}

.btn2:hover {
    background-color: #00188f;
    color: #fff;
}

.btn2:hover span {
    background-color: #fff;
    color: #00188f;
}


.btn3 {
    width: 178px;
    height: 56px;
    border-radius: 28px;
    border: solid 1px #00188f;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #00188f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn3 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 44px;
    border-radius: 50px;
    background-color: #00188f;
    font-family: Roboto-Bold;
    font-size: 21px;
    color: #ffffff;
    margin-right: 8px;
}

.btn3:hover {
    background-color: #00188f;
    color: #fff;
}

.btn3:hover span {
    background-color: #fff;
    color: #00188f;
}

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

@media(max-width:1333px) {
    .btn1 {
        width: 160px;
        height: 50px;
        border-radius: 28px;
        font-size: 16px;
    }

    .btn1 span {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-right: 8px;
    }

    .btn2 {
        width: 230px;
        height: 50px;
        border-radius: 28px;
        border: solid 1px #00188f;
        font-size: 16px;
    }

    .btn2 span {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-right: 8px;
    }

    .btn3 {
        width: 170px;
        height: 50px;
        border-radius: 28px;
        font-size: 16px;
    }

    .btn3 span {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-right: 8px;
    }
}

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

@media(max-width:768px) {
    .btn1 {
        width: 160px;
        height: 45px;
        border-radius: 28px;
        font-size: 14px;
    }

    .btn1 span {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-right: 8px;
    }

    .btn2 {
        width: 200px;
        height: 45px;
        border-radius: 28px;
        border: solid 1px #00188f;
        font-size: 14px;
    }

    .btn2 span {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-right: 8px;
    }

    .btn3 {
        width: 160px;
        height: 45px;
        border-radius: 28px;
        font-size: 14px;
    }

    .btn3 span {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-right: 8px;
    }

}

@media(max-width:570px) {
    .h_four .r_box {
        width: 65%;
    }
}



/* h_one */


.h_one {
    padding: 169px 0px 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
}

.h_one::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 155px;
    bottom: 0;
    background-color: #f6f6f6;
    z-index: -1;
}

.h_one .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 92px;
}

.h_one .font {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_one .l_box {
    width: 51%;
}

.h_one .s_title {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #00188f;
    margin-bottom: 12px;
}

.h_one .s_title a {
    color: #00188f;
}

.h_one .s_title a:hover {
    text-decoration: underline;
}


.h_one .title42 {
    margin-bottom: 16px;
}


.h_one .title46 {
    margin-bottom: 12px;
}

.h_one .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_one .r_box {
    width: 42.4%;
    position: relative;
    padding-top: 9px;
}

.h_one .r_box::after {
    content: "";
    position: absolute;
    height: 94%;
    width: 90.5%;
    background-color: #f0f0f0;
    border-radius: 100px 0px 100px 0px;
    right: -39px;
    top: -32px;
    z-index: -1;
}

.h_one .r_box a {
    display: inline-block;
    overflow: hidden;
    border-radius: 100px 0px 100px 0px;
}

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

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

    .h_one .font {
        margin-bottom: 35px;
    }

    .h_one .box {
        margin-bottom: 80px;
    }

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

@media(max-width:1333px) {
    .h_one .box {
        margin-bottom: 70px;
    }

    .h_one .font {
        display: unset;
    }

    .h_one .font img {
        width: 250px;
    }

    .h_one .s_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .h_one {
        padding: 50px 0px 50px;
    }

    .h_one .r_box::after {
        display: none;
    }
}

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

    .h_one .box {
        margin-bottom: 50px;
    }

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

    .h_one .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .h_one .r_box {
        width: 60%;
        overflow: hidden;
        border-radius: 50px 0px;
    }

    .h_one .font {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .h_one .r_box a {
        display: inline-block;
        overflow: hidden;
        border-radius: 0px;
    }
}

@media(max-width:768px) {
    .h_one .box {
        margin-bottom: 40px;
    }

    .h_one .s_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .h_one .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .h_one .r_box {
        width: 70%;
        border-radius: 50px 0px;
    }

    .h_one .font {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .h_one .font img {
        width: 160px;
    }
}

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

    .h_one .box {
        margin-bottom: 30px;
    }

    .h_one .r_box {
        width: 100%;
        border-radius: 0;
        height: 200px;
    }

    .h_one .r_box img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .h_one .font img {
        width: 130px;
    }
}


/* numberbox */

.numberbox {
    background-color: #fff;
    box-shadow: 0px 0px 29px 0px rgba(215, 215, 215, 0.47);
    border-radius: 20px;
}

.numberbox ul {
    display: flex;
    padding: 42px 0px 50px;
}

.numberbox li {
    width: 33.3%;
    text-align: center;
}

.numberbox li:nth-of-type(1) {
    padding-right: 17px;
}

.numberbox li:nth-of-type(2) {
    padding-left: 16px;
}

.numberbox li:nth-of-type(3) {
    padding-right: 0px;
    padding-left: 30px;
}


.numberbox .num {
    font-family: Roboto-Bold;
    font-size: 60px;
    color: #00188f;
    margin-bottom: 22px;
}

.numberbox .name {
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #333333;
}

@media(max-width:1600px) {
    .numberbox .num {
        font-size: 54px;
        margin-bottom: 20px;
    }

    .numberbox li {
        padding: 0px 2% !important;
    }
}

@media(max-width:1333px) {
    .numberbox .num {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .numberbox .name {
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .numberbox .num {
        font-size: 42px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .numberbox .num {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .numberbox .name {
        font-size: 16px;
    }

    .numberbox ul{
        flex-wrap:wrap;
    }
        .numberbox li {
        padding: 0px 2% !important;
        width: 50%;
        margin-bottom:15px;
    }
    .numberbox ul {
    padding: 35px 0px;
}
}

@media(max-width:570px) {
    .numberbox .num {
        font-size: 28px;
    }
    .numberbox ul{
        flex-wrap:wrap;
    }
        .numberbox li {
        padding: 0px 2% !important;
        width: 50%;
        margin-bottom:15px;
    }
    .numberbox ul {
    padding: 20px 0px;
}
}

@media(max-width:500px) {
    /*.numberbox li {*/
    /*    width: 100%;*/
    /*    margin-bottom: 12px;*/
    /*    padding: 0px 2% !important;*/
    /*}*/

    /*.numberbox li:last-child {*/
    /*    margin-bottom: 0;*/
    /*}*/

    /*.numberbox ul {*/
    /*    flex-wrap: wrap;*/
    /*}*/
}



/* h_two */

.h_two {
    padding: 27px 0px 112px;
    background-color: #f6f6f6;
}

.h_two .title46 {
    margin-bottom: 51px;
}

.h_two .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_two .l_box {
    width: 58.7%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_two .l_box .l {
    width: 60%;
    position: relative;
    border-radius: 100px 0px 100px 0px;
    z-index: 10;
}

.h_two .l_box .l {
    overflow: visible;
}

.h_two .l_box .l a {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 100px 0px 100px 0px;
    display: inline-block;
}

.h_two .l_box .l::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    border-radius: 100px 0px 100px 0px;
    background-color: #00188f;
    bottom: -28px;
    left: -28px;
    z-index: 0;
}

.h_two .l_box .r {
    width: 37.4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.h_two .l_box .r .imgbox:first-child {
    margin-bottom: 23px;
}

.h_two .imgbox {
    overflow: hidden;
}

.h_two .r .imgbox {
    border-radius: 10px;
    position: relative;
}

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

.h_two .imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .8) 100%);
    z-index: 1000;
    pointer-events: none;
    transition: .3s linear opacity;
    opacity: 0;
}

.h_two .l::before {
    border-radius: 100px 0px 100px 0px;
}

.h_two .r .imgbox {
    border-radius: 10px;
}

.h_two .imgbox:hover::before {
    opacity: 0.3 !important;
}

.h_two .r_box {
    width: 38.45%;
    padding-top: 8px;
}

.h_two .r_box li {
    margin-bottom: 20px;
}

.h_two .answer {
    display: none;
    transition: none;
}

.h_two .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 33px;
}

.h_two .name {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.h_two .name::after {
    content: "O";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    background-color: #00188f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_two .resu {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding: 0px 32px;
}

.h_two .ans1 {
    margin-bottom: 29px;
}


.h_two .ans1 .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.h_two .ans1 .l_box {
    width: 45%;
}

.h_two .ans1 .r_box {
    width: 50%;
}

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

    .h_two .l_box .l::after {
        display: none;
    }

    .h_two .title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .h_two .r_box {
        width: 38%;
        padding-top: 0px;
    }

    .h_two .ans1:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:1333px) {
    .h_two .l_box {
        width: 55%;
    }

    .h_two .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .h_two .ans1 {
        margin-bottom: 15px;
    }

    .h_two .name {
        font-size: 18px;
        line-height: 26px;
        padding-left: 35px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .h_two .box {
        flex-direction: column;
    }

    .h_two .l_box {
        width: 70%;
        margin-bottom: 20px;
    }

    .h_two .l_box .l {
        width: 60%;
        position: relative;
        border-radius: 50px 0px;
        z-index: 10;
    }

    .h_two .l_box .l a {
        border-radius: 50px 0px;
    }

    .h_two .l::before {
        border-radius: 50px 0px;
    }

    .h_two .r_box {
        width: 100%;
        padding-top: 0px;
    }

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

@media(max-width:768px) {
    .h_two .l_box {
        width: 80%;
        margin-bottom: 15px;
    }

    .h_two .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .h_two .name {
        font-size: 16px;
        line-height: 26px;
        padding-left: 35px;
        margin-bottom: 5px;
    }

    .h_two .resu {
        font-size: 14px;
        line-height: 25px;
        padding: 0px 32px;
    }
}

@media(max-width:570px) {
    .h_two .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_two .l_box .l {
        width: 60%;
        position: relative;
        border-radius: 0px 0px;
        z-index: 10;
    }

    .h_two .l_box .l a {
        border-radius: 0px 0px;
    }

    .h_two .l::before {
        border-radius: 0px 0px;
    }


    .h_two {
        padding: 0px 0px 30px;
    }

    .h_two .resu {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        padding-right: 0;
        word-break: break-all;
    }
}

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

    .h_two .l_box .l {
        width: 100%;
        height: 180px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .h_two .l_box .l img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .h_two .l_box .r {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .h_two .r .imgbox {
        width: 49%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 0;
        margin-bottom: 0 !important;
    }

    .h_two .r .imgbox img {
        width: 100%;
        height: 100%;
    }

    .h_two .r .imgbox:first-child {
        margin-right: 2%;
    }
}



/* h_three */

.h_three {
    position: relative;
    min-height: 785px;
}

.h_three .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.h_three .titlebox {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 8;
    padding-top: 169px;
    margin-bottom: 9px;
}

.h_three .title46 {
    width: 34.7%;
    margin-bottom: 20px;
}

.h_three .title46 a {
    color: #fff;
}

.h_three .title46 a:hover {
    text-decoration: underline;
}

.h_three .box {
    min-height: 481px;
}

.h_three .l_box {
    width: 45%;
}

.h_three .r_box {
    width: 34.7%;
}

.h_three .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_three .swiper-pagination-bullet-active {
    background-color: #00188f !important;
}

.h_three .title {
    margin-bottom: 26px;
}

.h_three .title,
.h_three .title a {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #fff;
}

.h_three .title:hover {
    text-decoration: underline;
}

.h_three .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #f6f6f6;
    margin-bottom: 63px;
}

.h_three .content p {
    padding-left: 25px;
    position: relative;
}

.h_three .content p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50px;
}

.h_three .imgbox {
    padding-top: 38px;
    overflow: visible;
    width: 59%;
    padding-left: 17%;
}

.h_three .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 231px;
    height: 57px;
    border-radius: 28px;
    border: solid 1px #fff;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #fff;
}

.h_three .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 44px;
    background-color: #fff;
    color: #00188f;
    border-radius: 50px;
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: bold;
}

.h_three .btn:hover {
    background-color: #fff;
}

.h_three .btn:hover span {
    background-color: #00188f;
    color: #fff;
}

.h_three .btn:hover {
    color: #00188f;
}

.h_three .btnbox i {
    color: #Fff;
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    top: 38%;
    transform: translateY(-38%);
    cursor: pointer;
    z-index: 10;
}

.h_three .btnbox i:hover {
    color: #00188f;
}

.h_three .btnbox i:first-child {
    left: 0;
}

.h_three .btnbox i:last-child {
    right: 0;
}

.h_three .swiper-pagination-bullet {
    width: 13px;
    height: 14px;
    background-color: #f6f6f6;
    opacity: 1;
}

@media(max-width:1600px) {
    .h_three .titlebox {
        padding-top: 0;
    }

    .h_three .imgbox {
        padding-top: 0px;
        overflow: visible;
        width: 55%;
        padding-left: 10%;
    }

    .h_three .r_box {
        width: 40%;
    }

    .h_three .title46 {
        width: 40%;
        margin-bottom: 15px;
    }

    .h_three .safe {
        padding: 70px 0px;
    }

    .h_three {
        position: relative;
        min-height: auto;
    }

    .h_three .title,
    .h_three .title a {
        font-size: 22px;
    }

    .h_three .title {
        margin-bottom: 22px;
    }

    .h_three .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_three .imgbox {
        width: 50%;
        padding-left: 5%;
    }

    .h_three .title,
    .h_three .title a {
        font-size: 20px;
    }

    .h_three .title {
        margin-bottom: 20px;
    }

    .h_three .box {
        min-height: auto;
        padding-bottom: 45px;
    }

    .h_three .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .h_three .btnbox i {
        font-size: 24px;
        top: 45%;
        transform: translateY(-45%);
    }

    .h_three .btn {
        width: 220px;
        height: 50px;
        border-radius: 28px;
        font-size: 16px;
    }

    .h_three .btn span {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        margin-right: 10px;
    }
}

@media(max-width:999px) {
    .h_three .safe {
        padding: 50px 0px;
    }

    .h_three .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .h_three .title {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .h_three .swiper-slide {
        flex-direction: column;
    }

    .h_three .imgbox {
        padding-left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .h_three .title46 {
        width: 100%;
        text-align: center;
    }

    .h_three .r_box {
        width: 100%;
    }

    .h_three .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .h_three .title,
    .h_three .title a {
        font-size: 18px;
    }

    .h_three .title {
        margin-bottom: 10px;
    }

    .h_three .btn {
        width: 200px;
        height: 45px;
        border-radius: 28px;
        font-size: 14px;
    }

    .h_three .btn span {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        margin-right: 10px;
    }
}

@media(max-width:570px) {
    .h_three .safe {
        padding: 40px 0px;
    }

    .h_three .imgbox {
        padding-left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}


/* h_four */

.h_four {
    padding: 110px 0px 86px;
}


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

.h_four .l_box {
    width: 44%;
}

.h_four .r_box {
    width: 40%;
    padding-top: 77px;
}

.h_four .title46 {
    margin-bottom: 15px;
}

.h_four .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 57px;
}

.h_four .content a {
    color: #00188f;
}

.h_four .content a:hover {
    text-decoration: underline;
}

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

    .h_four .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 45px;
    }

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

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

    .h_four .l_box {
        width: 50%;
    }
}

@media(max-width:1333px) {
    .h_four .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 35px;
    }


}

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

    .h_four .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .h_four .safe {
        flex-direction: column-reverse;
    }

    .h_four .l_box {
        width: 100%;
    }

    .h_four .r_box {
        margin-bottom: 35px;
    }
}

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

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

.bg_wrap1 {
    background-position: top left;
    background-size: cover;
}


/* service_case */

.service_case {
    padding: 82px 0px 112px;
    overflow: hidden;
    /* background-color: #f6f6f6; */
}

.service_case .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 51px;
}

.service_case .btnbox {
    display: flex;
}

.service_case .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: #333;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.service_case .btnbox i:hover {
    color: #fff;
    background-color: #00188f;
}

.service_case .btnbox i:first-child {
    margin-right: 11px;
}

.service_case .imgbox {
    overflow: hidden;
    border-radius: 20px;
}

.service_case .contact {
    padding-top: 38px;
}

.service_case .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_case .title:hover,
.service_case .title a:hover {
    color: #00188f;
}

.service_case .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #00188f;
    margin-bottom: 3px;
}

.service_case .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_case .swiper {
    overflow: visible;
}

.service_case .swiper-slide {
    width: 38.215%;
    margin-right: 1.65%;
}

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

    .service_case .titlebox {
        margin-bottom: 30px;
    }

    .service_case .contact {
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .service_case .titlebox {
        margin-bottom: 25px;
    }

    .service_case .content {
        font-size: 14px;
        line-height: 26px;
    }

    .service_case .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .service_case .titlebox {
        align-items: center;
    }

    .service_case .btnbox i {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 18px;
    }
}

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

    .service_case .titlebox {
        margin-bottom: 20px;
    }
}

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

    .service_case .contact {
        padding-top: 12px;
    }

    .service_case .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .service_case .content {
        font-size: 14px;
        line-height: 24px;
    }

    .service_case .btnbox i {
        width: 42px;
        height: 42px;
        border-radius: 50px;
        font-size: 16px;
    }
}

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

    .service_case .swiper {
        overflow: hidden;
    }

    .service_case .swiper-slide {
        width: 49%;
        margin-right: 2%;
    }
}

@media(max-width:400px) {
    .service_case .swiper-slide {
        width: 100%;
        margin-right: 2%;
    }
}


/* h_contact */

.h_contact {
    padding-bottom: 95px;
}

.h_contact .safe {
    display: flex;
    justify-content: space-between;
}

.h_contact .l_box {
    width: 40%;
    transform: translateY(-4px);
}

.h_contact .r_box {
    width: 55%;
}

.h_contact .content {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 32px;
}

.h_contact .content a {
    color: #00188f;
}

.h_contact .content a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .h_contact {
        margin-bottom: 50px;
    }

    .h_contact .l_box {
        width: 35%;
        transform: translateY(-0px);
    }

    .h_contact .content {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .h_contact {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_contact .l_box {
        width: 30%;
        transform: translateY(-0px);
    }

    .h_contact .content {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 25px;
    }

}

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

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

    .h_contact {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .h_contact .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

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

    .h_contact .l_box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40%;
        margin-bottom: 20px;
    }

    .h_contact .r_box {
        width: 100%;
    }
}

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

    .h_contact {
        padding-bottom: 30px;
    }
}


/* business_partner */

.business_partner {
    padding-bottom: 125px;
}

.business_partner .title46 {
    margin-bottom: 69px;
}

.business_partner .swiper {
    overflow: visible;
}

.business_partner .imgbox {
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}

.business_partner .imgbox:first-child {
    margin-bottom: 48px;
}

.business_partner .swiper-wrapper {
    pointer-events: none;
}

.business_partner .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .4s linear opacity;
}

.business_partner .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;

}

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

    .business_partner .title46 {
        margin-bottom: 55px;
    }

    .business_partner .imgbox:first-child {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .business_partner .title46 {
        margin-bottom: 45px;
    }

    .business_partner .imgbox:first-child {
        margin-bottom: 30px;
    }
}

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

    .business_partner .title46 {
        margin-bottom: 35px;
    }

    .business_partner .imgbox {
        border-radius: 10px;
    }

    .business_partner .imgbox:first-child {
        margin-bottom: 20px;
    }
}

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

    .business_partner .imgbox:first-child {
        margin-bottom: 15px;
    }
}

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

    .business_partner .imgbox:first-child {
        margin-bottom: 10px;
    }
}


/* news_center */

.news_center {
    padding: 85px 0px 107px;
}

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

.news_center .btnbox {
    display: flex;
}

.news_center .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    background-color: #f6f6f6;
    border-radius: 50px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.news_center .btnbox i:first-child {
    margin-right: 11px;
}

.news_center .btnbox i:hover {
    background-color: #00188f;
    color: #fff;
}

.news_center .l_box {
    width: 61.38%;
    border-radius: 20px;

    overflow: hidden;
}

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

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

.news_center .r_box {
    height: 100%;
    position: absolute;
    width: 43.7%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.news_center .contact {
    height: 77%;
    padding: 60px 50px 60px 55px;
    background-color: #00188f;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 9.2%;
}

.news_center .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_center .title a {
    color: #fff;
}

.news_center .title:hover,
.news_center .title a:hover {
    text-decoration: underline;
}

.news_center .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 17px;
}

.news_center .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 49px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_center .btn2 {
    color: #fff;
    border: 1px solid #fff;
    width: 181px;
}

.news_center .btn2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 44px;
    background-color: #fff;
    font-family: Roboto-Bold;
    font-size: 21px;
    color: #00188f;
}

.news_center .btn2:hover {
    background-color: #fff;
    color: #00188f;
}

.news_center .btn2:hover span {
    background-color: #00188f;
    color: #fff;
}

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

    .news_center .titlebox {
        margin-bottom: 50px;
    }

    .news_center .contact {
        height: 77%;
        padding: 50px 50px 50px 50px;
        background-color: #00188f;
        width: 100%;
        border-radius: 20px;
        padding-top: 4.8%;
    }
}

@media(max-width:1333px) {
    .news_center .titlebox {
        margin-bottom: 40px;
    }

    .news_center .contact {
        height: 80%;
        padding: 35px;
        width: 100%;
        border-radius: 20px;
        padding-top: 4.8%;
    }

    .news_center .data {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_center .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .news_center .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .news_center .btn2 {
        border: 1px solid #fff;
        width: 160px;
    }

    .news_center .btnbox i {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

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

    .news_center .titlebox {
        margin-bottom: 25px;
    }

    .news_center .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .news_center .contact {
        height: 100%;
        padding: 25px;
        width: 100%;
        border-radius: 20px;
        padding-top: 25px;
    }

    .news_center .swiper-slide {
        flex-direction: column;
    }

    .news_center .r_box {
        position: static;
        width: 100%;
    }

    .news_center .l_box {
        margin-bottom: 20px;
    }

    .news_center .titlebox {
        align-items: center;
    }
}

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

    .news_center .l_box {
        width: 80%;
        border-radius: 20px;
        overflow: hidden;
    }

    .news_center .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news_center .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .news_center .btn2 span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .news_center .btnbox i {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}

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

    .news_center .l_box {
        width: 90%;
        border-radius: 20px;
        overflow: hidden;
    }

    .news_center .contact {
        height: 100%;
        padding: 15px;
        width: 100%;
        border-radius: 20px;
        padding-top: 15px;
    }

    .news_center .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .news_center .l_box {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }
}




/* footer */

footer {
    padding: 116px 0px 45px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .bg {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-40%);
    display: none;
}

.sub-form {
    margin-bottom: 67px;
}

.sub-form .con {
    width: 55%;
    margin: 0 auto;
    font-family: Roboto-Bold;
    font-size: 34px;
    line-height: 47px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.sub-form .form {
    width: 75.1%;
    margin: 0 auto;
}

.sub-form .inpbox {
    display: flex;
    flex-wrap: wrap;
}

.sub-form .inp1,
.sub-form .inp2 {
    width: 34.4%;
    height: 64px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 3%;
    padding: 5px 15px 0px 30px;
}

.sub-form .inp2 {
    position: relative;
    padding-right: 125px !important;
}

.sub-form .inp2 .code {
    width: 120px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3fbfe;
}

.sub-form input {
    width: 100%;
    height: 100%;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #333;
}

.sub-form input::placeholder {

    color: #00188f;
}

.sub-form .must {
    position: relative;
}

.sub-form .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 18px;
    top: 14px;
}

.sub-form .submit {
    width: 25.2%;
}

.sub-form .submit input {
    background-color: #00188f;
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.27);
    border-radius: 10px;
    font-family: Roboto-Bold;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
}

.sub-form .submit input:hover {
    background-color: #fff;
    color: #00188f;
}

.f-nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.f-nav .title {
    font-family: Roboto-Bold;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 39px;
}

.f-nav .title a {
    color: #fff;
}

.f-nav .title a:hover {
    text-decoration: underline;
}

.f-nav .title i {
    font-weight: bold;
    color: #fff;
    display: none;
}

.f-nav .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 41px;
    height: 3px;
    background-color: #ffffff;
}

.f-nav li,
.f-nav li a {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.f-nav li a:hover {
    text-decoration: underline;
}

.f-nav .box1 {
    width: 27.1%;
}

.f-nav .box2 {
    width: 24.9%;
}

.f-nav .box3 {
    width: 26.2%;
}

.f-nav .box4 {
    width: 21%;
}

.f-nav .box4 li {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.f-nav .box4 .svg {
    margin-right: 10px;
    display: inline-block;
    flex-shrink: 0;
}

.f-nav .box4 ul li:first-child a {
    word-break: break-all;
}



.f-bottom {
    border-top: 1px solid #c2c2c2;
    padding-top: 22px;
}

.f-bottom .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.f-bottom,
.f-bottom a {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #c2c2c2;
}

.f-bottom .copyright a:hover {
    text-decoration: underline;
}

.f-bottom .blogrolls {
    display: flex;
    flex-wrap: wrap;
    padding-top: 18px;
}

.f-bottom .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 32px;
    border-radius: 11px;
    margin-left: 12px;
    flex-shrink: 0;
    color: #fff;
}

.f-bottom .blogrolls a:hover {
    background-color: #00188f !important;
}

.f-bottom .blogrolls a:nth-of-type(1) {
    background-color: #29c5f6;
}

.f-bottom .blogrolls a:nth-of-type(2) {
    background-color: #3b5998;
}

.f-bottom .blogrolls a:nth-of-type(3) {
    background-color: #006dc0;
}

.f-bottom .blogrolls a:nth-of-type(4) {
    background-color: #dd332c;
}

.f-bottom .blogrolls a:nth-of-type(5) {
    background-color: #c61118;
}

.f-bottom .blogrolls a:nth-of-type(6) {
    background-color: #b50ac9;
}


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

    .sub-form {
        margin-bottom: 50px;
    }

    .sub-form .con {
        width: 60%;
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .sub-form .inp1,
    .sub-form .inp2 {
        width: 34.4%;
        height: 60px;
        border-radius: 10px;
        margin-right: 3%;
        padding: 5px 15px 0px 30px;
    }

    .f-nav .box3 {
        width: 24.2%;
    }

    .f-nav .box2 {
        width: 26.9%;
    }

    .f-nav .title {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .f-nav .box4 li {
        margin-bottom: 10px;
    }

    .f-bottom .blogrolls {
        padding-top: 0;
    }

    .f-bottom {
        border-top: 1px solid #c2c2c2;
        padding-top: 18px;
    }
}

@media(max-width:1333px) {
    .sub-form {
        margin-bottom: 40px;
    }

    .sub-form .con {
        width: 70%;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sub-form .form {
        width: 80%;
    }

    .sub-form .submit input {
        border-radius: 10px;
        font-size: 20px;
    }

    .f-nav .box1 {
        width: 22%;
    }

    .f-nav .box4 {
        width: 25%;
    }

    .f-nav .box2 {
        width: 21.9%;
    }
}

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

    footer .bg {
        display: none;
    }

    .sub-form {
        margin-bottom: 30px;
    }

    .sub-form .con {
        width: 80%;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .sub-form .inp1,
    .sub-form .inp2 {
        width: 34.4%;
        height: 55px;
        border-radius: 10px;
        margin-right: 3%;
        padding: 5px 15px 0px 30px;
    }

    .sub-form .submit input {
        border-radius: 10px;
        font-size: 18px;
    }

    .sub-form .form {
        width: 90%;
    }

    .f-nav {
        flex-direction: column;
    }

    .f-nav .box {
        width: 100% !important;
        padding-right: 0;
    }

    .f-nav .title {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .f-nav .title::after {
        display: none;
    }

    .f-nav ul li:last-child {
        padding-bottom: 12px;
    }

    .f-nav .box4 li {
        margin-bottom: 5px;
    }

    .f-nav ul {
        display: none;
        transition: none;
    }

    .f-nav .title i {
        display: block;
    }

    .f-nav .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .f-bottom .safe {
        flex-direction: column;
    }

    .f-bottom .copyright {
        width: 100%;
        margin-bottom: 10px;
    }

    .f-bottom .blogrolls a {
        margin-left: 0;
        margin-right: 10px;
    }
}

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

    .sub-form {
        margin-bottom: 20px;
    }

    .sub-form .con {
        width: 100%;
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .sub-form .form {
        width: 100%;
    }

    .sub-form .inp1,
    .sub-form .inp2 {
        width: 34.4%;
        height: 50px;
        border-radius: 10px;
        margin-right: 3%;
    }

    .sub-form input {
        font-size: 14px;
    }

    .sub-form .submit input {
        border-radius: 10px;
        font-size: 16px;
    }

    .sub-form .inp1,
    .sub-form .inp2 {
        width: 36.4%;
        height: 50px;
        border-radius: 10px;
        margin-right: 1%;
        padding: 5px 15px 0px 12px;
    }

    .sub-form .must::after {
        content: "*";
        color: #ff0000;
        position: absolute;
        left: 4px;
        top: 10px;
    }

    .sub-form .inp2 .code {
        width: 100px;
        height: 100%;
    }

    .f-nav li,
    .f-nav li a {
        font-size: 14px;
        line-height: 26px;
    }

    .f-nav .title {
        font-size: 16px;
        padding-bottom: 0px;
        margin-bottom: 12px;
    }

    .f-nav ul li:last-child {
        padding-bottom: 8px;
    }

    .f-nav {
        padding-bottom: 20px;
    }
}

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

    .sub-form .con {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .sub-form .inp1,
    .sub-form .inp2 {
        width: 49%;
        height: 50px;
        border-radius: 10px;
        margin-right: 2%;
    }

    .sub-form .inp2 {
        margin-right: 0 !important;
        padding-right: 110px !important;
    }

    .sub-form .submit input {
        border-radius: 10px;
        font-size: 16px;
        height: 50px;
        width: 100%;
    }

    .sub-form .submit {
        width: 50%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

@media(max-width:500px) {

    .sub-form .inp1,
    .sub-form .inp2 {
        width: 100%;
        height: 45px;
        border-radius: 10px;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .sub-form .submit input {
        height: 45px;
    }

    .sub-form .submit {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
    }
}


/* company-innova */

.company-innova {
    padding: 89px 0px 109px;
    background-image: url(../images/add_bg1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.company-innova .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.company-innova .l_box {
    width: 50.3%;
}

.company-innova .title42 {
    margin-bottom: 51px;
    line-height: 60px;
}

.company-innova .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.company-innova .content p {
    margin-bottom: 57px;
}

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

.company-innova .r_box {
    width: 42.4%;
    position: relative;
    margin-top: 28px;
    margin-right: 37px;
}

.company-innova .r_box img {
    border-radius: 100px 0px 100px 0px;
}

.company-innova .r_box::after {
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    right: -39px;
    top: -41px;
    background-color: #f0f0f0;
    z-index: -1;
    border-radius: 100px 0px 100px 0px;
}

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

    .company-innova .title42 {
        margin-bottom: 40px;
        line-height: unset;
    }

    .company-innova .content p {
        margin-bottom: 40px;
    }

    .company-innova .r_box {
        margin-right: 0;
    }
}

@media(max-width:1333px) {
    .company-innova .title42 {
        margin-bottom: 30px;
        line-height: unset;
    }

    .company-innova .content p {
        margin-bottom: 30px;
    }

    .company-innova .content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .company-innova {
        padding: 30px 0px 40px;
        background-image: unset;
    }

    .company-innova .title42 {
        margin-bottom: 20px;
        line-height: unset;
    }

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

    .company-innova .safe {
        flex-direction: column;
    }

    .company-innova .l_box {
        width: 100%;
        margin-bottom: 50px;
    }

    .company-innova .r_box {
        width: 60%;
        position: relative;
        margin-top: 0px;
    }

    .company-innova .r_box img {
        border-radius: 50px 0px 50px 0px;
    }
}

@media(max-width:768px) {
    .company-innova .title42 {
        margin-bottom: 10px;
        line-height: unset;
    }

    .company-innova .content p {
        margin-bottom: 10px;
    }

    .company-innova .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .company-innova .r_box::after {
        display: none;
    }

    .company-innova .r_box {
        width: 70%;
        margin-top: 0px;
    }

    .company-innova .content {
        font-size: 14px;
        line-height: 26px;
    }
}

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

    .company-innova .content p {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        word-break: break-all;
    }

    .company-innova .r_box {
        width: 85%;
        margin-top: 0px;
    }

    .company-innova .r_box img {
        border-radius: 0px 0px;
    }
}

@media(max-width:500px) {
    .company-innova .r_box {
        width: 100%;
        margin-top: 0px;
    }
}


/* company-video */

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

.company-video .video {
    position: absolute;
    cursor: pointer;
}

.company-video .play:hover {
    transform: scale(1.1);
}

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

@media(max-width:1333px) {
    .company-video .video img {
        width: 100px;
    }

    .company-video>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

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

@media(max-width:768px) {
    .company-video {
        height: 250px;
    }

    .company-video .video img {
        width: 80px;
    }
}

@media(max-width:570px) {
    .company-video {
        height: 200px;
    }
}



/* business-partner */

.business-partner {
    padding: 91px 0px 107px;
    background-color: #f6f6f6;
}

.business-partner .title46 {
    margin-bottom: 69px;
}

.business-partner .box .imgbox {
    margin-bottom: 48px;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}

.business-partner .box .swiper {
    overflow: visible;
}

.business-partner .box .swiper-slide .imgbox:last-child {
    margin-bottom: 0;
}

.business-partner .box .swiper-slide {
    opacity: 0;
    transition: .3s linear opacity;
}

.business-partner .box .swiper-slide-visible {
    opacity: 1;
}

.business-partner .box .swiper-pagination-bullet-active {
    background-color: #00188f;
}

.business-partner .swiper {
    padding-bottom: 45px;
}

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

    .business-partner .title46 {
        margin-bottom: 45px;
    }

    .business-partner .imgbox {
        margin-bottom: 35px;
    }

    .business-partner .box .imgbox {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .business-partner .title46 {
        margin-bottom: 35px;
    }

    .business-partner .box .imgbox {
        margin-bottom: 28px;
    }

}

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

    .business-partner .title46 {
        margin-bottom: 25px;
    }

    .business-partner .box .imgbox {
        margin-bottom: 20px;
    }

    .business-partner .imgbox img {
        width: 100%;
    }
}

@media(max-width:768px) {
    .business-partner .title46 {
        margin-bottom: 15px;
    }

    .business-partner .imgbox {
        margin-bottom: 15px;
    }

    .business-partner .box .imgbox {
        margin-bottom: 15px;
    }

    .business-partner .box .imgbox {
        border-radius: 10px;
    }
}

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

    .business-partner .box .imgbox {
        margin-bottom: 10px;
    }

}



/* company-history */

.company-history {
    padding: 76px 0px 114px;
}

.company-history .l_box {
    height: 515px;
    width: 28.9%;
    padding-top: 40px;
}

.company-history .l_box .swiper {
    height: 100%;
}

.company-history .l_box .box {
    display: flex;
    align-items: center;
    height: 75%;
    background-color: #f6f6f6;
    width: 100%;
    border-radius: 10px;
    padding: 0px 20px;
}

.company-history .l_box .swiper-slide {
    display: flex;
    align-items: center;
    width: 80%;
    transition: .3s linear width;
    cursor: pointer;
}

.company-history .safe {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

.company-history .r_box {
    background-color: #f6f6f6;
    padding: 21px 69px 60px 68px;
    width: 66.4%;
    border-radius: 40px;
}

.company-history .r_box .swiper {}

.company-history .r_box .swiper-slide {}


.company-history .titlebox {
    display: flex;
    align-items: flex-end;
    margin-bottom: 13px;
}

.company-history .year {
    font-family: Roboto-Bold;
    font-size: 50px;
    color: #00188f;
}

.company-history .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #00188f;
    padding-bottom: 8px;
    margin-left: 20px;
}

.company-history .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
}



.company-history .s_year {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-right: 20px;
}

.company-history .content {
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #333333;
}

.company-history .swiper-slide-thumb-active {
    width: 100% !important;
}

.company-history .swiper-slide-thumb-active .box {
    height: 100%;
    background-color: #00188f;
}

.company-history .swiper-slide-thumb-active .s_year {
    font-size: 26px;
    color: #fff;
}

.company-history .swiper-slide-thumb-active .content {
    font-size: 26px;
    color: #fff;
}

.company-history .l_box {
    position: relative;
}

.company-history .btnbox i {
    position: absolute;
    left: 35%;
    font-weight: bold;
    cursor: pointer;
    font-size: 22px;
}

.company-history .btnbox i:first-child {
    transform: rotate(90deg);
    top: -2px;
}

.company-history .btnbox i:last-child {
    transform: rotate(90deg);
    bottom: -35px;
}

.company-history .swiper-pagination {
    display: none;
}

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

    .company-history .l_box {
        height: 515px;
        width: 30%;
        padding-top: 40px;
    }

    .company-history .swiper-slide-thumb-active .content,
    .company-history .swiper-slide-thumb-active .s_year {
        font-size: 24px;
        color: #fff;
    }

    .company-history .content,
    .company-history .s_year {
        font-size: 18px;
    }

    .company-history .year {
        font-size: 44px;
    }

    .company-history .title {
        font-size: 22px;
        padding-bottom: 4px;
        margin-left: 20px;
    }
}

@media(max-width:1333px) {
    .company-history .r_box {
        padding: 30px;
        width: 60.4%;
        border-radius: 40px;
    }

    .company-history .swiper-slide-thumb-active .content,
    .company-history .swiper-slide-thumb-active .s_year {
        font-size: 22px;
        color: #fff;
    }

    .company-history .l_box {
        height: 400px;
        width: 35%;
        padding-top: 30px;
    }

    .company-history .l_box .swiper-slide {
        width: 90%;
    }

    .company-history .year {
        font-size: 38px;
    }

    .company-history .title {
        font-size: 20px;
        padding-bottom: 2px;
        margin-left: 20px;
    }

    .company-history .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

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

    .company-history .year {
        font-size: 32px;
    }

    .company-history .title {
        font-size: 18px;
        padding-bottom: 2px;
        margin-left: 20px;
    }

    .company-history .safe {
        flex-direction: column-reverse;
    }

    .company-history .l_box {
        height: 260px;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .company-history .r_box {
        padding: 20px;
        width: 80%;
        border-radius: 30px;
    }

    .company-history .btnbox i:first-child {
        transform: rotate(90deg);
        top: -10px;
    }

    .company-history .btnbox i:last-child {
        transform: rotate(90deg);
        bottom: -10px;
    }

    .company-history .btnbox i {
        position: absolute;
        left: 48%;
        font-weight: bold;
        cursor: pointer;
        font-size: 22px;
    }

    .company-history .swiper-slide-thumb-active .content,
    .company-history .swiper-slide-thumb-active .s_year {
        font-size: 20px;
    }
}

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

    .company-history .swiper-slide-thumb-active .content,
    .company-history .swiper-slide-thumb-active .s_year {
        font-size: 18px;
    }

    .company-history .l_box {
        display: none;
    }

    .company-history .r_box {
        padding: 20px;
        width: 100%;
        border-radius: 30px;
    }

    .company-history .r_box .swiper-pagination {
        display: block;
    }

    .company-history .swiper-pagination-bullet-active {
        background-color: #00188f;
    }

    .company-history .con {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .company-history .title {
        font-size: 16px;
    }
}

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

    .company-history .year {
        font-size: 24px;
    }

    .company-history .r_box {
        padding: 15px;
        width: 100%;
        border-radius: 20px;
    }

    .company-history .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 8px;
    }

    .company-history .title {
        margin-left: 0;
    }

    .company-history .year {
        margin-bottom: 8px;
    }
}


/* company-honor */

.company-honor {
    padding: 66px 0px 77px;
}

.company-honor .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.company-honor .l_box {
    width: 36%;
}

.company-honor .title46 {
    margin-bottom: 55px;
    width: 60%;
}

.company-honor .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.company-honor .content a {
    color: #666;
    text-decoration: underline;
}

.company-honor .content a:hover {
    color: #00188f;
}

.company-honor .r_box {
    width: 59.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 13px;
}

.company-honor .inner {
    overflow: hidden;
}

.company-honor .inner img:hover {
    transform: scale(1.05);
}

.company-honor .swiper-slide {
    height: auto;
    display: flex;
    align-items: flex-end;
    width: 27.9%;
}

.company-honor .swiper-slide:nth-of-type(2) {
    width: 39%;
}

.company-honor .swiper-pagination {
    display: none;
}




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

    .company-honor .inner:nth-of-type(2) {
        margin-left: 0px;
    }

    .company-honor .r_box {
        margin-top: 0;
    }

    .company-honor .title46 {
        margin-bottom: 40px;
        width: 70%;
    }
}

@media(max-width:1333px) {
    .company-honor .title46 {
        margin-bottom: 20px;
        width: 80%;
    }

    .company-honor .content {
        font-size: 16px;
        line-height: 26px;
    }
}

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

    .company-honor .safe {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .company-honor .title46 {
        margin-bottom: 10px;
        width: 100%;
    }

    .company-honor .r_box {
        width: 85%;
        background-image: unset !important;
    }

}

@media(max-width:768px) {
    .company-honor .content {
        font-size: 14px;
        line-height: 24px;
    }

    .company-honor .r_box {
        width: 100%;
    }
}

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

    .company-honor .swiper-slide {
        width: 40%;
    }

    .company-honor .swiper-slide:nth-of-type(2) {
        width: 48%;
    }

    .company-honor .swiper {
        padding-bottom: 35px;
    }

    .company-honor .swiper-pagination {
        display: block !important;
    }

    .company-honor .swiper-pagination-bullet-active {
        background-color: #00188f;
    }
}

@media(max-width:500px) {
    .company-honor .swiper-slide {
        width: 100% !important;
    }

    .company-honor .swiper-slide:nth-of-type(2) {
        width: 60%;
    }
}




/* company-three */

.company-three {
    padding: 85px 0px 85px;
    background-repeat: no-repeat;
    background-position: right top;
}

.company-three .title46 {
    margin-bottom: 74px;
}

.company-three .swiper {
    padding-bottom: 35px;
}

.company-three .content {
    padding-top: 12px;
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    text-align: center;
}

.company-three .swiper-pagination-bullet-active {
    background-color: #00188f;
}

.company-three .imgbox {
    overflow: hidden;
}

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

    .company-three .title46 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .company-three .title46 {
        margin-bottom: 35px;
    }

    .company-three .content {
        padding-top: 8px;
        font-size: 16px;
        line-height: 26px;
    }
}

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

    .company-three .title46 {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .company-three .title46 {
        margin-bottom: 15px;
    }

    .company-three .content {
        padding-top: 5px;
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .company-three .swiper {
        padding-bottom: 40px;
    }
}

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


/* company-three1 */

.company-three1 {
    padding: 73px 0px 135px;
}

.company-three1 .title46 {
    margin-bottom: 57px;
}

.company-three1 .swiper {
    padding-bottom: 35px;
}

.company-three1 .swiper-pagination-bullet-active {
    background-color: #00188f;
}

.company-three1 .swiper-slide {
    overflow: hidden;
}

.company-three1 .swiper-slide img:hover {
    transform: scale(1.05);
}

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

    .company-three1 .title46 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .company-three1 .title46 {
        margin-bottom: 35px;
    }
}

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

    .company-three1 .title46 {
        margin-bottom: 25px;
    }

    .company-three1 .swiper {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .company-three1 .title46 {
        margin-bottom: 15px;
    }

    .company-three1 .swiper-slide img {
        width: 100%;
    }
}

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


/* company-honor */

.company-certicicate {
    padding: 60px 0px 60px;
}

.company-certicicate .wrap {
    display: flex;
    flex-wrap: wrap;
}

.company-certicicate .inner {
    width: 19.8571%;
    margin-right: 6.7142%;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-certicicate .inner:nth-child(4n) {
    margin-right: 0;
}

.company-certicicate .imgbox {
    overflow: hidden;
}

.company-certicicate .name {
    padding-top: 20px;
    text-align: center;
    font-family: Raleway-Regular;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    text-align: center;
}

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

    .company-certicicate .name {
        padding-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .company-certicicate .name {
        padding-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .company-certicicate .inner {
        width: 23%;
        margin-right: 2.6%;
        margin-bottom: 45px;
    }

    .company-certicicate .inner {
        width: 23%;
        margin-right: 2.6%;
        margin-bottom: 35px;
    }
}

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

    .company-certicicate .name {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .company-certicicate .inner {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 35px;
    }

    .company-certicicate .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .company-certicicate .inner:nth-child(3n) {
        margin-right: 0;
    }

    .company-certicicate .name {
        padding-top: 6px;
        font-size: 14px;
        line-height: 24px;
    }
}

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

    .company-certicicate .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 35px;
    }

    .company-certicicate .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .company-certicicate .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:500px) {
    .company-certicicate .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 35px;
    }

    .company-certicicate .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .company-certicicate .inner:nth-child(2n) {
        margin-right: 0;
    }
}



/* quality-system */

.quality-system {
    padding: 67px 0px 101px;
}

.quality-system .title46 {
    text-align: center;
    margin-bottom: 62px;
}

.quality-system .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    .quality-system .title46 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .quality-system .title46 {
        margin-bottom: 35px;
    }
}

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

    .quality-system .title46 {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .quality-system .title46 {
        margin-bottom: 15px;
    }
}

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


/* company-team */

.company-team {
    padding: 66px 0px 102px;
}

.company-team .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 58px;
}

.company-team .title46 {
    width: 45%;
}

.company-team .content {
    width: 65%;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding-top: 3px;
}

.company-team .content a {
    font-family: Roboto-Regular;
    text-decoration: underline;
    font-size: 16px;
    color: #00188f;
}

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

    .company-team .content {
        width: 65%;
        font-size: 16px;
        line-height: 28px;
        padding-top: 0px;
    }

    .company-team .titlebox {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .company-team .titlebox {
        margin-bottom: 35px;
    }

    .company-team .title46 {
        width: 30%;
    }
}

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

    .company-team .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .company-team .title46 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .company-team .content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        padding-top: 0px;
    }
}

@media(max-width:768px) {
    .company-team .titlebox {
        margin-bottom: 25px;
    }

    .company-team .title46 {
        margin-bottom: 10px;
    }

    .company-team .content {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        padding-top: 0px;
    }

    .company-team .content a {
        font-size: 14px;
    }

    .company-team .box {
        height: 260px;
    }

    .company-team .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

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

    .company-team .box {
        height: 220px;
    }

    .company-team .content {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        word-break: break-all;
    }
}


/* company-holders */

.company-holders {
    padding: 76px 0px 119px;
    background-color: #f6f6f6;
}

.company-holders .title {
    font-family: Roboto-Bold;
    font-size: 30px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 49px;
}

.company-holders .box {
    display: none;
}

.company-holders .box1 {
    margin-bottom: 47px;
}

.company-holders .box2 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 73px;
}


.company-holders .inner {
    width: 48.4%;
}

.company-holders .btn3 {
    margin: 0 auto;
}

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

    .company-holders .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .company-holders .box1 {
        margin-bottom: 40px;
    }

    .company-holders .box2 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .company-holders .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .company-holders .box1 {
        margin-bottom: 30px;
    }

    .company-holders .box2 {
        margin-bottom: 35px;
    }
}

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

    .company-holders .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .company-holders .box1 {
        margin-bottom: 20px;
    }

    .company-holders .box2 {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .company-holders .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .company-holders .box2 {
        margin-bottom: 30px;
    }
}

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

    .company-holders .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:400px) {
    .company-holders .box2 {
        flex-direction: column;
    }

    .company-holders .inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .company-holders .inner:last-child {
        margin-bottom: 0;
    }
}


/* company-service */

.company-service {
    padding: 66px 0px 92px;
}

.company-service .titlebox {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    padding-left: 0px;
}

.company-service .title46 {
    text-align: center;
    margin-bottom: 79px;
}

.company-service .wrap {
    display: flex;
    flex-wrap: wrap;
}

.company-service .inner {
    width: 20%;
    padding-bottom: 23px;
    position: relative;
}

.company-service .svgbox {
    flex-shrink: 0;
}

.company-service .inner .titlebox::after {
    content: "";
    width: 100%;
    background-color: #00188f;
    opacity: .2;
    height: 1px;
    position: absolute;
    z-index: -1;
}

.company-service .inner .titlebox::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #666666;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 30%;
}

.company-service .inner:nth-of-type(5):after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 42px;
    width: 1px;
    background-color: #00188f;
    opacity: .2;
}

.company-service .inner:nth-child(5n) .titlebox::before {
    display: none;
}

.company-service .title {
    min-height: 37px;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #333333;
    padding-left: 15px;
    margin-bottom: 17px;
    display: inline-block;
    padding: 10px 15px 10px 10px;
    transform: translateX(-10px);
}

.company-service .contact {
    padding-right: 18%;
}

.company-service .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

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

    .company-service .title46 {
        margin-bottom: 45px;
    }

    .company-service .titlebox {
        margin-bottom: 20px;
        padding-left: 0px;
    }
}

@media(max-width:1333px) {
    .company-service .title46 {
        margin-bottom: 35px;
    }

    .company-service .title {
        min-height: 37px;
        border-radius: 4px;
        font-size: 18px;
        margin-bottom: 10px;
        padding: 5px;
        transform: translateX(0px);
    }

    .company-service .content {
        font-size: 16px;
        line-height: 26px;
    }
}

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

    .company-service .title46 {
        margin-bottom: 25px;
    }

    .company-service .inner:nth-child(5n) .titlebox::before {
        display: block;
    }

    .company-service .inner {
        width: 25%;
        padding-bottom: 23px;
    }

    .company-service .inner:nth-of-type(5):after {
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 42px;
        width: 1px;
        background-color: #00188f;
        opacity: .2;
        display: none;
    }

    .company-service .inner:last-child .titlebox::after {
        display: none;
    }

    .company-service .inner:last-child .titlebox::before {
        display: none;
    }
}

@media(max-width:768px) {
    .company-service .title46 {
        margin-bottom: 15px;
    }

    .company-service .inner {
        width: 33%;
        padding-bottom: 23px;
    }

    .company-service .title {
        min-height: 37px;
        border-radius: 4px;
        font-size: 16px;
        margin-bottom: 5px;
        padding: 5px;
        transform: translateX(0px);
    }

    .company-service .content {
        font-size: 14px;
        line-height: 24px;
    }
}

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

@media(max-width:500px) {
    .company-service .inner {
        width: 46%;
        padding-bottom: 23px;
    }

    .company-service .svgbox {
        flex-shrink: 0;
        width: 70px;
    }

}

/*@media(max-width:400px) {*/
/*    .company-service .inner {*/
/*        width: 100%;*/
/*        padding-bottom: 23px;*/
/*        padding-right: 0;*/
/*    }*/

/*    .company-service .contact {*/
/*        padding-right: 0;*/
/*    }*/

/*    .company-service .inner .titlebox::after {*/
/*        display: none !important;*/
/*    }*/

/*    .company-service .inner .titlebox::before {*/
/*        display: none !important;*/
/*    }*/
/*}*/


/* company-list */

.company-list {
    max-width: 1920px;
    margin: 0 auto;
}

.company-list .safe {}

.company-list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.company-list .inner {
    width: 13.782%;
    height: 605px;
    margin-right: 0.29%;
    transition: .3s linear width;
    cursor: pointer;
}

.company-list .inner:nth-child(5n) {
    margin-right: 0;
}

.company-list .inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.company-list .active {
    width: 43.6357%;
}


@media(max-width:1600px) {
    .company-list .inner {
        height: 500px;
        margin-right: 0.29%;
    }
}

@media(max-width:1333px) {
    .company-list .inner {
        height: 400px;
        margin-right: 0.29%;
    }
}

@media(max-width:999px) {
    .company-list .wrap {
        display: flex;
        flex-wrap: unset;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* 提高移动端滑动体验 */
    }

    .company-list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        height: auto;
        flex: 0 0 auto;
    }

    .company-list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .company-list .inner {}
}



/* company-con */

.company-con {
    padding: 105px 0px 125px;
}

.company-con .safe {
    display: flex;
    justify-content: space-between;
}

.company-con .l_box {
    width: 35%;
}

.company-con .r_box {
    width: 59%;
    padding-top: 5px;
}

.company-con .con {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 32px;
}

.company-con .con a {
    color: #00188f;
}

.company-con .con a:hover {
    text-decoration: underline;
}

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

    .company-con .r_box {
        width: 59%;
        padding-top: 0px;
    }

    .company-con .con {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 28px;
    }
}

@media(max-width:1333px) {
    .company-con .con {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .company-con {
        padding: 50px 0px;
    }

    .company-con .safe {
        flex-direction: column;
    }

    .company-con .l_box {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .company-con .r_box {
        width: 100%;
    }

    .company-con .con {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .company-con .con {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .company-con {
        padding: 40px 0px;
    }
}


/* company-industry */

.company-industry {
    padding: 64px 0px 0px;
    position: relative;
}

.company-industry .title46 {
    margin-bottom: 20px;
}

.company-industry .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.company-industry::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 33%;
    background-color: #f6f6f6;
    z-index: -1;
}

.company-industry .l_box {
    width: 55%;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.company-industry .l_box p {
    margin-bottom: 25px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.company-industry .l_box p:last-child {
    margin-bottom: 0;
}

.company-industry .r_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 11px;
}

.company-industry .svgbox {
    margin-bottom: 33px;
}

.company-industry .intro {
    font-family: Roboto-Bold;
    font-size: 31px;
    line-height: 26px;
    color: #333333;
}

.company-industry .box {
    margin-bottom: 83px;
}

.company-industry .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

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

    .company-industry .box {
        margin-bottom: 50px;
    }

    .company-industry .intro {
        font-size: 29px;
        line-height: 26px;
    }

    .company-industry .svgbox {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .company-industry .box {
        margin-bottom: 40px;
    }

    .company-industry .intro {
        font-size: 26px;
        line-height: 26px;
    }

    .company-industry .svgbox {
        margin-bottom: 15px;
    }
}

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

    .company-industry .box {
        margin-bottom: 20px;
    }

    .company-industry .intro {
        font-size: 24px;
        line-height: 26px;
    }

    .company-industry .box {
        flex-direction: column;
    }

    .company-industry .l_box {
        width: 100%;
        font-family: Roboto-Regular;
        font-size: 16px;
        line-height: 28px;
        color: #666666;
        margin-bottom: 20px;
    }

    .company-industry .r_box {
        width: 100%;
    }

    .company-industry .svgbox {
        width: 38%;
    }

    .company-industry .imgbox {
        border-radius: 10px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .company-industry .box {
        margin-bottom: 15px;
    }

    .company-industry .intro {
        font-size: 22px;
        line-height: 26px;
    }

    .company-industry .l_box {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .company-industry .title46 {
        margin-bottom: 10px;
    }
}

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

    .company-industry .intro {
        font-size: 20px;
        line-height: 26px;
    }

    .company-industry .svgbox {
        width: 45%;
    }

    .company-industry .l_box p {
        margin-bottom: 15px;
    }
}


/* company-years */

.company-years {
    padding: 92px 0px 125px;
    background-color: #f6f6f6;
}

.company-years .title46 {
    margin-bottom: 44px;
}

.company-years .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.company-years .inner {
    width: 24.5%;
    margin-right: 0.6671%;
    margin-bottom: 29px;
}

.company-years .inner:nth-child(4n) {
    margin-right: 0;
}

.company-years .inner:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.company-years .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.company-years .title {
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #333333;
    padding-top: 17px;
}

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

    .company-years .title46 {
        margin-bottom: 40px;
    }

    .company-years .title {
        font-size: 16px;
        padding-top: 10px;
    }

    .company-years .inner {
        width: 23.5%;
        margin-right: 1.5%;
        margin-bottom: 29px;
    }
}

@media(max-width:1333px) {
    .company-years .title46 {
        margin-bottom: 30px;
    }
}

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

    .company-years .title46 {
        margin-bottom: 20px;
    }

    .company-years .title {
        font-size: 16px;
        padding-top: 8px;
    }

    .company-years .inner {
        width: 24.5%;
        margin-right: 0.6671%;
        margin-bottom: 20px;
    }

    .company-years .inner {
        width: 32%;
        margin-right: 2%;
    }

    .company-years .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .company-years .inner:nth-child(3n) {
        margin-right: 0;
    }

    .company-years .imgbox {
        border-radius: 10px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .company-years .title46 {
        margin-bottom: 12px;
    }

    .company-years .title {
        font-size: 14px;
        padding-top: 8px;
    }
}

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

    .company-years .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px !important;
    }

    .company-years .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .company-years .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .company-years .inner {
        width: 100%;
        margin-right: 0%;
    }

    .company-years .imgbox img {
        width: 100%;
    }

}

/* company-visit */

.company-visit {
    padding: 112px 0px 199px;
}

.company-visit .title46 {
    margin-bottom: 74px;
}

.company-visit .wrap1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 26px;
}

.company-visit .inner1 {
    width: 32.0814%;
    margin-right: 1.8%;
    border-radius: 20px;
    overflow: hidden;
}

.company-visit .inner1:nth-child(3n) {
    margin-right: 0;
}

.company-visit .wrap2 {
    display: flex;
    flex-wrap: wrap;
}

.company-visit .inner2 {
    width: 23.5714%;
    margin-right: 1.9%;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
}

.company-visit .inner2:nth-child(4n) {
    margin-right: 0;
}

.company-visit .inner2:nth-last-child(-n+4) {
    margin-bottom: 0;
}

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

    .company-visit .title46 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .company-visit .title46 {
        margin-bottom: 40px;
    }

    .company-visit .wrap1 {
        margin-bottom: 20px;
    }

    .company-visit .inner2 {
        width: 23.5714%;
        margin-right: 1.9%;
        margin-bottom: 20px;
        border-radius: 20px;
    }
}

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

    .company-visit .title46 {
        margin-bottom: 25px;
    }

    .company-visit .inner1 {
        width: 32.0814%;
        margin-right: 1.8%;
        border-radius: 10px;
    }

    .company-visit .inner2 {
        width: 23.5714%;
        margin-right: 1.9%;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .company-visit .inner2 {
        width: 32%;
        margin-right: 2%;
    }

    .company-visit .inner2:nth-child(4n) {
        margin-right: 2%;
    }

    .company-visit .inner2:nth-child(3n) {
        margin-right: 0%;
    }
}

@media(max-width:768px) {
    .company-visit .title46 {
        margin-bottom: 12px;
    }

    .company-visit .wrap1 {
        margin-bottom: 10px;
    }
}

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

    .company-visit .inner1 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 12px;
    }

    .company-visit .inner1:nth-child(2n) {
        margin-right: 0;
    }

    .company-visit .inner2 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px !important;
    }

    .company-visit .inner2:nth-child(3n) {
        margin-right: 2%;
    }

    .company-visit .inner2:nth-child(2n) {
        margin-right: 0%;
    }

    .company-visit img {
        width: 100%;
    }
}

@media(max-width:400px) {
    .company-visit .inner1 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px !important;
    }

    .company-visit .inner2 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px !important;
    }
}


/* product-chorda */

.product-chorda1 {
    padding: 66px 0px 70px;
    background-color: #f3f3f3;
    position: relative;
}

.product-chorda2 {
    padding: 50px 0px 99px;
   position: relative;
}

.product-chorda .title46 {
    margin-bottom: 41px;
}

.product-chorda .wrap {
    display: flex;
    flex-wrap: wrap;
}

.product-chorda .inner {
    width: 24.7857%;
    margin-right: 0.2857%;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

.product-chorda .inner:nth-child(4n) {
    margin-right: 0;
}

.product-chorda .inner img:hover {
    transform: scale(1.05);
}

.product-chorda .inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 0;
    pointer-events: none;
}

.product-chorda .title {
    position: absolute;
    width: 100%;
    top: 0;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #ffffff;
    padding: 21px 12px 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
}

.product-chorda .title a {
    color: #fff;
}

.product-chorda .title:hover {
    text-decoration: underline;
}

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

    .product-chorda2 {
        padding: 50px 0px;
    }

    .product-chorda .title46 {
        margin-bottom: 30px;
    }

    .product-chorda .title {
        width: 100%;
        top: 0;
        font-size: 20px;
        padding: 15px 10px 0px 15px;
    }
}

@media(max-width:1333px) {
    .product-chorda .title46 {
        margin-bottom: 25px;
    }

    .product-chorda .title {
        width: 100%;
        top: 0;
        font-size: 18px;
        padding: 15px 10px 0px 15px;
    }
}

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

    .product-chorda2 {
        padding: 40px 0px;
    }

    .product-chorda .title46 {
        margin-bottom: 20px;
    }

    .product-chorda .inner {
        width: 32.5%;
        margin-right: 1.2%;
        margin-bottom: 15px;
    }

    .product-chorda .inner:nth-child(4n) {
        margin-right: 1.2%;
    }

    .product-chorda .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .product-chorda .title46 {
        margin-bottom: 15px;
    }

    .product-chorda .title {
        width: 100%;
        top: 0;
        font-size: 16px;
        padding: 10px 10px 0px 10px;
    }
}

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

    .product-chorda .title46 {
        padding: 0px 30px
    }

    .product-chorda1 .safe,
    .product-chorda2 .safe {
        width: 100%;
    }

    .product-chorda2 {
        padding: 30px 0px;
    }

    .product-chorda .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .product-chorda .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .product-chorda .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .product-chorda .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 15px;
    }

    .product-chorda .inner img {
        width: 100%;
    }
}


/* product-service */

.product-service {
    padding: 73px 0px 110px;
    background-color: #f6f6f6;
    /* background-color: #fac; */
}

.product-service .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-service .l_box .content a {
    color: #00188f;
    text-decoration: underline;
}

.product-service .l_box {
    width: 45%;
}

.product-service .title46 {
    margin-bottom: 15px;
}

.product-service .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 57px;
}


.product-service .r_box {
    width: 42.5%;
    padding-top: 69px;
}

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

    .product-service .r_box {
        padding-top: 0;
    }

    .product-service .safe {
        align-items: center;
    }

    .product-service .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .product-service .l_box {
        width: 52%;
    }

    .product-service .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

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

    .product-service .safe {
        flex-direction: column;
    }

    .product-service .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product-service .l_box {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .product-service .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .product-service .title46 {
        margin-bottom: 10px;
    }
}

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



/* service-case */

.service-case {
    padding: 92px 0px 101px;
}

.service-case .title46 {
    margin-bottom: 59px;
}

.service-case .box {
    display: flex;
    flex-wrap: wrap;
}

.service-case .inner {
    width: 32.3571%;
    margin-right: 1.3571%;
}

.service-case .inner:nth-child(3n) {
    margin-right: 0;
}

.service-case .imgbox {
    overflow: hidden;
    border-radius: 20px;
}

.service-case .contact {
    padding-top: 32px;
}

.service-case .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-case .title:hover,
.service-case .title a:hover {
    color: #00188f;
}

.service-case .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #00188f;
    margin-bottom: 9px;
}

.service-case .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

    .service-case .title46 {
        margin-bottom: 45px;
    }

    .service-case .contact {
        padding-top: 25px;
    }

    .service-case .data {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:1333px) {
    .service-case .title46 {
        margin-bottom: 35px;
    }

    .service-case .contact {
        padding-top: 15px;
    }

    .service-case .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 6px;
    }
}

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

    .service-case .title46 {
        margin-bottom: 25px;
    }

    .service-case .data {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .service-case .imgbox {
        border-radius: 10px;
    }

    .service-case .contact {
        padding-top: 8px;
    }

    .service-case .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .service-case .content {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .service-case .title46 {
        margin-bottom: 15px;
    }

    .service-case .content {
        font-size: 14px;
        line-height: 22px;
    }

    .service-case .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 3px;
    }
}

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

    .service-case .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .service-case .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .service-case .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
}


/* product-one */

.product-one {
    padding: 100px 0px 0px;
    position: relative;
}

.product-one .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin-bottom: 89px;
}


.product-one .box {
    position: relative;
}

.product-one .box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

.product-one .box::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #ebebeb;
    z-index: -1;
}

.product-one .box .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-one .l_box {
    width: 50%;
    padding: 81px 0px 87px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-one .l {
    width: 38.7%;
}

.product-one .r {
    width: 56%;
    padding-top: 92px;
}

.product-one .title {
    font-family: Raleway-Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 65px;
}

.product-one .r_box {
    width: 50%;
    padding: 120px 0px 65px 68px;
    position: relative;
}

.product-one .yinhao {
    position: absolute;
    top: 27px;
    left: 18px;
    z-index: 10;
}

.product-one .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
}

.product-one .people {
    display: flex;
    align-items: center;
}

.product-one .svgbox {
    flex-shrink: 0;
    margin-right: 18px;
}

.product-one .name {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 28px;
    color: #00188f;
    margin-bottom: 12px;
}

.product-one .intro {
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 28px;
    color: #00188f;
}

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

    .product-one .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .product-one .r {
        padding-top: 0;
    }

    .product-one .l_box {
        align-items: center;
    }

    .product-one .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .product-one .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product-one .yinhao {
        top: 25px;
        left: 18px;
        width: 65px;
    }

    .product-one .r_box {
        width: 50%;
        padding: 110px 0px 65px 50px;
    }

    .product-one .name {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .product-one .l_box {
        width: 50%;
        padding: 60px 0px 60px;
    }

    .product-one .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .product-one .name {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .product-one .intro {
        font-size: 18px;
        line-height: 28px;
    }
}

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

    .product-one .box .safe {
        flex-direction: column;
    }

    .product-one .l_box {
        width: 100%;
        padding: 40px 0px 40px;
    }

    .product-one .box::before {
        display: none;
    }

    .product-one .box::after {
        display: none;
    }

    .product-one .r_box {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .product-one .yinhao {
        display: none;
    }

    .product-one .name {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .product-one .con {
        margin-bottom: 0;
    }

    .product-one .intro {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .product-one .con {
        font-size: 14px;
        line-height: 25px;
    }

    .product-one .l_box {
        width: 100%;
        padding: 30px 0px 30px;
    }

    .product-one .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .product-one .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .product-one .name {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 2px;
    }

    .product-one .intro {
        font-size: 14px;
        line-height: unset;
    }

    .product-one .svgbox img {
        width: 120px;
    }
}

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

    .product-one .btn1 {
        width: 145px;
        height: 45px;
        border-radius: 28px;
        font-size: 14px;
    }
}




/* product-two */

.product-two {
    padding: 86px 0px 98px;
}

.product-two .title40 {
    text-align: center;
    margin-bottom: 40px;
}

.product-two .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-two .l_box {
    width: 44%;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding-top: 51px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

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

    .product-two .title40 {
        margin-bottom: 30px;
    }

    .product-two .l_box {
        padding-top: 0;
    }

    .product-two .r_box {
        width: 42%;
    }
}

@media(max-width:1333px) {
    .product-two .title40 {
        margin-bottom: 25px;
    }
}

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

    .product-two .title40 {
        margin-bottom: 20px;
    }

    .product-two .l_box {
        width: 48%;
    }
}

@media(max-width:768px) {
    .product-two .title40 {
        margin-bottom: 13px;
    }

    .product-two .box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product-two .l_box {
        width: 100%;
    }

    .product-two .r_box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-two .l_box {
        font-size: 14px;
        line-height: 24px;
    }
}


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


/* product-panorma */

.product-panorma {
    padding: 0px 0px 31px;
    height: 536px;
    position: relative;
    background-color: #f5f5f5;
}

.product-panorma .safe {}

.product-panorma .three {
    width: 60%;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 49px;
    /* opacity: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-panorma .three .rollerblade-img {
    height: 100%;
    position: absolute;
    top: 0;
}

.product-panorma .title38 {
    text-align: center;
}

@media(max-width:1600px) {
    .product-panorma .three {
        width: 70%;
        height: 400px;
        margin: 0 auto;
        margin-bottom: 49px;
    }
}

@media(max-width:1333px) {
    .product-panorma .three {
        width: 70%;
        height: 360px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .product-panorma {
        padding: 0px 0px 31px;
        height: 500px;
    }
}

@media(max-width:999px) {
    .product-panorma .three {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

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

@media(max-width:570px) {
    .product-panorma .three {
        width: 90%;
        height: 360px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .product-panorma {
        padding: 0px 0px 31px;
        height: 360px;
    }

    .product-panorma .three {
        width: 90%;
        height: 285px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}


/* product-key */

.product-key {
    padding: 86px 0px 77px;
}

.product-key .title38 {
    margin-bottom: 20px;
    padding-top: 15px;
}

.product-key .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-key .box p {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    margin-bottom: 27px;
    padding-left: 27px;
    position: relative;
}

.product-key .box p em {
    color: #333;
    font-style: normal;
}

.product-key .box .l_box {
    padding-top: 28px;
    width: 40%;
}

.product-key .box p::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #00188f;
    border-radius: 50px;
    left: 0;
    top: 8px;
}

.product-key .box .r_box {
    width: 56%;
}

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

    .product-key .title38 {
        padding-top: 0;
    }

    .product-key .box p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-left: 27px;
    }
}

@media(max-width:1333px) {
    .product-key .box p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-left: 27px;
    }

    .product-key .box .l_box {
        padding-top: 0;
    }

    .product-key .box p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
}

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

    .product-key .box {
        flex-direction: column;
    }

    .product-key .box .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-key .box p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .product-key .box .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .product-key .box p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 15px;
    }
}

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





/* product-three */

.product-three {
    padding: 64px 0px 66px;
    position: relative;
    background-color: #f5f5f5;
}

.product-three ul {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 42px 0px 37px 0px;
    margin-bottom: 59px;
    border-radius: 20px;
}

.product-three ul li {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    margin: 0px 85px;
    cursor: pointer;
    padding-top: 2px;
}

.product-three ul li:nth-of-type(1) {
    margin: 0px 100px 0px 69px;
}

.product-three ul li:nth-of-type(2) {}

.product-three ul li:nth-of-type(3) {
    margin: 0px 85px 0px 102px;
}

.product-three ul li:nth-of-type(4) {
    margin: 0px 50px 0px 102px;
}

.product-three .active {
    text-decoration: underline;
    color: #00188f;
}

.product-three .l_box {
    width: 53%;
}

.product-three .r_box {
    width: 42.3%;
}

.product-three .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
}

.product-three .in {
    margin-bottom: 22px;
}

.product-three .in:last-child {
    margin-bottom: 0;
}

.product-three .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    background-color: #00188f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 55px;
    background-color: #00188f;
    border-radius: 27px;
    margin-bottom: 22px;
}

.product-three .title span {
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50px;
}

.product-three .content {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

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

    .product-three ul {
        padding: 35px 0px 35px 0px;
        margin-bottom: 50px;
        border-radius: 20px;
    }

    .product-three ul li {
        margin: 0 !important;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        padding-top: 0px;
        text-align: center;
    }


}

@media(max-width:1333px) {
    .product-three ul li {
        margin: 0 !important;
        width: 25%;
        font-size: 20px;
        padding-top: 0px;
    }

    .product-three .title {
        font-size: 18px;
        line-height: 26px;
        width: 160px;
        height: 50px;
        border-radius: 25px;
        margin-bottom: 15px;
    }

    .product-three .content {
        font-size: 16px;
        line-height: 24px;
    }
}

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

    .product-three ul li {
        margin: 0 !important;
        width: 25%;
        font-size: 18px;
        padding-top: 0px;
    }

    .product-three ul {
        padding: 25px 0px 25px 0px;
        margin-bottom: 30px;
        border-radius: 20px;
    }

    .product-three .title {
        font-size: 16px;
        line-height: 26px;
        width: 150px;
        height: 45px;
        border-radius: 25px;
        margin-bottom: 15px;
    }

    .product-three .inner {
        flex-direction: column;
    }

    .product-three .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .product-three .r_box {
        width: 60%;
        margin: 0 auto;
    }

    .product-three .in {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .product-three ul li {
        margin: 0 !important;
        width: 50%;
        font-size: 16px;
        padding-top: 0px;
        padding: 10px 0px;
    }

    .product-three ul {
        padding: 15px;
        margin-bottom: 25px;
        border-radius: 20px;
    }

    .product-three .title {
        font-size: 14px;
        line-height: 26px;
        width: 130px;
        height: 40px;
        border-radius: 25px;
        margin-bottom: 10px;
    }

    .product-three .content {
        font-size: 14px;
        line-height: 24px;
    }

    .product-three .in {
        margin-bottom: 15px;
    }

    .product-three .r_box {
        width: 75%;
        margin: 0 auto;
    }
}

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

    .product-three .r_box {
        width: 88%;
        margin: 0 auto;
    }

    .product-three ul li {
        width: 50%;
        font-size: 14px;
        padding: 8px 0px;
    }
}

@media(max-width:500px) {
    .product-three .r_box {
        width: 100%;
        margin: 0 auto;
    }
}


/* product-device */

.product-device {
    padding: 90px 0px 50px;
}

.product-device .title38 {
    margin-bottom: 48px;
}

.product-device .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-device .l_box {
    width: 41%;
    padding-top: 26px;
}

.product-device .r_box {
    width: 48.4%;
}

.product-device .content {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.product-device .content p {
    margin-bottom: 27px;
    position: relative;
    padding-left: 27px;
}

.product-device .content em {
    color: #333333;
    font-style: normal;
}

.product-device .content p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #00188f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

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

    .product-device .title38 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .product-device .title38 {
        margin-bottom: 30px;
    }

    .product-device .content p {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .product-device .content {
        font-size: 16px;
        line-height: 26px;
    }
}

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

    .product-device .title38 {
        margin-bottom: 20px;
    }

    .product-device .content p {
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .product-device .l_box {
        padding-top: 0;
    }

    .product-device .safe {
        flex-direction: column;
    }

    .product-device .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .product-device .r_box {
        width: 60%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .product-device .title38 {
        margin-bottom: 12px;
    }

    .product-device .content p {
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .product-device .content {
        font-size: 14px;
        line-height: 26px;
    }

    .product-device .r_box {
        width: 70%;
        margin: 0 auto;
    }
}

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

    .product-device .r_box {
        width: 85%;
        margin: 0 auto;
    }
}



/* product-rescue */

.product-rescue {
    margin-bottom: 90px;
}

.product-rescue .title38 {
    margin-bottom: 45px;
}

.product-rescue .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.product-rescue .inner {
    display: flex;
    flex-direction: column;
    width: 12.5%;
}

.product-rescue .inner:last-child {
    margin-right: 0;
}

.product-rescue .inner:first-child {
    align-items: flex-start;
    width: 8%;
    margin-right: 4%;
}

.product-rescue .inner .svg {
    margin: 0 auto;
    margin-bottom: 32px;
}

.product-rescue .title {
    font-family: Roboto-Bold;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: center;
}

.product-rescue .content {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #666;
}

.product-rescue .content em {
    color: #333333;
    font-style: normal;
}

.product-rescue .title {
    width: 100%;
}

@media(max-width:1600px) {
    .product-rescue {
        margin-bottom: 50px;
    }

    .product-rescue .title38 {
        margin-bottom: 35px;
    }

    .product-rescue .inner .svg {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .product-rescue .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .product-rescue .title38 {
        margin-bottom: 30px;
    }

    .product-rescue .inner .svg {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .product-rescue .wrap {
        margin-bottom: 30px;
    }

    .product-rescue .content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .product-rescue {
        margin-bottom: 40px;
    }

    .product-rescue .title38 {
        margin-bottom: 25px;
    }

    .product-rescue .inner {
        width: 25% !important;
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .product-rescue .inner .svg img {
        width: 70px;
    }
}

@media(max-width:768px) {
    .product-rescue .title38 {
        margin-bottom: 15px;
    }

    .product-rescue .inner .svg img {
        width: 60px;
    }

    .product-rescue .title {
        font-size: 14px;
        line-height: 22px;
    }

    .product-rescue .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .product-rescue {
        margin-bottom: 30px;
    }

    .product-rescue .inner .svg img {
        width: 50px;
    }

    .product-rescue .inner {
        width: 33.3% !important;
    }
}

@media(max-width:500px) {
    .product-rescue .inner .svg img {
        width: 45px;
    }
}



/* product-unit */

.product-unit {
    padding: 58px 0px 95px;
    position: relative;
    background-color: #f5f5f5;
}

.product-unit .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-unit .l_box {
    width: 40%;
    padding-top: 38px;
}

.product-unit .r_box {
    width: 43%;
}

.product-unit .title38 {
    margin-bottom: 48px;
}

.product-unit .content {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.product-unit .content p {
    margin-bottom: 54px;
    padding-left: 27px;
    position: relative;
}

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

.product-unit .content p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #00188f;
}

.product-unit .content em {
    color: #333333;
    font-style: normal;
}

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

    .product-unit .l_box {
        padding-top: 0;
    }

    .product-unit .safe {
        align-items: center;
    }

    .product-unit .title38 {
        margin-bottom: 40px;
    }

    .product-unit .content p {
        margin-bottom: 40px;
        padding-left: 27px;
    }
}

@media(max-width:1333px) {
    .product-unit .title38 {
        margin-bottom: 30px;
    }

    .product-unit .content p {
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .product-unit .content {
        font-size: 16px;
        line-height: 26px;
    }

    .product-unit .l_box {
        width: 50%;
    }
}

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

    .product-unit .title38 {
        margin-bottom: 20px;
    }

    .product-unit .safe {
        flex-direction: column;
    }

    .product-unit .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .product-unit .r_box {
        width: 65%;
    }
}

@media(max-width:768px) {
    .product-unit .title38 {
        margin-bottom: 15px;
    }

    .product-unit .r_box {
        width: 80%;
    }

    .product-unit .content p {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .product-unit .content {
        font-size: 14px;
        line-height: 26px;
    }
}

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

    .product-unit .r_box {
        width: 90%;
    }
}

@media(max-width:570px) {
    .product-unit .r_box {
        width: 100%;
    }
}


/* product-four */

.product-four {
    padding: 113px 0px 83px;
}

.product-four .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-four .l_box {
    width: 40%;
}

.product-four li {
    font-family: Roboto-Bold;
    font-size: 28px;
    color: #333333;
    margin-bottom: 45px;
    min-height: 71px;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 0px 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-four .r_box {
    width: 49%;
    padding-top: 4px;
}

.product-four .inner {
    display: none;

}

.product-four .inn {
    margin-bottom: 32px;
}

.product-four .inn:last-child {
    margin-bottom: 0;
}

.product-four .title {
    font-family: Roboto-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 14px;
    position: relative;
}

.product-four .title::after {
    content: "";
    position: absolute;
    ;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #00188f;
    top: 8px;
    left: -25px;
}

.product-four .content {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}

.product-four .active {
    background-color: #00188f;
    color: #fff;
}

.product-four li:hover {
    background-color: #00188f;
    color: #fff;
}

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

    .product-four li {
        font-size: 24px;
        margin-bottom: 40px;
        min-height: 65px;
        border-radius: 20px;
        padding: 0px 35px;
    }

    .product-four .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .product-four .title::after {
        content: "";
        position: absolute;
        ;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background-color: #00188f;
        top: 8px;
        left: -20px;
    }

}

@media(max-width:1333px) {
    .product-four li {
        font-size: 22px;
        margin-bottom: 40px;
        min-height: 60px;
        border-radius: 20px;
        padding: 0px 20px;
    }

    .product-four .content {
        font-size: 16px;
        line-height: 26px;
    }

    .product-four .inn {
        margin-bottom: 20px;
    }
}

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

    .product-four li {
        font-size: 20px;
        margin-bottom: 30px;
        min-height: 55px;
        border-radius: 20px;
        padding: 8px 20px;
    }

    .product-four .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .product-four .title::after {
        content: "";
        position: absolute;
        ;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background-color: #00188f;
        top: 8px;
        left: -15px;
    }

}

@media(max-width:768px) {
    .product-four .safe {
        flex-direction: column;
    }

    .product-four .l_box {
        width: 100%;
    }

    .product-four li {
        font-size: 18px;
        margin-bottom: 20px;
        min-height: unset;
        border-radius: 15px;
        padding: 12px 20px;
    }

    .product-four .r_box {
        width: 100%;
        padding-top: 4px;
    }

    .product-four .content {
        font-size: 14px;
        line-height: 26px;
    }

    .product-four .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .product-four .title::after {
        content: "";
        position: absolute;
        ;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background-color: #00188f;
        top: 8px;
        left: -14px;
    }

    .product-four .inn {
        padding-left: 10px;
    }
}

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

    .product-four li {
        font-size: 16px;
        margin-bottom: 20px;
        min-height: unset;
        border-radius: 15px;
        padding: 12px 20px;
    }
}


/* product-five */

.product-five {
    position: relative;
    padding: 101px 0px 80px;
    background-color: #f6f6f6;
}

.product-five .title38 {
    margin-bottom: 37px;
}

.product-five .wrap {
    display: flex;
    flex-wrap: wrap;
}

.product-five .inner {
    width: 48.2142%;
    margin-right: 3.5714%;
    margin-bottom: 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-five .inner:nth-child(2n) {
    margin-right: 0;
}

.product-five .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.product-five .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    padding-top: 27px;
}

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

    .product-five .title38 {
        margin-bottom: 30px;
    }

    .product-five .title {
        font-size: 22px;
        line-height: 26px;
        padding-top: 20px;
    }

    .product-five .inner {
        width: 48.2142%;
        margin-right: 3.5714%;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product-five .title {
        font-size: 20px;
        line-height: 26px;
        padding-top: 15px;
    }

    .product-five .inner {
        width: 48.2142%;
        margin-right: 3.5714%;
        margin-bottom: 40px;
    }

}

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

    .product-five .title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 10px;
    }

    .product-five .inner {
        width: 48.2142%;
        margin-right: 3.5714%;
        margin-bottom: 30px;
    }

    .product-five .imgbox {
        border-radius: 10px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .product-five .title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
    }

    .product-five .inner {
        margin-bottom: 20px;
    }
}

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

    .product-five .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 18px;
    }
}

/* relevant-product */

.relevant-product {
    padding: 99px 0px 153px;
}

.relevant-product .title46 {
    margin-bottom: 64px;
}

.relevant-product .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.relevant-product .l_box {
    width: 46.5%;
    overflow: hidden;
}

.relevant-product .l_box img:hover {
    transform: scale(1.05);
}

.relevant-product .r_box {
    width: 48%;
    padding-top: 30px;
}

.relevant-product .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relevant-product .title:hover,
.relevant-product .title a:hover {
    color: #00188f;
}

.relevant-product .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #00188f;
    margin-bottom: 20px;
}

.relevant-product .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relevant-product .btnbox {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    right: 41.5%;
    bottom: 1.5%;
}

.relevant-product .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #ebebeb;
    color: #333;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}

.relevant-product .btnbox i:first-child {
    margin-right: 10px;
}

.relevant-product .btnbox i:hover {
    background-color: #00188f;
    color: #fff;
}

.relevant-product .btn {
    width: 185px;
}

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

    .relevant-product .title46 {
        margin-bottom: 50px;
    }

    .relevant-product .r_box {
        width: 48%;
        padding-top: 10px;
    }

    .relevant-product .data {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .relevant-product .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .relevant-product .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .relevant-product .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .relevant-product .title46 {
        margin-bottom: 40px;
    }

    .relevant-product .data {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .relevant-product .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .relevant-product .btnbox i {
        width: 42px;
        height: 42px;
        border-radius: 50px;
    }

    .relevant-product .btnbox {
        right: 0%;
        bottom: 0%;
        position: static;
    }

    .relevant-product .btnbox i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .relevant-product .btnbox i:first-child {
        left: 0px;
    }

    .relevant-product .btnbox i:last-child {
        right: 0;
    }
}

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

    .relevant-product .title46 {
        margin-bottom: 30px;
    }

    .relevant-product .swiper-slide {
        flex-direction: column;
    }

    .relevant-product .l_box {
        width: 60%;
        border-radius: 10px;
    }

    .relevant-product .r_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .relevant-product .btnbox {
        position: static;
    }

    .relevant-product .btnbox i {
        position: static;
        transform: unset;
    }

    .relevant-product .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .relevant-product .data {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 4px;
    }
}

@media(max-width:768px) {
    .relevant-product .l_box {
        width: 75%;
    }

    .relevant-product .title46 {
        margin-bottom: 20px;
    }

    .relevant-product .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .relevant-product .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

}

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

    .relevant-product .l_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .relevant-product .l_box {
        width: 100%;
    }
}




/* project-case */

.project-case {
    padding: 77px 0px 57px;
}

.project-case .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-case .l_box {
    width: 47.4%;
    border-radius: 20px;
    overflow: hidden;
}

.project-case .l_box img:hover {
    transform: scale(1.05);
}

.project-case .r_box {
    width: 48%;
    padding-top: 27px;
}

.project-case .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-case .title:hover,
.project-case .title a:hover {
    color: #00188f;
}

.project-case .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #00188f;
    margin-bottom: 23px;
}

.project-case .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 53px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-case .btnbox {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    right: 41.5%;
    bottom: 4.7%;
}

.project-case .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #ebebeb;
    color: #333;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}

.project-case .btnbox i:first-child {
    margin-right: 10px;
}

.project-case .btnbox i:hover {
    background-color: #00188f;
    color: #fff;
}

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

    .project-case .r_box {
        width: 48%;
        padding-top: 10px;
    }

    .project-case .data {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .project-case .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .project-case .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .project-case .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .project-case .data {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .project-case .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .project-case .btnbox i {
        width: 42px;
        height: 42px;
        border-radius: 50px;
    }

    .project-case .btnbox {
        right: 38.5%;
        bottom: 4.7%;
    }
}

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

    .project-case .swiper-slide {
        flex-direction: column;
    }

    .project-case .l_box {
        width: 60%;
        border-radius: 10px;
    }

    .project-case .r_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .project-case .btnbox {
        position: static;
    }

    .project-case .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .project-case .data {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 4px;
    }
}

@media(max-width:768px) {
    .project-case .l_box {
        width: 75%;
    }

    .project-case .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .project-case .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

}

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

    .project-case .l_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .project-case .l_box {
        width: 100%;
    }
}


/* project-list */

.project-list {
   /* margin-bottom: 157px;*/
}

.project-list .box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 79px;
}

.project-list .inner {
    width: 32.3571%;
    margin-right: 1.4628%;
    margin-bottom: 35px;
}

.project-list .inner:nth-child(3n) {
    margin-right: 0;
}

.project-list .inner:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.project-list .inner .imgbox {
    overflow: hidden;
    border-radius: 20px;
}

.project-list .inner .contact {
    padding-top: 32px;
}

.project-list .inner .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
}

.project-list .inner .title a {
    color: #333;
}

.project-list .inner .title:hover,
.project-list .inner .title a:hover {
    color: #00188f;
}

.project-list .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #00188f;
    margin-bottom: 9px;
}

.project-list .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .project-list {
        margin-bottom: 50px;
    }

    .project-list .inner .contact {
        padding-top: 20px;
    }

    .project-list .box {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .project-list .inner .contact {
        padding-top: 10px;
    }

    .project-list .inner .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .project-list .data {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .project-list .content {
        font-size: 16px;
        line-height: 26px;
    }

    .project-list .box {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .project-list {
        margin-bottom: 40px;
    }

    .project-list .inner .imgbox {
        overflow: hidden;
        border-radius: 10px;
    }

    .project-list .box {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .project-list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .project-list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .project-list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .project-list .content {
        font-size: 14px;
        line-height: 24px;
    }

    .project-list .inner .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .project-list .box {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .project-list {
        margin-bottom: 30px;
    }

    .project-list .box {
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .project-list .inner {
        width: 100%;
        margin-right: 0%;
    }
}



/* pagination */

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.pagination .safe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.pagination1 {
    margin-bottom: 114px;
}

.pagination a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway-Regular;
    font-size: 16px;
    color: #666666;
    margin-right: 11px;
}

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

.pagination .big {
    width: 100px;
}

.pagination .prev {
    width: 100px;
}

.pagination .next {
    width: 69px;
}

.pagination a:hover {
    background-color: #00188f;
    color: #fff;
    border: 1px solid #00188f;
}

.pagination .active {
    background-color: #00188f;
    color: #fff;
    border: 1px solid #00188f;
}

@media(max-width:1600px) {
    .pagination1 {
        margin-bottom: 50px;
    }

}

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

@media(max-width:768px) {
    .pagination a {
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 1px #999999;
        font-size: 14px;
        margin-right: 8px;
        margin-bottom: 5px;
    }

    .pagination .prev {
        width: 80px;
    }

    .pagination .next {
        width: 50px;
    }
}

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

/* project-obj */

.project-obj {
    padding: 77px 0px 118px;
}

.project-obj .safe {
    display: flex;
    justify-content: space-between;
}

.project-obj .l_box {
    width: 49.6%;
    border-radius: 20px;
}

.project-obj .r_box {
    width: 45%;
    padding-top: 32px;
}

.project-obj .titlebox {
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 51px;
}

.project-obj .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 14px;
}

.project-obj .title a {
    color: #333333;
}

.project-obj .title a:hover {
    text-decoration: underline;
}

.project-obj .s_title {
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    opacity: 0.66;
}

.project-obj .name {
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 22px;
}

.project-obj .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 63px;
}

.project-obj .btn1 {
    width: 188px;
}

.project-obj .swiper .swiper-slide {
    overflow: hidden;
    border-radius: 20px;
}

.project-obj .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    bottom: 20px !important;
}

.project-obj .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    opacity: 1;
}

.project-obj .swiper-pagination-bullet-active {
    background-color: #00188f;
}

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

    .project-obj .r_box {
        width: 48%;
        padding-top: 15px;
    }

    .project-obj .titlebox {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .project-obj .name {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .project-obj .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .project-obj .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .project-obj .btn1 {
        width: 160px;
    }

    .project-obj .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .project-obj .s_title {
        font-size: 18px;
        line-height: 22px;
        opacity: 0.66;
    }

    .project-obj .titlebox {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .project-obj .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

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

    .project-obj .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .project-obj .l_box {
        width: 65%;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .project-obj .r_box {
        width: 100%;
        padding-top: 0px;
    }

    .project-obj .swiper .swiper-slide {
        border-radius: 10px;
    }

    .project-obj .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .project-obj .s_title {
        font-size: 16px;
        line-height: 20px;
        opacity: 0.66;
    }

    .project-obj .name {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .project-obj .l_box {
        width: 80%;
        margin-bottom: 20px;
    }

    .project-obj .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .project-obj .s_title {
        font-size: 14px;
        line-height: 20px;
        opacity: 0.66;
    }

    .project-obj .titlebox {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .project-obj .name {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 6px;
    }

    .project-obj .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .project-obj .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
    }

    .project-obj .swiper-pagination {
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
        bottom: 10px !important;
    }
}

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

    .project-obj .l_box {
        width: 90%;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .project-obj .l_box {
        width: 100%;
        margin-bottom: 15px;
    }
}



/* project-profile */

.project-profile {
    padding: 74px 0px 85px;
    background-color: #f6f6f6;
}

.project-profile .title46 {
    margin-bottom: 60px;
}

.project-profile .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 49px;
}

.project-profile .content p {
    margin-bottom: 30px;
}

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

.project-profile .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-profile .box .imgbox {
    width: 48.7%;
}

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

    .project-profile .title46 {
        margin-bottom: 45px;
    }

    .project-profile .content p {
        margin-bottom: 25px;
    }

    .project-profile .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .project-profile .title46 {
        margin-bottom: 35px;
    }

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

    .project-profile .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

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

    .project-profile .title46 {
        margin-bottom: 25px;
    }

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

    .project-profile .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .project-profile .title46 {
        margin-bottom: 15px;
    }

    .project-profile .content p {
        margin-bottom: 10px;
    }

    .project-profile .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

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

@media(max-width:500px) {
    .project-profile .box {
        flex-direction: column;
    }

    .project-profile .box .imgbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .project-profile .box .imgbox:last-child {
        margin-bottom: 0;
    }
}

/* project-high */

.project-high {
    padding-bottom: 109px;
    background-color: #f6f6f6;
}

.project-high .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 79px;
}

.project-high .l_box {
    width: 47%;
}

.project-high .title46 {
    margin-bottom: 30px;
}

.project-high .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.project-high .content p {
    margin-bottom: 30px;
}

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

.project-high .r_box {
    width: 48.6%;
    padding-top: 12px;
}

@media(max-width:1600px) {
    .project-high {
        padding-bottom: 50px;
    }

    .project-high .r_box {
        width: 48.6%;
        padding-top: 0px;
    }

    .project-high .title46 {
        margin-bottom: 20px;
    }

    .project-high .content p {
        margin-bottom: 25px;
    }

    .project-high .box {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .project-high .content p {
        margin-bottom: 20px;
    }

    .project-high .box {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .project-high {
        padding-bottom: 40px;
    }

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

    .project-high .box {
        margin-bottom: 30px;
    }

    .project-high .box {
        flex-direction: column;
    }

    .project-high .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .project-high .r_box {
        width: 70%;
    }
}

@media(max-width:768px) {
    .project-high .box {
        margin-bottom: 20px;
    }

    .project-high .r_box {
        width: 80%
    }

    .project-high .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .project-high {
        padding-bottom: 30px;
    }

    .project-high .r_box {
        width: 90%;
    }
}

@media(max-width:570px) {
    .project-high .r_box {
        width: 100%;
    }
}


/* project-evaluation */

.project-evaluation {
    padding: 88px 0px 95px;
}

.project-evaluation .title46 {
    margin-bottom: 66px;
}

.project-evaluation .con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 67px;
}

.project-evaluation .svgbox1 {
    flex-shrink: 0;
    margin-right: 4%;
    padding-top: 20px;
}

.project-evaluation .svgbox2 {
    flex-shrink: 0;
    margin-left: 4%;
    padding-top: 20px;
}


.project-evaluation .r_box {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.project-evaluation .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-evaluation .l {
    width: 39.3%;
}

.project-evaluation .r {
    width: 57.4%;
}

.project-evaluation .r .imgbox:first-child {
    margin-bottom: 38px;
}

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

    .project-evaluation .title46 {
        margin-bottom: 45px;
    }

    .project-evaluation .con {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .project-evaluation .title46 {
        margin-bottom: 35px;
    }

    .project-evaluation .con {
        margin-bottom: 40px;
    }
}

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

    .project-evaluation .title46 {
        margin-bottom: 25px;
    }

    .project-evaluation .con {
        margin-bottom: 30px;
    }

    .project-evaluation .r .imgbox:first-child {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .project-evaluation .title46 {
        margin-bottom: 15px;
    }

    .project-evaluation .con {
        margin-bottom: 20px;
    }

    .project-evaluation .r_box {
        font-size: 14px;
        line-height: 24px;
    }

    .project-evaluation .svgbox1,
    .project-evaluation .svgbox2 {
        display: none;
    }
}

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

    .project-evaluation .con {
        margin-bottom: 15px;
    }
}



/* othre-cases */

.othre-cases {
    margin-bottom: 143px;
}

.othre-cases .title46 {
    margin-bottom: 50px;
}

.othre-cases .imgbox {
    overflow: hidden;
}

.othre-cases .contact {
    padding-top: 32px;
}

.othre-cases .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.othre-cases .title a {
    color: #333;
}

.othre-cases .title:hover,
.othre-cases .title a:hover {
    color: #00188f;
}

.othre-cases .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #00188f;
    margin-bottom: 8px;
}

.othre-cases .contact {}

.othre-cases .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.othre-cases .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}


@media(max-width:1600px) {
    .othre-cases {
        margin-bottom: 50px;
    }

    .othre-cases .title46 {
        margin-bottom: 45px;
    }

    .othre-cases .contact {
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .othre-cases .title46 {
        margin-bottom: 35px;
    }

    .othre-cases .contact {
        padding-top: 10px;
    }

    .othre-cases .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .othre-cases .data {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }
}

@media(max-width:999px) {
    .othre-cases {
        margin-bottom: 40px;
    }

    .othre-cases .title46 {
        margin-bottom: 25px;
    }

    .othre-cases .imgbox {
        border-radius: 10px;
        overflow: hidden;
    }

    .othre-cases .content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .othre-cases .title46 {
        margin-bottom: 15px;
    }

    .othre-cases .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .othre-cases .data {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .othre-cases .content {
        font-size: 14px;
        line-height: 24px;
    }

    .othre-cases .swiper {
        padding-bottom: 35px;
    }

    .othre-cases .swiper-pagination-bullet-active {
        background-color: #00188f;
    }
}

@media(max-width:570px) {
    .othre-cases {
        margin-bottom: 30px;
    }
}


/* news-list */

.news-list {
    padding: 75px 0px 101px;
}

.news-list .safe {
    display: flex;
    flex-wrap: wrap;
}

.news-list .wrap {
    margin-bottom: 62px;
}

.news-list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 16px 15px 19px 15px;
    margin-bottom: 46px;
    overflow: hidden
}

.news-list .inner:last-child {
    margin-bottom: 0;
}

.news-list .imgbox {
    width: 32.7%;
    border-radius: 20px;
    overflow: hidden;
}

.news-list .contact {
    width: 64.7%;
    padding-right: 5%;
    padding-top: 27px;
    padding-bottom: 20px;
}

.news-list .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

.news-list .title a {
    color: #333;
}

.news-list .title:hover,
.news-list .title a:hover {
    color: #00188f;
}

.news-list .data {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #00188f;
    margin-bottom: 25px;
}

.news-list .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

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

    .news-list .inner {
        border-radius: 20px;
        padding: 16px 15px 19px 15px;
        margin-bottom: 35px;
    }

    .news-list .contact {
        padding-top: 0;
        padding-bottom: 0;
    }

    .news-list .inner {
        align-items: center;
    }

    .news-list .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news-list .data {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news-list .wrap {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .news-list .inner {
        border-radius: 20px;
        padding: 15px 15px 15px 15px;
        margin-bottom: 25px;
    }

    .news-list .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news-list .data {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .news-list .content {
        font-size: 16px;
        line-height: 24px;
    }
}

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

    .news-list .contact {
        padding-right: 0;
    }

    .news-list .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news-list .imgbox {
        width: 32.7%;
        border-radius: 10px;
        overflow: hidden;
    }

    .news-list .wrap {
        margin-bottom: 35px;
    }

    .news-list .inner {
        padding: 10px;
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .news-list .inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news-list .imgbox {
        width: 70%;
        margin-bottom: 20px;
    }

    .news-list .contact {
        width: 100%;
    }

    .news-list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news-list .data {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .news-list .content {
        font-size: 14px;
        line-height: 24px;
    }

    .news-list .imgbox img {
        width: 100%;
    }

    .news-list .wrap {
        margin-bottom: 25px;
    }
}

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

    .news-list .imgbox {
        width: 90%;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .news-list .imgbox {
        width: 100%;
        margin-bottom: 15px;
    }
}



/* news-detail */

.news-detail {
    padding: 76px 0px 0px;
}

.news-detail .safe {
    padding: 23px 20px 111px 25px;
    background-color: #f6f6f6;
}

.news-detail .titlebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(102, 102, 102, .34);
    margin-bottom: 34px;
}

.news-detail .databox {
    width: 11.882%;
    background-color: #00188f;
    padding: 30px 15px 22px 15px;
    border-radius: 40px 0px 40px 0px;
    text-align: center;
}

.news-detail .data {
    font-family: Roboto-Bold;
    font-size: 69px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 15px;
}

.news-detail .mount {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.news-detail .wrap {
    width: 85%;
    background-color: #f6f6f6;
    padding-top: 17px;
}

.news-detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 37px;
}

.news-detail .sharebox span {
    margin-right: 5px;
}

.news-detail .title {
    font-family: Roboto-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
}

.news-detail .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 116px;
}

.news-detail .content img {
    border-radius: 20px;
}

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

    .news-detail .sharebox {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .news-detail .titlebox {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .news-detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .news-detail .data {
        font-size: 64px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .news-detail .title {
        font-size: 24px;
        line-height: 26px;
    }

    .news-detail .safe {
        padding: 15px 15px 50px 15px;
    }
}

@media(max-width:1333px) {
    .news-detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .news-detail .databox {
        width: 160px;
        flex-shrink: 0;
        margin-right: 2%;
    }

    .news-detail .wrap {
        width: 100%;
        padding-top: 17px;
    }

    .news-detail .titlebox {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .news-detail .data {
        font-size: 58px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .news-detail .title {
        font-size: 22px;
        line-height: 26px;
    }
}

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

    .news-detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .news-detail .data {
        font-size: 52px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .news-detail .databox {
        padding: 20px 15px 20px 15px;
        width: 150px;
    }

    .news-detail .wrap {
        width: 100%;
        padding-top: 10px;
    }

    .news-detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .news-detail .title {
        font-size: 20px;
        line-height: 26px;
    }

    .news-detail .titlebox {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news-detail .safe {
        padding: 15px 15px 40px 15px;
    }

    .news-detail .mount {
        font-size: 16px;
        line-height: unset;
    }
}

@media(max-width:768px) {
    .news-detail .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news-detail .titlebox {
        flex-direction: column-reverse;
    }

    .news-detail .sharebox {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news-detail .wrap {
        display: flex;
        padding-top: 0;
        flex-direction: column-reverse;
    }

    .news-detail .title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .news-detail .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .news-detail .databox {
        background-color: transparent;
        border-radius: 0;
        width: 100%;
        padding: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news-detail .databox {
        text-align: left;
    }

    .news-detail .data {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .news-detail .data,
    .news-detail .mount {
        color: #333;
    }

    .news-detail .mount {
        font-size: 14px;
        line-height: unset;
    }

    .news-detail .databox {
        display: flex;
        align-items: flex-end;
    }

    .news-detail .titlebox {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .news-detail .data {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 0px;
        margin-right: 6px;
    }
}

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

    .news-detail .safe {
        padding: 10px 10px 30px 10px;
    }
}


.page-control {
    padding: 39px 0px 36px;
    border-top: 1px solid rgba(102, 102, 102, .34);
    border-bottom: 1px solid rgba(102, 102, 102, .34);
}

.page-control .con p,
.page-control .con p a {
    font-family: Roboto-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
}

.page-control .con p a:hover {
    color: #00188f;
}

.page-control .con {
    display: flex;
    align-items: flex-start;
}

.page-control .con i {
    font-size: 22px;
    font-weight: bold;
    margin-right: 15px;
}

.page-control .con:first-child {
    margin-bottom: 24px;
}


@media(max-width:1600px) {
    .page-control {
        padding: 30px 0px;
    }

    .page-control .con p,
    .page-control .con p a {
        font-size: 22px;
        line-height: 26px;
    }

    .page-control .con i {
        font-size: 20px;
        margin-right: 10px;
    }
}

@media(max-width:1333px) {
    .page-control {
        padding: 25px 0px;
    }

    .page-control .con p,
    .page-control .con p a {
        font-size: 20px;
        line-height: 24px;
    }

    .page-control .con i {
        font-size: 18px;
        margin-right: 10px;
    }
}

@media(max-width:999px) {
    .page-control {
        padding: 20px 0px;
    }

    .page-control .con p,
    .page-control .con p a {
        font-size: 18px;
        line-height: 24px;
    }

    .page-control .con i {
        font-size: 16px;
        margin-right: 8px;
    }

    .page-control .con {
        align-items: center;
    }

    .page-control .con:first-child {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .page-control {
        padding: 15px 0px;
    }

    .page-control .con p,
    .page-control .con p a {
        font-size: 16px;
        line-height: 24px;
    }

    .page-control .con:first-child {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .page-control {
        padding: 10px 0px;
    }

    .page-control .con p,
    .page-control .con p a {
        font-size: 14px;
        line-height: 24px;
    }
}


/* hot-products */

.hot-products {
    padding: 89px 0px 126px;
}

.hot-products .title46 {
    margin-bottom: 64px;
    text-align: center;
}

.hot-products .btn3 {
    width: 183px;
}

.hot-products .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hot-products .l_box {
    width: 46.4%;
    overflow: hidden;
}

.hot-products .l_box img:hover {
    transform: scale(1.05);
}

.hot-products .r_box {
    width: 50%;
    padding-top: 39px;
}

.hot-products .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-products .title:hover,
.hot-products .title a:hover {
    color: #00188f;
}

.hot-products .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 40px;
}

.hot-products .btnbox {
    position: absolute;
    bottom: 0;
    right: 43%;
    display: flex;
    align-items: center;
    z-index: 10;
}

.hot-products .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #ebebeb;
    color: #333;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}

.hot-products .btnbox i:first-child {
    margin-right: 10px;
}

.hot-products .btnbox i:hover {
    background-color: #00188f;
    color: #fff;
}

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

    .hot-products .title46 {
        margin-bottom: 45px;
    }

    .hot-products .r_box {
        width: 50%;
        padding-top: 20px;
    }

    .hot-products .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .hot-products .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .hot-products .title46 {
        margin-bottom: 35px;
    }

    .hot-products .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .hot-products .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .hot-products .btnbox {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hot-products .swiper {
        margin-bottom: 30px;
    }

    .hot-products .r_box {
        width: 50%;
        padding-top: 10px;
    }
}

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

    .hot-products .title46 {
        margin-bottom: 25px;
    }

    .hot-products .swiper-slide {
        flex-direction: column;
        align-items: flex-start;
    }

    .hot-products .l_box {
        width: 60%;
        overflow: hidden;
    }

    .hot-products .r_box {
        width: 100%;
        padding-top: 10px;
    }

    .hot-products .btn3 {
        width: 170px;
    }
}

@media(max-width:768px) {
    .hot-products .title46 {
        margin-bottom: 15px;
    }

    .hot-products .l_box {
        width: 75%;
        overflow: hidden;
    }

    .hot-products .btn3 {
        width: 160px;
    }

    .hot-products .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

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

    .hot-products .l_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .hot-products .l_box {
        width: 100%;
    }
}


/* creative-video */

.creative-video {
    padding: 70px 0px 58px;
}

.creative-video .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 53px;
}

.creative-video .title38 {}

.creative-video .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.creative-video .inner {
    width: 47.1428%;
}

.creative-video .inn {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creative-video .inn .video {
    position: absolute;
    cursor: pointer;
}

.creative-video .inn .video:hover {
    transform: scale(1.1);
}

.creative-video .inner .name {
    font-family: Roboto-Bold;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding-top: 24px;
    text-align: center;
}

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

    .creative-video .titlebox {
        margin-bottom: 40px;
        align-items: center;
    }

    .creative-video .inner .name {
        font-size: 18px;
        line-height: 26px;
        padding-top: 20px;
    }

    .creative-video .inn .play {
        width: 95px;
    }

}

@media(max-width:1333px) {
    .creative-video .titlebox {
        margin-bottom: 30px;
    }

    .creative-video .inner .name {
        font-size: 18px;
        line-height: 26px;
        padding-top: 15px;
    }
}

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

    .creative-video .inner {
        width: 49%;
    }

    .creative-video .inn {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .creative-video .titlebox {
        margin-bottom: 15px;
    }

    .creative-video .inner .name {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
    }

    .creative-video .inn .play {
        width: 85px;
    }
}

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

@media(max-width:500px) {
    .creative-video .wrap {
        flex-direction: column;
    }

    .creative-video .inner {
        width: 100%;
        margin-bottom: 15px;
    }

    .creative-video .inner:last-child {
        margin-bottom: 0;
    }
}



/* cerative-panorama */

.cerative-panorama {
    padding: 53px 0px 79px;
    background-color: #f0f0f0;
}

.cerative-panorama .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 72px;
}

.cerative-panorama .imgbox {
    overflow: hidden;
}

.cerative-panorama .title {
    font-family: Roboto-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    padding-top: 27px;
    text-align: center;
}

.cerative-panorama .title:hover,
.cerative-panorama .title a:hover {
    color: #00188f;
}

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

    .cerative-panorama .titlebox {
        margin-bottom: 45px;
    }

    .cerative-panorama .title {
        font-size: 24px;
        line-height: 26px;
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .cerative-panorama .titlebox {
        margin-bottom: 35px;
    }

    .cerative-panorama .title {
        font-size: 22px;
        line-height: 26px;
        padding-top: 15px;
    }

}

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

    .cerative-panorama .titlebox {
        margin-bottom: 25px;
    }

    .cerative-panorama .title {
        font-size: 20px;
        line-height: 24px;
        padding-top: 15px;
    }
}

@media(max-width:768px) {
    .cerative-panorama .titlebox {
        margin-bottom: 15px;
    }

    .cerative-panorama .title {
        font-size: 18px;
        line-height: 24px;
        padding-top: 15px;
    }
}

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

    .cerative-panorama .title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
    }
}



/* creatice-download */

.creatice-download1 {
    padding: 65px 0px 123px;
}

.creatice-download2 {
    padding: 75px 0px 61px;
}

.creatice-download .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
}

.creatice-download .wrap {
    /* background-color: #f8f8f8; */
}

.creatice-download li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 76px;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    margin-bottom: 32px;
    box-shadow: 8px -1px 18px 0px rgba(0, 0, 0, 0.08);
}

.creatice-download li:last-child {
    margin-bottom: 0;
}

.creatice-download li .contact {
    display: flex;
    align-items: center;
}

.creatice-download .svgbox {
    flex-shrink: 0;
    margin-right: 21px;
}

.creatice-download .title {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #333333;
}

.creatice-download .download {
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.creatice-download .download img {
    margin-right: 18px;
}

.creatice-download .download:hover {
    color: #00188f;
}

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

    .creatice-download .titlebox {
        margin-bottom: 45px;
    }

    .creatice-download li {
        min-height: 76px;
        padding: 10px 15px 10px 15px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .creatice-download .titlebox {
        margin-bottom: 35px;
    }

    .creatice-download li {
        min-height: 70px;
        padding: 10px 15px 10px 15px;
        margin-bottom: 25px;
    }

    .creatice-download .download img {
        margin-right: 10px;
    }

    .creatice-download .download {
        font-size: 16px;
        color: #333;
    }

    .creatice-download .svgbox {
        flex-shrink: 0;
        margin-right: 10px;
    }
}

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

    .creatice-download .titlebox {
        margin-bottom: 25px;
    }

    .creatice-download .title {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .creatice-download .titlebox {
        margin-bottom: 15px;
    }

    .creatice-download .title {
        font-size: 14px;
    }

    .creatice-download .download {
        font-size: 14px;
    }
}

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

    .creatice-download li {
        min-height: 70px;
        padding: 10px 0px 10px 0px;
        margin-bottom: 15px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .creatice-download li .contact {
        margin-bottom: 10px;
    }
}


/* creative-one */

.creative-one {
    padding: 76px 0px 52px;
}

.creative-one .shipin {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.creative-one .shipin .video {
    position: absolute;
    cursor: pointer;
}

.creative-one .shipin .video:hover .play {
    transform: scale(1.1);
}

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

@media(max-width:1333px) {
    .creative-one .shipin .video img {
        width: 95px;
    }
}

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

    .creative-one .shipin .video img {
        width: 85px;
    }

    .creative-one .shipin {
        border-radius: 10px;
    }

    .creative-one .shipin>img {
        min-height: 200px;
        object-fit: cover;
        width: 100%;
    }
}

@media(max-width:768px) {
    .creative-one .shipin .video img {
        width: 75px;
    }
}

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

    .creative-one .shipin .video img {
        width: 60px;
    }
}



/* creative-two */

.creative-two {
    margin-bottom: 104px;
}

.creative-two .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
}

.creative-two .title {
    font-family: Roboto-Bold;
    font-size: 34px;
    line-height: 63px;
    color: #333333;
    width: 43%;
}

.creative-two .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    width: 52%;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.creative-two .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 76px;
}

.creative-two .inner {
    width: 47.1428%;
    margin-right: 5.6428%;
    margin-bottom: 55px;
}

.creative-two .inner:nth-child(2n) {
    margin-right: 0;
}

.creative-two .inner:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.creative-two .imgbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.creative-two .video {
    position: absolute;
    cursor: pointer;
}

.creative-two .video:hover .play {
    transform: scale(1.1);
}

.creative-two .name {
    font-family: Roboto-Bold;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 26px;
}

@media(max-width:1600px) {
    .creative-two {
        margin-bottom: 50px;
    }

    .creative-two .title {
        line-height: unset;
    }

    .creative-two .title {
        font-size: 32px;
        line-height: unset;
        width: 45%;
    }

    .creative-two .titlebox {
        margin-bottom: 40px;
    }

    .creative-two .name {
        font-size: 18px;
        padding-top: 20px;
    }

    .creative-two .inner {
        margin-bottom: 45px;
    }

    .creative-two .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .creative-two .title {
        font-size: 28px;
        width: 45%;
    }

    .creative-two .titlebox {
        margin-bottom: 30px;
    }

    .creative-two .name {
        font-size: 16px;
        padding-top: 15px;
    }

    .creative-two .video img {
        width: 95px;
    }

    .creative-two .inner {
        margin-bottom: 35px;
    }

    .creative-two .wrap {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .creative-two {
        margin-bottom: 40px;
    }

    .creative-two .titlebox {
        flex-direction: column;
    }

    .creative-two .title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .creative-two .content {
        width: 100%;
    }

    .creative-two .titlebox {
        margin-bottom: 20px;
    }

    .creative-two .name {
        font-size: 16px;
        padding-top: 10px;
    }

    .creative-two .video img {
        width: 85px;
    }

    .creative-two .inner {
        margin-bottom: 25px;
    }

    .creative-two .title {
        font-size: 26px;
    }

    .creative-two .imgbox {
        border-radius: 10px;
    }

    .creative-two .wrap {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .creative-two .titlebox {
        margin-bottom: 15px;
    }

    .creative-two .video img {
        width: 75px;
    }

    .creative-two .inner {
        width: 49%;
        margin-right: 2%;
    }

    .creative-two .inner:nth-child(2n) {
        margin-right: 0;
    }

    .creative-two .content {
        font-size: 14px;
        line-height: 26px;
    }

    .creative-two .title {
        font-size: 24px;
    }

    .creative-two .name {
        font-size: 14px;
        padding-top: 10px;
    }

    .creative-two .wrap {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .creative-two {
        margin-bottom: 30px;
    }

    .creative-two .video img {
        width: 60px;
    }

    .creative-two .title {
        font-size: 20px;
    }
}

@media(max-width:450px) {
    .creative-two .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 18px !important;
    }

    .creative-two .inner:last-child {
        margin-bottom: 0 !important;
    }
}


/* creative3-list */

.creative3-list {
    margin-top: 71px;
    padding: 61px 0px 107px;
    background-color: #f0f0f0;
}

.creative3-list .title38 {
    margin-bottom: 82px;
}

.creative3-list .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 73px;
}

.creative3-list .inner {
    width: 29.1428%;
    margin-right: 6.2285%;
    margin-bottom: 25px;
}

.creative3-list .inner:nth-child(3n) {
    margin-right: 0;
}

.creative3-list .inner:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.creative3-list .imgbox {
    overflow: hidden;
}

.creative3-list .title {
    font-family: Roboto-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    padding-top: 27px;
    text-align: center;
}

.creative3-list .title a {
    color: #333333;
}

.creative3-list .title a:hover,
.creative3-list .title:hover {
    color: #00188f;
}

@media(max-width:1600px) {
    .creative3-list {
        margin-top: 50px;
        padding: 50px 0px;
    }

    .creative3-list .title38 {
        margin-bottom: 45px;
    }

    .creative3-list .title {
        font-size: 24px;
        line-height: 26px;
        padding-top: 20px;
    }

    .creative3-list .wrap {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .creative3-list .title38 {
        margin-bottom: 35px;
    }

    .creative3-list .title {
        font-size: 22px;
        line-height: 26px;
        padding-top: 15px;
    }

    .creative3-list .inner {
        width: 32%;
        margin-right: 2%;
    }

    .creative3-list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .creative3-list .wrap {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .creative3-list {
        margin-top: 40px;
        padding: 40px 0px;
    }

    .creative3-list .title38 {
        margin-bottom: 25px;
    }

    .creative3-list .title {
        font-size: 20px;
        line-height: 26px;
        padding-top: 10px;
    }

    .creative3-list .wrap {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .creative3-list .title38 {
        margin-bottom: 15px;
    }

    .creative3-list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px !important;
    }

    .creative3-list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .creative3-list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .creative3-list .title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 5px;
    }

    .creative3-list .wrap {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .creative3-list {
        margin-top: 30px;
        padding: 30px 0px;
    }

    .creative3-list .title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 5px;
    }
}

@media(max-width:450px) {
    .creative3-list .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 20px !important;
    }

    .creative3-list .inner img {
        width: 100%;
    }
}


/* contact-touch */

.contact-touch {
    padding: 66px 0px 94px;
}

.contact-touch .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-touch .l_box {
    width: 55%;
}

.contact-touch .title1 {
    margin-bottom: 46px;
    text-transform: uppercase;
}

.contact-touch .list {
    margin-bottom: 42px;
}

.contact-touch .list li {
    margin-bottom: 17px;
}

.contact-touch .list li:nth-of-type(2) {
    margin-bottom: 8px;
}

.contact-touch .list li:nth-of-type(3) {
    margin-bottom: 14px;
}

.contact-touch .list li:last-child {
    margin-bottom: 0;
}

.contact-touch .name {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-touch .resu {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: flex;
    align-items: center;
}

.contact-touch .resu a {
    color: #333;
}

.contact-touch .resu .svgbox {
    flex-shrink: 0;
    margin-right: 10px;
}

.contact-touch .resu a:hover {
    color: #00188f;
}

.contact-touch .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

.contact-touch .blogrolls a {
    width: 32px;
    height: 31px;
    border-radius: 5px;
    border: solid 1px rgba(2, 19, 22, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact-touch .blogrolls a:hover {
    background-color: #00188f;
    border: 1px solid #00188f;
    color: #fff;
}

.contact-touch .r_box {
    width: 43.3%;
    padding-top: 5px;
}

.contact-touch .title2 {
    margin-bottom: 28px;
    text-transform: uppercase;
}

.contact-touch .inpbox1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-touch .inp1 {
    width: 47%;
    height: 66px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 13px;
    padding-bottom: 10px;
}

.contact-touch input,
.contact-touch textarea {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #333333;
    height: 100%;
    width: 100%;
    padding-right: 10px;
}

.contact-touch input::placeholder,
.contact-touch textarea::placeholder {
    color: #333;
}

.contact-touch textarea {}

.contact-touch .inpbox2 {
    padding-top: 18px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 11px;
    padding-bottom: 2px;
}

.contact-touch textarea {
    height: 103px;
}

.contact-touch .submit {
    border-bottom: unset;
    height: 42px;
    background-color: #00188f;
    border-radius: 21px;
    padding-bottom: 0;
}

.contact-touch .submit input {
    background-color: #00188f;
    border-radius: 21px;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.contact-touch .submit input:hover {
    background-color: #000;
}

.contact-touch .code {
    position: relative;
    padding-right: 120px;
}

.contact-touch .codebox {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3fbfe;
}

.contact-touch textarea {
    resize: none;
}

.contact-touch .must {
    position: relative;
}

.contact-touch .must::after {
    content: "*";
    position: absolute;
    right: 0;
    top: 18px;
    color: #ff0000;
}

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

    .contact-touch .title1 {
        margin-bottom: 45px;
    }

    .contact-touch .title2 {
        margin-bottom: 25px;
    }

    .contact-touch .list {
        margin-bottom: 40px;
    }

    .contact-touch .r_box {
        padding-top: 0;
    }
}

@media(max-width:1333px) {
    .contact-touch .title1 {
        margin-bottom: 35px;
    }

    .contact-touch .title2 {
        margin-bottom: 20px;
    }

    .contact-touch .list {
        margin-bottom: 30px;
    }

    .contact-touch .name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .contact-touch .list li {
        margin-bottom: 10px;
    }

    .contact-touch .l_box {
        width: 52%;
    }

    .contact-touch .r_box {
        width: 45.3%;
    }

    .contact-touch .inp1 {
        width: 48%;
        height: 60px;
        margin-bottom: 13px;
        padding-bottom: 10px;
    }

    .contact-touch .submit {
        height: 42px;
        padding-bottom: 0;
    }
}

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

    .contact-touch .title1 {
        margin-bottom: 25px;
    }

    .contact-touch .title2 {
        margin-bottom: 15px;
    }

    .contact-touch .list {
        margin-bottom: 20px;
    }

    .contact-touch .safe {
        flex-direction: column;
    }

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

    .contact-touch .r_box {
        width: 100%;
    }

    .contact-touch .name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .contact-touch .resu {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .contact-touch .title1 {
        margin-bottom: 15px;
    }

    .contact-touch .title2 {
        margin-bottom: 10px;
    }

    .contact-touch .list {
        margin-bottom: 10px;
    }

    .contact-touch .name {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .contact-touch .resu {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-touch .blogrolls a {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        margin-right: 8px;
    }

    .contact-touch .inp1 {
        width: 48%;
        height: 55px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .contact-touch .inp1 {
        height: 42px;
        padding-bottom: 0;
    }

    .contact-touch .inpbox2 {
        padding-top: 10px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 11px;
        padding-bottom: 2px;
    }

    .contact-touch input,
    .contact-touch textarea {
        font-size: 14px;
        height: 100%;
        width: 100%;
        padding-right: 10px;
    }
}

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

@media(max-width:450px) {
    .contact-touch .inpbox1 {
        flex-direction: column;
    }

    .contact-touch .inp1 {
        width: 100%;
    }

    .contact-touch textarea {
        height: 80px;
    }
}


/* mapbox */

.mapbox {
    margin-bottom: 150px;
}

@media(max-width:1600px) {
    .mapbox {
        margin-bottom: 50px;
    }

    .mapbox .safe img {
        min-height: 180px;
        object-fit: cover;
        width: 100%;
    }
}

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

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


/* c5_bg */

.c5_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}




@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
        url('../fonts/RobotoBold.woff2') format('woff2'),
        url('../fonts/RobotoBold.woff') format('woff'),
        url('../fonts/RobotoBold.ttf') format('truetype'),
        url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff2') format('woff2'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/RobotoRegular.ttf') format('truetype'),
        url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}


.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1743664636327') format('woff'),
        url('iconfont.ttf?t=1743664636327') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}





/* 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-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    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
}




/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0
}

input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm {
    line-height: 30px
}

input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg {
    line-height: 46px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #777
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #777
}

.navbar-inverse .navbar-nav>li>a {
    color: #777
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #777
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #777
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/* company-nav */

.company-nav {
    padding: 80px 0px 100px;
}

.company-nav .title46 {
    text-align: center;
    margin-bottom: 30px;
}

.company-nav .imgbox {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.company-nav .shadow {
    position: absolute;
    width: 100%;
    height: 46px;
    background-color: rgba(27, 27, 27, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    transition: .3s linear all;
    bottom: 0px;
}

.company-nav .shadow a {
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 0px 15px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-nav .swiper-slide:hover .shadow {
    bottom: 0;
}

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

@media(max-width:1333px) {
    .company-nav .shadow a {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 2px;
        padding: 0px 15px;
    }
}

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

    .company-nav .shadow a {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 0px 15px;
    }

    .company-nav .shadow {
        position: absolute;
        width: 100%;
        height: 40px;
    }
}

@media(max-width:768px) {
    .company-nav .shadow {
        position: absolute;
        width: 100%;
        height: 38px;
    }

    .company-nav .shadow a {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        padding: 0px 10px;
    }

    .company-nav img {
        width: 100%;
    }
}

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


header .company-menu {
    display: none !important;
}



.rollerblade-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;

}


.rollerblade-drag {
    cursor: move;
}



/* product_item */

.product_item {
    padding: 60px 0px 60px;
    position: relative;
}

.product_item .title46 {
    margin-bottom: 25px;
    text-align: center;
}

.product_item .content {
    font-size: 16px;
    line-height: 28px;
    color:#666;
    font-family: Roboto-Regular;
}


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

  

}

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

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

    .product_item .title46 {
        margin-bottom: 15px;
    }
}

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

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








#circlr {
    cursor: move;
    margin: 0 auto;
    min-height: 300px;
    position: relative;
}

#circlr #loader {
    background: url(../images/loader.gif) center center no-repeat;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-panorma .panel-body img {
    max-height: 500px;
    object-fit: cover;
}

.panel {
    box-shadow: unset !important;
    background-color: transparent;
    border: unset;
}


@media(max-width:999px) {
    #circlr {
        min-height: unset;
    }

    .product-panorma {
        height: unset;
    }
    .product-panorma .panel-body img{
        min-height: 300px;
    }
}