body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
}

ul li,
ol li {
    display: block;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

:root {
    --primary: #c79835;
    --primary1: #dcb15d;
    --color77: #286fa7;
    --colore4: #89c0eb;
    --color7c: #0075cf;
    --color69: #0075cf;
    --color5c: #13315c;
    --colora9: #4e74a9;
    --color6e: #20406e;
    --colorf8: #f8f8f8;
    --color00: #000;
    --color33: #333;
    --color7d: #7d7c7c;
    --colorff: #fff;
}

a {
    color: #444;
    -webkit-text-decoration: none;
    text-decoration: none;
}
img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.body{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    top: 0;
    height: 100vh;
    background: hsl(0deg 0% 0% / 50%);
}
.body .alert-danger{border-radius:8px;overflow: hidden;padding: 10px 20px;}
.body .alert-danger i{position: fixed;
    right: 30px;
    top: 30px;
    font-size: 20px;
    border-radius: 25px;
    height: 30px;

    width: 30px;
    text-align: center;
    line-height: 27px;
    z-index: 9999;
    background: #000;
}



.container {
    max-width: 82%;
}

.carousel-control-prev,
.carousel-control-next {
    height: 50px;
    width: 50px;
    bottom: 30px;
    position: absolute;
    z-index: 999;
    top: auto;
    right: 30px;
    left: auto;
    border: 2px solid #fff;
    border-radius: 100%;
    opacity: 1;
    background: inherit;
}

.carousel-control-next {
    bottom: 100px;
}

.d-md-block {
    top: 30%;
    bottom: auto;
    width: 70%;

    text-align: left;
    color: #fff;
    position: absolute;
}

.d-md-block h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    color: #fff;
    margin-bottom: 15px;
}

.d-md-block p {
    font-size: 16px;
    line-height: 1.3;
    opacity: 0;
    color: #fff;
}

.carousel-indicators {
    display: inherit;
    width: 10px;
    display: inherit;
    right: 50px;
    left: auto;
    margin: 0;
    bottom: 200px;
}

.carousel-indicators li {
    float: left;
    height: 10px;
    width: 10px;
    border-radius: 25px;
    margin: 10px 0px;
    opacity: 1;
    padding: 0;
    border: none;
}

.carousel-indicators li.active {
    height: 30px;
    margin: 0px;
    opacity: 1;
}

.carousel-item.active h3 {
    position: relative;
    animation-name: right-left;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    left: 50%;
    opacity: 0;
}

.carousel-item.active p {
    position: relative;
    animation-name: right-left;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    left: 50%;
    opacity: 0;
}

.item2 {
    text-align: left;
    max-width: 700px;
}

.item2 h3,
.item2 p {
    color: #fff;
}

