/********** Template CSS **********/
:root {
    --primary: #D33E4A;
    --light: #F3F6F8;
    --dark: #0E2E50;
}

.headeryyy {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background-color: #fff;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 12px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.hot_head {
    margin-top: 1px;

    background: #FFFFFF;
    display: flex;
    align-items: center;
}

.hot_head span {
    display: inline-block;
    width: 88px;
    height: 26px;
    font-family: eryaweilaiti;
    border-radius: 0px 12px 12px 0px;
    font-size: 13px;
    font-weight: 200;
    color: #E4B975;
    line-height: 26px;
    background: rgba(213, 184, 160, .1) url(../../../images/hot.png) no-repeat 5px center;
    text-indent: 30px;
}

.hot_head a {
    font-size: 13px;
    font-family: PingFang;
    font-weight: bold;
    color: #E0303E;

}

.wrap{
    height: 30px;
    display: flex;
    align-items: center;
}
.wrap .tip{
    display: inline-block;
    width: 28px;
    height: 26px;
    font-family: eryaweilaiti;
    border-radius: 0px 12px 12px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #E4B975;
    line-height: 26px;
    background: rgba(213, 184, 160, .1) url(../../../images/hot.png) no-repeat 5px center;
    text-indent: 30px;
}
.wrap .content{
    flex: 1;
    height: 100%;
    font-size: 14px;
    overflow: hidden;
    padding-top: 5px;
}
.wrap .content .text{
    /* 必须设置为行内块元素，让元素宽度自动撑开 */
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    animation: autoScroll 58s linear infinite;
}
@keyframes autoScroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}

.wraptit{
    font-size: 13px;
    font-family: PingFang;
    font-weight: bold;
    color: #E0303E;
    padding-left: 28px;

}
.wraptit:hover{
    font-size: 13px;
    font-family: PingFang;
    font-weight: bold;
    color: #E0303E;
    padding-left: 28px;

}


.p5 {
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.span5{
    display: block;
    width: 76px;
    height: 28px;
    background-color: rgba(246, 249, 253, 1);
    color: #5f8be3;
    border-radius: 2px;
    text-align: center;
    line-height: 28px;

}

.span1 {
    margin-right: 10px;
    display: inline-block;
    padding: 0 8px;
    line-height: 20px;
    font-size: 12px;
    background: #fcf1df;
    color: #a58a63;
    border-radius: 10px;
    font-weight: bold;
}

.copy{
    padding-top: 16px;
    font-size: 12px;
    font-weight: 400;
    color: white;
}
.footblkrrr{
    color: rgba(255, 255, 255, .3);
}
.inbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.inbox a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.inbox a img{
    width: 100%;

}
.inbox a p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    height: 56px;
    width: 100%;
    padding: 11px 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 13px;
}



.zt {
    border-radius: 8px;
    background-color: #fff;
}

.zt_head span {
    margin-right: 20px;
    padding-left: 15px;
    text-indent: 10px;
    background: url(../../../images/nav_li.png) no-repeat left center;
    font-size: 18px;
    font-family: eryaxindahei;
    font-weight: bold;
    color: #333333;
}

.zt_head a {
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    color: #777777;
}

.div1 {
    width:100%;
    height:30px;


}

.div2 {
    font-size: 13px;
    font-weight: bold;
    color: #E0303E;
    padding-left: -190px;
    display: inline-block;
    white-space: nowrap;
    animation: 10s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 36px;
    height: 36px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    transition: .5s;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
}

.sticky-top.navbar .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.sticky-top.navbar .navbar-nav .nav-link:hover,
.sticky-top.navbar .navbar-nav .nav-link.active {
    color: #1C59A8;
    background: url(../../../images/nav1.png) no-repeat left center;
}

.navbar .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar {
        position: relative;
        background: #FFFFFF;
    }

    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 16px;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: #1C59A8;
        background: url(../../../images/nav1.png) no-repeat left center;
    }

    .navbar .navbar-brand h1 {
        color: #1C59A8;
    }

    .navbar .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .2);
        z-index: 999;
    }
    
    .sticky-top.navbar {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 10px;
        left: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: .5s;
    }

    .sticky-top.navbar .navbar-nav .nav-link::before {
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        bottom: -1px;
        left: 0;
        opacity: 1;
    }

    .navbar .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding: 12rem 0 9rem 0;
    background: url(../image/shape-bottom.png) center bottom no-repeat;
}

