body{
    font-family: Microsoft YaHei;
}
/* 背景颜色 */
.hn-backyellow {
    background-color: rgb(251, 206, 7);
}

.hn-backred {
    background-color: rgb(205, 21, 29);
}

.hn-backgray {
    background-color: rgb(141, 140, 140);
}

/* 首页产品字体颜色 */
.hn-odd:nth-child(2n+1) {
    color: white;
}

.hn-odd:nth-child(2n) {
    color: white;
}
.hn-oimg{
    overflow: hidden;
}
.hn-oimg:hover img{
    transform: scale(1.4);
    transition-duration: 1s;
}
/* 首页新闻四个小点去色 */
.hn-sidian {
    filter: grayscale(100%);
}

/* 新闻下边框 */
.hn-newsborder {
    border-bottom: 1px solid rgb(103, 103, 103);
}

/* 产品框架样式 */
.hn-cp {
    padding: 0;
    text-align: center;
}

.hn-cp p {
    padding: 20px;
    font-size: 16px;
}

.hn-cp h4 {
    padding-top: 40px;
    font-weight: bold;
}

/* about样式 */
.hn-abouticon li {
    color: var(--bs-gray);
    font-size: 15px;
}

.hn-abouticon li img {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* 所有伪类 */
.hn-abouticonh:hover img {
    transform: rotate(360deg);
    transition-duration: 1s;
}

/*.hn-chanpinh:hover img {*/
/*    transform: scale(1.1);*/
/*    transition-duration: 0.5s;*/
/*}*/

/*.hn-newsh h5,p{*/
/*	color: black;*/
/*}*/
.hn-newshov:hover h6 {
    color: red;
}

.hn-newshov:hover .hn-newsborder {
    border-bottom: 1px solid red;
}

.hn-newsh:hover h5 {
    color: red;
}

.hn-newsh:hover .date {
    color: red;
}

.hn-newsh:hover img {
    filter: grayscale(0%);
}

.hn-pronavh:hover {
    background-color: rgb(205, 21, 29);
}

/* about背景自适应 */
@media (min-width: 576px) {
    .hn-aboutback {
        background-image: url(/public/ui/back.jpg);
        background-size: cover;
        background-position: -300px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1025px) {
    .hn-aboutback {
        background-position: right center;
        padding-bottom: 100px;
    }
}

/* 头部自适应隐藏 */
@media (min-width: 36rem) {
    .hn-line {
        display: inline-block;
        width: 35%;
        border-top: 1px solid;
        border-color: rgb(202, 202, 202);
        vertical-align: 5px;
    }
}

/* 导航样式 */
.navh:hover a span {
    color: rgb(238, 28, 37);
    border-top: #0C4128;
}

/*.navh a img {*/
/*    filter: brightness(100);*/
/*}*/

/*.navh:hover a img {*/
/*    filter: grayscale(0);*/
/*}*/

@media (max-width: 960px) {
    .navbar {
        position: relative;
    }

    .navbar .navbar-brand {
        float: left;
        margin-left: 10px;
    }

    .navbar .hn-headbut {
        float: right;
        margin-right: 20px;
    }

    .hn-pronav {
        position: absolute;
        left: 10px;
        z-index: 999;
        width: 100%;
        opacity: 0.9;
        top: 40px;
    }

    .hn-headnav {
        position: absolute;
        z-index: 999;
        width: 100%;
        padding: 10px;
        background-color: black;
        opacity: 1;
        top: 80px;
        text-align: center;
    }
}

/* 产品页下导航文字样式 */
.hn-pronavtext {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

/* 产品页字体样式 */
.hn-protext {
    color: rgb(103, 103, 103);
    line-height: 35px;
}

/* 服务支持文字样式 */
.hn-sertext {
    color: rgb(103, 103, 103);
    line-height: 30px;
    background-color: rgb(247, 247, 247);
}

.hn-serh:hover h5 {
    color: red;
}
.hn-serh:hover img {
    border-radius: 5px;
    box-shadow:0 5px 20px rgba(0,0,0,0.5);
}
.hn-con {
    background-color: rgb(237, 237, 237);
}

/* about下边框 */
.hn-aboutborder {
    border-bottom: 2px solid white;
}

.hn-fcimg {
    width: 100%;
}

/* 关于我们样式 */
.hn-wrapper {
    width: 90%;
    margin: 0 auto;
}

.hn-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hn-col {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

.hn-container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.hn-front,
.hn-back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.hn-back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.hn-front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.hn-container:hover .front,
.hn-container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.hn-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: round;
}

.hn-inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.hn-container .hn-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hn-container .hn-front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hn-container:hover .hn-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hn-container:hover .hn-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hn-front .hn-inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.hn-inner p {
    color: white;
}

.hn-front .hn-inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.hn-front .hn-inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}

@media screen and (max-width: 64rem) {
    .hn-col {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .hn-col {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .hn-col {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

/*厂区图片*/
.hn-imgh img:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition-duration: 0.5s;
}

.ziti p {
    font-size: 16px;
    font-family: Microsoft YaHei;
}
.ziti span{
    font-size: 16px;
    font-family: Microsoft YaHei;
}
.ziti h4, h6, h5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.ziti h2 {
    font-size: 2rem;
    font-family: Microsoft YaHei;
}

.indexApp {
    background: white;
}

