/* colors */
.txt-main {
    color: #333333;
}

.red {
    background-color: #d90000;
}

.ops-red {
    background-color: rgba(200, 0, 0, 0.5);
}

.txt-red {
    color: #d90000;
}

.txt-red-hv:hover {
    color: #d90000;
}

.blue {
    background-color: #3697ef;
}

.ops-blue {
    background-color: rgba(54, 151, 293, 0.5);
}

.txt-grey {
    color: #999999;
}

.txt-light-blue {
    color: #7fcef5;
}

.btn-blue {
    color: #137ae4;
}

.btn-shadow {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.btn-shadow:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-lightgrey {
    background: #f5f5f5;
}

.bg-darkgrey {
    background: #d6d6d6;
}

.bg-yolk {
    background: #efc138;
}

.bg-pinkred {
    background: #fd855f;
}

.bg-lightblue {
    background: #59a7fc;
}

.shadow-box {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.shadow-box:hover {
    box-shadow: 0 3px 5px 0 rgba(217, 0, 0, 0.3), 0 3px 6px 0 rgba(217, 0, 0, 0.3);
}

.shadow-box:hover .card-title {
    color: #d90000;
}

.bg-sub-tl {
    display: inline-block;
    min-width: 100px;
    background: #c2ddf8;
    text-align: center;
    padding: 3px 5px;
}

.mg-outer {
    margin-left: -20px;
    margin-right: -20px;
}

/* border */
.border-2 {
    border-bottom: 2px solid #fff;
}

.border-3 {
    border-bottom: 3px solid #666;
}

.border-btm-blue {
    border-bottom: 1px solid #59a7fc;
}

.border-left-blue {
    border-left: 5px solid #59a7fc;
}

.mt-header1 {
    margin-top: 60px;
}

.mt-header2 {
    margin-top: 95px;
}

.pd-100 {
    padding: 0 100px;
}

/* Opacity */
.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.2 !important;
}

.opacity-2 {
    opacity: 0.4 !important;
}

.opacity-3 {
    opacity: 0.6 !important;
}

.opacity-4 {
    opacity: 0.8 !important;
}

.opacity-5 {
    opacity: 1 !important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
    opacity: 0 !important;
    transition: opacity 0.25s ease-in-out !important;
    -moz-transition: opacity 0.25s ease-in-out !important;
    -webkit-transition: opacity 0.25s ease-in-out !important;
}

.opacity-0h5:hover {
    opacity: 1 !important;
}

/* line-height */
.lh-15 {
    line-height: 1.5;
}

.lh-20 {
    line-height: 2;
}

.lh-25 {
    line-height: 2.5;
}

.lh-30 {
    line-height: 3;
}

/* typography */
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    text-align: center;
}

h2 {
    font-size: 2.4rem;
}

/* h4 {
    font-size: 1.rem;
} */

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
}

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

.font-xl {
    font-size: 2.6rem;
    font-weight: bolder;
}

.font-xls {
    font-size: 3.5rem;
    font-weight: bolder;
}

.social-share .social-share-icon {
    display: block !important;
    margin: 10px auto;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
    -webkit-appearance: none;
}

.txt-7rem {
    font-size: 0.7rem;
}

.txt-8rem {
    font-size: 0.8rem;
}

.txt-9rem {
    font-size: 0.9rem;
}

.txt-10rem {
    font-size: 1rem;
}

.txt-12rem {
    font-size: 1.2rem;
}

.txt-md {
    font-size: 1.4rem;
}

.txt-h3 {
    font-size: 2rem;
}

.letter-sp1 {
    letter-spacing: 1px;
}

.letter-sp2 {
    letter-spacing: 2px;
}

.overflow-hidden {
    text-overflow: ellipsis;
}

 

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%;
}

.vh100 {
    height: 100%;
}

.width30 {
    width: 30px;
}

.img30 {
    width: 30px;
}

.gzh-img {
    width: 120px;
}

/* navs */

.indexPhone {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 20px;
}

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.8);
}

.navbar-index:hover {
    background: rgba(0, 0, 0, 0.8);
}

.nav-pills .nav-link:hover {
    background: #007bff;
    color: #fff;
}

.nav-square .active {
    background: #137ae4;
    color: #fff;
}

.nav-square a:hover {
    background: #137ae4;
    color: #fff;
}

 

.nav-header2 .nav-item a {
    color: white;
}

.btn-blue .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18,123,230)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    outline: 5px auto #ffffff;
}

.btn-more {
    border-radius: 50px;
    padding: 7px 50px;
}

.btn-secondary a {
    color: #fff;
}

.btn-secondary a:hover {
    color: #fff;
}