@keyframes right-left {
    0% {
        opacity: 0;
        left: 10%;
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes bottomtop {
    0% {
        opacity: 0;
        top: -20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

#carouselExampleCaptions {
    height: 100%;
}

.banner .w-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .carousel-inner,
.carousel-item,
.carousel-item .img {
    height: 100%;
}
.banner .active .w-100{
    animation: zoom 6s ease-in-out 1;
}
@keyframes zoom {
    0% {
        width: 120%;
        height:120%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}
.youshi {
    width: 100%;
    height: 10rem;
    position: absolute;
    z-index: 99;
    margin-top: -10rem
}

.ys1 {
    width: 10%;
    height: 10rem;
    float: left
}

.ys2 {
    width: 80%;
    height: 10rem;
    background: var(--primary1);
    float: left
}
.ys2 .headSearch{
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
}
.ys2 .headSearch input{height: 45px;    max-width: 600px;padding:0 10px;border-radius:25px}
.ys2 .headSearch .span2 {
    background: var(--primary);
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin-left: 15px;
    text-align: center;
    width: 90px;
}
.ys2 .headSearch select{
    border-radius: 25px;
}
.ys a {
    width: 25%;
    overflow: hidden;
    float: left;
    color: #fff;
    text-align: center
}

.ys h1 span {
    font-size: 1.6rem;
    font-weight: normal
}

.ys p {
    padding-top: 1.5rem
}

.ys h1 {
    font-size: 3.8rem;
    font-weight: bold;
    color: #fff;
}

.ys h2 {
    font-size: .8rem;
    font-weight: normal;
    color: #fff;
}

.ys3 {
    width: 10%;
    height: 10rem;
    background: var(--primary);
    float: left
}

/**/
.kp {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    clear: both
}

.kd1 {
    width: 50%;
    height: 550px;
    float: left;

}

.kd2 {
    width: 40%;
    height: 550px;
    float: left;
    background: #fff;

}

.kd2 .jj {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

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

.kd3 {
    width: 10%;
    height: 450px;
    float: left;
}

.bt35 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.jj {
    font-size: 16px;
    margin-top: 20px;
}

.jj p {
    line-height: 30px;
}

.kd2 .syjj {
    padding: 20px 30px;
}

.an2 {
    font-size: 16px;
    padding: 16px 50px;
    display: inline-block;
    border-radius: 33px;
    color: var(--primary);
    border: 2px var(--primary) solid;
}

/*图文*/
.min1 .box-hd {
    width: 100%;
    margin-top: 55px;
    padding-left: 50px;
    margin-bottom: 50px;
}

.min1 .box-hd .title {
    color: #1d1d1d;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
}

.min1 .box-hd .tips {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

.min1 {
    margin: 50px 0
}

.min1 .container {
    max-width: 100%;
    padding: 0;
}

.min1 .box-title {
    max-width: 400px;
    float: right;
    padding: 120px 80px;
    text-align: left;
}

.min1 .box-title .title {
    font-size: 24px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px
}

.min1 .box-title span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #fff;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.min1 .row {
    margin: 0;
    padding: 0
}

.min1 .box-bottom {
    padding: 0;
    margin: 0;
    width: 100%;
}

.min1 .box-bottom .box-title {
    max-width: 100%;
    padding: 10px 15px 20px 15px;
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0px;
    bottom: 0px;
    transition: all .3s ease;
    background: linear-gradient(to top, var(--color00) 1%, rgba(30, 158, 58, 0) 100%);
}

.min1 .box-bottom .owl-item .col-lg-3 {
    max-width: 100%;
}

.min1 .box-bottom .pricing {
    box-sizing: border-box;
    margin: 0;
}

.min1 .box-bottom .pricing a {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.min1 .box-bottom .pricing .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.min1 .box-bottom .col-sm-12 {
    float: left;
    padding: 0;
}

.min1 .box-bottom .col-lg-3 {
    padding: 0;
}

.min1 img {
    width: 100%;
    transition: all .3s ease;
    height: 320px;
    object-fit: cover;
}

.min1 .img::before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    text-align: center;
    font-size: 60px;
    display: flex;
    opacity: 0;
    z-index: 1;
    transform: scale(1);
    color: #fff;
    background: #333;
    justify-content: center;
}

.min1 .pricing:hover .box-title {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
}

.min1 .pricing:hover .img::before {
    opacity: 0.5;
    z-index: 10;
    transform: scale(1);
}

.min1 .box-bottom .pricing:hover .title,
.min1 .box-bottom .pricing:hover span {
    color: var(--colorf8);
    -webkit-line-clamp: 3;
}

.min1 .pricing:hover .img img {

    transform: scale(1.3);
}

/* .min1 .box-bottom .col-lg-3.on{max-width: 22%;flex: 0 0 22%;}
.min1 .box-bottom .col-lg-3.active{max-width: 34%;flex: 0 0 34%;} */

.min-img01 .container {
    max-width: 100%;
}

.min-img01 .col-4 {
    padding: 0;
    margin: 0;
    position: relative;
    transition: all .3s ease;

}

.min-img01 .col-4 .list-img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.min-img01 .col-4 .i{text-align: center}
.min-img01 .col-4 .i i{font-size: 6rem}
.min-img01 .col-4 .li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-img01 .col-4 .li a {
    color: #fff;
}

.min-img01 .col-4 .li a .jj {
    text-align: center;
}

.min-img01 .col-4.on {
    width: 25%;
    flex: 0 0 25%;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.5);
}

.min-img01 .col-4.active {
    flex: 0 0 50%;
    max-width: 50%;
    transition: all .3s ease;
}

.min-img01 .col-4.on::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    text-align: center;
    font-size: 60px;
    color: var(--colorff);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    z-index: 1;
    transform: scale(1);
    background: #000
}

.min7 .container {
    max-width: 1450px;
}

.min7 {

    width: 100%;
    float: left;
    padding: 30px 0;
    padding-top: 50px;
}

.min7 .box-h {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}

.min7 .box-h h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.min7 .box-h .more a {
    background: var(--primary);
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
}

.min7 .title {
    background: linear-gradient(to top, var(--color77) 1%, rgba(30, 158, 58, 0) 100%);
    font-size: 16px;
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    padding: 25px;
}

.min7 .title .hd {
    font-size: 24px;
    padding: 20px 0;
}

.min7 .title .txte {
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.min7 .min7-left,
.min7 .min7-left .box {
    overflow: hidden;
    position: relative;
}

.min7 .min7-left img {
    height: 338px;
    object-fit: cover;
    width: 100%;
    transition-duration: 0.7s;
}

.min7 .min7-left:hover img {
    transform: scale(1.1);
    opacity: .5;
}

.min7 .list-box {
    margin: 25px 0 0 0px;
    width: 100%;
}

.min7 .list-box .list-ca {
    float: left;
    margin-bottom: 20px;
}

.min7 .list-box .list-ca .list {
    background-color: #fff;
    padding: 25px 15px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0px rgb(29 56 72 / 10%);
    position: relative;
}
/*.min7 .list-box .list-ca .list:after {*/
/*    content: "";*/
/*    width: 0;*/
/*    height:100%;*/
/*    background: rgba(174,140,14, 0.1);*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    transition: all 0.5s ease 0s;*/
/*}*/
.min7 .list-box .list-ca .list:hover:after {
    width: 100%;
}
.min7 .list-box .list-ca .list .time-cate {
    display: flex;
}

.min7 .list-box .list-ca .list .time-cate .time-d {
    font-size: 46px;
    color: var(--primary);
    font-family: Impact;
}

.min7 .list-box .list-ca .list .time-cate .time-d:after {
    content: '/';
    font-size: 16px;
    padding: 0 10px;
}

.min7 .list-box .list-ca .list .time-cate .time-m {
    font-size: 20px;
    color: var(--primary);
    font-family: Impact;
}

.min7 .list-box .list-ca .list .time-cate .cate {
    align-items: flex-end;
    display: flex;
    color: #666;
    margin-left: 15px;
}

.min7 .list-box .list-ca .list .list-title {
    padding: 15px 0 0 0
}

.min7 .list-box .list-ca .list .list-title a {
    font-size: 18px;
    line-height: 40px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.min7 .list-box .list-ca .list .text a {
    font-size: 14px;
    color: #888;
    display: block;
    overflow: hidden;
    line-height: 24px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhjtzhu .item2 {
    background: initial;
}

.zhjtzhu .zz-sever .list-item .item:hover .box .title {
    background: #004594;
}

.zhjtzhu .min7 .title {
    background: linear-gradient(to top, rgb(0, 71, 157, .5) 7%, rgba(30, 158, 58, 0) 100%);
}

.zhjtzhu .min7 .box-h .more a {
    background: #004594;
}

.zhjtzhu .min7 .list-box .list-ca .list .time-cate .time-d,
.zhjtzhu .min7 .list-box .list-ca .list .time-cate .time-m {
    color: #004594;
}

.min-bottom01 {
    width: 100%;
    float: left;
    padding-top: 50px;
    background: #f9f9f9;
}

.min-bottom01 .row {
    margin: 0;
}

.min-bottom01 .container {
    background: url(../images/ditu.png) no-repeat right center;
    padding: 50px 0 150px 0;
}

.bottom01-right {
    display: flex;
    justify-content: center;
}

.bottom01-left h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bottom01-left .bt16 {
    line-height: 30px;
    color: #666;
}

.bottom01-right .right {
    max-width: 320px;
    background: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0px rgb(29 56 72 / 10%);

}

.bottom01-right .right .box-title {
    padding-top: 10px;
}

.bottom01-right .right .box-title span {
    line-height: 28px;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    float: left;
    color: #666;
}

.bottom01-right img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

footer {
    background: #111;
    width: 100%;
    float: left;
    padding-bottom: 35px;
}

.footer-in {
    margin: 0 auto;
    width: 1400px;
}

.footer-l {
    display: inline-block;
    padding-top: 85px;
    vertical-align: top;
}

.footer-l ul li {
    float: left;
    margin-right: 80px;
}

.footer-l ul li:last-child {
    margin-right: 0px;
}

.footer-l dl {
    margin: 0;
    /*height: 57px;*/
}

.footer-l dt {
    margin-bottom: 25px;
}

.footer-l dt a {
    padding-bottom: 4px;
    font-size: 14px;
    color: var(--colorff);
}

.footer-l dd {
}

.footer-l dd a {
    line-height: 32px;
    font-size: 14px;
    color: var(--colorff);
    transition: .3s;
}

.footer-l dd a:hover {
    color: var(--colorff);
}

.footer-r {
    display: inline-block;
    float: right;
    padding-top: 73px;
    vertical-align: top;
}

.f-share {
    font-size: 0;
    text-align: right;
}

.f-share-one {
    position: relative;
    display: inline-block;
    border: 1px solid var(--colorff);
    margin-right: 40px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    vertical-align: top;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
}

.f-share-one i {
    font-size: 26px;
    color: var(--colorff)
}

.f-share:hover .f-share-one {
    opacity: .2;
}

.f-share .f-share-one:hover {
    opacity: 1;
}

.f-share-one:last-child {
    margin-right: 0;
}

.fs-one-qrcode {
    position: absolute;
    bottom: 65px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(20px);
    padding: 7px;
    background: rgba(255, 255, 255, .1);
    opacity: 0;
    visibility: hidden;
    transition: .35s .05s;
}

.f-share-one:hover .fs-one-qrcode {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
}

.f-belongs {
    padding-top: 28px;
    /*border-top: 1px solid #373737;*/
    margin-top: 35px;
}

.f-belongs-one {
    line-height: 32px;
    font-size: 14px;
    color: var(--colorff);
    text-align: right;
}

.owl-pagination {
    display: flex;
    margin-top: 35px;
    justify-content: center;
}

.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-page.active span, .owl-page:hover span {
    filter: Alpha(Opacity=100);
    background: var(--primary);
    opacity: 0.5;
}

.owl-page.active span {
    opacity: 1;
}

/*二级页面*/
.list-img .box-hd, .list-list .box-hd {
    width: 100%;
    margin-top: 55px;
    padding-left: 50px;
    margin-bottom: 50px;
}

.list-img .box-hd .title, .list-list .box-hd .title {
    color: #1d1d1d;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
}

.list-img .box-hd .tips, .list-list .box-hd .tips {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

.crumb {
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    height: 72px;
    justify-content: space-between;
    display: flex;
}

.crumb .crumb_left {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

.crumb .crumb_left .left_01, .crumb .crumb_left .left_03 {
    cursor: pointer;
}

.list-img .box.row .ar {
    width: 31%;
}

.list-img .ar {
    background: var(--colorff);
    margin: 10px;
    padding: 0 0 15px 0;
    box-shadow: 0 0 10px 0 #e7e7e7;
}

.list-img .img {
    position: relative;
}

.list-img .ar img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.list-img .box .title {
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}

.list-img .more {
    align-items: center;
    background: var(--colore4);
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: center;
    margin: 0 auto;
    width: 111px;
    font-size: 14px;
    background: linear-gradient(to right, var(--colore4) 0%, var(--colore4) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.list-img .row {
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

/*列表*/
.list-list .row {
    margin: 0;
}

.articleBox .articel1 {
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    justify-content: flex-start;
}

.articleBox .articel1 .aimg1 {
    cursor: pointer;
    position: relative;
}

.articleBox .articel1 .img {
    background: #333;
    border: 1px solid #dedede;
    height: 154px;
    width: 235px;
    margin-right: 15px;
}

.articleBox .articel1 .img img {
    height: 100%;
    width: 100%;
}

.articleBox .articel1  {
    position: relative;
}
.articleBox .articel1:hover a{color:var(--primary); }
.articleBox .articel1 .articelText .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    display: -webkit-box;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;

}

.articleBox .articel1:after {
    content: "";
    width: 0;
    height:1px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.articleBox .articel1:hover:after {
    width: 100%;
}
.articleBox .articel1 .articelText{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articleBox .articel1 .articelText .iiiiiiiiiiiii {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.articleBox .articel1 .articelText .types {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.articleBox .articel1 .articelText .types .deTypes {
    background: #f2f6e5;
    border-radius: 3px;
    color: #87a233;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 72px;
}

.articleBox .articel1 .articelText .types .numTime {
    display: flex;
}

.articleBox .articel1 .articelText .types .numTime .lookNum, .articleBox .articel1 .articelText .types .numTime .time {
    align-self: center;
    color: #999;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.articleBox .articel1 .articelText .types .numTime .lookNum {
    display: flex;
    margin-right: 28px;
}

.articleBox .articel1 .articelText .types .numTime .lookNum, .articleBox .articel1 .articelText .types .numTime .time {
    align-self: center;
    color: #999;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.articleBox .articel1 .articelText .types .numTime .lookNum img, .articleBox .articel1 .articelText .types .numTime .time img {
    align-self: center;
    height: 18px;
    margin-right: 2px;
    width: 18px;
}

/*内容详情*/
.article .container {
    max-width: 1200px;
}
.article img{max-width: 100%}
.article .title {
    color: #333;
    font-family: PingFang SC;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 34px;
    padding-top: 70px;
    text-align: center;
}

.ql-editor {
    word-wrap: break-word;
    box-sizing: border-box;
    height: 100%;
    line-height: 2;
    margin-bottom: 35px;

}

.ql-snow .ql-editor h2 {
    font-size: 1.5em;
}

.ql-editor img {
    max-width: 100%;
}

.ql-editor p {
    margin: 10px 0
}

.quotation {
    background: var(--colorff);
    box-shadow: 0 0 16px 0 #efefef;
    height: 362px;
    margin-top: 26px;
    position: relative;

}

.quotation .img {
    height: 29px;
    margin: 0 auto;
    padding-top: 32px;
    width: 165px;
}

.quotation .img img {
    height: 100%;
    width: 100%;
}

.quotation .know {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 12px 0 24px;
    text-align: center;
}

.quotation .inputName, .quotation .inputTel {
    background: #efefef;
    border-radius: 2px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    width: 282px;
    margin-bottom: 10px;
}

.quotation .inputName input, .quotation .inputTel input {
    background: #efefef;
    border: none;
    outline: none;
    padding-left: 14px;
}

.quotation .getPrice, .quotation .getPrice:hover {
    border-radius: 2px;
    color: var(--colorff);
    cursor: pointer;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    margin: 0 auto;
    text-align: center;
    width: 282px;
}

.quotation .text {
    color: #b4b4b4;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0 20px 20px;
}

.quotation .getPrice {
    background: var(--primary);
}

.quotation .pointer {
    bottom: 14px;
    height: 50px;
    position: absolute;
    right: 56px;
    width: 44px;
}

.quotation .pointer img {
    height: 100%;
    width: 100%;
}

.post-single-meta .badge {
    color: var(--colorff);
    background-color: #452A25;
    display: inline-block;
    padding: 6px 15px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin: 30px 30px 30px 0;
}

.post-single-time {
    letter-spacing: 0.024em;
}

/*图文*/
.section-sm.second {
    padding: 50px 0;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
}

.justify-content-center {
    justify-content: center !important;
}

.service-box {
    display: inline-block;
    position: relative;width: 100%;
}

.service-box-media {
    position: relative;
}

.service-box-media img {
    display: inline-block;
   width: 100%;
    max-height: 800px;
    object-fit: cover;
}

.service-box-body {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 880px;
    padding: 100px 100px 130px 100px;
    transform: translateY(430px);
    margin-top: 0;
    background: #fff;
}

.service-box-body h2, .heading-2 {
    font-size: 50px;
}

.service-box-body h2 + p {
    margin-top: 22px;
}

.service-box-list-wrapper {
    flex-direction: row;
    display: flex;
}

* + .service-box-list-wrapper {
    margin-top: 20px;
}

.service-box-list {
    margin-right: 100px;
}

.service-box-list li {
    position: relative;
    padding-left: 30px;
    margin: 15px 0;
}

.service-box-list li::before {
    top: 11px;
}

.service-box-list li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #452A25;
    top: 9px;
    left: 0;
}

.service-box-list h5, .heading-5 {
    font-size: 20px;
}

.service-box-body * + .button {
    margin-top: 50px;
}

.button-ujarak, .button-ujarak::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak {
    position: relative;
    z-index: 0;
    transition: background .4s, border-color .4s, color .4s;
}

.row-xl-custom-1 > * {
    margin-bottom: 490px;
}

.button-sm {
    padding: 16px 50px;
    font-size: 12px;
    line-height: 1;
}

.button-primary::before {
    background: #232735;
}

.button-primary::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.service-box-list-wrapper {
    margin-bottom: 50px;
}

.button-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #452A25;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
}

.button-primary, .button-primary:focus {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.list-list .box-hd {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.list-list .box-hd p {
    color: #00674c;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem!important;
    font-weight: bold;
}

.list-list .box-hd p:after {
    background:var(--primary);;
    width: 30px;
    content: "";
    height: 3px;
    display: inline-block;

}

.list-list .nve-pc {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.list-list .nve-pc li {
    margin: 0 15px
}

.list-list .nve-pc li a {
    font-size: 1rem
}

.list-list .nve-pc li a.active {
    color: #ffffff;
    background: var(--primary);
    padding: 5px 10px;
    border-radius: 5px;
}



/*.min11*/
.min11 {
    background: var(--colorff);
    padding: 80px 0;
}

.min11 .box.row {
    width: 100%;
    margin: 0;
}

.min11 .box-hd p {
    text-align: left;
    color: #1d1d1d;
    font-size: 36px;
    font-weight: 600;
}

.min11 .left .txt {
    font-size: 14px;
    color: #6e6e6e;
    padding-top: 30px;
    line-height: 32px;
}

.min11 .left .more {
    margin-top: 30px
}

.min11 .left .more a {
    font-weight: bold;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    background: var(--primary);
}

.min11 .none li {
    padding-bottom: 30px;
}

.min11 .none {
    display: flex;
    justify-content: center;
;
}

.min11 .none li .ico {
    font-size: 32px;
    color: var(--primary);
}

.min11 .none li .num b {
    display: inline-block;
    color: #1c1c1c;
    font-size: 26px;
    padding-right: 5px;
}

.min11 .none li .num em {
    font-size: 12px;
    padding-top: 8px;
    display: inline-block;
}

.min11 .none li .msg {
    font-size: 12px;
    color: #949494;
}

.min11 .right .rightDiv {
    display: flex;width: 100%;
}

.min11 .right .imgDiv {
    width: calc(100% - 100px);
}

.min11 .right .imgDiv img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.min11 .right .mxfDiv {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 0 0 0;
    background: #0086d6;
}

.min11 .right .more {
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min11 .right .more i {
    color: #fff;
    font-size: 20px;
    border: 1px solid var(--colorff);
    padding: 5px;
    border-radius: 50%;
}

.min11 .right .mxfDiv .lg {
    font-size: 0.6rem;
    writing-mode: vertical-rl;
    color: #62b4e5;
}

.input input.form-control {
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
}

.input .row div {
    margin-bottom: 30px;
    padding: 0;
}

.formBtn {
    text-align: center;
    margin-top: 25px;
}

.formBtn a {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 14px;
    padding: 15px 45px;
    border-radius: 4px;
}
.contact {
    background-color: rgba(242, 244, 245, 1);
    padding: 50px 0;

}

.contact .container {
    background-color: #fff;
    padding: 20px 40px;
}

.contact .box-hd h5 {
    text-align: center;
    color: #666;
    padding: 20px 0;
}

.contact-lxfs h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
;
}

.contact-bott {
    display: flex;
    margin-top: 20px;
;
}

.bott-right span {
    color: #666;
    font-size: 16px;
}

.bott-right p {
    font-size: 26px;
    color: #a80007;
    padding-top: 10px;
;
}

.contact-bott .iconfont {
    font-size: 32px;
    background: #004594;
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    margin-right: 15px;
}

.contact-right ul {
    margin-top: 20px
}

.contact-right ul li {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.contact-right ul li .iconfont {
    font-size: 28px;
    color: #004594;
    margin-right: 10px;
}



#content{
    background: #f9f9f9;padding-bottom: 50px;
}
.text-box{text-align: center;color: #333;}

.text-box h2{padding: 10px 0;color: #333}
.text-box p{color: #888;font-size: 12px}

.section-content{padding-top: 40px}
.services-post{text-align: center}
.services-post h2{font-size: 24px;text-align: center;margin: 30px 0}
.services-post p{text-align: center;color: #666;font-size: 14px}
.services-box .services-post a {
    width: 80px;
    height: 80px;
    color: #666;
    text-align: center;margin: 0px auto;
}
.services-box .services-post a i {
    line-height: 80px;
    font-size: 80px;
    text-align: center;
    color: var(--primary);
}
/*底部客服*/
.chat-form-kf .chat-offline {
    background-color:var(--colorff);
    border-radius: 12px;
    padding-bottom: 14px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 10%);
    width: 100%;
}
.chat-form-kf .chat-offline-head {
    background-color: #00f;
    height: 52px;
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--colorff);
    line-height: 52px;
    text-align: center;
    background: url(http://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/hbsjsd-img/33/20230208/offline-chat-head.png) no-repeat 0 0;
    background-size: cover;
}
.chat-form-kf .chat-offline-content{
    padding: 0 14px;
}
.chat-form-kf .chat-offline-content-cpyinfo {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    margin: 10px 0;
}
.chat-form-kf .chat-offline-content-form .aff-leave-message-container-box-message{
    margin-bottom: 8px;
}
.chat-form-kf .chat-offline-content-form .aff-leave-message-container-box-message textarea{
    width: 100%;
    padding: 5px 10px;
    height: 56px;
    font-size: 12px;
    border-radius: 9px;
    overflow: hidden;
    resize: none;
    border: 1px solid #dcdfe6;
    outline: none;
}
.chat-form-kf .chat-offline-content-form .aff-leave-message-container-box-message input{
    width: 100%;
    padding: 12px;
    font-size: 12px;
    border-radius: 9px;
    border: 1px solid #dcdfe6;
    outline: none;
}
.chat-form-kf .chat-offline-footer{
    height: 40px;
    background: #4e6ef2;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    width: 60%;
    margin: 14px auto 0;
    color: var(--colorff);
    font-size: 14px;
}
.chat-form-kf .rgkf{display: none}
.chat-form-kf .icon{    display: flex;
    position: relative;
    bottom: 0;
    width: 40%;
    float: left;
    left: 10px;}
.chat-form-kf .icon div{margin: 0 5px;width: 30px;height: 30px;}
.chat-form-kf .icon .icon-img{background: url(http://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/hbsjsd-img/33/20230209/oolbar_photo.59c108b.png) no-repeat 50%!important;position: relative;background-size:20px!important;}
.chat-form-kf .icon  input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.chat-form-kf .icon .icon-file{    background: url(http://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/hbsjsd-img/33/20230209/toolbar_file.063c3e3.png) no-repeat 50%!important;position: relative;background-size:20px!important;}

.nav-here .getPrice{align-self: center;
    background: var(--primary);
    border-radius: 14px;
    color: var(--colorff);
    cursor: pointer;
    text-align: center;
    font-size: 0.7rem;
    position: relative;
    right: 61px;
    padding: 1px 7px;
    top: 0px;
}
.ui-to-top.active {
    transform: translate3d(0, 0, 0);
}
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 65px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    color: var(--colorff);
    background: var(--primary);
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
#kf{bottom: 215px}
#kf img{width: 70%;-webkit-animation: wobble 550ms infinite;margin-top: 8px;
    animation: wobble 550ms infinite;}
.sm_foot{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    height: 50px;
    width: 100%;
}
.sm_foot .sm_ul{
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.2);
    height: 50px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(var(--primary1)), to(var(--primary)));
    background: -moz-linear-gradient(#2495e4, #006db5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2495e4', endColorstr='#006db5');
}

.sm_foot .sm_ul li{
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.2);
    -moz-box-flex: 1;
}
.sm_foot .sm_ul li a{
    display: block;
}
.sm_foot .sm_ul li i{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    color: #CACACA;
    display: block;
}

.sm_foot .sm_ul li p{
    font-size: 12px;
    height: 20px;
    line-height: 14px;
    color: #CACACA;
    text-transform: capitalize;
}
.list-list nav{padding-bottom: 50px}
.page-item.active .page-link{background-color: var(--primary);border-color: var(--primary);}
.page-link,.page-link:hover{color:var(--primary)}
@media (max-width: 1400px) {
    .container {
        max-width: 96%;
    }
}

@media (max-width: 1200px) {
    .min-img01 .col-4 .i i{font-size: 4rem}
    .d-md-block h3 {
        font-size: 35px
    }

    .kd1, .kd2 {
        height: 420px;
    }

    .bt35 {
        font-size: 1.2rem;
    }

    .kd2 .jj {
        -webkit-line-clamp: 8;
        font-size: 0.8rem;

    }

    .min-img01 .col-4 .list-img {
        height: 550px;
    }

    .min7 .container, .min-bottom01 .container {
        max-width: 100%;
    }

    .min1 .box-bottom .pricing .title {
        font-size: 16px;
    }

    .list-img .ar img {
        height: 260px;
    }
}

@media (max-width: 1024px) {
    .min-img01 .col-4 .i i{font-size: 3rem}
    .ys h1 {
        font-size: 1.4rem;
    }

    .ys h1 span {
        font-size: 0.8rem;
    }

    .ys h2 {
        font-size: 0.7rem;
    }

    .youshi {
        margin-top: -5rem;
    }

    .ys1 {
        display: none;
    }

    .ys2 {
        width: 90%;
    }

    .youshi, .ys2, .ys3 {
        height: 5rem;
    }

    .min-img01 .col-4 .list-img {
        height: 500px;
    }

    .min-img01 .col-4 .li a {
        text-align: center;
    }

    .min-img01 .col-4 .li a img {
        width: 130px;
    }

    .min1 .box-title .title {
        margin-bottom: 0 font-size: 1rem;
    }

    .min1 .box-title {
        padding: 10% 0px;
    }

    .min1 .box-title span {
        font-size: 0.75rem;
    }

    .min1 .box-bottom {
        margin: 0
    }

    .min1 .box-bottom div.col-sm-12 {
        float: left;
        margin-bottom: 30px;
    }

    .min1 .box-bottom div .pricing {
        padding: 0 !important;
    }

    .min1 .box-bottom .box-title .title {
        margin-bottom: 5px;
        font-size: 1rem;
    }

    .min1 .box-bottom .price {
        margin-top: 5px;
    }

    .d-md-block h3 {
        font-size: 1.6rem;
    }

    .d-md-block p {
        font-size: 1.2rem;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 35px;
        height: 35px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        right: 10px
    }

    .carousel-control-next {
        bottom: 80px;
    }

    .zhjtyjj .item2 {
        max-width: 74%;
    }

    .carousel-item.active p {
        font-size: 0.675rem;
    }

    .min-bottom01 .container {
        padding: 0 10px;
    }

    .carousel-indicators {
        display: inherit;
        width: 10px;
        display: inherit;
        right: 25px;
        left: auto;
        margin: 0;
        bottom: 130px;
    }

    .list-img .box.row .ar {
        width: 47%;
    }

    .list-img .container, .list-list .container {
        max-width: 100%;
    }

    .articleBox .articel1 .img {
        height: 84px;
        width: 135px;
    }

    .articleBox .articel1 .articelText .iiiiiiiiiiiii {
        display: none;
    }

    .articleBox .articel1 .articelText .title {
        margin-top: 0
    }

    .list-list .row, .list-list .articleBox {
        width: 100%;
    }

    .articleBox .articel1 .articelText {
        width: 100%;
    }

    .min11 .none ul{width: 100%;
        display: flex;
        justify-content: space-around;}

    .service-box-media img{max-height: 100%}
    .service-box .service-box-body{max-width: 100%;position: inherit;transform: none;padding: 50px}
    .service-box-body .service-box-list-wrapper{    display: flex;
        flex-direction: column;
        flex-wrap: nowrap;}
    .service-box-body h2, .heading-2{font-size: 2rem}
    .service-box-list h5, .heading-5{font-size: 1.2rem}
    .row-xl-custom-1 > *{margin-bottom: 50px;padding: 0}


    .article .title{font-size: 2rem}
    .post-single-time{font-size: 0.8rem}
    .post-single-meta .badge{font-size: 0.8rem;    margin-right: 10px;}
}

@media (max-width: 768px) {
    .ys2 .headSearch input{height: 30px; font-size: 12px }
    .headSearch select{    max-width: 80px!important;padding: 0 5px;
        height: 30px;
        font-size: 12px;}
    .ys2 .headSearch .span2 {;
        height: 30px;
        line-height: 30px;
        width: 70px;font-size: 14px;
    }

    .list-img .box-hd, .list-list .box-hd{padding-left: 0;margin-bottom: 10px;}
    .kd2 .syjj{padding: 20px 10px}
    .kd2 .jj {
        -webkit-line-clamp: 6;
        font-size: 0.8rem;

    }

    .kd2 .jj p{line-height: 24px}
    .kd2 .syjj .an2{margin-top: 10px!important;font-size: 12px;padding: 5px 10px;}
    .bottom01-left .bt16{line-height: 22px;color: #333}
    .sm_foot {
        display: block;
    }
    footer{padding-bottom: 80px}
    .jj p{line-height: 18px}
    .min11 .right .imgDiv img{height: 260px;}
    .box-hd .title, .productInfo .money {
        font-size: 1.3rem !important
    }

    .box-hd .tips {
        font-size: 0.7rem !important;
    }

    .bottom01-left .bt16 {
        font-size: 0.8rem;
    }

    .bottom01-right .right {
        margin: 20px 0;
    }

    .min-img01 .col-4 .list-img {
        height: 260px;
    }

    .min-img01 .col-4 .li a img {
        width: 80px;
    }

    .bt35 {
        font-size: 1rem;
    }

    .min-img01 .col-4 .li a .jj {
        font-size: 0.6rem;
    }

    .ys h1 {
        font-size: 1.2rem;
    }

    .ys h1 span {
        font-size: 0.6rem;
    }

    .ys h2 {
        font-size: 0.4rem;
    }

    .youshi {
        margin-top: -5rem;
    }

    .ys1 {
        display: none;
    }

    .ys2 {
        width: 90%;
    }

    .youshi, .ys2, .ys3 {
        height: 5rem;
    }

    .kd1, .kd2 {
        width: 100%;
        height: 260px;
    }

    .kd3 {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        background-size: 50% 50%;
    }

    .d-md-block h3 {
        font-size: 1.0rem;
    }

    .d-md-block {
        width: 90%;
        left: 5%;
        top: 18%
    }

    .d-md-block p {
        font-size: .675rem;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 25px;
        height: 25px;
    }

    .min7 .min7-left img {
        height: 220px;
    }

    .min7 .min7-left, .min7 .list-box .list-ca {
        margin-bottom: 20px
    }




    .min7 .min7-left,
    .min7 .list-box .list-ca {
        margin-bottom: 20px;
    }

    .min7 .title .hd {
        font-size: 18px;
    }

    .min7 .title .txte {
        font-size: 14px;
    }

    .min7 .list-box .list-ca .list .time-cate .time-d {
        font-size: 24px
    }

    .min7 .list-box .list-ca .list .time-cate .time-m {
        font-size: 16px
    }

    .min7 .list-box .list-ca .list .time-cate .time-d:after {
        padding: 0 5px
    }

    .footer-l {
        display: none;
    }

    .footer-r {
        width: 100%;
    }

    .f-share, .f-share, .f-belongs-one, .f-belongs-one, .f-belongs-one {
        text-align: center;
    }

    .list-img .box.row .ar {
        width: 100%;margin: 15px 0;
    }

    .list-img .ar img {
        height: 220px;
    }

    .articleBox .articel1 .img {
        height: 84px;
        width: 85px;
    }

    .articleBox .articel1 .articelText .title {
        font-size: 1rem;
    }

    .articleBox .articel1 .articelText .types .deTypes, .articleBox .articel1 .articelText .types .numTime .lookNum, .articleBox .articel1 .articelText .types .numTime .time {
        font-size: 0.65rem;
    }

    .services-box .services-post a i{font-size: 40px;line-height:40px}
    .services-post h2{font-size: 1rem}


    .service-box .service-box-body{padding: 30px}
    .service-box-media img{max-height: 300px}
    .service-box-body h2, .heading-2{font-size: 1.6rem}
    .service-box-list h5, .heading-5{font-size: 1rem}
    .row-xl-custom-1 > *{margin-bottom: 30px}

    .article .title{font-size: 1.6rem;
        padding-top: 40px;
        margin-bottom: 10px;}
    .post-single-time{font-size: 0.7rem}
    .post-single-meta .badge{font-size: 0.7rem; margin-right: 10px;}
    .content .min1{display: none}
}