.home-slide .slideimg .slidetext h1 span {
    animation: threeD .8s forwards;
}

.home-slide .slideimg {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pagination {
    bottom: 50% !important;
    left: auto !important;
    width: 80px !important;
    padding: 1px 0;
    right: 30px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.swiper-pagination-bullet-active {
    width: 100% !important;
}

.swiper-pagination-bullet {
    background-color: #fff;
    display: block;
    width: 40px;
    margin: 15px auto !important;
    height: 2px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@keyframes threeD {
    0% {
        transform: rotate3d(1, 0, 0, 90deg);
    }

    100% {
        transform: rotate3d(1, 0, 0, 0);
        visibility: visible;
    }
}

.threeD {
    -webkit-animation-name: threeD;
    animation-name: threeD
}

.index-pos .h3 {
    white-space: nowrap;
    transform-style: preserve-3d;
}

.index-pos .h3 span {
    display: inline-block;
    transform-origin: bottom;
    visibility: hidden;
}

.home-slide {
    margin-bottom: 100px;
}

.home-slide .slideimg {
    position: relative;
}

.home-slide .slideimg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-slide .slideimg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-slide .slideimg .slidetext {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 9;
}

.home-slide .slideimg .slidetext h3 {
    font-weight: 700;
    font-size: 30px;
}

.home-slide .slideimg .slidetext h1 {
    font-weight: 700;
    font-size: 72px;
    margin: 20px 0 50px 0;
    position: relative;
}

.home-slide .slideimg .slidetext h1 .h3 span {
    font-size: 72px;
}

.home-slide .slideimg .slidetext h1::after {
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    position: absolute;
    bottom: -30%;
    left: 0;
    background-color: #fff;
    margin-top: 20px;
}

.home-slide .slideimg .slidetext p {
    margin-bottom: 0;
    font-size: 20px;
}

/* .home-hot {
    margin-bottom: 50px;
} */

.home-hot .hot-title {
    text-align: center;
    margin-bottom: 40px;
}

.home-hot .hot-title h4 {
    position: relative;
}

.home-hot .hot-title h4::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: 1px;
    background: #d9d9d9;
}

.home-hot .hot-title h4::after {
    content: '';
    display: block;
    position: absolute;
    width: 45%;
    top: 50%;
    right: 0;
    height: 1px;
    background: #d9d9d9;
}

.home-hot .hot-title h4 span {
    color: #e84518;
    font-weight: 700;
    font-size: 30px;
}

.pro-hot {
    position: relative;
    margin-bottom: 50px;
}

.pro-hot .hot {
    position: absolute;
}

.pro-hot .pro-hottitle {
    padding-left: 50px;
}

.pro-hot .pro-hottitle h2 {
    font-weight: 700;
    color: #1d1d1d;
    font-size: 48px;
    margin-bottom: 40px;
}

.pro-hot .pro-hottext p {
    margin-bottom: 0;
    font-size: 24px;
    color: #595959;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-hot .pro-hotimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-hot .hotlist {
    margin-bottom: 50px;
}

.home-hot .hotitem .hot-img {
    height: 15rem;
}

.home-hot .hotitem .hot-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-hot .hotitem .hot-text p {
    margin: 0;
    text-align: center;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-product {
    margin-bottom: 100px;
}

.title {
    text-align: center;
    text-transform: uppercase;
}

.title h3 {
    color: #595959;
    font-weight: 500;
    margin-bottom: 10px;
}

.title h2 {
    color: #e84518;
    font-weight: 700;
    margin-bottom: 50px;
}

.title h2::after {
    content: '';
    display: block;
    width: 8rem;
    margin: 15px auto auto auto;
    height: 3px;
    background-color: #e84518;
}

.home-product .h-pro-list {
    margin-bottom: 20px;
}

.home-product .h-pro-list .h-pro-item {
    position: relative;
    overflow: hidden;
}

.home-product .h-pro-list .h-pro-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, .7);
    left: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .h-pro-list .h-pro-item:hover::before {
    height: 100%;
}

.home-product .h-pro-list .h-pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .h-pro-list .h-pro-item .h-pro-text {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .h-pro-list .h-pro-item .h-pro-text h2,
.home-product .h-pro-list .h-pro-item .h-pro-text p {
    color: #fff;
    margin-top: 10px;
}

.home-product .h-pro-list .h-pro-item .h-pro-text p {
    margin-bottom: 0;
    padding: 0 20px;
}

.home-product .h-pro-item .h-pro-btn,
.home-product .h-pro-list .h-pro-item .h-pro-text {
    z-index: 3;
}

.home-product .h-pro-item .h-pro-btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20px);
    transition: all 0.8s ease;
    opacity: 0;
    background-color: rgba(183, 32, 36, 0);
    border: 1px solid rgba(255, 255, 255, 1);
}

.home-product .h-pro-item .h-pro-btn a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
}