.nav-white .nav-item .active {
    color: #3697ef !important;
}

.nav-white .nav-link:hover {
    color: #3697ef !important;
}

.navbar-nav .nav-link {
    font-weight: bold;
}

.navImg {
    width: 32px;
    height: 32px;
}

.cont-pro .nav-link:after {
    content: "/";
    position: relative;
    left: 12px;
    color: #333333 !important;
}

.cont-pro .nav-link:hover {
    color: #d90000;
}

.cont-pro .nav-link.active {
    color: #d90000;
}

.cont-proInner .nav-link {
    position: relative;
    line-height: 40px;
}

.cont-proInner .nav-link.active {
    color: #d90000;
}

.cont-proInner .nav-link:after {
    content: '>';
    position: absolute;
    right: -5px;
    top: 8px;
}

.cont-proInner .nav-link:last-child:after {
    content: none;
}

.sub-header {
    top: 35px;
}

.txt-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1020;
}

.txt-centerY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1020;
}

.txt-centerY2 {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 1020;
}

.txt-tr {
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.txt-tl {
    top: 30%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.pos-btm {
    bottom: 0;
}

.pos-center {
    left: 50%;
    transform: translateX(-50%);
}

.pos-l20 {
    transform: translateX(-20px);
}

.t-Y10 {
    transform: translateY(-10%);
}

.t-Y20 {
    transform: translateY(-20%);
}

.t-Y30 {
    transform: translateY(-20%);
}

.t-Y50 {
    transform: translateY(-50%);
}

.t-btm {
    z-index: -1;
    position: relative;
    transform: translateY(-90%);
}

.btm-0 {
    bottom: 0 !important;
}

.b-Y10 {
    transform: translateY(10%);
}

.b-Y20 {
    transform: translateY(20%);
}

.b-Y50 {
    transform: translateY(50%);
}

.card-box {
    display: inline-block;
    min-width: 50%;
    margin: 0 auto;
    background: white;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 10px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.h-36 {
    height: 3.6rem;
}

.h-48 {
    height: 4.8rem;
}

.t-120 {
    top: 120px;
}

/*  carousel */
.carousel .txt-center {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.carousel-caption-eins {
    height: 60%;
    bottom: 50px;
    animation: popup ease-in-out forwards 1.5s;
}

.carousel-caption-einsImg {
    height: 60%;
    bottom: 50px;
}

.phoneCase {
    opacity: 0;
    width: 50%;
    position: absolute;
    right: 0;
    animation: popupImg 1.5s ease-in-out forwards 1s;
}

.phoneCase1 {
    opacity: 0;
    width: 50%;
    position: absolute;
    left: 0;
    animation: popupImg 1.5s ease-in-out forwards 1s;
}

.phoneCase-m {
    opacity: 0;
    width: 50%;
    position: absolute;
    animation: popupImgM 1.5s ease-in-out forwards 1s;
}

.phoneCase-m2 {
    opacity: 0;
    width: 70%;
    position: absolute;
    animation: popupImgM 1.5s ease-in-out forwards 1s;
}

.carousel-text {
    width: 50%;
    position: absolute;
    animation: popupText ease-in-out forwards 1.5s;
}

.carousel-text1 {
    position: absolute;
    width: 50%;
    right: 0;
    animation: popupText ease-in-out forwards 1.5s;
}

.carousel-item .carousel-caption .ban01-tl {
    position: absolute;

    /* bottom: 10px; */
}



.carousel-item .carousel-caption .ban01-txt {
    position: absolute;
    top: 100px;
}

.carousel-item .carousel-caption .ban-pro-tl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.carousel-item .carousel-caption .ban-ser-tl {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.carousel-item .carousel-caption .ban-pro-txt {
    position: absolute;
    top: 100px;
    right: 0;

    /* transform: translateX(-50%); */
}

.carousel-item .carousel-caption .ban-ser-txt {
    position: absolute;
    top: 100px;
    right: 0;
    transform: translateX(-50%);
}

.carousel-caption-zwei {
    height: 60%;
    bottom: 50px;
}

.carousel-caption-zwei .ban2-tl {
    position: absolute;
  
    top: 50px;
    animation: popup2 ease-in-out forwards 1s;
}

.carousel-caption-zwei .ban2-imgs {
    position: absolute;
    width: 100%;
    top: 100px;
    opacity: 0;
    animation: popup3 1s ease-in-out forwards 1s;
}

.carousel-caption-zwei .ban2-imgsm {
    position: absolute;
    width: 100%;
    top: 100px;
    opacity: 0;
    display: flex;
    justify-content: space-around;
    animation: popupsm 1s ease-in-out forwards 1s;
}

.carousel-caption-zwei .ban2-txt {
    position: absolute;
    width: 100%;
    top: 350px;
    opacity: 0;
    animation: popup4 1.2s ease-in-out forwards 1.7s;
}

#not-carousel .txt-center {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.carousel-404 .carousel-item img {
    padding-top: 0px;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 0;
}

.carousel {
    max-height: 100vh;
}

/* home */

.box-tl {
    line-height: 24px;
    color: #999;
    text-transform: uppercase;
}

.buss-img {
    width: 60px;
}

.buss-SMimg {
    width: 30px;
    height: 30px;
}

.businessRow .sub {
    padding-bottom: 55px;
    height: 120px;
    border-bottom: 2px solid #ccc;
}

.business-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-hd .bus-hd-img {
    width: 20%;
    height: 80%;
}

.business-item p {
    color: #999999;
    font-size: 0.9rem;
    -webkit-transition: color ease-in-out 0.5s;
    -o-transition: color ease-in-out 0.5s;
    -moz-transition: color ease-in-out 0.5s;
    transition: color ease-in-out 0.5s;
}

.business-item:hover p {
    color: #333;
    font-size: 0.95rem;
}

.business-item h1 {
    color: #dddddd;
}

.business-item:hover h1 {
    color: #d90000;
}

.business-item.active p {
    color: #333;
    font-size: 0.95rem;
}

.business-item .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d90000;
    -webkit-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    -moz-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s;
}

.business-item:hover .line {
    width: 100%;
}

.business-item.active .line {
    width: 100%;
}

.business-item:hover .buss-img {
    display: none;
}

.business-item.active .buss-img {
    display: none;
}

.business-item .ac {
    display: none;
}

.business-item:hover .ac {
    display: inline;
}

.business-item.active .ac {
    display: inline;
}

.business-item .img-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.business-item .img-box .bus-img {
    z-index: 3;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.business-item:hover .img-box .bus-img {
    transform: scale(1.05);
}

.business-item.active h5 {
    color: #d90000;
}

.business-item:hover h5 {
    color: #d90000;
}

.case-item .after {
    display: block;
    width: 100%;
    padding-bottom: 62.7451%;
}

.case-item .content {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 46px;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    overflow: hidden;
    background: #d90000;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.case-item:hover .content {
    opacity: 0.9;
}

.case-item:hover .caseName {
    color: #d90000;
}

.case-item .thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.case-item .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.case-item:hover .thumb img {
    transform: scale(1.05);
}

.case-item .content .msg {
    padding: 52px 25px 25px;
}

.case-item .content .msg h5 {
    line-height: 24px;
    color: #fff;
    opacity: 0.92;
    font-weight: 400;
    text-align: left;
}

.case-item .tag {
    position: absolute;
    right: 20px;
    bottom: 2px;
    font-weight: 400;
}

.case-item .tag a {
    color: #999;
}

.case-item .content .desc {
    color: #fbaaac;
    padding: 0 25px 0;
    display: -webkit-box;
    height: 72px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.case-more {
    margin: 6px auto 0;
    position: relative;
    display: block;
    width: 133px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    text-transform: uppercase;
}

.case-more::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -41px;
    z-index: 3;
    width: 80px;
    height: 1px;
    background-color: #999;
}

.case-more::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -41px;
    z-index: 3;
    width: 80px;
    height: 1px;
    background-color: #999;
}

.case-more:hover {
    color: #d80000;
    border-color: #d80000;
}

.case-more:hover::before, .case-more:hover::after {
    background-color: #d80000;
}

.contactRow .btn {
    color: #fff;
    background: #d90000;
}

.contactRow .form-control {
    display: inline-block;
    width: 180px;
    margin-left: 20px;
}

.row-contact {
    min-height: 420px;
}

.about-cont .sub-title {
    position: relative;
}

.about-cont .sub-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -70px;
    z-index: 3;
    width: 50px;
    height: 1px;
    background-color: #999;
}

.about-cont .sub-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    z-index: 3;
    width: 50px;
    height: 1px;
    background-color: #999;
}

.about-cont .team-box {
    /*position: absolute;
    top: 0;*/
    width: 100%;

    /*left: 50%;
    transform: translateX(-50%);*/
}

.team-background {
    background: url("../images/about02.jpg");
}

.about-cont .team-box h1 {
    color: #dddddd;
}

.about-cont .team-box p {
    color: #dddddd;
}

.brandImg {
    display: block;
    margin: 0 auto 50px;
    opacity: 0.8;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.brand-col {
    position: relative;
}

.brand-col:after {
    content: ' ';
    position: absolute;
    top: 30%;
    right: 0;
    padding: 30px 0;
    border-left: 1px solid #dddddd;
}

.brand-col:nth-child(4n):after {
    content: none;
}

.brandImg:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.05);
}