.page-header {
    margin-bottom: 6rem;
    padding: 12rem 0 6rem 0;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }

    .page-header {
        padding: 6rem 0;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(256, 256, 256, .5);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.service-item .service-icon,
.service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 5px 0;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

.service-item:hover .service-btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;

    justify-content: center;
    display: none;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: -1;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item p {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
    color: #FFFFFF;
}

.team-item img {
    padding: 15px;
    border: 1px solid var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: white;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.ljswww{
    padding-top: 20px
}
.ljsww{
    float: left;width: 33.33%
}
.ljswwtxt{
    color: white;
}
.topa{
    float: left;width: 65%
}
.topd{
    float: left;width: 35%;text-align: right
}
.tope{
    padding-bottom: 2px;width: 15px
}
.topf{
    padding-left: 8px
}
.topg{
    padding-right: var(--bs-gutter-x, .28rem);
    padding-left: var(--bs-gutter-x, .28rem);
}
.toph{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.topi{
    background-color: #fcfcfc;margin-bottom: 2px;
}
.topis{
    margin-bottom: 2px;
}
.topj{
    width: 28%;float: left;text-align: center;padding-bottom: 6px;
}
.topk{
    width: 72%;float: left;
}
.topl{
    font-size: 12px;
}
.topls{
    font-size: 15px;
}
.topm{
    font-weight: bold;color: #333333;
}
.topp{
    margin-top: 6%;margin-bottom: 8%;
    font-size: 13px;
}
.winimg img{
    width: 99%;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5%;
}
.topn{
     color: #999999;font-size: 11px;padding-bottom: 2px
 }
.topns{
    color: #999999;font-size: 11px;padding-bottom: 2px;
    padding-top: 18px;
}

.topo{
    background-color: rgba(246, 249, 253, 1); color: #5f8be3;float: right
}
.fooww{
    margin-top: 1rem;
}

.felaww{
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 6px;
}
.felawwa{
    vertical-align:middle;width: 15px;
}
.felawwd{
    color: #333333;font-size: 14px;
}
.felawwdlj{
    color: #c39881;font-size: 14px;
}

.tio{
    margin-top: 55px
}

 .numa {

     position: relative;
     margin-right: 10px;
     font-size: 26px;
     font-family: DINAlternate;
     font-weight: 500;
     color: #1C59A8;
}

.num2{
    color: #CC2918;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    animation: rotate 0.6s linear 2;
}
@keyframes rotate{
    0%{
        transform: rotateX(0deg);/*从0度开始*/
    }
    50%{
        transform: rotateX(180deg);/*360度结束*/
    }
    100%{
        transform: rotateX(360deg);/*360度结束*/
    }
}

.numa i{
    position: absolute;
    bottom: 15px;
    right: 30%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 3px;
    z-index: 9999;
    background: #E5E8F0;
}

.pp {
    font-size: 15px;
    font-family: PingFangSC;
    font-weight: 600;
    color: #111111;
    line-height: 28px;
    margin-bottom: 0px;
}
.munp{
    color: #999;
    font-size: 12px;
}

.advantage {

    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    z-index: 999;
}

.main_head {
    margin-bottom: 30px;
}

.main_head p {
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
}

.main_head .title {
    height: 79px;
    background-repeat: no-repeat;
    background-position: center center;
}
.fwnr {
    margin-top: 18px;
}
.etyud{
    padding-top: 29px;
}
.bgbtn{
    background-color: #1C59A9;
    color: white;
    border-color: #1C59A9;
}
.bgns{
    background-color: #f8f8f8;padding-top: 20px
}
.bgnsad{
    background-image: url(../../../images/d26.png);padding-top: 20px
}
.bgnsa{
    background-color: #1C59A9;;padding-top: 20px
}
.fwnr .title {
    background-image: url(../../../images/title1.png);background-size: 150px;
}
.tiwwa{
    font-size: 18px;font-weight: bold;position: relative;top: 28px
}
.tiwwae{
    font-size: 18px;font-weight: bold;position: relative;top: 28px;color: white;
}
.btxtk{
    color: white!important;padding-top: 9px;
}
.mtip{
    font-size: 12px;
}
.pic {

    width: 100%;

}
.caption {
    text-indent: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #fff url(../../../images/jt1.png) no-repeat 90% center;
    border-radius: 0px 0px 6px 6px;
    transition: all .3s ease;
}
.caption span {
    font-size: 12px;
    color: #D9DBDD;
    margin-left: 15px;
}
.cli6{
    float: left;width: 50%
}
.cli4{
    float: left;width: 25%
}
.cli3{
    float: left;width: 30%
}
.cli7{
    float: left;width: 70%
}
.cli44{
    float: left;width: 40%
}
.cli66{
    float: left;width: 60%
}

.tioa{
    font-size: 15px;font-weight: bold;color: #333333;
}
.tioad{
    font-size: 15px;font-weight: bold;color: #333333;margin-bottom: 0px;
}
.btxtn{
    padding-top: 5px;padding-right: 6px;padding-left: 6px;font-size: 13px;
}
.imggh{
    border-radius: 50%;
}
.tiod{
    font-size: 15px; color: #999;
}
.price {
    margin-bottom: 20px;
    font-size: 14px;
    color: #111;
}

.price span {
    font-size: 28px;
    font-weight: bold;
}
.bor{
    border: 1px solid #bac0c6;border-radius: 9px;padding: 8px;margin-bottom: 12px;
}
.colcol{
    color: #1C59A8;
}
.bora{

}
.borae{
    padding-bottom: 20px;margin-bottom: 20px;
}
.tiode{
    border: 1px solid #bac0c6;border-radius: 9px;margin-bottom: 12px;
    position: relative;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.8px;
}
.dda{
    font-size: 18px;color: #1C59A8;
}
.mtipa{
    font-size: 12px;color: #111;font-weight: bold;
}
.mtipb{
    font-size: 12px;font-weight: bold;color: #bac0c6;
}
.clen{
    clear: both;padding-top: 5px;
}
.tya{
    border-bottom: 2px solid #ddd;padding-top: 10px;
}

.imgico{
    border-radius: 50%
}
.icati{
    font-weight: bold;font-size: 16px;padding-bottom: 2px;
}
.icatia{
    font-size: 13px;padding-bottom: 2px;
}

.icatid{
    color: #E0303E;
}
.icatie{
    font-size: 13px;
}
.icatif{
    border: 1px solid #1C59A8;
    padding: .275rem .55rem;
    font-size: 13px;
    color: #1C59A8;
}
.icatig{
    float: right;margin-top: 12px
}
.multiline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: justify;
    color: #bac0c6;
    font-size: 13px;
}
.tioaaa{
    font-size: 15px;font-weight: bold;color: #333333;padding-top: 5px;
}


.btxte{
    background-color: white;padding: 18px 28px;margin-bottom: 16px;
}
.btxtg{
    float: right;font-weight: bold;font-size: 30px;color: #adb5bd!important;
}
.btxth{
    font-size: 16px;color: #111;font-weight: bold;padding-top: 9px;
}
.circle{
    color: #1C59A9;
}
.btxtoa{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0px;
}
.btxtqa{
    font-size: 13px;
    line-height: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-left: 30px;
    padding-top: 6px;
    margin-bottom: 5px;
}
.btyua{
    vertical-align:middle;padding-right: 10px
}
.tpg5{
    margin-bottom: 10px;
}
.btxtoaa{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-top: 6px;
}
.flioa{
    float: right
}

.etyua{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

}
.etyub{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;


}
.etyug{
    padding: 10px 20px;

}
.etyue{
    padding: 16px 18px;
    background: #FFFFFF;
    border-radius: 12px;
    height: 120px;
    width: 100%;
}
.main_headsa {
    margin-bottom: 30px;
}
.main_headsd{
    margin-bottom: 60px;
}

.etyaa{
   font-size: 13px;


}.hee{
     background: #F4F4F4;
     border-radius: 14px;
     margin: 0px 20px;
 }
.hef{
    width: 7px;
    height: 24px;
    background: #1C59A9;
    border-left: 6px solid #1C59A9;
    margin-right: 20px;
}
.heg{
    margin-bottom: 28px;
}
.heh{
    padding: 20px 28px; font-size: 15px;font-weight: bold;
}
.hei{
    padding: 20px 28px;
    height: 50px;
    font-size: 13px;
}
.imggh{
    margin-top: 50px;
}