.home-product .h-pro-item:hover .h-pro-text {
    top: 47%
}

.home-product .h-pro-item:hover .h-pro-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.home-product .h-pro-item:hover .h-pro-btn {
    transform: translate(-50%, 0px);
    opacity: 1;
}

.home-honor {
    padding: 60px 0;
    background: url(../images/bghonor.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.title1 {
    text-align: center;
    text-transform: uppercase;
}

.title1 h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.title1 h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
}

.title1 h2::after {
    content: '';
    display: block;
    width: 8rem;
    margin: 15px auto auto auto;
    height: 3px;
    background-color: #e84518;
}

.home-honor .honor-left .h-honor-img {
    margin-bottom: 50px;
    height: 19rem;

}

.home-honor .honor-left .h-honor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: url(../images/bg-honor.png) no-repeat;
    padding: 25px;
    background-position: center;
    background-size: contain;
}

.home-honor .honor-right {
    position: relative;
}

.home-honor .honor-right::after {
    content: "";
    display: block;
    width: 50px;
    /* 调整大小 */
    height: 50px;
    /* 调整大小 */
    border-radius: 50%;
    /* 将元素变为圆形 */
    background-color: red;
    /* 修改颜色 */
    position: absolute;
    top: calc(50% - 25px);
    /* 根据需求进行微调位置 */
    left: calc(50% - 25px);
    /* 根据需求进行微调位置 */
    opacity: 0;
    /* 初始时不可见 */
    transition: opacity 0.3s ease;
    /* 过渡动画效果 */
}

.home-honor .honor-right video[paused]+ ::after {
    opacity: 1;
}

.home-honor .honor-right video {
    width: 100%;
    height: auto;
}