.portrait {
    width: 200px;
    height: 200px;
}

footer a {
    color: #fff;
    line-height: 2;
}

.footer-row-tl {
    padding-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
}

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

.news-box-1 {
    padding: 30px 10px 26px;
}

.news-box-1 img {
    width: 100%;
}

.news-box-1:hover h4 {
    color: #d90000;
}

.news-box-1:hover img {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: scale(1.05);
}

.news-box-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}

.news-box-2 .news-box-inner {
    padding: 15px 20px 15px;
    height: 95%;
    width: 100%;
    margin-bottom: 10px;
}

.news-box-2 .news-box-inner.inner-2 {
    bottom: 0;
    margin-bottom: 0px;
}

.news-box-2 .news-index {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 12px;
}

.news-box-2 .news-index .news-date {
    color: #999999;
}

.news-box-inner:hover .news-index .news-date {
    color: #d90000;
}

.news-box-inner:hover .news-index-tl {
    color: #d90000;
}

.news-box-2 h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box-2 p {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-box-2 .news-index .icon {
    font-size: 2rem;
    font-weight: normal;
    color: #999;
}

.news-box-2 ul {
    padding: 0;
    width: 100%;
    list-style: none;
}

.news-box-3 .news-list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    height: 25%;
    border-bottom: 1px solid #dddddd;
}

