﻿@import "index.css";
body { min-width: 1500px; }

.wap { display: none !important }

/*电脑版样式表*/
h1 { font-size: 36px }
h2 { font-size: 30px }
h3 { font-size: 26px }
h4 { font-size: 24px }
h5 { font-size: 22px }
h6 { font-size: 20px }


/*电脑版字号*/
.Cfont12 { font-size: 12px !important }
.Cfont14 { font-size: 14px !important }
.Cfont16 { font-size: 16px !important }
.Cfont18 { font-size: 18px !important }
.Cfont20 { font-size: 20px !important }
.Cfont22 { font-size: 22px !important }
.Cfont24 { font-size: 24px !important }
.Cfont30 { font-size: 30px !important }
.Cfont36 { font-size: 36px !important }
.Cfont40 { font-size: 40px !important }

/*弹窗样式（toast）*/
.jq-toast, .jq-load { z-index: 9999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; }
.jq-toast > div { max-width: 80%; padding: 30px 60px; background-color: rgba(0,0,0,.7); color: #FFF; border-radius: 4px; }
@keyframes load {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.jq-load .toast { background-color: rgba(0,0,0,.7); color: #FFF; border-radius: 4px; display: flex; flex-direction: column; height: 200px; justify-content: center; width: 200px; align-items: center; }
.jq-load .load { border: 4px solid transparent; margin-bottom: 20px; border-radius: 50%; border-top: 4px solid #fff; width: 40px; height: 40px; animation: load 1s linear infinite; border-left: 4px solid #fff; border-right: 4px solid #fff; }
.jq-load .sload { border: 6px solid #393; width: 25px; height: 45px; border-radius: 3px; transform: rotate(50deg); border-top: 0; border-left: 0; margin-bottom: 40px; }
.jq-load .tip { font-size: 24px; }
.dropload-load > img { /*height: 25px;*/width:150px }

/*错误页面*/
.Error { height: 100vh }
    .Error img { width: 120px; height: 120px; }
    .Error p { margin-top: 20px }
    .Error a { width: 250px; height: 40px; line-height: 40px; margin-top: 50px; }
/*悬浮样式*/
/*悬浮整体阴影样式*/
.pcInteractStyle1 { transition: box-shadow .1s; cursor: pointer }
    .pcInteractStyle1:hover { box-shadow: 0 0 10px rgba(153,153,153,.5) !important }
/*悬浮所有字体变红*/
.pcInteractStyle2, .pcInteractStyle2 * { transition: color .1s; cursor: pointer }
    .pcInteractStyle2:hover, .pcInteractStyle2:hover * { color: #e2011d !important }
/*悬浮所有图片放大样式*/
.pcInteractStyle3 { cursor: pointer }
    .pcInteractStyle3 img { transition: transform .7s }
    .pcInteractStyle3:hover img { transform: scale(1.2) }
/*悬浮整体放大样式*/
.pcInteractStyle4 { transition: transform .7s; cursor: pointer }
    .pcInteractStyle4:hover { transform: scale(1.05) }
/*悬浮红底白字样式*/
.pcInteractStyle5 { transition: background-color .1s; cursor: pointer }
    .pcInteractStyle5:hover { background-color: #e2011d; color: #fff; }
/*悬浮整体透明度50%*/
.pcInteractStyle6 { transition: opacity .1s; cursor: pointer }
    .pcInteractStyle6:hover { opacity: .5 !important }
/*电脑版导航条*/
.pc.Nav { height: 80px }
    .pc.Nav .Logo { font-size: 0; max-width: 300px }
        .pc.Nav .Logo > h1 { height: 100%; width: 100% }
            .pc.Nav .Logo > h1 > img { display: block; max-height: 60px; max-width: 100% }
                .pc.Nav .Logo > h1 > img + span { display: none }
            .pc.Nav .Logo > h1 > span { height: 100%; width: 100% }
    .pc.Nav .NavList { display: flex; justify-content: flex-end; align-items: center }
        .pc.Nav .NavList .NavItem { height: 40px; line-height: 40px; cursor: pointer; position: relative; white-space: nowrap; border-radius: 5px }
            .pc.Nav .NavList .NavItem span { margin-left: 5px; width: 10px; height: 40px; background-size: 10px; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M79.871 237.867c-18.144-18.163-47.598-18.163-65.742 0C5.049 246.937.504 258.84.504 270.739c0 11.893 4.545 23.792 13.625 32.871L479.06 768.541c18.144 18.159 47.599 18.159 65.743 0l464.932-464.931c18.159-18.149 18.159-47.599 0-65.743-18.144-18.158-47.599-18.158-65.743 0l-432.06 432.05-432.061-432.05zm432.061 432.05' fill='%23999'/%3E%3C/svg%3E") }
            .pc.Nav .NavList .NavItem.activeC span, .pc.Nav .NavList .NavItem.active span, .pc.Nav .NavList .NavItem:hover span { background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M79.871 237.867c-18.144-18.163-47.598-18.163-65.742 0C5.049 246.937.504 258.84.504 270.739c0 11.893 4.545 23.792 13.625 32.871L479.06 768.541c18.144 18.159 47.599 18.159 65.743 0l464.932-464.931c18.159-18.149 18.159-47.599 0-65.743-18.144-18.158-47.599-18.158-65.743 0l-432.06 432.05-432.061-432.05zm432.061 432.05' fill='%23fff'/%3E%3C/svg%3E") }
            .pc.Nav .NavList .NavItem.active { background-color: #e2011d; }
                .pc.Nav .NavList .NavItem.active > a { color: #fff; }
            .pc.Nav .NavList .NavItem.activeC { background-color: #e2011d; }
                .pc.Nav .NavList .NavItem.activeC > a { color: #fff; }
                .pc.Nav .NavList .NavItem.activeC .NavSelectList { display: block }
            .pc.Nav .NavList .NavItem .NavSelectList { display: none; position: absolute; top: 40px; left: 50%; z-index: 999; transform: translate(-50%,0); padding-top: 20px }
                .pc.Nav .NavList .NavItem .NavSelectList > div { position: relative; border-radius: 5px; box-shadow: 0 0 10px rgba(153,153,153,.5) }
                    .pc.Nav .NavList .NavItem .NavSelectList > div::before { content: ""; position: absolute; border: 6px solid rgba(0,0,0,0); border-bottom-color: #fff; border-left-color: #fff; bottom: calc(100% - 6px); left: calc(50% - 10px); transform: rotate(-225deg); box-shadow: -7px 7px 15px -5px rgba(153,153,153,.5) }
                .pc.Nav .NavList .NavItem .NavSelectList .NavSelectItem { padding: 0 20px; width: 153px; display: block; cursor: pointer; height: 50px; line-height: 50px }
                    .pc.Nav .NavList .NavItem .NavSelectList .NavSelectItem:first-child { border-radius: 5px 5px 0 0 }
                    .pc.Nav .NavList .NavItem .NavSelectList .NavSelectItem:last-child { border-radius: 0 0 5px 5px }
            .pc.Nav .NavList .NavItem.Edition::before { content: ""; margin-right: 5px; width: 1em; height: 1em; background-size: 1em; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M757.146 1009.539c-39.712 0-72.021-32.309-72.021-72.021V414.162c0-39.713 32.309-72.023 72.021-72.023h191.512c39.709 0 72.014 32.31 72.014 72.023v523.355c0 39.713-32.305 72.021-72.014 72.021H757.146zm99.594-70.426c-8.064 0-14.625 6.561-14.625 14.625s6.561 14.625 14.625 14.625 14.625-6.561 14.625-14.625-6.56-14.625-14.625-14.625zm97.995-46.406V450.59H751.06v442.117h203.675z' fill='%23333'/%3E%3Cpath d='M256.247 1015.554c-28.485 0-51.659-23.174-51.659-51.659 0-28.486 23.174-51.662 51.659-51.662h156.734V801.92H92.316c-48.149 0-87.321-39.172-87.321-87.321v-610.04c0-48.149 39.172-87.321 87.321-87.321h749.781c48.149 0 87.322 39.172 87.322 87.321v163.204c0 28.547-23.276 51.772-51.887 51.772-28.607 0-51.882-23.225-51.882-51.772V140.777c0-10.839-8.82-19.657-19.662-19.657H128.535c-10.839 0-19.657 8.818-19.657 19.657v537.826c0 10.843 8.818 19.664 19.657 19.664h486.131c28.449.314 51.55 23.539 51.55 51.772 0 23.088-14.126 42.401-35.55 49.222v2.658H520.318v110.313h81.189c28.487 0 51.664 23.176 51.664 51.662-.166 28.498-23.343 51.659-51.664 51.659h-345.26z' fill='%23333'/%3E%3C/svg%3E") }
            .pc.Nav .NavList .NavItem.Edition .NavSelectList { right: 0; transform: initial; left: initial; }
            .pc.Nav .NavList .NavItem:hover { background-color: #e2011d; }
                .pc.Nav .NavList .NavItem:hover > a { color: #fff; }
                .pc.Nav .NavList .NavItem:hover > .NavSelectList { display: block; }
            .pc.Nav .NavList .NavItem.Edition:hover::before { background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M757.146 1009.539c-39.712 0-72.021-32.309-72.021-72.021V414.162c0-39.713 32.309-72.023 72.021-72.023h191.512c39.709 0 72.014 32.31 72.014 72.023v523.355c0 39.713-32.305 72.021-72.014 72.021H757.146zm99.594-70.426c-8.064 0-14.625 6.561-14.625 14.625s6.561 14.625 14.625 14.625 14.625-6.561 14.625-14.625-6.56-14.625-14.625-14.625zm97.995-46.406V450.59H751.06v442.117h203.675z' fill='%23fff'/%3E%3Cpath d='M256.247 1015.554c-28.485 0-51.659-23.174-51.659-51.659 0-28.486 23.174-51.662 51.659-51.662h156.734V801.92H92.316c-48.149 0-87.321-39.172-87.321-87.321v-610.04c0-48.149 39.172-87.321 87.321-87.321h749.781c48.149 0 87.322 39.172 87.322 87.321v163.204c0 28.547-23.276 51.772-51.887 51.772-28.607 0-51.882-23.225-51.882-51.772V140.777c0-10.839-8.82-19.657-19.662-19.657H128.535c-10.839 0-19.657 8.818-19.657 19.657v537.826c0 10.843 8.818 19.664 19.657 19.664h486.131c28.449.314 51.55 23.539 51.55 51.772 0 23.088-14.126 42.401-35.55 49.222v2.658H520.318v110.313h81.189c28.487 0 51.664 23.176 51.664 51.662-.166 28.498-23.343 51.659-51.664 51.659h-345.26z' fill='%23fff'/%3E%3C/svg%3E") }
/*电脑版横幅广告*/
.Poster { width: 100%; overflow: hidden; font-size: 0; }
    .Poster.PosterMaxWidth.MaxWidth { margin-left: auto !important; margin-right: auto !important; width: 96%; border-radius: 5px; }
    .Poster .MaxWidth { margin: auto }
    .Poster .tp-banner-container .tp-banner ul { height: 100% !important; display: none }
        .Poster .tp-banner-container .tp-banner ul li { height: 100% !important; width: 100% !important }
            .Poster .tp-banner-container .tp-banner ul li .slotholder { height: 100% !important; width: 100% !important }
    .Poster .tp-banner-container .slotholder > img { object-fit: cover; object-position: center; /*height:100% !important;width:auto !important;*/ min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100% }
    .Poster .tp-banner-container .tp-banner ul li .tp-caption.sft.slidelink { position: absolute }
    .Poster .PosterOne { display: block; width: 100% }
        .Poster .PosterOne > img { width: 100%; height: 100% }

/*电脑版版块标题*/

/*模块标题*/
.ModuleTitle { display: flex; align-items: center; justify-content: center; margin-bottom: 24px }
    .ModuleTitle > h3 { line-height: 1; }
    .ModuleTitle.Style1 > h3 { border-bottom: 1px solid #ccc; text-align: center; padding: 0 20px 20px; position: relative; }
        .ModuleTitle.Style1 > h3::before { content: ""; position: absolute; left: 50%; bottom: -1px; width: 29px; height: 1px; background-color: #fff; transform: translate(-50%,0) }
        .ModuleTitle.Style1 > h3::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 9px; height: 9px; background-color: #e2011d; border-radius: 5px; transform: translate(-50%,0) }

/*电脑版自定义版块*/
.Custom { margin: 40px auto 0; width: 96% }
    .Custom .CustomContent { background-color: #f8f8f8; overflow: hidden; width: 100%; position: relative; display: flex }
        .Custom .CustomContent > div { float: left; width: 50%; }
        .Custom .CustomContent .CustomImg { position: relative; height: 0; padding-top: 25%; overflow: hidden }
            .Custom .CustomContent .CustomImg > img { width: 100%; display: block; position: absolute; height: 100%; top: 0; }
        .Custom .CustomContent .CustomText { padding: 0 40px; box-sizing: border-box }
            .Custom .CustomContent .CustomText > p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; line-height: 1.66; text-align: justify; word-break: break-all }
.CustomContent .CustomText .MoreBtn { display: none }
.Custom .More + .CustomContent .CustomText .MoreBtn { display: block; box-sizing: border-box; line-height: 48px; width: 150px; margin-top: 35px }
/*电脑版视频展播*/
.Video { margin: 40px auto 0; width: 96% }
    .Video .Meanwhile { background-image: url("/App_Style/img/videoBG.jpg"); background-size: 100% 100%; overflow: hidden }
        .Video .Meanwhile .swiper-slide { max-width: 800px; text-align: center; flex: 1 }
            .Video .Meanwhile .swiper-slide:nth-child(2) { margin-left: 40px }
            .Video .Meanwhile .swiper-slide > video { width: 100%; display: none }
            .Video .Meanwhile .swiper-slide > p { color: #fff; margin-top: 20px }
/*电脑版产品展示*/
/*无间距*/
.MallList.ColumnP4 .MallItem { width: 25% }
.MallList.ColumnP5 .MallItem { width: 20% }
.MallList.ColumnP6 .MallItem { width: 16.66% }
/*有间距*/
.MallList.Spacing .MallItem { margin-top: 20px; margin-right: 20px }
/*列数三*/
.MallList.Spacing.ColumnP3 .MallItem { width: calc((100% - 20px * 2) / 3) }
    .MallList.Spacing.ColumnP3 .MallItem:nth-child(3n) { margin-right: 0 }
/*列数四*/
.MallList.Spacing.ColumnP4 .MallItem { width: calc((100% - 20px * 3) / 4) }
    .MallList.Spacing.ColumnP4 .MallItem:nth-child(4n) { margin-right: 0 }
/*列数五*/
.MallList.Spacing.ColumnP5 .MallItem { width: calc((100% - 20px * 4) / 5) }
    .MallList.Spacing.ColumnP5 .MallItem:nth-child(5n) { margin-right: 0 }
/*列数六*/
.MallList.Spacing.ColumnP6 .MallItem { width: calc((100% - 20px * 5) / 6) }
    .MallList.Spacing.ColumnP6 .MallItem:nth-child(6n) { margin-right: 0 }
/*样式一*/
.MallList.Style1 .MallItem .Name { line-height: 50px }
/*样式二*/
.MallList.Style2 .MallItem .Name { margin-top: 15px }
/*样式三*/
.MallList.Style3 .MallItem { transition: transform .7s }
    .MallList.Style3 .MallItem .Name { margin-top: 15px }
    .MallList.Style3 .MallItem .Img { overflow: hidden; border-radius: 5px; transition: box-shadow .1s }
        .MallList.Style3 .MallItem .Img > img { transition: transform .7s }
    .MallList.Style3 .MallItem:hover { transform: scale(1.05) }
        .MallList.Style3 .MallItem:hover .Img { box-shadow: 0 0 10px rgba(153,153,153,.5); }
            .MallList.Style3 .MallItem:hover .Img > img { transform: scale(1.2) }
        .MallList.Style3 .MallItem:hover .Name { color: #e2011d }
/*电脑版联系我们*/
.ContactList { display: flex; flex-wrap: wrap; }
    .ContactList .ContactItem { width: calc((100% - 60px) / 4); box-shadow: 0 0 10px rgba(221,221,221,.5); margin: 20px 0 0 20px; border-radius: 5px; position: relative }
        .ContactList .ContactItem:nth-child(4n + 1) { margin: 20px 0 0 0 }
        .ContactList .ContactItem .dummy { position: relative; padding: 220px 0 0 0; }
        .ContactList .ContactItem > div { position: absolute; padding: 45px 20px 20px; border-radius: 5px; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; }
        .ContactList .ContactItem .Img { width: 50px; height: 50px; display: block; }
        .ContactList .ContactItem .Name { max-width: 100% }
        .ContactList .ContactItem .Content { height: 2.77em }
            .ContactList .ContactItem .Content > span { line-height: 1.38 }
        .ContactList .ContactItem.QRCode { }
            .ContactList .ContactItem.QRCode .dummy { position: relative; padding: 220px 0 0 0; }
            .ContactList .ContactItem.QRCode > div { justify-content: space-between; padding: 35px 20px; }
                .ContactList .ContactItem.QRCode > div > img { width: 120px; height: 120px }
                .ContactList .ContactItem.QRCode > div > .Name { margin: 0; line-height: 1; font-weight: normal; font-size: 18px }
                .ContactList .ContactItem.QRCode > div > .Content { display: none }
.ContactMap { overflow: hidden; margin-top: 20px; height: 500px; width: 100%; display: none; border-radius: 5px }
    .ContactMap .smnoprint { display: none }
    .ContactMap .MapTabDiv { border: 0 !important; border-radius: 10px !important; padding: 0 !important }
    .ContactMap .MapTab { padding: 20px; font-weight: normal; position: absolute; background-color: #fff; border-radius: 5px; top: -39px; transform: translate(-50%, -100%); }
/*电脑版页脚*/
.FootLink { width: 100%; margin-top: 40px; background-color: #1f1f1f; position: relative }
    .FootLink.FootLinkMaxWidth.MaxWidth { margin-left: auto !important; margin-right: auto !important; width: 96%; border-radius: 5px 5px 0 0 }
.FootLinkContent { width: 96%; margin: 0 auto; position: relative }
    .FootLinkContent > dl { width: 230px; margin: 40px 20px 40px 0; font-size: 0 }
        .FootLinkContent > dl:nth-child(3) { width: calc(100% - 830px); min-width: 230px; }
        .FootLinkContent > dl > dt { display: inline-block; padding-bottom: 15px; border-bottom: 1px solid #666; padding-right: 5px; margin-bottom: 10px; }
            .FootLinkContent > dl > dt > a { font-size: 24px; color: #ccc; line-height: 1; display: block }
        .FootLinkContent > dl > dd > a { font-size: 16px; color: #ccc; line-height: .26rem; display: block }
.FootLink .FootQR { position: absolute; top: 40px; right: 0; }
    .FootLink .FootQR > div { margin-left: 30px; }
        .FootLink .FootQR > div .Img { width: 130px; height: 130px; display: block; padding: 5px; }
            .FootLink .FootQR > div .Img > img { width: 100%; height: 100%; display: block }
        .FootLink .FootQR > div > p { line-height: 1; margin-top: 10px; }
.FootLink .Belong { padding: 15px 0; background-color: #111; }
/*电脑版浮动菜单*/
.FloatMenu { position: fixed; right: 1%; bottom: 40px; z-index: 999; transition: height .5s }
    .FloatMenu .FloatMenuItem:first-child { margin-top: 0 }
    .FloatMenu .FloatMenuItem { position: relative; width: 50px; height: 50px; margin-top: 20px; box-shadow: 0 0 20px 0 rgba(0,0,0,.15); cursor: pointer }
        .FloatMenu .FloatMenuItem img { max-width: 22px; max-height: 22px }
        .FloatMenu .FloatMenuItem.active .ActiveImg, .FloatMenu .FloatMenuItem .Img { display: block }
        .FloatMenu .FloatMenuItem.active .Img, .FloatMenu .FloatMenuItem .ActiveImg { display: none }
        .FloatMenu .FloatMenuItem .FloatMenuPop { position: absolute; right: 50px; width: 0; transition: width .3s; overflow: hidden }
            .FloatMenu .FloatMenuItem .FloatMenuPop.active { width: calc(100vw - 50px) }
            .FloatMenu .FloatMenuItem .FloatMenuPop div { width: calc(100vw - 50px); padding: 20px 30px; overflow: hidden; box-sizing: border-box }
                .FloatMenu .FloatMenuItem .FloatMenuPop div span { padding: .2rem .3rem; float: right; border-radius: 5px; box-shadow: 0 0 .1rem 0 rgba(0,0,0,.15) }
        .FloatMenu .FloatMenuItem:last-child { display: none }
/*电脑版内页广告*/
.InnerPagePoster { width: 100% }
    .InnerPagePoster.InnerPagePosterMaxWidth.MaxWidth { margin-left: auto !important; margin-right: auto !important; width: 96%; border-radius: 5px; overflow: hidden }
    .InnerPagePoster > img { width: 100% }
/*电脑版内页标题*/
.InnerPageTitle { margin: 40px auto 0; width: 96%; padding-bottom: 20px; border-bottom: 1px solid #ccc }
    .InnerPageTitle::before { content: ""; border-left: 5px solid #000; height: 30px; margin-right: 20px }

/*编辑器*/
/*.EditShow .EditContent{line-height:180%}
.EditShow .EditImg img{display:block;margin:10px auto 0 auto}*/
.EditShow { line-height: 1.5; }
    .EditShow .EditContent { overflow: hidden }
    .EditShow img { max-width: 100%; vertical-align: top; }
    .EditShow .EditImg { text-align: center; }


/*电脑版搜索*/
.Search2 { display: flex; align-items: center; justify-content: flex-end; margin: 0 auto; width: 96%; position: relative; }
    .Search2 > a { display: none }
    .Search2 > input { width: 220px; height: 40px; line-height: 40px; border-radius: 20px 0 0 20px; border-width: 1px 0 1px 1px; border-style: solid; border-color: #ddd; box-sizing: border-box; position: absolute; top: -54px; right: 30px; padding: 0 15px; }
    .Search2 > button { position: absolute; top: -54px; width: 30px; height: 40px; border-radius: 0 20px 20px 0; border-width: 1px 1px 1px 0; border-style: solid; border-color: #ddd; box-sizing: border-box; background-color: #fff; background-size: 16px; background-position: 0 center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M939.72 1023.18a42.755 42.755 0 0 1-30.304-12.52L751.188 852.433a466.748 466.748 0 0 1-271.033 86.536 469.484 469.484 0 1 1 364.615-174.03l155.286 155.15a42.892 42.892 0 0 1 0 60.609l-30.1 29.962a42.755 42.755 0 0 1-30.236 12.52zM480.155 110.957c-197.7 0-358.458 160.827-358.458 358.526 0 197.7 160.759 358.527 358.458 358.527s358.527-160.759 358.527-358.458-160.76-358.595-358.459-358.595z' fill='%23666'/%3E%3C/svg%3E") }

/*电脑版分类*/
.pc.FirstCategory { margin: 0 auto; width: 96%; }
    .pc.FirstCategory .CategoryItem { position: relative; margin-top: 20px; margin-right: 20px; }
        .pc.FirstCategory .CategoryItem > a { padding: 0 30px; height: 45px; border: 1px solid #ccc; line-height: 45px; /*margin-top:20px;margin-right:20px;*/ border-radius: 5px; }
            .pc.FirstCategory .CategoryItem > a > span { height: 100%; width: 10px; margin-left: 5px; background-size: 10px; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M79.871 237.867c-18.144-18.163-47.598-18.163-65.742 0C5.049 246.937.504 258.84.504 270.739c0 11.893 4.545 23.792 13.625 32.871L479.06 768.541c18.144 18.159 47.599 18.159 65.743 0l464.932-464.931c18.159-18.149 18.159-47.599 0-65.743-18.144-18.158-47.599-18.158-65.743 0l-432.06 432.05-432.061-432.05zm432.061 432.05' fill='%23999'/%3E%3C/svg%3E") }
        .pc.FirstCategory .CategoryItem .SecondCategory { position: absolute; top: 47px; display: none; left: 50%; transform: translate(-50%, 0); z-index: 999; width: 193px; border-radius: 5px; padding-top: 20px }
            /*.pc.FirstCategory .CategoryItem:hover .SecondCategory{display:block}*/
            .pc.FirstCategory .CategoryItem .SecondCategory > div { border-radius: 5px; box-shadow: 0 0 10px 0 rgba(153,153,153,.5); position: relative }
                .pc.FirstCategory .CategoryItem .SecondCategory > div::before { content: ""; position: absolute; border: 6px solid rgba(0,0,0,0); border-bottom-color: #fff; border-left-color: #fff; bottom: calc(100% - 6px); left: calc(50% - 10px); transform: rotate(-225deg); box-shadow: -7px 7px 15px -5px rgba(153,153,153,.5) }
                .pc.FirstCategory .CategoryItem .SecondCategory > div > a { border-top: 0; padding: 0 20px; display: block; cursor: pointer; height: 50px; line-height: 50px; }
                    .pc.FirstCategory .CategoryItem .SecondCategory > div > a:first-child { border-top-left-radius: 5px; border-top-right-radius: 5px; }
                    .pc.FirstCategory .CategoryItem .SecondCategory > div > a:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

        .pc.FirstCategory .CategoryItem > a.active { color: #fff; background-color: #e2011d; border-color: #e2011d }
            .pc.FirstCategory .CategoryItem > a.active > span { background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M79.871 237.867c-18.144-18.163-47.598-18.163-65.742 0C5.049 246.937.504 258.84.504 270.739c0 11.893 4.545 23.792 13.625 32.871L479.06 768.541c18.144 18.159 47.599 18.159 65.743 0l464.932-464.931c18.159-18.149 18.159-47.599 0-65.743-18.144-18.158-47.599-18.158-65.743 0l-432.06 432.05-432.061-432.05zm432.061 432.05' fill='%23fff'/%3E%3C/svg%3E") }
        .pc.FirstCategory .CategoryItem:hover .SecondCategory > div > a.active { color: #fff; background-color: #e2011d; }
        .pc.FirstCategory .CategoryItem:hover > div > a { color: #fff; background-color: #e2011d; }
            .pc.FirstCategory .CategoryItem:hover > div > a > span { background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M79.871 237.867c-18.144-18.163-47.598-18.163-65.742 0C5.049 246.937.504 258.84.504 270.739c0 11.893 4.545 23.792 13.625 32.871L479.06 768.541c18.144 18.159 47.599 18.159 65.743 0l464.932-464.931c18.159-18.149 18.159-47.599 0-65.743-18.144-18.158-47.599-18.158-65.743 0l-432.06 432.05-432.061-432.05zm432.061 432.05' fill='%23fff'/%3E%3C/svg%3E") }
        .pc.FirstCategory .CategoryItem:hover > a { color: #fff; background-color: #e2011d; border-color: #e2011d }
            .pc.FirstCategory .CategoryItem:hover > a > span { background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M79.871 237.867c-18.144-18.163-47.598-18.163-65.742 0C5.049 246.937.504 258.84.504 270.739c0 11.893 4.545 23.792 13.625 32.871L479.06 768.541c18.144 18.159 47.599 18.159 65.743 0l464.932-464.931c18.159-18.149 18.159-47.599 0-65.743-18.144-18.158-47.599-18.158-65.743 0l-432.06 432.05-432.061-432.05zm432.061 432.05' fill='%23fff'/%3E%3C/svg%3E") }
        .pc.FirstCategory .CategoryItem:hover .SecondCategory { display: block }
/*.pc.FirstCategory .CategoryItem:hover .SecondCategory > div > a:hover{color:#fff;background-color:#e2011d;}*/

/*电脑版加载提示*/
.jqListLoad { display: flex; align-items: center; justify-content: center; }
.jqListLoading { display: none; margin-top: 40px; font-size: 0; }
.jqListLoading > img { width: 150px/*80px*/; }
.jqListLoaded { display: none; margin-top: 40px; font-size: 16px; color: #ccc; line-height: 1 }
/*电脑版无数据*/
.jqNoData { padding: 100px 0; }
    .jqNoData > img { width: 120px; display: block; margin: auto; }
    .jqNoData > p { margin-top: 20px; text-align: center; color: #999 }
/*Index样式*/
/*Index：电脑版产品展示*/
.IndexBody .Mall { margin: 40px auto 0; width: 96% }
    .IndexBody .Mall .ModuleTitle.Style1 { margin-bottom: 24px }
.IndexBody .MallList.Spacing.ColumnP3 .MallItem:nth-child(-n+3) { margin-top: 0 }
.IndexBody .MallList.Spacing.ColumnP4 .MallItem:nth-child(-n+4) { margin-top: 0 }
.IndexBody .MallList.Spacing.ColumnP5 .MallItem:nth-child(-n+5) { margin-top: 0 }
.IndexBody .MallList.Spacing.ColumnP6 .MallItem:nth-child(-n+6) { margin-top: 0 }
/*Index：电脑版最新动态*/
.IndexBody .Article.Style1 { margin: 40px auto 0; width: 96% }
    .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper { width: calc(50% - 10px); overflow: hidden; border-radius: 5px; position: relative }
        .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .Dummy { padding-bottom: 62.5% }
        .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper { width: 100%; height: 100%; position: absolute; top: 0 }
            .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide { position: relative }
                .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Img { width: 100%; height: 100% }
                    .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Img img { width: 100%; height: 100%; transition: all .5s }
            .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper:hover .swiper-wrapper .swiper-slide-active .Img img { transform: scale(1.2) }
            .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Msg { width: 100%; height: 70px; position: absolute; bottom: 0; background-color: rgba(0,0,0,.5) }
                .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Msg .Name { color: #fff; transition: color .3s }
                    .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Msg .Name.IsArticleTitleProminent { color: #e2011d; }
            .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper:hover .swiper-wrapper .swiper-slide .Msg .Name { color: #e2011d; }
            .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Msg .Name { line-height: 70px; padding-left: 30px; padding-right: 90px; -webkit-line-clamp: 1; }
            .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Msg .Content, .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-wrapper .swiper-slide .Msg .Data { display: none !important }
            .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-pagination { font-size: 0; bottom: 30px; text-align: right; }
                .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border-radius: 12px; }
                    .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-pagination .swiper-pagination-bullet:last-child { margin-right: 30px }
                .IndexBody .Article.Style1 .ArticleContent .ArticleSwiper .swiper .swiper-pagination .swiper-pagination-bullet-active { background-color: #e2011d; width: 24px }
    .IndexBody .Article.Style1 .ArticleContent .ArticleList { margin-left: 20px; width: calc(50% - 10px); }
        .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide { width: 100%; height: calc((100% - 80px) / 3); /*overflow:hidden;*/ border-bottom: 1px solid #eee; padding: 20px 0 }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide a { display: flex; height: 100%; width: 100% }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide:first-child { padding-top: 0 }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide:last-child { padding-bottom: 0; border-bottom: 0 }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide a .Img { flex-grow: 0; width: 27.21%; margin-right: 20px; font-size: 0; /*overflow:hidden;border-radius:5px;*/ position: relative }
                .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide a .Img > div { padding-bottom: 62.5% }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Img { transition: transform .7s; overflow: hidden }
                .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Img > img { height: 100%; width: 100%; transition: transform .7s; position: absolute; top: 0 }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide:hover > a .Img { transform: scale(1.05) }
                .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide:hover > a .Img > img { transform: scale(1.2) }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg { line-height: 1; flex: 1; overflow: hidden }
                .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg > .Name { margin-bottom: 20px; transition: color .3s; line-height: 30px }
                    .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg > .Name.Top::before { content: "置顶"; display: inline-block; color: #fff; background-color: #ff6600; border-radius: 5px; font-size: 16px; line-height: 25px; height: 25px; width: 50px; text-align: center; margin-top: -3px; vertical-align: middle; font-weight: normal; margin-right: 10px }
                    .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg > .Name.IsArticleTitleProminent { color: #e2011d }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide:hover > a .Msg > .Name { color: #e2011d }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg > .Content { margin-bottom: 6px; line-height: 24px; min-height: 28px }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg > .Data > *::before { content: ""; width: 15px; height: 15px; background-size: 100% 100%; margin-right: 5px }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg > .Data .Time::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cimage width='40' height='40' href='data:image/png;base64,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'/%3E%3C/svg%3E"); }
            .IndexBody .Article.Style1 .ArticleContent .ArticleList .swiper-slide > a .Msg > .Data .Hits::before { margin-left: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cimage width='40' height='40' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAAAAACpleexAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkBhISLS7XD7m+AAACvklEQVQ4y4XTWVPiQBAAYP7/29a+bO26W7ocCko4E5QrIQTCDWLklkMQQQMBEgK5ZhYUWZGrnzJdX2V6umd0LpebLLASPBY6D4bh6XqP4yVwGBK4F3OjHvLuRTsMb5NexOG8suHM04ifqfthk3FeppvFKInf+KI1fj8cNRBzA4IOQyImW6TGinNlZw06+dluLEI4HbTv46GgBw3mnqY7IRz6zPGBvPgEQiuJnJyimeZ4rmpgC05ibqohvC34LkPjRMCLJ2t9aQtOyxSReflYq4MqYdFbiXxPBGATSv2cN9BaJzSulqYIHA/H7hrcBtSmNcxeXicA0FSxmw1YTQhRnXyGUOuhxtxmp6VuKRa49lN0ptCdriHkvMb4ZkuAKotsJeUz/bEmnsQ1nEaQyPN8q3PjTt5vcwbpdLnNzdUlFO8CVHn41S3/Onxkos7zq0ChP15CqZ0mou3dI560Eti5AQnFllAZFv031T2XAYjd8Nm3X7+XUJO6XsvtjnurzQWO7Tcj5hPDue4tMfadxeVtKPZK0RunC/XSTFn33jfKRA2Vzxsq0zH7WEiRmA1BI8XXmbKCOTTc4j9tro0esoTDbPNFs9XO60TS4DuUGzEy211BIAts454Oui0WLFHnwP/JLM7dz4fC9VVKHjB+qzNA35UfHl/5j9LfoSa0cGd+NW/u1mX4a489bL4f3ar2QUBPr2DLrfdkKs9jdQeEcE6eEgJ4a3BWb2QU+DU+oJK6InqzhRRbIct1B+6FaoUgi+ziofZoDC+M90Otkwon2ypUyrbLDKscgIMSRVRUOEoYkNoOt4Zg1gvbckCu+i/xF3gAQsBHjHGVi2BEiT8IoZo200Ld7mA49TDUSh66k77AOio4DGEnGgxj1vgEwiOQzbv0F3hjdhTO2u7vpgKvHYXaKPjD0VfBUQgF8ic6gnviH3vn1S0oojCVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTA2LTE4VDEwOjQ1OjQ2KzA4OjAwjCRzcgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wNi0xOFQxMDo0NTo0NiswODowMP15y84AAAAgdEVYdHNvZnR3YXJlAGh0dHBzOi8vaW1hZ2VtYWdpY2sub3JnvM8dnQAAABh0RVh0VGh1bWI6OkRvY3VtZW50OjpQYWdlcwAxp/+7LwAAABd0RVh0VGh1bWI6OkltYWdlOjpIZWlnaHQANDCJuw8fAAAAFnRFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADQwcRTPkgAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTkyNDQ4MzQ2l75b9QAAABJ0RVh0VGh1bWI6OlNpemUAMjEwMEJCat6SUwAAAEJ0RVh0VGh1bWI6OlVSSQBmaWxlOi8vL3RtcC9pbWFnZWxjL2ltZ3ZpZXcyXzdfMTU4OTc5NDc5MDUwMTYyNjRfOTBfWzBdMRPTJwAAAABJRU5ErkJggg=='/%3E%3C/svg%3E"); }
/*Index：电脑版联系我们*/
.IndexBody .Contact { margin: 40px auto 0; width: 96% }
    .IndexBody .Contact .ModuleTitle { margin-bottom: 24px }
.IndexBody .ContactList .ContactItem:nth-child(-n+4) { margin-top: 0 }
/*Single样式*/
/*Single：电脑版内容*/
.SingleBody .SingleDiv { margin: 40px auto 0; width: 96%; }
/*Single：电脑版联系我们*/
.SingleBody .Contact { margin: 20px auto 0; width: 96%; }
    .SingleBody .Contact .ModuleTitle { display: none }
/*MallList样式*/
/*MallList：电脑版内容*/
.MallListBody .Mall { margin: 0 auto; width: 96% }
/*Mall样式*/
/*Mall：电脑版内容*/
.MallBody .Mall { margin: 30px auto 0; width: 96% }
    .MallBody .Mall .Img { max-width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px }
        .MallBody .Mall .Img > a { display: block; width: 70px; height: 70px; background-color: #000; background-size: 22px; background-position: center; background-repeat: no-repeat; border-radius: 35px; opacity: .1 }
        .MallBody .Mall .Img > :nth-child(2) { left: 0; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cpath d='M336.488 512.068l432.05-432.06c18.158-18.144 18.158-47.599 0-65.743-18.144-18.159-47.594-18.159-65.743 0L237.864 479.196c-18.159 18.144-18.159 47.599 0 65.743l464.931 464.931c9.079 9.08 20.978 13.625 32.871 13.625 11.899 0 23.802-4.545 32.872-13.625 18.163-18.144 18.163-47.598 0-65.742l-432.05-432.06zm0 0' fill='%23fff'/%3E%3C/svg%3E") }
        .MallBody .Mall .Img > :nth-child(3) { right: 0; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cpath d='M237.867 944.129c-18.163 18.144-18.163 47.598 0 65.742 9.07 9.08 20.973 13.625 32.872 13.625 11.893 0 23.792-4.545 32.871-13.625L768.541 544.94c18.159-18.144 18.159-47.599 0-65.743L303.61 14.265c-18.149-18.159-47.599-18.159-65.743 0-18.158 18.144-18.158 47.599 0 65.743l432.05 432.06-432.05 432.061zm432.05-432.061' fill='%23fff'/%3E%3C/svg%3E") }
    .MallBody .Mall .Name { text-align: center; margin-bottom: 40px }
    .MallBody .Mall .MallVideo video { margin: 0 auto .2rem; max-width: 100%; display: block; }
    .MallBody .Mall .MallDetails .MallDetailsTitle { display: none }
    /*Mall：电脑版内容隐藏*/
    .MallBody .Mall.ImgHide .Img { display: none }
    .MallBody .Mall.NameHide .Name { display: none }
    .MallBody .Mall.DetailsHide .MallDetails { display: none }
/*Mall：电脑版分页器*/
.MallBody .MallPager { margin: 30px auto 0; width: 96% }
    .MallBody .MallPager > a { height: 50px; line-height: 50px; padding: 0 20px; border-radius: 5px; }
    .MallBody .MallPager :nth-child(2) { margin: 0 20px; width: 140px; }
/*Mall：电脑版相关产品标题*/
.MallBody .MallRelated { margin: auto; width: 96% }
.MallBody .MallRelated { margin: 40px auto 0; width: 96%; }
    .MallBody .MallRelated .ModuleTitle { justify-content: flex-start; margin-bottom: 0 }
        .MallBody .MallRelated .ModuleTitle > h3 { padding: 0; border: 0; color: #333; font-size: 24px; display: flex; align-items: center }
            .MallBody .MallRelated .ModuleTitle > h3::before { position: relative; left: 0; top: 0; width: 5px; height: 24px; background-color: #e2011d; border-radius: 3px; margin-right: 10px }
            .MallBody .MallRelated .ModuleTitle > h3::after { display: none }
/*ArticleList样式*/
.ArticleListBody .Article { margin: 10px auto 0; width: 96%; background-color: #fff; }
    .ArticleListBody .Article .ArticleList.Style1 .ArticleItem { padding: 20px 0; display: flex; align-items: center; border-bottom: 1px solid #eee }
        .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Img { width: 270px; position: relative; flex: none; border-radius: 5px; overflow: hidden }
            .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Img .dummy { padding-top: 62.5% }
            .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Img > img { position: absolute; top: 0; width: 100%; height: 100%; transition: all .5s; }
        .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .DateImg { display: none }
        .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg { margin-left: 30px; display: flex; flex-direction: column; justify-content: center; flex: 1; overflow: hidden; }
            .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Name { display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 150%; }
                .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Name.Top::before { content: "置顶"; display: inline-block; color: #fff; background-color: #ff6600; border-radius: 5px; font-size: 16px; line-height: 25px; height: 25px; width: 50px; text-align: center; margin-top: -3px; vertical-align: middle; font-weight: normal; margin-right: 10px }
            .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Content { display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 150%; margin-top: 10px; }
            .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Data { display: none }
        .ArticleListBody .Article .ArticleList.Style1 .ArticleItem .DateLast { flex: none; display: flex; flex-direction: column; text-align: center; line-height: 1; padding: 5px 20px 5px 30px; border-left: 1px solid #eee; margin-left: 30px }
/*.ArticleListBody .Article .ArticleList.Style1 .ArticleItem:hover{background-color:#f8f8f8}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem:hover .Img > img{transform:scale(1.2)}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem:hover .Msg .Name{color:#e2011d}*/
/*Article样式*/
.ArticleBody .Article { margin: 40px auto 0; width: 96%; }
    .ArticleBody .Article .Msg .Name { line-height: 48px; justify-content: center; text-align: center }
    .ArticleBody .Article .Msg .Data { line-height: 1; margin-top: 20px; justify-content: center }
        .ArticleBody .Article .Msg .Data span:before { content: ""; width: 15px; height: 15px; background-size: 15px; background-position: center; background-repeat: no-repeat; margin-right: 5px; }
        .ArticleBody .Article .Msg .Data .Date:before { background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath d='M554.693 469.307H768a42.693 42.693 0 0 1 0 85.386H512A42.693 42.693 0 0 1 469.307 512V298.693a42.693 42.693 0 0 1 85.386 0v170.614zM512 1024A512 512 0 1 1 512 0a512 512 0 0 1 0 1024zm0-85.307a426.693 426.693 0 1 0 0-853.386 426.693 426.693 0 0 0 0 853.386z' fill='%23999'/%3E%3C/svg%3E") }
        .ArticleBody .Article .Msg .Data .Hits:before { margin-left: .2rem; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M374.358 965.374l156.77-426.335 426.334-156.77L62.547 87.931l311.811 877.442zm129.29-500.987l-34.468 12.706-12.703 34.466-81.01 220.16-183.939-517.824 524.339 172.5-212.218 77.992zM30.779 839.572' fill='%23999'/%3E%3C/svg%3E") }
        .ArticleBody .Article .Msg .Data .SharBtn { display: none }
    .ArticleBody .Article .ArticleVideo video { margin: 0 auto .2rem; max-width: 100%; display: block; }
    .ArticleBody .Article .Content { margin: 20px 0 10px; border-top: 1px dashed #eee; padding-top: 20px; }
/*相关动态*/
.ArticleBody .ArticleRelated { margin: 30px auto 0; width: 96%; }
    .ArticleBody .ArticleRelated .ModuleTitle { justify-content: flex-start; margin-bottom: 0 }
        .ArticleBody .ArticleRelated .ModuleTitle > h3 { padding: 0; border: 0; color: #333; font-size: 24px; display: flex; align-items: center }
            .ArticleBody .ArticleRelated .ModuleTitle > h3::before { position: relative; left: 0; top: 0; width: 5px; height: 24px; background-color: #e2011d; border-radius: 3px; margin-right: 10px }
            .ArticleBody .ArticleRelated .ModuleTitle > h3::after { display: none }
    .ArticleBody .ArticleRelated .ArticleList { display: flex; flex-wrap: wrap; justify-content: space-between }
        .ArticleBody .ArticleRelated .ArticleList .ArticleItem { width: 49%; padding-left: 16px; background-size: 6px; background-position: 0 center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M237.867 944.129c-18.163 18.144-18.163 47.598 0 65.742 9.07 9.08 20.973 13.625 32.872 13.625 11.893 0 23.792-4.545 32.871-13.625L768.541 544.94c18.159-18.144 18.159-47.599 0-65.743L303.61 14.265c-18.149-18.159-47.599-18.159-65.743 0-18.158 18.144-18.158 47.599 0 65.743l432.05 432.06-432.05 432.061zm432.05-432.061' fill='%23e2011d'/%3E%3C/svg%3E"); box-sizing: border-box; border-bottom: 1px solid #eee; }
            .ArticleBody .ArticleRelated .ArticleList .ArticleItem::before { content: ""; }
            .ArticleBody .ArticleRelated .ArticleList .ArticleItem .Img { display: none }
            .ArticleBody .ArticleRelated .ArticleList .ArticleItem .DateImg { display: none }
            .ArticleBody .ArticleRelated .ArticleList .ArticleItem .Msg .Name { font-size: 16px !important; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1; padding: 20px 0; }
            .ArticleBody .ArticleRelated .ArticleList .ArticleItem .Msg .Content { display: none }
            .ArticleBody .ArticleRelated .ArticleList .ArticleItem .Msg .Data { display: none }
            .ArticleBody .ArticleRelated .ArticleList .ArticleItem .DateLast { display: none }
/*CardCode样式表*/
.ContactBody .Contact { margin: 20px auto 0; width: 96% }