.home-about {
    padding: 100px 0;
    background: url(../images/bgabout.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.home-about .bgabout {
    padding: 60px 0;
    background-color: rgba(29, 16, 12, 0.4);
}

.home-about .bgabout .h-about-text {
    width: 90%;
    margin: 0 auto 60px auto;
}

.home-about .bgabout .h-about-text p {
    color: #fff;
    line-height: 2;
    margin-bottom: 2rem;
    text-indent: 2rem;
}

.home-about .bgabout .h-about-conount {
    background-color: #e84518;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}

.home-about .bgabout .h-about-conount p {
    margin: 0;
    color: #fff;
}

.home-about .bgabout .h-about-conount h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    margin: 0 5px 0 0;
}

.home-about .bgabout .h-about-conount span {
    color: #fff;
}

.home-about .bgabout .h-about-conount .h-about-num {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.home-about .bgabout .h-about-conount .h-about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-news {
    padding: 100px 0;
    background: url(../images/bgnews.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.home-news .h-newslist {
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #fff;
}

.home-news .h-newslist p,
.home-news .h-newslist span,
.home-news .h-newslist h3 {
    color: #fff;
}

.home-news .h-newslist p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news .h-newslist .h-newsdate {
    width: 100px;
}

.home-news .h-newslist .h-newsdate p {
    font-size: 20px;
    white-space: nowrap;
}

.home-news .h-newslist .h-newstext {
    padding-left: 50px;
}

.home-news .h-newslist .h-newstext h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news .h-newslist .h-newstext p {
    text-indent: 2rem;
}

.home-contact {
    padding: 100px 0;
    background: url(../images/bgcontact.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.home-contact .news-fluid {
    width: 80%;
    margin: 0 auto;
}

.home-contact .news-fluid .h-foot-text {
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

.home-contact .news-fluid .h-foot-text span {
    padding: 0 3rem 0 2rem;
}

.home-contact .news-fluid .h-foot-text1 {
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: space-between;
}

.home-contact .news-fluid .h-foot-text1 .h-add .l {
    display: flex;
    align-items: center;
}

.home-contact .news-fluid .h-foot-text1 .h-add span {
    padding: 0 3rem 0 2rem;
}

.home-contact .news-fluid .h-foot-text1 .h-ewm {
    text-align: center;
}

.home-contact .news-fluid .h-foot-text1 .h-ewm p {
    margin: 0;
    font-size: 40px;
}

.banner {
    position: relative;
}

/* .bgbanner {
    height: 100%;
    background: url(../images/bgproduct.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bgbanner-play {
    height: 100%;
    background: url(../images/bgplay.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bgbanner-news {
    height: 100%;
    background: url(../images/nw-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bgbanner-product {
    height: 100%;
    background: url(../images/pro-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bgbanner-honor {
    height: 100%;
    background: url(../images/ry-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bgbanner-job {
    height: 100%;
    background: url(../images/rc-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */

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

.banner .bannertext {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner .bannertext h1 {
    font-weight: 500;
    margin-bottom: 30px;
}

.banner .bannertext h1::after {
    content: '';
    display: block;
    margin-top: 20px;
    height: 3px;
    background-color: #e84518;
}

.banner .bannertext h3 {
    font-weight: 500;
}

.listtype {
    border-bottom: 1px solid #d9d9d9;
}

.listtype * {
    transition: unset;
}

.listtype .listitem {
    text-align: center;
}

.listtype .first {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

.listtype .first .listitem .firsta::after {
    content: '|';
    position: absolute;
    right: 0;
}

.listtype .first .listitem:last-child .firsta::after {
    content: '';
}

.listtype .first .listitem .firsta {
    display: block;
    position: relative;
    line-height: 70px;
}

.listtype .first .listitem .firsta::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    margin-bottom: -3px;
    background-color: #e84518;
    transition: width 0.5s;
}

.listtype .first .listitem:hover .firsta span {
    color: #e84518;
}

.listtype .first .listitem:hover .firsta::before {
    width: 100%;
}

.listtype .row>* {
    padding-left: 0;
    padding-right: 0;
}

.listtype .dropdown-menu {
    background: rgba(0, 0, 0, .8);
    margin: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
    text-align: center;
}

.listtype .dropdown-menu li a {
    line-height: 2.5;
    color: #fff;
    display: block;
}

.listtype .dropdown-menu li:hover {
    background-color: #C7000A;
}

.productlist {
    margin-bottom: 5rem;
    position: relative;
    border: 1px solid #d9d9d9;
}

.productlist .productitem .pro-img {
    height: 18vw;
    overflow: hidden;
}

.productlist .productitem .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.productlist:hover .productitem .pro-img img {
    transform: scale(1.1);
}

.productlist .productitem .pro-text {
    text-align: center;
    background-color: #eee;
    padding: 10px;
}

.productlist .productitem:hover .pro-text {
    background-color: #C7000A;
    color: #ffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.productlist .productitem .pro-text p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productlist .productitem .pro-more {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 40px 0;
    color: #000;
}

.preview_img {
    position: relative;
}

/* .productitem .pro-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transform: scale(0.0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}

.productitem:hover .pro-img::before {
    transform: scaleX(1.0) perspective(400px);
} */

.productitem .bgtext {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: #fff;
}

.productitem .bgtext p {
    margin: 0;
    line-height: 2;
}

.productitem:hover .bgtext {
    opacity: 1;
    z-index: 2;
}

.main .product>.row {
    margin-left: 0;
    margin-right: 0;
}

.h-about-conount .year {
    justify-content: space-evenly;
}

/* 荣誉资质 */
.honor {
    padding: 100px 0;
}

.honoritem .pro-img {
    height: 14vw;
    overflow: hidden;
}

.honoritem .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.honoritem:hover .pro-img img {
    transform: scale(1.05);
}

.honoritem .pro-text {
    text-align: center;
}

.honoritem .pro-text p {
    margin: 0;
    margin: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.honoritem .pro-more {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 40px 0;
    color: #000;
}

.honoritem {
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.honoritem .pro-text * {
    transition: unset;
}

.preview_img {
    position: relative;
}

.productlist * {
    transition: unset;
}

.honoritem .bgtext {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: #fff;
}

.honoritem .bgtext p {
    margin: 0;
    line-height: 2;
}

.honoritem:hover .bgtext {
    opacity: 1;
    z-index: 2;
}

.honoritem {
    margin-bottom: 50px;
    border: 1px solid #eee;
}

.honoritem:hover {
    border: 1px solid #333;
}

.honorlistimg {
    text-align: center;
}

.position {
    line-height: 80px;
    border-bottom: 1px solid #d9d9d9;
}

.position a {
    padding: 0 5px;
    color: #333;
}

.honorlist h1 {
    text-align: center;
    margin: 50px 0;
}

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

.introduce {
    font-size: 22px;
    background: url(../images/icon8.png) no-repeat 0 center;
    padding-left: 40px;
    font-weight: bold;
}

.introduce::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #C7000A;
    margin-left: 20px;
}

.breadcrumb {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #999;
    padding: 5px;
}

.tab {
    margin: 70px 0 0 0;
}

.tab * {
    transition: unset;
}

.tab ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.tab ul li {
    margin-bottom: 20px;
}

.tab ul li a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: #ddd 1px solid;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.tab ul>li>a.on {
    background-color: #C7000A;
    color: #fff;
}

.tab ul li:hover a {
    background-color: #C7000A;
    color: #fff;
}

.aboutcontent .abouttext h3 {
    font-weight: bold;
    margin: 0 0 20px;
}

.aboutcontent .abouttext p {
    text-indent: 2rem;
    margin: 0;
    line-height: 2.5;
}

.aboutcontent ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 2%;
}

.aboutcontent ul li .wrap {
    line-height: 1;
    border-right: 1px solid #eee;
}

.aboutcontent ul li:last-child .wrap {
    border: 0;
}

.aboutcontent ul li .num strong {
    font-size: 30px;
    color: #C7000A;
    font-family: Impact;
    margin-right: 5px;
    text-indent: 0;
}

.aboutcontent ul li p {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    margin-top: 15px;
}

.aboutcontent .aboutimg {
    display: flex;
    justify-content: center;
}

.contact {
    margin: 3rem 0 4rem 0;
    padding: 0;
}

.contact li {
    line-height: 4;
    border-bottom: 1px dashed #999;
}

.content-wzlb .content-wzlb-item {
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 12px 0;
}

.content-wzlb .content-wzlb-item .date {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    background: #eee;
    border-radius: 6px;
    margin-right: 12px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-wzlb .content-wzlb-item .date span {
    font-size: 12px;
    display: block;
}

.content-wzlb .content-wzlb-item .date * {
    transition: unset;
}

.content-wzlb .content-wzlb-item h2 {
    font-size: 24px;
    line-height: 2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}

.content-wzlb .content-wzlb-item p {
    color: #666;
    text-indent: 2rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.content-twlb .content-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.content-wzlb .content-wzlb-item:hover {
    border: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
    transform: translateY(-6px);
    padding: 12px;
    margin: 0 -12px;
}

.content-wzlb .content-wzlb-item:hover .date {
    background: #C7000A;
    color: #fff;
}

.newstitle {
    margin-bottom: 30px;
}

.newstitle h1 {
    border-left: 5px solid #C7000A;
    margin: 0;
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
}

.newstitle p {
    margin: 15px 0 0;
    font-size: 0;
}

.newstitle p span {
    vertical-align: middle;
    margin-right: 20px;
    color: #999;
    font-size: 14px;
}

.newsbody {
    padding-bottom: 3rem;
    border-bottom: 1px solid #999;
}

.newsbody p {
    margin-bottom: 0;
    line-height: 2.5;
}

.newsbody p img {
    max-width: 100%;
    height: auto;
}

.productbody {
    text-align: center;
}

.productbody img {
    max-width: 100%;
    height: auto;
}

.job {
    text-align: center;
}

.job img {
    max-width: 100%;
    height: auto;
}

.play .playitem {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    border: 1px solid #eee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.play .playitem .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
}

.play .playitem .playimg {
    height: 17vw;
    overflow: hidden;
    position: relative;
}

.play .playimg .playvideo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.play .playitem:hover .playimg .playvideo {
    transform: scale(1.1);
}

.play .playitem p {
    margin-bottom: 0;
    line-height: 3;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.play .playitem:hover {
    border: 1px solid #333;
}

.playbody {
    margin: 24px 0;
    text-align: center;
}

.playbody video {
    max-width: 100%;
    height: auto;
}

.playbody p video {
    max-width: 100%;
    height: auto;
}

.culture .qy {
    font-size: 18px;
    color: #c7000a;
    margin-bottom: 13px;
}

.culture .eqy {
    font-size: 30px;
    font-family: Arial;
    text-transform: uppercase;
    color: #e6e5e5;
    font-weight: bold;
    margin-bottom: 40px;
}

.culture .ti {
    color: #333;
    font-size: 36px;
    margin-bottom: 22px;
}

.culture .text {
    font-size: 15px;
    line-height: 2;
}

.banner .yjlm {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
}

.banner .yjlm h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.adress {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
    line-height: 30px;
    color: #fff;
}

.adress a {
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}

.innernav {
    height: 70px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 16PX 29PX 0px rgba(69, 10, 66, 0.11);
}

.innernav ul {
    height: 70px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.innernav ul li {
    line-height: 70px;
}

.innernav ul li a {
    padding: 0 26px;
    color: #333;
    display: block;
}

.innernav ul li.active a {
    color: #fff;
    background: #C7000A;
}

.main {
    padding: 80px 0;
}

.main .ejlm {
    margin-bottom: 40px;
    display: none;
}

.main .ejlm * {
    transition: unset;
}

.main .ejlm h2 {
    height: 60px;
    padding: 0 20px;
    width: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 22px;
    background: url(../images/cd.png) no-repeat right 20px center #C7000A;
}

.main .ejlm ul {
    margin: 0;
    padding: 0;
    background: #C7000A;
    padding: 20px 0;
    display: none;
}

.main .ejlm ul li {
    font-size: 16px;
    line-height: 40px;
}

.main .ejlm ul li a {
    padding: 0 28px;
    color: #fff;
    display: block;
}

.main .mnav ul li.active>a {
    color: #e6c390;
}

.lnnertitle {
    text-align: center;
    margin-bottom: 50px;
}

.lnnertitle h3 {
    font-weight: 700;
    font-size: 38px;
    color: #333;
    margin-bottom: 10px;
}

.lnnertitle h4 {
    font-weight: 500;
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
}

.content_text p {
    line-height: 22px;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: flex;
    margin-bottom: 1rem;
}

.content_text p b {
    color: #616062;
    font-weight: normal;
    white-space: nowrap;
}

.content_text p a {
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.newscontent .newsitem {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.newscontent .newsitem .lyNyNew_text1 {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_name {
    overflow: hidden;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms {
    margin: 6px auto;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.newscontent .newsitem .lyNyNew_text2 {
    padding: 0 48px 0 25px;
    position: relative;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time {
    color: #aaa;
    font-size: 14px;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 14px 10px 14px 0;
    padding: 0;
    float: left;
    background: url(../images/time_icon2.png) center center no-repeat;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_more {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eee;
    background: url(../images/jt2.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.newscontent .newsitem:hover {
    background-color: #C7000A;
    border: 1px dashed #C7000A;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.newscontent .newsitem:hover .lyNyNew_text1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_name,
.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_ms p,
.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time {
    color: #fff;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time i {
    background: url(../images/time_icon3.png) center center no-repeat;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_more {
    background: url(../images/jt16.png) center center no-repeat;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.newslist h2,
.honorlist h2 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 20px;
}

.newslist .share,
.honorlist .share {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e7e7e7 solid;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
}

.newslist .share p,
.honorlist .share p {
    margin: 0 10px;
    font-size: 14px;
    color: #999;
}

.newslist .newslistcontent,
.honorlist .honorlistcontent {
    margin: 24px 0;
}

.honorlist .honorlistcontent {
    text-align: center;
}

.newslist .newslistcontent p,
.honorlist .honorlistcontent p {
    margin-bottom: 1rem;
    line-height: 2;
}

.newslist .newslistcontent img {
    max-width: 100%;
    height: auto;
}

.main_menu>li {
    position: relative;
}

.main_menu>li>a {
    width: 100%;
    display: block;
    line-height: 50px;
}

.main_menu>li>div {
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    background-position: center center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.main_menu>li>div.active {
    transform: rotate(90deg);
}

.main_menu .submenu>li {
    padding-left: 20px;
    margin-top: 10px;
    line-height: 25px !important;
}

.main_menu .submenu>li>a {
    font-size: 14px;
}

.main_menu .submenu>li.active>a {
    color: #e6c390;
}

.main_menu .submenu {
    display: none;
}

.innertext .ind-tit {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    padding-bottom: 20px;
}

.innertext .ind-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #C7000A;
    margin-left: -20px;
}

.aboutcontent .info {
    margin: 30px auto;
    line-height: 2;
    color: #666;
    font-size: 18px;
}

.probox {
    position: relative;
}

.probox .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.probox .showBox .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.probox .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.probox .showBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.productlist:hover .probox .showBox {
    opacity: 1;
}

.productlist:hover .probox .showBox .showBoxLink::before,
.productlist:hover .probox .showBox .showBoxLink::after {
    width: 1rem;
}