.news-box-3 .news-list:last-child {
    border-bottom: none;
}

.news-box-3 .news-list .icon {
    font-size: 2rem;
    font-weight: normal;
    color: #999;
    margin-bottom: 10px;
}

.news-box-3 .news-box-inner {
    padding: 30px 25px 26px;
    height: 100%;
}

.news-box-3 .news-list:hover .news-date {
    color: #d90000;
}

.news-box-3 .news-list h5 {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box-3 .news-list:hover .news-index-tl {
    color: #d90000;
}

/* news html */
.news-box-2 .news-boxes {
    padding: 30px 20px 30px;
}

.news-box-2 .news-boxes p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-box-2 .news-boxes:hover .news-date {
    color: #d90000;
}

.news-box-2 .news-boxes:hover .news-index-tl {
    color: #d90000;
}

.news-detail {
    padding: 40px 60px 0;
}

.news-detail .news-header {
    border-bottom: 1px solid #dddddd;
}

/* sidebar */
.sidebar-item {
    padding: 30px 20px;
}

.sidebar-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hot-hd {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.hot-list {
    list-style: none;
    padding-left: 0;
}

.hot-list li {
    display: inline-block;
    background: #dddddd;
    margin: 5px 10px;
    width: 80px;
    text-align: center;
}

.hot-list li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* service */
.detailBox {
    border-bottom: 1px solid #ddd;
}

.detailBox:last-child {
    border-bottom: none;
}

.detailBox .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detailBox .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.appImg {
    border: 1px solid #eeeeee;
    border-radius: 100%;
    padding: 30px;
    background: #f7f7f7;
    margin: 0 auto 30px;
}

.background-div {
    background: url(../images/brandbg.jpg) no-repeat 50% fixed;
    background-size: 120% 100vh;
    background-position: 90% 10%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

/* 
.background-div1{
    background: url(../images/iban02.jpg) no-repeat 50% fixed;
    background-size: 120% 100vh;
    background-position: 90% 10%;
    position: relative;
    z-index: 0;
} */
/* footer */
.cont-footer {
    background-color: #23272d;
}

.cont-footer-2 {
    background-color: #000;
}

.cont-footer-mb {
    /* background-color: #dbdbdb; */
    padding-top: 10px;
}

.cont-footer-mb p {
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}

.cont-footer-mb hr {
    margin: 5px 0;
}

.cont-footer .QR-code {
    width: 90%;
}

.btn-footer {
    font-size: 0.9rem;
    color: #fff;
}

.footer-row-2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

.footer-row-3 li, .footer-row-4 li {
    display: inline-block;
    font-size: 0.8rem;
    margin: 3px 5px;
}

.footer-row-3 li a {
    color: #999;
}

.footer-row-4 {
    background: #000;
}

#allmap {
    height: 100%;
    width: 100%;
}

#allmap2 {
    height: 100%;
    width: 100%;
}

@keyframes popup {
    from {
        opacity: 0;
        bottom: -100px;
    }

    to {
        opacity: 1;
        bottom: 50px;
    }
}

@keyframes popup2 {
    from {
        opacity: 0;
        top: 50px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes popup3 {
    from {
        opacity: 0;
        top: 150px;
    }

    to {
        opacity: 1;
        top: 100px;
    }
}

@keyframes popupsm {
    from {
        opacity: 0;
        top: 200px;
    }

    to {
        opacity: 1;
        top: 110px;
    }
}

@keyframes popup4 {
    from {
        opacity: 0;
        top: 350px;
    }

    to {
        opacity: 1;
        top: 280px;
    }
}

@keyframes popupImg {
    from {
        opacity: 0;
        top: 100px;
    }

    to {
        opacity: 1;
        top: -8%;
    }
}

@keyframes popupImgM {
    from {
        opacity: 0;
        top: 100px;
    }

    to {
        opacity: 1;
        top: -7px;
    }
}

@keyframes popupText {
    from {
        opacity: 0;
        top: 350px;
    }

    to {
        opacity: 1;
        top: 100px;
    }
}

@keyframes popupm {
    from {
        opacity: 0;
        bottom: -50px;
    }

    to {
        opacity: 1;
        bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .logo {
        margin-left: 0 !important;
        width: 60px;
    }

    #canvas2 {
        height: calc(520*100vw/750);
    }

    .carousel {
        max-height: calc(520*100vw/750);
    }

    .carousel-item .carousel-caption .ban01-tl {
        position: absolute;
        width: 100%;
        animation: popupm  ease-out forwards 1.5s;
    }

    .carousel-item .carousel-caption .ban01-tl-m {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .carousel-caption-einsImg {
        bottom: 20px;
    }

    html {
        font-size: 13px;
    }

    p {
        font-size: 1rem;
    }

    header .nav-item {
        text-align: center;
    }

    .lh-sm-15 {
        line-height: 1.5;
    }

    .w-100m {
        width: 100%;
    }

    .w-50m {
        width: 50%;
    }

    .txt-sm-7rem {
        font-size: 0.7rem;
    }

    .txt-sm-8rem {
        font-size: 0.8rem;
    }

    .txt-smh3 {
        font-size: 1.5rem;
    }

    #allmap2 {
        height: 300px;
    }

    .brand-col:after {
        content: none;
    }

    .brandImg {
        /* margin-bottom: 0; */
        width: 120px;
    }

    .about-cont .team-box {
        position: relative;
        background: #444444;
    }

    .news-detail {
        padding: 40px 10px 0;
    }

    .news-content img {
        width: 100% !important;
    }

    .row-contact {
        min-height: 300px;
    }
}

/* 悬浮 */
/*悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .a.active,
.suspension .a:hover {
    background: #F05352;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    background-position: -44px 0;
}

.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

.suspension .a-top:hover {
    background: #c0c1c3;
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon02.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

 
.rounded-circle {
    border-radius: 50% 2% 50% 50% !important;
}

.dataTables_paginate {
    display: flex;
}

.dataTables_paginate .pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}

.dataTables_paginate .pagination > li {
    display: inline;
}

.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.dataTables_paginate .pagination > li:first-child > a,
.dataTables_paginate .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dataTables_paginate .pagination > li:last-child > a,
.dataTables_paginate .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dataTables_paginate .pagination > li > a:hover,
.dataTables_paginate .pagination > li > span:hover,
.dataTables_paginate .pagination > li > a:focus,
.dataTables_paginate .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.dataTables_paginate .pagination > .active > a,
.dataTables_paginate .pagination > .active > span,
.dataTables_paginate .pagination > .active > a:hover,
.dataTables_paginate .pagination > .active > span:hover,
.dataTables_paginate .pagination > .active > a:focus,
.dataTables_paginate .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #23272d;
    border-color: #23272d;
}

.dataTables_paginate .pagination > .disabled > span,
.dataTables_paginate .pagination > .disabled > span:hover,
.dataTables_paginate .pagination > .disabled > span:focus,
.dataTables_paginate .pagination > .disabled > a,
.dataTables_paginate .pagination > .disabled > a:hover,
.dataTables_paginate .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.modal-header h4 {
    text-align: left;
    font-size: 15px;
}

.KeFu .modal-body .announcement {
    font-size: 12px;
}

.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

.chat_introduces b {
    font-size: 0.7rem;
}

.chat_introduces p {
    font-size: 0.7rem;
}

.panel-success > .panel-heading {
    color: #18bc9c;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    font-size: 0.7rem;
    margin-bottom: 20px;
}

.form-group {
    font-size: 0.7rem;
}

 

.panel-body .btn-success {
    font-size: 0.7rem;
}
