﻿@charset "UTF-8";
body{background-color:var(--WebsiteBgColor);background-image:var(--WebsiteBgImg);}
.Cfont14{font-size:14px}
.Cfont16{font-size:16px}
.Cfont18{font-size:18px}
.Cfont20{font-size:20px}
.Cfont24{font-size:24px}
.Cfont28{font-size:28px}
.Cfont30{font-size:30px}
.Cfont36{font-size:36px}

.wap{display:none !important}

.pcWidth1 {width:calc(100% / 1)}
.pcWidth2 {width:calc(100% / 2)}
.pcWidth3 {width:calc(100% / 3)}
.pcWidth4 {width:calc(100% / 4)}
.pcWidth5 {width:calc(100% / 5)}
.pcWidth6 {width:calc(100% / 6)}
.pcWidth7 {width:calc(100% / 7)}
.pcWidth8 {width:calc(100% / 8)}
.pcWidth9 {width:calc(100% / 9)}
.pcWidth10{width:calc(100% / 10)}
.pcWidth11{width:calc(100% / 11)}
.pcWidth12{width:calc(100% / 12)}
.pcCol1 {width:calc(100% / 12 * 1)}
.pcCol2 {width:calc(100% / 12 * 2)}
.pcCol3 {width:calc(100% / 12 * 3)}
.pcCol4 {width:calc(100% / 12 * 4)}
.pcCol5 {width:calc(100% / 12 * 5)}
.pcCol6 {width:calc(100% / 12 * 6)}
.pcCol7 {width:calc(100% / 12 * 7)}
.pcCol8 {width:calc(100% / 12 * 8)}
.pcCol9 {width:calc(100% / 12 * 9)}
.pcCol10{width:calc(100% / 12 * 10)}
.pcCol11{width:calc(100% / 12 * 11)}
.pcCol12{width:calc(100% / 12 * 12)}
.pcBr::after{content:"\A";white-space:pre;}/*电脑换行*/

/*电脑版加载提示*/
.jqListLoad {display: flex;align-items: center;justify-content: center;}
.jqListLoading {display: none;margin-top: 40px;font-size: 0;}
.jqListLoading > img {width: 150px;}
.jqListLoaded {display: none!important;margin-top: 40px;font-size: 16px;color: #ccc;line-height:1}

/*分享海报*/
.jqShareAlert > div{width:400px}
.jqShareAlert > span{width:.8rem;height:.8rem;margin:.4rem auto 0;}

/*悬浮样式*/
/*悬浮整体阴影样式*/
.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:var(--ThemeColor) !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:var(--ThemeColor)!important;color:#fff;}
/*悬浮整体透明度50%*/
.pcInteractStyle6{transition: opacity .1s;cursor:pointer}
.pcInteractStyle6:hover{opacity:.5!important}

/*电脑版导航条*/
/*电脑版导航条*/
.pc.Nav.Style0{height:80px;margin:auto;}
.pc.Nav.Style0.MaxWidth{width:96%;margin-left: auto !important;margin-right: auto !important;}
.pc.Nav.Style0 > div{width:96%;margin:0 2%}
.pc.Nav.Style0.MaxWidth > div{width:96%;margin:0 2%}
/*logo*/
.pc.Nav.Style0 .Logo {font-size:0;max-width:300px;}
.pc.Nav.Style0 .Logo > h1{height:100%;width:100%}
.pc.Nav.Style0 .Logo > h1 > img {display: block;max-height: 60px;max-width: 100%}
.pc.Nav.Style0 .Logo > h1 > img + span {display: none}
.pc.Nav.Style0 .Logo > h1 > span {height:100%;padding: 0 10px;height:60px;line-height:60px;background-color:var(--ThemeColor);color:#fff;}
/*菜单数量限制*/
.pc.Nav.Style0 .NavList {display:flex;justify-content:flex-end;align-items:center}
/*菜单*/
.pc.Nav.Style0 .NavList .NavItem {height:40px;line-height:40px;cursor:pointer;position:relative;white-space:nowrap;border-radius:5px}
.pc.Nav.Style0 .NavList .NavItem span {margin-left:5px;width:10px;height:40px;background-size:10px;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style0 .NavList .NavItem .NavSelectList {display:none;position:absolute;top:40px;left:50%;z-index:999;transform:translate(-50%,0);padding-top:20px}
.pc.Nav.Style0 .NavList .NavItem .NavSelectList > div{position:relative;border-radius:5px;box-shadow:0 0 10px rgba(153,153,153,.5)}
.pc.Nav.Style0 .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.Style0 .NavList .NavItem .NavSelectList .NavSelectItem {padding: 0 20px;width:153px;display:block;cursor:pointer;height:50px;line-height:50px}
.pc.Nav.Style0 .NavList .NavItem .NavSelectList .NavSelectItem:first-child{border-top-left-radius:5px;border-top-right-radius:5px;}
.pc.Nav.Style0 .NavList .NavItem .NavSelectList .NavSelectItem:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
/*显示效果按钮*/
.pc.Nav.Style0 .NavList .NavItem.Edition > a::before {content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style0 .NavList .NavItem.NavLanguage > a::before {content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style0 .NavList .NavItem:last-child .NavSelectList{right: 0;transform: initial;left: initial;}
/*菜单互动样式*/
.pc.Nav.Style0 .NavList .NavItem:hover > .NavSelectList,
.pc.Nav.Style0 .NavList .NavItem.activeC .NavSelectList{display:block}
/*热线电话*/
.pc.Nav.Style0 .Careline > span{line-height:18px;height:18px;}
.pc.Nav.Style0 .Careline > span:first-child {padding-left:20px;background-size:14px;background-position:left center;background-repeat:no-repeat;margin-bottom:1px;}
/*会员*/
.pc.Nav.Style0 .NavList .NavItem.NavMember{display:flex}
.pc.Nav.Style0 .NavList.Membering .NavItem.NavMember{display:flex}
.pc.Nav.Style0 .NavList.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style0 .NavList.Membering.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style0 .NavList .NavItem.NavMember .NavMemberImg{width:1.25em;height:1.25em;background-size:100%;margin-right:5px;margin-left:0}
.pc.Nav.Style0 .NavList .NavItem.NavMember .NavMemberImg.NavMemberPresetImg{width:1em;height:1em;}
.pc.Nav.Style0 .NavList .NavItem.NavMember > a{max-width:calc(1.25em + 5px + 72px + 15px);}

.pc.Nav.Style1.MaxWidth{margin-left: auto!important;margin-right: auto!important;width:96%;}
.pc.Nav.Style1 > div:nth-child(1){height:100px;width:96%;padding:0 2%}
.pc.Nav.Style1 > div:nth-child(2){height:60px;padding:0 2%;}
/*Logo*/
.pc.Nav.Style1 .Logo {font-size:0;max-width:400px}
.pc.Nav.Style1 .Logo > h1{height:100%;width:100%}
.pc.Nav.Style1 .Logo > h1 > img {display: block;max-height: 80px;max-width: 100%}
.pc.Nav.Style1 .Logo > h1 > img + span {display: none}
.pc.Nav.Style1 .Logo > h1 > span {height:100%;padding: 0 10px;height:80px;line-height:80px;background-color:var(--ThemeColor);}
/*菜单搜索*/
.pc.Nav.Style1 .NavSearch{margin:0 30px;}
.pc.Nav.Style1 .NavSearch .NavSearchInput{width:270px;height:40px;padding-right:10px;}
.pc.Nav.Style1 .NavSearch .NavSearchInput .NavSearchRange{height:40px;padding:0 10px;}
.pc.Nav.Style1 .NavSearch .NavSearchInput input[name=NavSearch]{height:40px;padding-left:10px;}
.pc.Nav.Style1 .NavSearch .NavSearchBtn{width:80px;height:40px;background-color:var(--ThemeColor);}
.pc.Nav.Style1 .NavSearch .NavSearchInput .NavSearchRange::before{content:"";position:absolute;right:0;top:50%;transform:translate(0,-50%);height:.34rem;border-right:1px solid #eee;}
.pc.Nav.Style1 .NavSearch .NavSearchInput .NavSearchRange::after{content:"";margin-left:.1rem;width:.1rem;height:.1rem;background-size:.1rem;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='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='%23333'/%3E%3C/svg%3E")}
.pc.Nav.Style1 .NavSearch .NavSearchInput .NavSearchRange.Active::after{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='M944.129 786.133c18.144 18.163 47.598 18.163 65.742 0 9.08-9.07 13.625-20.973 13.625-32.872 0-11.893-4.545-23.792-13.625-32.871L544.94 255.459c-18.144-18.159-47.599-18.159-65.743 0L14.265 720.39c-18.159 18.149-18.159 47.599 0 65.743 18.144 18.158 47.599 18.158 65.743 0l432.06-432.05 432.061 432.05zm-432.061-432.05' fill='%23333'/%3E%3C/svg%3E")}
.pc.Nav.Style1 .NavSearch .NavSearchInput .NavSearchRange > span{max-width:64px;}
.pc.Nav.Style1 .NavSearch .NavSearchInput > .NavSearchRange  > div{top:40px;padding-top:20px;left:50%;transform:translate(-50%,0)}
.pc.Nav.Style1 .NavSearch .NavSearchInput > .NavSearchRange  > div::before{content: "";position: absolute;border: 6px solid rgba(0,0,0,0);border-bottom-color: #fff;border-left-color: #fff;bottom: calc(100% - 20px - 6px);left: calc(50% - 10px);transform: rotate(-225deg);box-shadow: -7px 7px 15px -5px rgba(153,153,153,.5);}
.pc.Nav.Style1 .NavSearch .NavSearchInput > .NavSearchRange  > div > div{box-shadow: 0 0 10px rgba(153,153,153,.5);}
.pc.Nav.Style1 .NavSearch .NavSearchInput > .NavSearchRange  > div > div > div{height:50px;line-height:50px;width:110px;padding:0 20px;}
/*菜单*/
.pc.Nav.Style1 .NavList .NavItem {height:60px;line-height:60px;cursor:pointer;position:relative;white-space:nowrap;margin-right:30px;box-sizing:border-box;}
.pc.Nav.Style1 .NavList .NavItem > a{padding:0 30px;}
.pc.Nav.Style1 .NavList .NavItem span {margin-left:5px;width:10px;height:40px;background-size:10px;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style1 .NavList .NavItem .NavSelectList {display:none;position:absolute;top:50px;left:50%;z-index:999;transform:translate(-50%,0);padding-top:20px}
.pc.Nav.Style1 .NavList .NavItem .NavSelectList > div{position:relative;border-radius:5px;box-shadow:0 0 10px rgba(153,153,153,.5)}
.pc.Nav.Style1 .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.Style1 .NavList .NavItem .NavSelectList .NavSelectItem {padding: 0 20px;width:153px;display:block;cursor:pointer;height:50px;line-height:50px}
.pc.Nav.Style1 .NavList .NavItem .NavSelectList .NavSelectItem:first-child{border-top-left-radius:5px;border-top-right-radius:5px;}
.pc.Nav.Style1 .NavList .NavItem .NavSelectList .NavSelectItem:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
/*显示效果按钮*/
.pc.Nav.Style1 .NavList .NavItem.Edition > a::before{content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style1 .NavList .NavItem.NavLanguage > a::before{content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
/*菜单互动样式*/
.pc.Nav.Style1 .NavList .NavItem.activeC .NavSelectList,
.pc.Nav.Style1 .NavList .NavItem:hover .NavSelectList{display:block}
/*热线电话*/
.pc.Nav.Style1 .Careline > span{line-height:18px;height:18px;}
.pc.Nav.Style1 .Careline > span:first-child {padding-left:20px;background-size:14px;background-position:left center;background-repeat:no-repeat;}
/*会员*/
.pc.Nav.Style1 .NavList .NavItem.NavMember{display:flex}
.pc.Nav.Style1 .NavList.Membering .NavItem.NavMember{display:flex}
.pc.Nav.Style1 .NavList.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style1 .NavList.Membering.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style1 .NavList .NavItem.NavMember .NavMemberImg{width:1.25em;height:1.25em;background-size:100%;margin-right:5px;margin-left:0}
.pc.Nav.Style1 .NavList .NavItem.NavMember .NavMemberImg.NavMemberPresetImg{width:1em;height:1em;}
.pc.Nav.Style1 .NavList .NavItem.NavMember > a{max-width:calc(1.25em + 5px + 72px + 15px);}

.pc.Nav.Style2.MaxWidth{margin-left: auto!important;margin-right: auto!important;width:96%;}
.pc.Nav.Style2{height:160px}
.pc.Nav.Style2 > div:nth-child(1){height:100px;}
.pc.Nav.Style2 > div:nth-child(2){height:60px;}
/*logo*/
.pc.Nav.Style2 .Logo {font-size:0;max-width:400px}
.pc.Nav.Style2 .Logo > h1{height:100%;width:100%}
.pc.Nav.Style2 .Logo > h1 > img {display: block;max-height: 80px;max-width: 100%}
.pc.Nav.Style2 .Logo > h1 > img + span {display: none}
.pc.Nav.Style2 .Logo > h1 > span {height:100%;padding: 0 10px;height:80px;line-height:80px;background-color:var(--ThemeColor);}
/*菜单*/
.pc.Nav.Style2 .NavList .NavItem {height:60px;line-height:60px;cursor:pointer;position:relative;white-space:nowrap;margin-right:30px;}
.pc.Nav.Style2 .NavList .NavItem > a{padding:0 30px;}
.pc.Nav.Style2 .NavList .NavItem span {margin-left:5px;width:10px;height:60px;background-size:10px;background-repeat:no-repeat;background-position:center;flex:none;}
.pc.Nav.Style2 .NavList .NavItem .NavSelectList {display:none;position:absolute;top:60px;left:50%;z-index:999;transform:translate(-50%,0);padding-top:20px}
.pc.Nav.Style2 .NavList .NavItem .NavSelectList > div{position:relative;border-radius:5px;box-shadow:0 0 10px rgba(153,153,153,.5)}
.pc.Nav.Style2 .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.Style2 .NavList .NavItem .NavSelectList .NavSelectItem {padding: 0 20px;width:153px;display:block;cursor:pointer;height:50px;line-height:50px}
.pc.Nav.Style2 .NavList .NavItem .NavSelectList .NavSelectItem:first-child{border-top-left-radius:5px;border-top-right-radius:5px;}
.pc.Nav.Style2 .NavList .NavItem .NavSelectList .NavSelectItem:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
/*显示效果按钮*/
.pc.Nav.Style2 .NavList .NavItem.Edition > a::before{content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style2 .NavList .NavItem.NavLanguage > a::before{content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
/*菜单互动样式*/
.pc.Nav.Style2 .NavList .NavItem:hover > .NavSelectList,
.pc.Nav.Style2 .NavList .NavItem.activeC .NavSelectList{display:block}
/*热线电话*/
.pc.Nav.Style2 .Careline > span{line-height:18px;height:18px;}
.pc.Nav.Style2 .Careline > span:first-child {padding-left:20px;background-size:14px;background-position:left center;background-repeat:no-repeat;}
/*会员*/
.pc.Nav.Style2 .NavList .NavItem.NavMember{display:flex}
.pc.Nav.Style2 .NavList.Membering .NavItem.NavMember{display:flex}
.pc.Nav.Style2 .NavList.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style2 .NavList.Membering.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style2 .NavList .NavItem.NavMember .NavMemberImg{width:1.25em;height:1.25em;background-size:100%;margin-right:5px;margin-left:0}
.pc.Nav.Style2 .NavList .NavItem.NavMember .NavMemberImg.NavMemberPresetImg{width:1em;height:1em;}
.pc.Nav.Style2 .NavList .NavItem.NavMember > a{max-width:calc(1.25em + 5px + 72px + 15px);}

.pc.Nav.Style3{height:80px;z-index:9999;width:100%;left:0;right:0;visibility:visible!important;}
.pc.Nav.Style3.MaxWidth{width:96%;margin-left: auto !important;margin-right: auto !important;border-radius:0 0 5px 5px;}
.pc.Nav.Style3 > div{width:96%;margin:0 2%}
.pc.Nav.Style3.MaxWidth > div{width:96%;margin:0 2%;}
/*logo*/
.pc.Nav.Style3 .Logo {font-size:0;max-width:300px}
.pc.Nav.Style3 .Logo > h1{height:100%;width:100%}
.pc.Nav.Style3 .Logo > h1 > img {display: block;max-height: 60px;max-width: 100%;}
.pc.Nav.Style3 .Logo > h1 > img + span {display: none}
.pc.Nav.Style3 .Logo > h1 > span {height:100%;padding: 0 10px;height:60px;line-height:60px;background-color:var(--ThemeColor);}
/*菜单数量限制*/
.pc.Nav.Style3 .NavList {display:flex;justify-content:flex-end;align-items:center;}
/*菜单*/
.pc.Nav.Style3 .NavList .NavItem {height:40px;line-height:40px;cursor:pointer;position:relative;white-space:nowrap;border-radius:5px}
.pc.Nav.Style3 .NavList .NavItem span {margin-left:5px;width:10px;height:40px;background-size:10px;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style3 .NavList .NavItem .NavSelectList {display:none;position:absolute;top:40px;left:50%;z-index:999;transform:translate(-50%,0);padding-top:20px}
.pc.Nav.Style3 .NavList .NavItem .NavSelectList > div{position:relative;border-radius:5px;box-shadow:0 0 10px rgba(153,153,153,.5)}
.pc.Nav.Style3 .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.Style3 .NavList .NavItem .NavSelectList .NavSelectItem {padding: 0 20px;width:153px;display:block;cursor:pointer;height:50px;line-height:50px}
.pc.Nav.Style3 .NavList .NavItem .NavSelectList .NavSelectItem:first-child{border-top-left-radius:5px;border-top-right-radius:5px;}
.pc.Nav.Style3 .NavList .NavItem .NavSelectList .NavSelectItem:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.pc.Nav.Style3 .NavList .NavItem.Edition > a::before {content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style3 .NavList .NavItem.Edition .NavSelectList{right: 0;transform: initial;left: initial;}
.pc.Nav.Style3 .NavList .NavItem.NavLanguage > a::before {content:"";margin-right:5px;width:1em;height:1em;background-size:1em;background-repeat:no-repeat;background-position:center;}
.pc.Nav.Style3 .NavList .NavItem.NavLanguage .NavSelectList{right: 0;transform: initial;left: initial;}
/*菜单互动样式*/
.pc.Nav.Style3 .NavList .NavItem:hover > .NavSelectList,
.pc.Nav.Style3 .NavList .NavItem.activeC .NavSelectList{display:block}
/*热线电话*/
.pc.Nav.Style3 .Careline > span{line-height:18px;height:18px;}
.pc.Nav.Style3 .Careline > span:first-child {padding-left:20px;background-size:14px;background-position:left center;background-repeat:no-repeat;}
/*会员*/
.pc.Nav.Style3 .NavList .NavItem.NavMember{display:flex}
.pc.Nav.Style3 .NavList.Membering .NavItem.NavMember{display:flex}
.pc.Nav.Style3 .NavList.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style3 .NavList.Membering.Carelineing .NavItem.NavMember{display:flex}
.pc.Nav.Style3 .NavList .NavItem.NavMember .NavMemberImg{width:1.25em;height:1.25em;background-size:100%;margin-right:5px;margin-left:0}
.pc.Nav.Style3 .NavList .NavItem.NavMember .NavMemberImg.NavMemberPresetImg{width:1em;height:1em;}
.pc.Nav.Style3 .NavList .NavItem.NavMember > a{max-width:calc(1.25em + 5px + 72px + 15px);}

/*电脑版版块标题*/
.ModuleTitle > img{max-width:100%}
.ModuleTitle > img + h3{display:none;}
.ModuleTitle.ModuleTitleImg {margin-bottom:0!important;}
/*电脑版版块标题样式一*/
.ModuleTitle.Style0{display:flex;align-items:center;justify-content:center;margin-bottom:24px;white-space:nowrap}
.ModuleTitle.Style0 > h3 {line-height: 1;}
.ModuleTitle.Style0 > h3{border-bottom:1px solid #ccc;text-align:center;padding:0 30px 20px;position:relative;}
.ModuleTitle.Style0 > h3::before{content:"";position:absolute;left:50%;bottom:-1px;width:29px;height:1px;background-color:#fff;transform:translate(-50%,0)}
.ModuleTitle.Style0 > h3::after{content:"";position:absolute;left:50%;bottom:-5px;width:9px;height:9px;border-radius:5px;transform:translate(-50%,0)}
.ModuleTitle.Style0 > h3::after{background-color:var(--ThemeColor);}
/*电脑版版块标题样式二*/
.ModuleTitle.Style1{display:flex;align-items:center;justify-content:center;margin-bottom:24px;white-space:nowrap}
.ModuleTitle.Style1 > h3{padding:15px 40px;line-height:1;border:1px solid #ccc;text-align:center;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;border-radius:5px;transform:translate(-50%,0)}
.ModuleTitle.Style1 > h3::after{background-color:var(--ThemeColor);}
/*电脑版版块标题样式三*/
.ModuleTitle.Style2{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style2 > h3{text-align:center;height:50px;min-width:308px;line-height:50px;background-position:center;background-size:auto 100%;background-repeat:no-repeat;background-image:url("/App_Style/img/HomeModuleTitleStyle2Bg.png");}
/*电脑版版块标题样式四*/
.ModuleTitle.Style3{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style3 > h3{text-align:center;padding:0 38px;position:relative;line-height:1;}
.ModuleTitle.Style3 > h3::before{content:"";position:absolute;left:0;top:50%;width:18px;height:20px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style3 > h3::after{content:"";position:absolute;right:0;top:50%;width:18px;height:20px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style3 > h3::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21'%3E%3Cdefs%3E%3Cfilter id='a'%3E%3CfeFlood flood-color='%23E2011D' flood-opacity='1' result='floodOut'/%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut'/%3E%3CfeBlend in='compOut' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M18.548 3.663l-5.416 14.885c-.459 1.265-1.925 1.98-3.276 1.596-1.35-.383-2.071-1.719-1.611-2.984l5.417-14.885C14.121 1.01 15.589.296 16.938.679c1.35.383 2.07 1.719 1.61 2.984zM5.83 12.683c-.462 1.265-1.928 1.979-3.278 1.597-1.35-.384-2.072-1.719-1.611-2.985l2.71-7.442c.459-1.264 1.926-1.979 3.274-1.596 1.35.384 2.071 1.719 1.611 2.984L5.83 12.683z' filter='url(%23a)'/%3E%3C/svg%3E");}
.ModuleTitle.Style3 > h3::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21'%3E%3Cdefs%3E%3Cfilter id='a'%3E%3CfeFlood flood-color='%23E2011D' flood-opacity='1' result='floodOut'/%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut'/%3E%3CfeBlend in='compOut' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M18.049 9.853l-2.752 7.567c-.47 1.285-1.963 2.012-3.333 1.623-1.373-.391-2.106-1.748-1.641-3.035l2.755-7.566c.47-1.286 1.959-2.012 3.333-1.623 1.372.39 2.105 1.748 1.638 3.034zM5.115 19.024c-.469 1.286-1.959 2.013-3.331 1.623-1.371-.39-2.105-1.748-1.637-3.034L5.652 2.479C6.12 1.193 7.612.467 8.984.857c1.374.389 2.106 1.748 1.638 3.033L5.115 19.024z' filter='url(%23a)'/%3E%3C/svg%3E");}
/*电脑版版块标题样式五*/
.ModuleTitle.Style4{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style4 > h3{text-align:center;padding:0 70px;position:relative;line-height:1;}
.ModuleTitle.Style4 > h3::before{content:"";position:absolute;left:0;top:50%;width:50px;height:12px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style4 > h3::after{content:"";position:absolute;right:0;top:50%;width:50px;height:12px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style4 > h3::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='12'%3E%3Cpath fill-rule='evenodd' fill='%23E61616' d='M43.994-.001a6.001 6.001 0 1 1 0 12.002 6.001 6.001 0 0 1 0-12.002zM20.994 1.999a4 4 0 1 1-.002 8 4 4 0 0 1 .002-8zM1.994 3.999a2 2 0 1 1 0 4 2 2 0 0 1 0-4z'/%3E%3C/svg%3E");}
.ModuleTitle.Style4 > h3::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='12'%3E%3Cdefs%3E%3Cfilter id='a'%3E%3CfeFlood flood-color='%23E2011D' flood-opacity='1' result='floodOut'/%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut'/%3E%3CfeBlend in='compOut' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='%23E61616' d='M47.993 7.999a2 2 0 1 1 0-3.999 2 2 0 0 1 0 3.999zm-18.999 2a4.001 4.001 0 1 1 .002-8.002 4.001 4.001 0 0 1-.002 8.002zm-23 2A6.002 6.002 0 0 1-.008 5.998a6.002 6.002 0 0 1 12.002 0 6.002 6.002 0 0 1-6 6.001z' filter='url(%23a)'/%3E%3C/svg%3E");}
/*电脑版版块标题样式一六*/
.ModuleTitle.Style5{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style5 > h3{text-align:center;padding:0 70px;position:relative;line-height:1;}
.ModuleTitle.Style5 > h3::before{content:"";position:absolute;left:0;top:50%;width:50px;height:25px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;margin-top:2px}
.ModuleTitle.Style5 > h3::after{content:"";position:absolute;right:0;top:50%;width:50px;height:25px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;margin-top:2px}
.ModuleTitle.Style5 > h3::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='25'%3E%3Cpath fill-rule='evenodd' fill='%23E61616' d='M46.993-.001c1.655 0 2.999 1.37 2.999 3.062 0 1.691-1.344 3.063-2.999 3.063-1.658 0-3.001-1.372-3.001-3.063 0-1.692 1.343-3.062 3.001-3.062zM46.993 9.436c1.655 0 2.999 1.371 2.999 3.063 0 1.691-1.344 3.062-2.999 3.062-1.658 0-3.001-1.371-3.001-3.062 0-1.692 1.343-3.063 3.001-3.063zM46.993 18.874c1.655 0 2.999 1.371 2.999 3.061 0 1.692-1.344 3.063-2.999 3.063-1.658 0-3.001-1.371-3.001-3.063 0-1.69 1.343-3.061 3.001-3.061z'/%3E%3Cpath fill-rule='evenodd' opacity='.749' fill='%23E61616' d='M32.993-.001c1.658 0 3.001 1.37 3.001 3.062 0 1.691-1.343 3.063-3.001 3.063-1.656 0-2.999-1.372-2.999-3.063 0-1.692 1.343-3.062 2.999-3.062zM32.993 9.436c1.658 0 3.001 1.371 3.001 3.063 0 1.691-1.343 3.062-3.001 3.062-1.656 0-2.999-1.371-2.999-3.062 0-1.692 1.343-3.063 2.999-3.063zM32.993 18.874c1.658 0 3.001 1.371 3.001 3.061 0 1.692-1.343 3.063-3.001 3.063-1.656 0-2.999-1.371-2.999-3.063 0-1.69 1.343-3.061 2.999-3.061z'/%3E%3Cpath fill-rule='evenodd' opacity='.502' fill='%23E61616' d='M17.994-.001c1.657 0 2.999 1.37 2.999 3.062 0 1.691-1.342 3.063-2.999 3.063-1.656 0-3.001-1.372-3.001-3.063 0-1.692 1.345-3.062 3.001-3.062zM17.994 9.436c1.657 0 2.999 1.371 2.999 3.063 0 1.691-1.342 3.062-2.999 3.062-1.656 0-3.001-1.371-3.001-3.062 0-1.692 1.345-3.063 3.001-3.063zM17.994 18.874c1.657 0 2.999 1.371 2.999 3.061 0 1.692-1.342 3.063-2.999 3.063-1.656 0-3.001-1.371-3.001-3.063 0-1.69 1.345-3.061 3.001-3.061z'/%3E%3Cpath fill-rule='evenodd' opacity='.251' fill='%23E61616' d='M2.993-.001c1.658 0 3.003 1.37 3.003 3.062 0 1.691-1.345 3.063-3.003 3.063-1.655 0-3.002-1.372-3.002-3.063 0-1.692 1.347-3.062 3.002-3.062zM2.993 9.436c1.658 0 3.003 1.371 3.003 3.063 0 1.691-1.345 3.062-3.003 3.062-1.655 0-3.002-1.371-3.002-3.062 0-1.692 1.347-3.063 3.002-3.063zM2.993 18.874c1.658 0 3.003 1.371 3.003 3.061 0 1.692-1.345 3.063-3.003 3.063-1.655 0-3.002-1.371-3.002-3.063 0-1.69 1.347-3.061 3.002-3.061z'/%3E%3C/svg%3E");}
.ModuleTitle.Style5 > h3::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='25'%3E%3Cpath fill-rule='evenodd' fill='%23E61616' d='M2.992-.002c1.659 0 3.002 1.373 3.002 3.067 0 1.694-1.343 3.067-3.002 3.067-1.654 0-3-1.373-3-3.067 0-1.694 1.346-3.067 3-3.067zM2.992 9.432c1.659 0 3.002 1.373 3.002 3.066 0 1.694-1.343 3.066-3.002 3.066-1.654 0-3-1.372-3-3.066 0-1.693 1.346-3.066 3-3.066zM2.992 18.865c1.659 0 3.002 1.373 3.002 3.066 0 1.695-1.343 3.067-3.002 3.067-1.654 0-3-1.372-3-3.067 0-1.693 1.346-3.066 3-3.066z'/%3E%3Cpath fill-rule='evenodd' opacity='.749' fill='%23E61616' d='M16.994-.002c1.655 0 2.998 1.373 2.998 3.067 0 1.694-1.343 3.067-2.998 3.067-1.658 0-3.001-1.373-3.001-3.067 0-1.694 1.343-3.067 3.001-3.067zM16.994 9.432c1.655 0 2.998 1.373 2.998 3.066 0 1.694-1.343 3.066-2.998 3.066-1.658 0-3.001-1.372-3.001-3.066 0-1.693 1.343-3.066 3.001-3.066zM16.994 18.865c1.655 0 2.998 1.373 2.998 3.066 0 1.695-1.343 3.067-2.998 3.067-1.658 0-3.001-1.372-3.001-3.067 0-1.693 1.343-3.066 3.001-3.066z'/%3E%3Cpath fill-rule='evenodd' opacity='.502' fill='%23E61616' d='M31.993-.002c1.656 0 3 1.373 3 3.067 0 1.694-1.344 3.067-3 3.067-1.658 0-2.999-1.373-2.999-3.067 0-1.694 1.341-3.067 2.999-3.067zM31.993 9.432c1.656 0 3 1.373 3 3.066 0 1.694-1.344 3.066-3 3.066-1.658 0-2.999-1.372-2.999-3.066 0-1.693 1.341-3.066 2.999-3.066zM31.993 18.865c1.656 0 3 1.373 3 3.066 0 1.695-1.344 3.067-3 3.067-1.658 0-2.999-1.372-2.999-3.067 0-1.693 1.341-3.066 2.999-3.066z'/%3E%3Cpath fill-rule='evenodd' opacity='.251' fill='%23E61616' d='M46.993-.002c1.656 0 3 1.373 3 3.067 0 1.694-1.344 3.067-3 3.067-1.657 0-3-1.373-3-3.067 0-1.694 1.343-3.067 3-3.067zM46.993 9.432c1.656 0 3 1.373 3 3.066 0 1.694-1.344 3.066-3 3.066-1.657 0-3-1.372-3-3.066 0-1.693 1.343-3.066 3-3.066zM46.993 18.865c1.656 0 3 1.373 3 3.066 0 1.695-1.344 3.067-3 3.067-1.657 0-3-1.372-3-3.067 0-1.693 1.343-3.066 3-3.066z'/%3E%3C/svg%3E");}
/*电脑版版块标题样式七*/
.ModuleTitle.Style6{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style6 > h3{text-align:center;padding:0 70px;position:relative;line-height:1;}
.ModuleTitle.Style6 > h3::before{content:"";position:absolute;left:0;top:50%;width:50px;height:16px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style6 > h3::after{content:"";position:absolute;right:0;top:50%;width:50px;height:16px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style6 > h3::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23E61616' d='M-.006 13.999h49.999v2H-.006v-2zM9.994 6.999h39.999v2H9.994v-2zM19.995-.001h29.998v2H19.995v-2z'/%3E%3C/svg%3E");}
.ModuleTitle.Style6 > h3::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23E61616' d='M-.005 13.999h49.999v2H-.005v-2zM-.005 6.999h39.999v2H-.005v-2zM-.005-.001h29.998v2H-.005v-2z'/%3E%3C/svg%3E");}
/*电脑版版块标题样式八*/
.ModuleTitle.Style7{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style7 > h3{text-align:center;padding:0 120px;position:relative;line-height:1;}
.ModuleTitle.Style7 > h3::before{content:"";position:absolute;left:0;top:50%;width:100px;height:30px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style7 > h3::after{content:"";position:absolute;right:0;top:50%;width:100px;height:30px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style7 > h3::before{background-image:url("/App_Style/img/HomeModuleTitleStyle7Left.png");}
.ModuleTitle.Style7 > h3::after{background-image:url("/App_Style/img/HomeModuleTitleStyle7Right.png");}
/*电脑版版块标题样式九*/
.ModuleTitle.Style8{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style8 > h3{text-align:center;padding:0 120px;position:relative;line-height:1;}
.ModuleTitle.Style8 > h3::before{content:"";position:absolute;left:0;top:50%;width:100px;height:3px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style8 > h3::after{content:"";position:absolute;right:0;top:50%;width:100px;height:3px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style8 > h3::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='3'%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M70 0h30v3H70V0z'/%3E%3Cpath fill-rule='evenodd' fill='%23CCC' d='M0 1h70v1H0V1z'/%3E%3C/svg%3E");}
.ModuleTitle.Style8 > h3::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='3'%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M0 0h30v3H0V0z'/%3E%3Cpath fill-rule='evenodd' fill='%23CCC' d='M30 1h70v1H30V1z'/%3E%3C/svg%3E");}
/*电脑版版块标题样式十*/
.ModuleTitle.Style9{display:flex;align-items:center;justify-content:center;margin-bottom:20px;white-space:nowrap}
.ModuleTitle.Style9 > h3{text-align:center;padding:0 123px;position:relative;line-height:1;}
.ModuleTitle.Style9 > h3::before{content:"";position:absolute;left:0;top:50%;width:103px;height:24px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style9 > h3::after{content:"";position:absolute;right:0;top:50%;width:103px;height:24px;transform:translate(0,-50%);background-repeat:no-repeat;background-position:center;background-size:100%;}
.ModuleTitle.Style9 > h3::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='103' height='24'%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M91.999 1.1l9.9 9.9-9.9 9.899L82.1 11l9.899-9.9z'/%3E%3Cpath stroke='%23E2011D' stroke-width='2' fill='none' d='M82.379 1.303l9.9 9.899-9.9 9.9-9.899-9.9 9.899-9.899z'/%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M0 10h73.999v2H0v-2z'/%3E%3C/svg%3E");}
.ModuleTitle.Style9 > h3::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='103' height='24'%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M10 1.1L.1 11l9.9 9.899L19.899 11 10 1.1z'/%3E%3Cpath stroke='%23E2011D' stroke-width='2' fill='none' d='M19.62 1.303l-9.9 9.899 9.9 9.9 9.899-9.9-9.899-9.899z'/%3E%3Cpath fill-rule='evenodd' fill='%23E2011D' d='M27.999 10H102v2H27.999v-2z'/%3E%3C/svg%3E");}
/*电脑版横幅广告*/
.Poster{width:100%;font-size:0;}
.Poster::before{display:none}
.Poster.MaxWidth {margin-left:auto !important;margin-right:auto !important;width:96%;}
.Poster.UnTopRadius.MaxWidth {border-top-left-radius:0;border-top-right-radius:0;}
.Poster .MaxWidth {margin:auto;border-radius:0}
.Poster.MaxWidth .tp-banner-container{border-radius:5px;overflow:hidden!important;}
.Poster .tp-banner-container .tp-bullets.simplebullets.round{opacity:1;}
.Poster .tp-banner-container .tp-bullets.simplebullets.round .bullet{width:12px;height:12px;background-color:#fff;background-image:none;border-radius:6px;margin:0 4px}
.Poster .tp-banner-container .tp-bullets.simplebullets.round .bullet.selected{background-color:var(--ThemeColor);width:24px}
.Poster .tp-banner-container .tp-banner .tp-loader.spinner0{background-image: url(/App_Style/img/loading2.gif);background-repeat:no-repeat;background-position:center;background-size:150px;margin: 0;transform:translate(-50%,-50%);top: 50%;left: 50%;z-index: 1000;position: absolute;width: 150px;height: 150px;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;box-shadow: none;-webkit-box-shadow: none;-webkit-animation: none;background-color:rgba(0,0,0,0)}
.Poster .PosterOne{display:block;width:100%}
.Poster .PosterOne > img{width:100%;height:100%}

/*电脑版自定义版块*/
.Custom{margin-left:auto;margin-right:auto;width:96%}
.Custom .CustomContent{background-color:#f5f5f5;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}

/*电脑版产品*/
/*无间距*/
.MallList.ColumnP3 .MallItem{width:33.33%}
.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:nth-child(-n+3){margin-top:0}
.MallList.Spacing.ColumnP4 .MallItem:nth-child(-n+4){margin-top:0}
.MallList.Spacing.ColumnP5 .MallItem:nth-child(-n+5){margin-top:0}
.MallList.Spacing.ColumnP6 .MallItem:nth-child(-n+6){margin-top:0}
/*列数三*/
.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.Style0 .MallItem{transition: transform .7s}
.MallList.Style0 .MallItem .Img{overflow:hidden;border-radius:5px;transition: box-shadow .1s}
.MallList.Style0 .MallItem .Img > img{transition: transform .7s}
.MallList.Style0 .MallItem .Msg .Name{padding:15px 10px 0;text-align:center}
.MallList.Style0.HidePrice .MallItem .Msg .Name{padding-bottom:15px;}
.MallList.Style0.HidePrice .MallItem .Msg .Price{display:none}
.MallList.Style0 .MallItem .Msg .Price{padding:10px 10px 0;line-height:22px;text-align:center;color:#e2011d;}
.MallList.Style0.UnSpacing .MallItem .Msg .Price{padding-bottom:15px}
.MallList.Style0 .MallItem:hover{transform: scale(1.05);position:relative;z-index:1}
.MallList.Style0 .MallItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.MallList.Style0 .MallItem:hover .Img > img{}
.MallList.Style0 .MallItem:hover .Msg{color:var(--ThemeColor);}
/*样式二*/
.MallList.Style1 .MallItem{transition: transform .7s;overflow:hidden;border-radius:5px;background-color:#f5f5f5}
.MallList.Style1 .MallItem .Img{overflow:hidden;transition: box-shadow .1s}
.MallList.Style1 .MallItem .Img > img{transition: transform .7s}
.MallList.Style1 .MallItem .Msg{padding:0 10px;}
.MallList.Style1 .MallItem .Msg .Name{text-align:center;}
.MallList.Style1.HidePrice .MallItem .Msg .Name{line-height:50px;}
.MallList.Style1.ShowPrice .MallItem .Msg .Name{padding-top:15px;}
.MallList.Style1.HidePrice .MallItem .Msg .Price{display:none}
.MallList.Style1 .MallItem .Msg .Price{padding:10px 0 15px;line-height:20px;text-align:center;color:#e2011d;}
.MallList.Style1 .MallItem:hover{transform: scale(1.05);position:relative;z-index:1;}
.MallList.Style1 .MallItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.MallList.Style1 .MallItem:hover .Img > img{background-color:var(--ThemeColor);}
.MallList.Style1 .MallItem:hover .Msg{background-color:var(--ThemeColor);}
.MallList.Style1 .MallItem:hover .Msg .Name{color:#fff}
.MallList.Style1 .MallItem:hover .Msg .Price{color:#fff}
/*样式三*/
.MallList.Style2 .MallItem{transition: transform .7s;overflow:hidden;border-radius:5px;background-color:#f5f5f5;}
.MallList.Style2 .MallItem .Img{overflow:hidden;border-radius:5px;transition: box-shadow .1s;margin:10px 10px 0;width:calc(100% - 20px);}
.MallList.Style2.ListSize43 .MallItem .Img{padding-bottom:calc(75% - 20px)}
.MallList.Style2.ListSize11 .MallItem .Img{padding-bottom:calc(100% - 20px)}
.MallList.Style2.ListSize23 .MallItem .Img{padding-bottom:calc(150% - 20px)}
.MallList.Style2 .MallItem .Img > img{transition: transform .7s}
.MallList.Style2 .MallItem .Msg{padding:0 10px;}
.MallList.Style2 .MallItem .Msg .Name{text-align:center;}
.MallList.Style2 .MallItem .Msg .Price{padding:10px 0 15px;line-height:20px;text-align:center;color:#e2011d;}
.MallList.Style2.HidePrice .MallItem .Msg .Name{line-height:50px;}
.MallList.Style2.ShowPrice .MallItem .Msg .Name{padding-top:15px;}
.MallList.Style2.HidePrice .MallItem .Msg .Price{display:none}
.MallList.Style2 .MallItem:hover{transform: scale(1.05);position:relative;z-index:1;background-color:var(--ThemeColor);}
.MallList.Style2 .MallItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.MallList.Style2 .MallItem:hover .Img > img{}
.MallList.Style2 .MallItem:hover .Msg .Name{color:#fff}
.MallList.Style2 .MallItem:hover .Msg .Price{color:#fff}
/*样式四*/
.MallList.Style3 .MallItem { transition: transform .7s; position: relative; }
.MallList.Style3 .MallItem .Img { transition: box-shadow .1s; border-radius: 5px; overflow: hidden; }
.MallList.Style3 .MallItem .Img > img { transition: transform .7s }
.MallList.Style3.HidePrice .MallItem .Msg .Name { height: 100%; }
.MallList.Style3.UnSpacing .MallItem .Msg .Name { height: calc(100% - 10px - 22px - 15px); }
.MallList.Style3.HidePrice.UnSpacing .MallItem .Msg .Name { height: 100%; }
.MallList.Style3 .MallItem .Msg .Name { position: absolute; top: 0; width: 100%; height: calc(100% - 10px - 22px); box-sizing: border-box; display: none; align-items: center; justify-content: center; flex-direction: column; background-color: rgba(0,0,0,.5); color: #fff; padding: 0 40px; }
.MallList.Style3 .MallItem .Msg .Name {pointer-events: none; text-align: center; font-size: 24px; font-weight: bold; max-width: 100%; box-sizing: border-box; border-radius: 5px; white-space: initial; text-overflow: initial; line-height: 1.4 }
/*.MallList.Style3 .MallItem .Msg .Price{display:none}*/
.MallList.Style3.HidePrice .MallItem .Msg .Price { display: none }
.MallList.Style3 .MallItem .Msg .Price { padding: 10px 10px 0;line-height: 22px; text-align: center; color: #e2011d; }
.MallList.Style3.UnSpacing .MallItem .Msg .Price { padding-bottom: 15px }
.MallList.Style3 .MallItem:hover { transform: scale(1.05); position: relative; z-index: 1 }
.MallList.Style3 .MallItem:hover .Img { box-shadow: 0 0 10px rgba(153,153,153,.5); }
.MallList.Style3 .MallItem:hover .Msg .Name { display: flex; }
/*.MallList.Style3 .MallItem{transition: transform .7s;position:relative;overflow:hidden;border-radius:5px;}
.MallList.Style3 .MallItem .Img{transition: box-shadow .1s}
.MallList.Style3 .MallItem .Img > img{transition: transform .7s}
.MallList.Style3 .MallItem .Msg{position:absolute;top:0;width:100%;height:100%;box-sizing:border-box;display:none;align-items:center;justify-content:center;flex-direction:column;background-color:rgba(0,0,0,.5);color:#fff;padding:0 40px;}
.MallList.Style3 .MallItem .Msg .Name{text-align:center;font-size:24px;font-weight:bold;max-width:100%;box-sizing:border-box;white-space: initial;text-overflow: initial;line-height:1.4}
.MallList.Style3 .MallItem .Msg .Price{display:none}
.MallList.Style3 .MallItem:hover{transform: scale(1.05);position:relative;z-index:1}
.MallList.Style3 .MallItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.MallList.Style3 .MallItem:hover .Msg{display:flex;}*/
/*电脑版案例展示*/
/*无间距*/
.CaseList.ColumnP3 .CaseItem{width:33.33%}
.CaseList.ColumnP4 .CaseItem{width:25%}
.CaseList.ColumnP5 .CaseItem{width:20%}
.CaseList.ColumnP6 .CaseItem{width:16.66%}
/*有间距*/
.CaseList.Spacing .CaseItem{margin-top:20px;margin-right:20px}
.CaseList.Spacing.ColumnP3 .CaseItem:nth-child(-n+3){margin-top:0}
.CaseList.Spacing.ColumnP4 .CaseItem:nth-child(-n+4){margin-top:0}
.CaseList.Spacing.ColumnP5 .CaseItem:nth-child(-n+5){margin-top:0}
.CaseList.Spacing.ColumnP6 .CaseItem:nth-child(-n+6){margin-top:0}
/*列数三*/
.CaseList.Spacing.ColumnP3 .CaseItem{width:calc((100% - 20px * 2) / 3)}
.CaseList.Spacing.ColumnP3 .CaseItem:nth-child(3n){margin-right:0}
/*列数四*/
.CaseList.Spacing.ColumnP4 .CaseItem{width:calc((100% - 20px * 3) / 4)}
.CaseList.Spacing.ColumnP4 .CaseItem:nth-child(4n){margin-right:0}
/*列数五*/
.CaseList.Spacing.ColumnP5 .CaseItem{width:calc((100% - 20px * 4) / 5)}
.CaseList.Spacing.ColumnP5 .CaseItem:nth-child(5n){margin-right:0}
/*列数六*/
.CaseList.Spacing.ColumnP6 .CaseItem{width:calc((100% - 20px * 5) / 6)}
.CaseList.Spacing.ColumnP6 .CaseItem:nth-child(6n){margin-right:0}
/*样式一*/
.CaseList.Style0 .CaseItem{transition: transform .7s}
.CaseList.Style0 .CaseItem .Img{overflow:hidden;border-radius:5px;transition: box-shadow .1s}
.CaseList.Style0 .CaseItem .Img > img{transition: transform .7s}
.CaseList.Style0 .CaseItem .Msg .Name{padding:15px 10px 0;text-align:center}
.CaseList.Style0.HidePrice .CaseItem .Msg .Name{padding-bottom:15px;}
.CaseList.Style0.HidePrice .CaseItem .Msg .Price{display:none}
.CaseList.Style0 .CaseItem .Msg .Price{padding:10px 10px 0;line-height:22px;text-align:center;color:#e2011d;}
.CaseList.Style0.UnSpacing .CaseItem .Msg .Price{padding-bottom:15px}
.CaseList.Style0 .CaseItem:hover{transform: scale(1.05);position:relative;z-index:1}
.CaseList.Style0 .CaseItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.CaseList.Style0 .CaseItem:hover .Img > img{}
.CaseList.Style0 .CaseItem:hover .Msg{color:var(--ThemeColor);}
/*样式二*/
.CaseList.Style1 .CaseItem{transition: transform .7s;overflow:hidden;border-radius:5px;background-color:#f5f5f5}
.CaseList.Style1 .CaseItem .Img{overflow:hidden;transition: box-shadow .1s}
.CaseList.Style1 .CaseItem .Img > img{transition: transform .7s}
.CaseList.Style1 .CaseItem .Msg{padding:0 10px;}
.CaseList.Style1 .CaseItem .Msg .Name{text-align:center;}
.CaseList.Style1.HidePrice .CaseItem .Msg .Name{line-height:50px;}
.CaseList.Style1.ShowPrice .CaseItem .Msg .Name{padding-top:15px;}
.CaseList.Style1.HidePrice .CaseItem .Msg .Price{display:none}
.CaseList.Style1 .CaseItem .Msg .Price{padding:10px 0 15px;line-height:20px;text-align:center;color:#e2011d;}
.CaseList.Style1 .CaseItem:hover{transform: scale(1.05);position:relative;z-index:1;}
.CaseList.Style1 .CaseItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.CaseList.Style1 .CaseItem:hover .Img > img{background-color:var(--ThemeColor);}
.CaseList.Style1 .CaseItem:hover .Msg{background-color:var(--ThemeColor);}
.CaseList.Style1 .CaseItem:hover .Msg .Name{color:#fff}
.CaseList.Style1 .CaseItem:hover .Msg .Price{color:#fff}
/*样式三*/
.CaseList.Style2 .CaseItem{transition: transform .7s;overflow:hidden;border-radius:5px;background-color:#f5f5f5;}
.CaseList.Style2 .CaseItem .Img{overflow:hidden;border-radius:5px;transition: box-shadow .1s;margin:10px 10px 0;width:calc(100% - 20px);}
.CaseList.Style2.ListSize43 .CaseItem .Img{padding-bottom:calc(75% - 20px)}
.CaseList.Style2.ListSize11 .CaseItem .Img{padding-bottom:calc(100% - 20px)}
.CaseList.Style2.ListSize23 .CaseItem .Img{padding-bottom:calc(150% - 20px)}
.CaseList.Style2 .CaseItem .Img > img{transition: transform .7s}
.CaseList.Style2 .CaseItem .Msg{padding:0 10px;}
.CaseList.Style2 .CaseItem .Msg .Name{text-align:center;}
.CaseList.Style2 .CaseItem .Msg .Price{padding:10px 0 15px;line-height:20px;text-align:center;color:#e2011d;}
.CaseList.Style2.HidePrice .CaseItem .Msg .Name{line-height:50px;}
.CaseList.Style2.ShowPrice .CaseItem .Msg .Name{padding-top:15px;}
.CaseList.Style2.HidePrice .CaseItem .Msg .Price{display:none}
.CaseList.Style2 .CaseItem:hover{transform: scale(1.05);position:relative;z-index:1;background-color:var(--ThemeColor);}
.CaseList.Style2 .CaseItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.CaseList.Style2 .CaseItem:hover .Img > img{}
.CaseList.Style2 .CaseItem:hover .Msg .Name{color:#fff}
.CaseList.Style2 .CaseItem:hover .Msg .Price{color:#fff}
/*样式四*/
.CaseList.Style3 .CaseItem { transition: transform .7s; position: relative; }
.CaseList.Style3 .CaseItem .Img { transition: box-shadow .1s; border-radius: 5px; overflow: hidden; }
.CaseList.Style3 .CaseItem .Img > img { transition: transform .7s }
.CaseList.Style3.HidePrice .CaseItem .Msg .Name { height: 100%; }
.CaseList.Style3.UnSpacing .CaseItem .Msg .Name { height: calc(100% - 10px - 22px - 15px); }
.CaseList.Style3.HidePrice.UnSpacing .CaseItem .Msg .Name { height: 100%; }
.CaseList.Style3 .CaseItem .Msg .Name { position: absolute; top: 0; width: 100%; height: calc(100% - 10px - 22px); box-sizing: border-box; display: none; align-items: center; justify-content: center; flex-direction: column; background-color: rgba(0,0,0,.5); color: #fff; padding: 0 40px; }
.CaseList.Style3 .CaseItem .Msg .Name {pointer-events: none; text-align: center; font-size: 24px; font-weight: bold; max-width: 100%; box-sizing: border-box; border-radius: 5px; white-space: initial; text-overflow: initial; line-height: 1.4 }
/*.CaseList.Style3 .CaseItem .Msg .Price{display:none}*/
.CaseList.Style3.HidePrice .CaseItem .Msg .Price { display: none }
.CaseList.Style3 .CaseItem .Msg .Price { padding: 10px 10px 0; line-height: 22px; text-align: center; color: #e2011d; }
.CaseList.Style3.UnSpacing .CaseItem .Msg .Price { padding-bottom: 15px }
.CaseList.Style3 .CaseItem:hover { transform: scale(1.05); position: relative; z-index: 1 }
.CaseList.Style3 .CaseItem:hover .Img { box-shadow: 0 0 10px rgba(153,153,153,.5); }
.CaseList.Style3 .CaseItem:hover .Msg .Name { display: flex; }
/*.CaseList.Style3 .CaseItem{transition: transform .7s;position:relative;overflow:hidden;border-radius:5px;}
.CaseList.Style3 .CaseItem .Img{transition: box-shadow .1s}
.CaseList.Style3 .CaseItem .Img > img{transition: transform .7s}
.CaseList.Style3 .CaseItem .Msg{position:absolute;top:0;width:100%;height:100%;box-sizing:border-box;display:none;align-items:center;justify-content:center;flex-direction:column;background-color:rgba(0,0,0,.5);color:#fff;padding:0 40px;}
.CaseList.Style3 .CaseItem .Msg .Name{text-align:center;font-size:24px;font-weight:bold;max-width:100%;box-sizing:border-box;white-space: initial;text-overflow: initial;line-height:1.4}
.CaseList.Style3 .CaseItem .Msg .Price{display:none}
.CaseList.Style3 .CaseItem:hover{transform: scale(1.05);position:relative;z-index:1}
.CaseList.Style3 .CaseItem:hover .Img{box-shadow:0 0 10px rgba(153,153,153,.5);}
.CaseList.Style3 .CaseItem:hover .Img > img{}
.CaseList.Style3 .CaseItem:hover .Msg{display:flex;}*/

/*电脑版联系我们*/
.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;/*text-align: justify;*/}
.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{display:none}/*margin:0;line-height:1;font-weight:normal;font-size:18px*/
.ContactList .ContactItem.QRCode > div > .Content{line-height:1;height:auto}

/*联系我们地图*/
.MapTitle {margin-top:40px}
.Map {overflow: hidden;margin-top:20px;height:500px;width:100%;border-radius:5px}
.Map.Style0 {height:600px;}
.Map.Style1 {height:400px;}
.Map .smnoprint {display: none}
/*.Map .MapLabelDiv{padding:0 !important;border:0 !important;z-index:1}
.Map .MapLabelDiv::after{content:"";position:absolute;border-color:#fff;border: 5px solid rgba(0,0,0,0);border-bottom-color: #fff;border-left-color: #fff;transform:translate(-50%,0) rotate(-45deg);bottom: 46px}
.Map .MapLabelDiv .MapLabel{bottom:51px;transform:translate(-50%,0);padding:40px 20px 20px;box-shadow: 0 0 10px rgba(153,153,153,.5) !important;}
.Map .MapLabelDiv .MapLabel .MapLabelCloseBtn{right:0;top:0;width:10px;height:10px;padding:20px 20px 10px;background-repeat:no-repeat;background-size:10px;background-position:center 20px;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='M950.334 1020.739a70.7 70.7 0 0 1-49.783-20.326L511.706 611.568 122.86 1000.413c-13.256 13.256-30.342 20.326-49.785 20.326-18.263 0-36.527-7.07-49.194-20.326-13.256-13.256-20.326-30.343-20.326-49.785 0-18.263 7.07-36.527 20.326-49.783L412.727 512 23.293 123.155C10.037 109.9 3.26 92.814 3.26 73.372c0-18.265 7.07-36.529 20.326-49.785A69.521 69.521 0 0 1 73.077 3.26c18.264 0 36.528 7.07 49.784 20.326l388.845 388.845L900.55 23.587C913.807 10.33 930.89 3.26 950.334 3.26c18.264 0 36.527 7.07 49.784 20.326 13.256 13.256 20.326 30.93 20.326 49.195 0 18.853-7.07 36.528-20.326 49.195L611.273 510.822l388.845 388.845c13.256 13.256 20.326 30.93 20.326 49.194 0 18.854-7.07 36.529-20.326 49.195-13.845 16.201-30.931 22.683-49.784 22.683z' fill='%23999'/%3E%3C/svg%3E")}
.Map .MapLabelDiv .MapLabel .MapLabelNavBtn{min-width:120px;height:60px;margin-left:20px;padding:0 10px;}
.Map .MapLabelDiv .MapLabel .MapLabelNavBtn::before{content:"";margin-right:5px;width:14px;height:20px;background-size:20px;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='20' height='20'%3E%3Cpath d='M549.64 317.491L362.165 2.116 174.691 317.491l117.137-.094V1021.5h131.858V317.397l125.954.094zm21.245 0' fill='%23FFF'/%3E%3Cpath d='M421.606 669.611v259.777l.264 33.031c8.731-186.161 162.412-334.418 350.731-334.418h16.722c36.939 0 66.882-29.943 66.882-66.882 0-31.773-22.112-61.97-51.865-65.168s-65.638 0-65.638 0c-4.69 0-9.417.182-14.084.64-118.821 11.672-263.748 83.218-303.012 173.02z' fill='%23FFF' opacity='.5'/%3E%3C/svg%3E")}*/
.Map .MapLabel::after { content: ""; position: absolute; border-color: #fff; border: 5px solid rgba(0,0,0,0); border-bottom-color: #fff; border-left-color: #fff; transform: translate(-50%,0) rotate(-45deg); bottom: -5px; left: 50%; }    .Map .MapLabel { max-width: calc(100% - .4rem); bottom: 51px; transform: translate(-50%,0); padding: 40px 20px 20px; box-shadow: 0 0 10px rgba(153,153,153,.5) !important; }
.Map .MapLabel > div { width: calc(100% - 140px); }
.Map .MapLabel .MapLabelCloseBtn { right: 0; top: 0; width: 10px; height: 10px; padding: 20px 20px 10px; background-repeat: no-repeat; background-size: 10px; background-position: center 20px; 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='M950.334 1020.739a70.7 70.7 0 0 1-49.783-20.326L511.706 611.568 122.86 1000.413c-13.256 13.256-30.342 20.326-49.785 20.326-18.263 0-36.527-7.07-49.194-20.326-13.256-13.256-20.326-30.343-20.326-49.785 0-18.263 7.07-36.527 20.326-49.783L412.727 512 23.293 123.155C10.037 109.9 3.26 92.814 3.26 73.372c0-18.265 7.07-36.529 20.326-49.785A69.521 69.521 0 0 1 73.077 3.26c18.264 0 36.528 7.07 49.784 20.326l388.845 388.845L900.55 23.587C913.807 10.33 930.89 3.26 950.334 3.26c18.264 0 36.527 7.07 49.784 20.326 13.256 13.256 20.326 30.93 20.326 49.195 0 18.853-7.07 36.528-20.326 49.195L611.273 510.822l388.845 388.845c13.256 13.256 20.326 30.93 20.326 49.194 0 18.854-7.07 36.529-20.326 49.195-13.845 16.201-30.931 22.683-49.784 22.683z' fill='%23999'/%3E%3C/svg%3E") }
.Map .MapLabel .MapLabelNavBtn { width: 120px; height: 60px; margin-left: 20px }
.Map .MapLabel .MapLabelNavBtn::before { content: ""; margin-right: 5px; width: 14px; height: 20px; background-size: 20px; 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='20' height='20'%3E%3Cpath d='M549.64 317.491L362.165 2.116 174.691 317.491l117.137-.094V1021.5h131.858V317.397l125.954.094zm21.245 0' fill='%23FFF'/%3E%3Cpath d='M421.606 669.611v259.777l.264 33.031c8.731-186.161 162.412-334.418 350.731-334.418h16.722c36.939 0 66.882-29.943 66.882-66.882 0-31.773-22.112-61.97-51.865-65.168s-65.638 0-65.638 0c-4.69 0-9.417.182-14.084.64-118.821 11.672-263.748 83.218-303.012 173.02z' fill='%23FFF' opacity='.5'/%3E%3C/svg%3E") }

/*电脑版浮动菜单*/
.FloatMenu{position:fixed;right:1%;bottom:20px!important;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:hover{background-color:#fff;position:relative;}
.FloatMenu .FloatMenuItem:hover::after{content:"";background-color:var(--ThemeColor);opacity:0.2;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}
.FloatMenu .FloatMenuItem:hover .ActiveImg{display:block}
.FloatMenu .FloatMenuItem:hover .Img{display:none}
.FloatMenu .FloatMenuItem > p{color:#666;font-size:12px}
.FloatMenu .FloatMenuItem:hover > p{color:#e2011d}
.FloatMenu .FloatMenuItem svg,
.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%;display:block}
.InnerPagePoster.InnerPagePosterMaxWidth.MaxWidth{margin-left:auto !important;margin-right:auto !important;width:96%;border-radius:5px;overflow:hidden}
.InnerPagePoster.InnerPagePosterMaxWidth.MaxWidth.UnTopRadius{border-top-left-radius:0;border-top-right-radius:0;}
.InnerPagePoster > img{top: 0;width: 100%;height: 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}

.pc.InnerPageCate{margin: 0 auto;width: 96%;}
.pc.InnerPageCate *{cursor:pointer}
/*一级分类*/
.pc.InnerPageCate > div{border:1px solid #ccc;border-radius:5px;margin-top:20px;margin-right:20px;position:relative;transition: background-color,border-color .1s;}
.pc.InnerPageCate > div > a{padding:0 30px;line-height:45px;display:flex;}
.pc.InnerPageCate > div > a > label + span{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.InnerPageCate > div.active,
.pc.InnerPageCate > div:hover{background-color:#e2011d;color:#fff;border-color:#e2011d;}
.pc.InnerPageCate > div.active > a > label + span,
.pc.InnerPageCate > div:hover > a > label + 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.InnerPageCate > div:hover > div{display:block;}
.pc.InnerPageCate > div > div{position:absolute;top:100%;left:50%;transform:translate(-50%,0);z-index:99;padding-top:20px;display:none}
.pc.InnerPageCate > div > div::before{content:"";position:absolute;top:20px;left:0px;width:100%;height:calc(100% - 20px);box-shadow:0 0 10px 0 rgba(153,153,153,.5);}
.pc.InnerPageCate > div > div::after{content:"";position:absolute;border:6px solid rgba(0,0,0,0);border-bottom-color:#fff;border-left-color:#fff;bottom: calc(100% - 26px);left: calc(50% - 10px);transform:rotate(-225deg);box-shadow:-7px 7px 15px -5px rgba(153,153,153,.5);z-index:1}
.pc.InnerPageCate > div > div > div{color:#333;background-color:#fff;position:relative;transition: background-color .1s;}
.pc.InnerPageCate > div > div > div:first-child{border-top-left-radius:5px;border-top-right-radius:5px;}
.pc.InnerPageCate > div > div > div:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}
.pc.InnerPageCate > div > div > div > a {width:200px;height:50px;line-height:50px;padding:0 20px;box-sizing:border-box;display:flex}
.pc.InnerPageCate > div > div > div > a > label{flex:1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pc.InnerPageCate > div > div > div > a > label + span{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='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='%23999'/%3E%3C/svg%3E")}
.pc.InnerPageCate > div > div > div.active,
.pc.InnerPageCate > div > div > div:hover{background-color:#e2011d;color:#fff;}
.pc.InnerPageCate > div > div > div.active > a > label + span,
.pc.InnerPageCate > div > div > div:hover > a > label + span{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='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")}
/*三级分类*/
.pc.InnerPageCate > div > div > div:hover > div{display:block}
.pc.InnerPageCate > div > div > div > div{position:absolute;left:100%;top:0;z-index:1;box-shadow:0 0 10px 0 rgba(153,153,153,.5);display:none}
.pc.InnerPageCate > div > div > div > div > div{color:#333;width:200px;height:50px;background-color:#fff;transition: background-color .1s;}
.pc.InnerPageCate > div > div > div > div > div:first-child{border-radius:5px 5px 0 0;}
.pc.InnerPageCate > div > div > div > div > div:last-child{border-radius:0 0 5px 5px}
.pc.InnerPageCate > div > div > div > div > div > a > label{display:block;line-height:50px;padding:0 20px;box-sizing:border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pc.InnerPageCate > div > div > div > div > div.active,
.pc.InnerPageCate > div > div > div > div > div:hover{background-color:#e2011d;color:#fff}

/*电脑版编辑器*/
.EditShow{line-height:1.5}
.EditShow img{max-width:100%;vertical-align: top;}
.EditShow .EditImg{text-align:center}

/*电脑版没有相关信息*/
.jqNoData{padding:100px 0;}
.jqNoData > img{width:120px;display:block;margin:auto}
.jqNoData > p{margin-top:20px;text-align:center;color:#999}

/*电脑版搜索*/
.Search1 { display: flex; align-items: center; justify-content: flex-end; margin: 0 auto; width: 96%; position: relative; }
.Search1 > a { display: none }
.Search1 > input { width: 220px !important; 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; }
.Search1 > input.HaveVal { padding-right: 46px; }
.Search1 > input.HaveVal + .SearchClear { display: block; }
.Search1 > .SearchClear { display: none; position: absolute; top: -54px; right: 30px; border-width: 1px 0 1px 0; border-style: solid; border-color: #ddd; box-sizing: border-box; padding-right: 15px; width: 31px; height: 40px; background-size: 16px; background-repeat: no-repeat; background-position: left center; 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='M512 0C229.236 0 0 229.236 0 512s229.236 512 512 512 512-229.236 512-512v-.698C1023.628 228.817 794.53 0 512 0zm219.23 664.623a47.872 47.872 0 1 1-65.91 69.352L512 577.932 358.68 730.554a49.059 49.059 0 0 1-69.353-69.376l152.622-153.32-152.646-152.623a49.059 49.059 0 1 1 69.376-69.376L512 445.393l153.32-153.32a47.872 47.872 0 0 1 65.91 69.352l-152.623 152.67 152.622 150.528z' fill='%23e3e3e3'/%3E%3C/svg%3E"); }
.Search1 > button {font-size:0px; 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") }

/*电脑版视频展播*/
.Video{margin-left:auto;margin-right:auto;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;background-color: rgba(0,0,0,0);}
.Video .Meanwhile .swiper-slide:nth-child(2){margin-left:40px}
.Video .Meanwhile .swiper-slide > video { width: 100%; display: none; height: 450px; margin: auto; object-fit: scale-down; background-color: #000; }
.Video .Meanwhile .swiper-slide > p{color: #fff;margin-top: 20px;}

/*电脑版图片组*/
/*内间距*/
.ImgGroup.PaddingRight20 .ImgGroupList .ImgGroupItem{margin-right:20px;margin-top:20px;}
.ImgGroup.PaddingRight40 .ImgGroupList .ImgGroupItem{margin-right:40px;margin-top:40px;}
.ImgGroup.PaddingRight60 .ImgGroupList .ImgGroupItem{margin-right:60px;margin-top:60px;}
/*图片组样式一*/
.ImgGroup .ImgGroupList.Style1 .ImgGroupItem{width:100%;display:flex;justify-content:center;margin-right:0!important}
.ImgGroup .ImgGroupList.Style1 .ImgGroupItem:first-child{margin-top:0!important}
.ImgGroup .ImgGroupList.Style1 .ImgGroupItem img{max-width:100%;}
/*图片组样式二*/
.ImgGroup .ImgGroupList.Style2 .ImgGroupItem{width:50%;}
.ImgGroup .ImgGroupList.Style2 .ImgGroupItem > img{width:100%;height:100%}
.ImgGroup.PaddingRight20 .ImgGroupList.Style2 .ImgGroupItem{width:calc((100% - 20px * 1) / 2)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style2 .ImgGroupItem{width:calc((100% - 40px * 1) / 2)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style2 .ImgGroupItem{width:calc((100% - 60px * 1) / 2)}
.ImgGroup .ImgGroupList.Style2 .ImgGroupItem:nth-child(2n){margin-right:0}
.ImgGroup .ImgGroupList.Style2 .ImgGroupItem:nth-child(-n + 2){margin-top:0}
/*图片组样式三*/
.ImgGroup .ImgGroupList.Style3 .ImgGroupItem{width:calc(100% / 3);}
.ImgGroup .ImgGroupList.Style3 .ImgGroupItem > img{width:100%;height:100%}
.ImgGroup.PaddingRight20 .ImgGroupList.Style3 .ImgGroupItem{width:calc((100% - 20px * 2) / 3)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style3 .ImgGroupItem{width:calc((100% - 40px * 2) / 3)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style3 .ImgGroupItem{width:calc((100% - 60px * 2) / 3)}
.ImgGroup .ImgGroupList.Style3 .ImgGroupItem:nth-child(3n){margin-right:0}
.ImgGroup .ImgGroupList.Style3 .ImgGroupItem:nth-child(-n + 3){margin-top:0}
/*图片组样式四*/
.ImgGroup .ImgGroupList.Style4 .ImgGroupItem{width:25%;}
.ImgGroup .ImgGroupList.Style4 .ImgGroupItem > img{width:100%;height:100%}
.ImgGroup.PaddingRight20 .ImgGroupList.Style4 .ImgGroupItem{width:calc((100% - 20px * 3) / 4)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style4 .ImgGroupItem{width:calc((100% - 40px * 3) / 4)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style4 .ImgGroupItem{width:calc((100% - 60px * 3) / 4)}
.ImgGroup .ImgGroupList.Style4 .ImgGroupItem:nth-child(4n){margin-right:0}
.ImgGroup .ImgGroupList.Style4 .ImgGroupItem:nth-child(-n + 4){margin-top:0}
/*图片组样式五*/
.ImgGroup .ImgGroupList.Style5 .ImgGroupItem{width:20%;}
.ImgGroup .ImgGroupList.Style5 .ImgGroupItem > img{width:100%;height:100%}
.ImgGroup.PaddingRight20 .ImgGroupList.Style5 .ImgGroupItem{width:calc((100% - 20px * 4) / 5)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style5 .ImgGroupItem{width:calc((100% - 40px * 4) / 5)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style5 .ImgGroupItem{width:calc((100% - 60px * 4) / 5)}
.ImgGroup .ImgGroupList.Style5 .ImgGroupItem:nth-child(5n){margin-right:0}
.ImgGroup .ImgGroupList.Style5 .ImgGroupItem:nth-child(-n + 5){margin-top:0}
/*图片组样式六*/
.ImgGroup .ImgGroupList.Style6 .ImgGroupItem{width:calc(100% / 6);}
.ImgGroup .ImgGroupList.Style6 .ImgGroupItem > img{width:100%;height:100%}
.ImgGroup.PaddingRight20 .ImgGroupList.Style6 .ImgGroupItem{width:calc((100% - 20px * 5) / 6)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style6 .ImgGroupItem{width:calc((100% - 40px * 5) / 6)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style6 .ImgGroupItem{width:calc((100% - 60px * 5) / 6)}
.ImgGroup .ImgGroupList.Style6 .ImgGroupItem:nth-child(6n){margin-right:0}
.ImgGroup .ImgGroupList.Style6 .ImgGroupItem:nth-child(-n + 6){margin-top:0}
/*图片组样式七*/
.ImgGroup .ImgGroupList.Style7 .ImgGroupItem{width:50%;}
.ImgGroup .ImgGroupList.Style7 .ImgGroupItem > img{width:100%;height:100%}
.ImgGroup .ImgGroupList.Style7 .ImgGroupItem:nth-child(3n+4){clear:both}
.ImgGroup.PaddingRight20 .ImgGroupList.Style7 .ImgGroupItem{width:calc((100% - 20px * 1) / 2)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style7 .ImgGroupItem{width:calc((100% - 40px * 1) / 2)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style7 .ImgGroupItem{width:calc((100% - 60px * 1) / 2)}
.ImgGroup .ImgGroupList.Style7 .ImgGroupItem:nth-child(3n+2){margin-right:0}
.ImgGroup .ImgGroupList.Style7 .ImgGroupItem:nth-child(3n+3){margin-right:0}
.ImgGroup .ImgGroupList.Style7 .ImgGroupItem:nth-child(-n + 2){margin-top:0}
/*图片组样式八*/
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+1){width:50%;}
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+2),
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+3),
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+4),
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+5){width:25%;}
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+6){clear:both}
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem > img{width:100%;height:100%}
.ImgGroup.PaddingRight20 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+1){width:calc((100% - 20px * 1) / 2)}
.ImgGroup.PaddingRight20 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+2),
.ImgGroup.PaddingRight20 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+3),
.ImgGroup.PaddingRight20 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+4),
.ImgGroup.PaddingRight20 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+5){width:calc((((100% - 20px * 1) / 2) - 20px) / 2)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+1){width:calc((100% - 40px * 1) / 2)}
.ImgGroup.PaddingRight40 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+2),
.ImgGroup.PaddingRight40 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+3),
.ImgGroup.PaddingRight40 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+4),
.ImgGroup.PaddingRight40 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+5){width:calc((((100% - 40px * 1) / 2) - 40px) / 2)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+1){width:calc((100% - 60px * 1) / 2)}
.ImgGroup.PaddingRight60 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+2),
.ImgGroup.PaddingRight60 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+3),
.ImgGroup.PaddingRight60 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+4),
.ImgGroup.PaddingRight60 .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+5){width:calc((((100% - 60px * 1) / 2) - 60px) / 2)}
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(-n + 3){margin-top:0}
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+3),
.ImgGroup .ImgGroupList.Style8 .ImgGroupItem:nth-child(5n+5){margin-right:0}

/*产品*/
.MallList .MallItem.IsTop1:before {font-size: 16px;line-height: 24px;height: 25px;}

/*案例*/
.CaseList .CaseItem.IsTop1:before {font-size: 16px;line-height: 24px;height: 25px;}

/*Index样式*/
/*Index：电脑版产品展示*/
.IndexBody .Mall{margin-left:auto;margin-right:auto;width:96%}
/*Index：电脑版案例展示*/
.IndexBody .Case{margin-left:auto;margin-right:auto;width:96%}
/*Index：电脑版文章动态*/
.IndexBody .ArticleHome{margin-left:auto;margin-right:auto;width: 96%;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .dummy{padding-top:calc((100% - 20px) / 2 * 62.5 / 100);}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner{width:calc((100% - 20px) / 2);height:100%;left:0;top:0;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper{height:100%;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper-slide > a{width:100%;height:100%;background-size:100% 100%;transition: all .7s;background-position:center}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper-slide > a > div{height:70px;background-color:rgba(0,0,0,.5);line-height:70px;padding-right: 1rem;padding-left:20px}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper-pagination{display:flex;bottom:32px;width:auto;left:calc(100% - 30px);transform:translate(-100%,0);height:9px;font-size:0;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper-pagination > span{width: 12px;height: 12px;background-color: #fff;opacity: .2;border-radius: 12px;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper-pagination > span.swiper-pagination-bullet-active{background-color:var(--ThemeColor);width: 24px;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList{margin-left:calc((100% - 20px) / 2 + 20px);width:calc((100% - 20px) / 2);height:100%;right:0;top:0;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a{width:100%;height:calc((100% - 80px) / 3);padding:20px 0}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a:first-child{padding-top:0}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a:last-child {padding-bottom:0;border-bottom:0}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Img{flex-grow:0;width:27.21%;margin-right:20px;font-size:0;transition:transform .7s;position:relative;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Img > div{padding-bottom:62.5%;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Img > img{height:100%;width:100%;transition:transform .7s;position:absolute;top:0;}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg{/*line-height:1;*/flex:1;overflow: hidden}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg .Name{margin-bottom:20px;transition:color .3s;line-height:30px}
.LanguageType0.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg .Name.Top::before { content: var(--top0);}
.LanguageType1.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg .Name.Top::before { content: var(--top1);}
.LanguageType2.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg .Name.Top::before { content: var(--top2);}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg .Name.Top::before{display:inline-block;color:#fff;background-color:#ff6600;border-radius:5px;font-size:16px;line-height:24px;height:25px;width:50px;text-align:center;margin-top: -3px;
    vertical-align: middle;font-weight: normal;margin-right:10px}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg .Data .Time::before {content:"";width:15px;height:15px;background-size:100% 100%;margin-right:5px}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > 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,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkBhISNBZkDag4AAAEDUlEQVRIx53WaXMiRxLG8V83xS0QSOgehcde7643YmO//0exY4+xNOiWQBJXQ9O0X4jRjhCS7UledABd/8rMysx6ojz3huWmRiaGZhaCoqCmpiaI3loUhXW/ZqZSUyNDMxOphYKgoKqioaaipLCWuBY4duNRT99QbmEhF4kRFLXs2NGyud7Fr0NemBh61HdnYChBSUVJLJOaSWWKNmxq29LWVlzhvQAOXTpzbWQuE1Q0VW3aEEyNjY2MjUxlKjYc+pvdt3KYGTh36txApGlHx4YNJVUVBamZqcTUQN/1MoKx73xQX5fDoa5ProxVNBw4dqiyPM0IVV9Cmbp3qqsv8Yue4C+rwNzUlRMnEm0f7drSUltN9/JZ0RFsuXKp68Z/le095zI87XnjswszLT/4ye5KSeRf4Z4WdXR0NETunCsq2BOJvgBHuk4NdfzDB9uvKixF6VWBNB2j4Ma5uqKWgJBbuPXZg7of/VN1bVXmdtRW+iPWFsRSd35VFDTFwtxQz1DVsQOVFVgu1/OzXO5Q6VXL1Ry58+DehW0lNfHUtTu5fX+1t6ZH5x6d6bo397rtC9qOdGRu3OohnuubqNu1+8o/cpls2cfrB0KuZd+GuYE+4pFbIzVbGuI1CxZy8Zs42LRvw8ydC4SRoVRQkK2dH9E7qKf/g6qSuYEUYSxBWUnu2yxSVRckUsQpisqKv+PJe1ZQURPLEScWiuqq7wIjBcW1OX4CNmwKFk8eLgTl1bm2YrmF7N2gv1wM4fcCzRGb6jkRP0eRi5bzcnWEhKJYZmb+5u6x4NGVx698XIiVbPmohlxiYvEELIhkUukbuJKSuXtzYQVYlNhZfp8am8kQSgrmJmZryyYSNGwbKb2oyIVYpLw8prmhEYoIZbGp6Zsh0/IvP6w54UhZC6QmZmrKCA0Nc4mxxRs3bcXhu8eWGRihqYlQs2VqauLbLDfxYCLW0EZcd2BT4sqF6TcAM1e6Epv2HCIuaqmbufDJ3TcBr53LtG3bRhxs2lYzdKpr+CdHxNiJUwMNR1pKiCNBS0fVxLVLyZ8CXvpFT9WuzrJ5A5GWH6X+51Rk5oPmH4Il7vxbF4eObS01Q4CKY4lb187kYrGNPwC88R8XYju+s/N8gQWehtOR1Ce3LqX69jU11tzFMJe4deezvuB7R440n7vohfo687MziaId+w40VVeKPZMYevDJmYGG7/1dR/n/L7yUc6lrJ7r6cg1tVVUVtaX6mkqXki7xKFV34KMPL+N4CYS+X3XdmsllCi/04cRYaqFow7YDe9qraXkNzDzqu3Gv595EpKQsNjeTilU1tOzbU1d9neXXwCcbuHet50FqLpeLEKnZtG3L7hoN9C4wk0rMlp/0WT1UVJSVnqXoa+BvWrCPkddV+4wAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDYtMThUMTA6NTI6MjIrMDg6MDCdVppfAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA2LTE4VDEwOjUyOjIyKzA4OjAw7Asi4wAAACB0RVh0c29mdHdhcmUAaHR0cHM6Ly9pbWFnZW1hZ2ljay5vcme8zx2dAAAAGHRFWHRUaHVtYjo6RG9jdW1lbnQ6OlBhZ2VzADGn/7svAAAAF3RFWHRUaHVtYjo6SW1hZ2U6OkhlaWdodAA0MIm7Dx8AAAAWdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgANDBxFM+SAAAAGXRFWHRUaHVtYjo6TWltZXR5cGUAaW1hZ2UvcG5nP7JWTgAAABd0RVh0VGh1bWI6Ok1UaW1lADE1OTI0NDg3NDKX2jcwAAAAEnRFWHRUaHVtYjo6U2l6ZQAyNDAxQkKj/HcUAAAAQnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vdG1wL2ltYWdlbGMvaW1ndmlldzJfN18xNTkyMzk4MjMyMzkyNDMxNV82MF9bMF1kotfDAAAAAElFTkSuQmCC'/%3E%3C/svg%3E");}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a .Msg .Data .CateName{margin-left:20px;width:calc(100% - 130px)/*96px*/}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper-slide > a:hover{/*background-size:120% 120%;*/}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleBanner .swiper-slide > a:hover > div{color:var(--ThemeColor);}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a:hover .Img{transform:scale(1.05);box-shadow:0 0 10px rgba(153,153,153,.5)}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a:hover .Img > img{/*transform:scale(1.2)*/}
.IndexBody .ArticleHome .ArticleHomeList.Style0 .ArticleList > a:hover .Msg .Name{color:var(--ThemeColor);}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .dummy{padding-top:calc((100% - 30px) / 2 * 62.5 / 100);}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleCate{width:calc((100% - 30px) / 2);height:60px;line-height:60px;top:0;right:0;z-index:1;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleCate .ArticleCateItem{width:25%;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleCate .ArticleCateItem.active{background-color:var(--ThemeColor);color:#fff;font-weight:bold}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleCate .ArticleCateItem:hover{background-color:var(--ThemeColor);color:#fff;font-weight:bold}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner{width:calc((100% - 30px) / 2);height:100%;left:0;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner .swiper{height:100%;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner .swiper-slide > a{width:100%;height:100%;background-size:100% 100%;background-position:center;transition: all .7s}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner .swiper-slide > a > h3{height:70px;background-color:rgba(0,0,0,.5);line-height:70px;padding-left:20px;padding-right:152px;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner .swiper-pagination{display:flex;bottom:32px;width:auto;left:calc(100% - 30px);transform:translate(-100%,0);height:9px;font-size:0;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner .swiper-pagination > span{width:12px;height:12px;background-color:#fff;margin:0 0 0 10px;border-radius:6px}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner .swiper-pagination > span.swiper-pagination-bullet-active{width:24px;background-color:var(--ThemeColor);}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList{width:calc((100% - 30px) / 2);margin-top:60px;right:0;height:calc(100% - 60px);}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div{height:100%}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList .Loading{background-size:80px;background-position:center;background-repeat:no-repeat;background-image:url("/App_Style/img/loading2.gif")}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem:first-child{background-image:none;padding-left:10px;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem:first-child > *{width:100%;}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem:first-child > h3{margin-bottom:20px}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem{z-index:1;padding-left:27px;background-size:10px;background-position:9px center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cimage width='10' height='10' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAgMAAADwXCcuAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEX////MAAD///8YxVGAAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAHdElNRQfkBhgTDw28pQS/AAAAHUlEQVQI12NggAIWAQYGVhYgdgTiAAcIzQIRBwIAGG8BXK2NA30AAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDYtMjRUMTE6MTU6MTMrMDg6MDDOha86AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA2LTI0VDExOjE1OjEzKzA4OjAwv9gXhgAAACB0RVh0c29mdHdhcmUAaHR0cHM6Ly9pbWFnZW1hZ2ljay5vcme8zx2dAAAAGHRFWHRUaHVtYjo6RG9jdW1lbnQ6OlBhZ2VzADGn/7svAAAAF3RFWHRUaHVtYjo6SW1hZ2U6OkhlaWdodAAxMPTM+1oAAAAWdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgAMTAMYzvXAAAAGXRFWHRUaHVtYjo6TWltZXR5cGUAaW1hZ2UvcG5nP7JWTgAAABd0RVh0VGh1bWI6Ok1UaW1lADE1OTI5Njg1MTNYcGczAAAAEXRFWHRUaHVtYjo6U2l6ZQA5ODRCQnEAHEYAAABHdEVYdFRodW1iOjpVUkkAZmlsZTovLy9hcHAvdG1wL2ltYWdlbGMvaW1ndmlldzJfMTBfMTU5MjU1ODU0NDIxNDMwMDVfOTlfWzBdJQYDrAAAAABJRU5ErkJggg=='/%3E%3C/svg%3E")}
.LanguageType0.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem .Top::before { content: var(--top0);}
.LanguageType1.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem .Top::before { content: var(--top1);}
.LanguageType2.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem .Top::before { content: var(--top2);}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList > div > .ArticleListItem .Top::before{display:inline-block;color:#fff;background-color:#ff6600;border-radius:5px;font-size:14px;line-height:20px;height:20px;width:36px;text-align:center;margin-top: -3px;vertical-align: middle;font-weight: normal;margin-right:10px}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner a:hover{/*background-size:120% 120%*/}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleBanner a:hover h3{color:var(--ThemeColor);}
.IndexBody .ArticleHome .ArticleHomeList.Style1 .ArticleList a:hover h3{color:var(--ThemeColor);}
/*Article样式*/
.IndexBody .ArticleHome .ArticleHomeList.Style2{display:flex;flex-wrap:wrap;}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem{border:1px solid #eee;width:calc((100% - 40px) / 3);margin-right:20px;border-radius:5px;box-sizing:border-box;transition: all .7s;overflow:hidden;position:relative;}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem:nth-child(3n){margin-right:0}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Img{width:100%;position:relative;overflow:hidden}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Img .dummy{padding-top:62.5%}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Img > img{position:absolute;top:0;width:100%;height:100%;transition: all .7s;}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .DateImg {display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg {display:flex;flex-direction:column;overflow: hidden;padding:20px 10px;height:80px;}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg .Name{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow:hidden;line-height:1.1}
.LanguageType0.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top0);}
.LanguageType1.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top1);}
.LanguageType2.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top2);}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg .Name.Top::before{display:inline-block;color:#fff;background-color:#ff6600;border-radius:5px;font-size:16px;line-height:24px;height:25px;width:50px;text-align:center;margin-top: -3px;vertical-align: middle;font-weight: normal;margin-right:10px}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg .Content{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height:150%;margin-top:6px;height:48px;}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .Msg .Data{display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem .DateLast{display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem:hover{transform:scale(1.05);box-shadow:0 0 10px rgba(221,221,221,.5);z-index:1}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem:hover .Img > img{/*transform:scale(1.2)*/}
.IndexBody .ArticleHome .ArticleHomeList.Style2 .ArticleHomeItem:hover .Msg .Name{color:var(--ThemeColor);}
/*Article样式*/
.IndexBody .ArticleHome .ArticleHomeList.Style3{display:flex;flex-wrap:wrap}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem{padding-right:20px;display:flex;align-items:center;border:1px solid #eee;transition: all .5s;margin-top:20px;margin-left:20px;width:calc((100% - 20px) / 2);box-sizing:border-box;border-radius:5px;overflow:hidden;background-color: #fff;}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem:nth-child(-n + 2){margin-top:0}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem:nth-child(2n + 1){margin-left:0}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Img{width:240px;position:relative;flex:none;overflow:hidden;transition: all .7s;}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Img .dummy{padding-top:62.5%}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Img > img{position:absolute;top:0;width:100%;height:100%;transition: transform .7s;}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .DateImg {display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg {margin-left:20px;display:flex;flex-direction:column;flex:1;overflow: hidden;height:100%}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Name{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow:hidden;line-height:1.1;margin-top:20px}
.LanguageType0.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top0);}
.LanguageType1.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top1);}
.LanguageType2.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top2);}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Name.Top::before{display:inline-block;color:#fff;background-color:#ff6600;border-radius:5px;font-size:16px;line-height:24px;height:25px;width:50px;text-align:center;font-weight: normal;margin-right:10px;position: relative;top: -2px;}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Content{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height:150%;margin-top:5px;height:49px}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Data{margin-top:15px;display:flex;align-items:center;}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Data span{}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Data .Date{padding-left:20px;background-size:15px;background-position:left top;background-repeat:no-repeat;vertical-align:middle;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")}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .Msg .Data .CateName{margin-left:20px;width:96px;line-height:18px}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem .DateLast{display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem:hover{box-shadow: 0 0 10px rgba(221,221,221,.5);transform:scale(1.02)}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem:hover .Img > img{/*transform:scale(1.2)*/}
.IndexBody .ArticleHome .ArticleHomeList.Style3 .ArticleHomeItem:hover .Msg .Name{color:var(--ThemeColor);}
/*Article样式*/
.IndexBody .ArticleHome .ArticleHomeList.Style4{display:flex;flex-wrap:wrap}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem{padding:20px 0;display:flex;align-items:center;border-bottom:1px solid #eee;transition: all .5s;width:calc((100% - 20px) / 2);margin-left:20px;box-sizing:border-box;}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem:nth-child(-n+2){padding-top:0;}
/*.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem:nth-last-child(-n+2){padding-bottom:0;}*/
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem:nth-child(2n+1){margin-left:0}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Img{display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .DateImg{width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:5px;color:#999;line-height:1;transition: transform .5s;}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .DateImg > :nth-child(1){font-size:60px;font-weight:bold;}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .DateImg > :nth-child(2){font-size:18px;font-weight:bold;margin-top:10px}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg {margin-left:30px;display:flex;flex-direction:column;justify-content:center;flex:1;overflow: hidden;}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg .Name{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow:hidden;line-height:150%;}
.LanguageType0.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top0);}
.LanguageType1.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top1);}
.LanguageType2.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg .Name.Top::before { content: var(--top2);}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg .Name.Top::before{display:inline-block;color:#fff;background-color:#ff6600;border-radius:5px;font-size:16px;line-height:24px;height:25px;width:50px;text-align:center;font-weight: normal;margin-right:10px;position: relative;top: -2px;}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg .Content{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height:150%;margin-top:20px;}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .Msg .Data{display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem .DateLast{display:none}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem:hover .DateImg{/*transform:scale(1.05)*/;background-color:var(--ThemeColor);color:#fff;box-shadow: 0 0 10px rgba(221,221,221,.5);}
.IndexBody .ArticleHome .ArticleHomeList.Style4 .ArticleHomeItem:hover .Msg .Name{color:var(--ThemeColor);}
/*Index：电脑版联系我们*/
.IndexBody .Contact {margin-left:auto;margin-right:auto;width:96%}
.IndexBody .ContactList .ContactItem:nth-child(-n+4){margin-top:0}

/*Single样式*/
.SingleBody .SingleDiv{margin:40px auto 0;width:96%}
.SingleBody .Contact{width:96%;margin:0 auto;padding-top:20px}
.SingleBody .Contact .ModuleTitle{display:none}

/*Contact样式表*/
.ContactBody .Contact{margin:0 auto;width:96%;padding-top:20px;}
.ContactBody .Contact .MenuPoster{margin:40px 0}
.ContactBody .Contact .MenuPoster > img{max-width:100%}
.ContactBody .Contact .MenuPoster + .ContactList > .ContactItem:nth-child(-n+4){margin-top:0}

/*MallList样式*/
.MallListBody .Mall{margin: 20px auto 0;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;min-height:100px}
.MallBody .Mall .Img > div{width:100%;max-width:800px;}
/*.MallBody.ListSize23 .Mall .Img > div > div{padding-bottom:150%}
.MallBody.ListSize11 .Mall .Img > div > div{padding-bottom:100%}
.MallBody.ListSize43 .Mall .Img > div > div{padding-bottom:75%}*/
.MallBody .Mall .Img > div{display:flex;justify-content:center}
.MallBody .Mall .Img > div > img{max-width:100%;/*height:100%;top:0;left:0*/}
.MallBody .Mall .Img > a{top:50%;display:block;width:70px;height:70px;background-color:#000;background-size:22px;background-position:center;background-repeat:no-repeat;border-radius:35px;opacity:.1;transform:translate(0,-50%)}
.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 .Name.HidePrice .Price{display:none}
.MallBody .Mall .Name.ShowPrice .Price{margin-top:10px;/*height:30px;line-height:30px*/}
.MallBody .Mall .PriceUnit > span:first-child::before{content:"￥";}
.MallBody .Mall .Price .MemberPriceUnit::before{content:"￥";}
.MallBody .Mall .Price .MemberPriceUnit.MemberPriceMargin::before{margin-left:15px}
.MallBody .Mall .Price .MemberPriceIcon{height:12px;margin-left:5px}
/*.MallBody .Mall .Name.ShowPrice .Price.OnlyMemberPrice{height:16px;line-height:16px;}
.MallBody .Mall .Name.ShowPrice .Price.OnlyMemberPrice > :nth-child(2){display:none}*/
.MallBody .Mall .MallVideo video{margin:0 auto .2rem;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 > a.NoLinkBtn{color:#999;pointer-events:none}
.MallBody .MallPager > a.PrevHrefBtn{padding-left:38px;background-position:15px center;background-size:15px;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='15' height='15'%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='%23999'/%3E%3C/svg%3E");}
.MallBody .MallPager > a.PrevHrefBtn:hover{color:#fff;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='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 .MallPager > a.NextHrefBtn{padding-right:38px;background-position:calc(100% - 15px) center;background-size:15px;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='15' height='15'%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='%23999'/%3E%3C/svg%3E");}
.MallBody .MallPager > a.NextHrefBtn:hover{color:#fff;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='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 .MallPager > a{height:50px;line-height:50px;padding: 0 20px;border-radius:5px;}
.MallBody .MallPager :nth-child(2){margin:0 20px;width:140px;}
.MallBody .MallPager :nth-child(2)::before{content:"";width:18px;height:18px;margin-right:10px;background-size:18px;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='18' height='18'%3E%3Cpath d='M640 96v149.333a53.393 53.393 0 0 1-53.333 53.334H437.333A53.393 53.393 0 0 1 384 245.333V96a53.393 53.393 0 0 1 53.333-53.333h149.334A53.393 53.393 0 0 1 640 96zM245.333 42.667H96A53.393 53.393 0 0 0 42.667 96v149.333A53.393 53.393 0 0 0 96 298.667h149.333a53.393 53.393 0 0 0 53.334-53.334V96a53.393 53.393 0 0 0-53.334-53.333zm682.667 0H778.667A53.393 53.393 0 0 0 725.333 96v149.333a53.393 53.393 0 0 0 53.334 53.334H928a53.393 53.393 0 0 0 53.333-53.334V96A53.393 53.393 0 0 0 928 42.667zM928 384H778.667a53.393 53.393 0 0 0-53.334 53.333v149.334A53.393 53.393 0 0 0 778.667 640H928a53.393 53.393 0 0 0 53.333-53.333V437.333A53.393 53.393 0 0 0 928 384zm-682.667 0H96a53.393 53.393 0 0 0-53.333 53.333v149.334A53.393 53.393 0 0 0 96 640h149.333a53.393 53.393 0 0 0 53.334-53.333V437.333A53.393 53.393 0 0 0 245.333 384zm341.334 0H437.333A53.393 53.393 0 0 0 384 437.333v149.334A53.393 53.393 0 0 0 437.333 640h149.334A53.393 53.393 0 0 0 640 586.667V437.333A53.393 53.393 0 0 0 586.667 384zM245.333 725.333H96a53.393 53.393 0 0 0-53.333 53.334V928A53.393 53.393 0 0 0 96 981.333h149.333A53.393 53.393 0 0 0 298.667 928V778.667a53.393 53.393 0 0 0-53.334-53.334zm341.334 0H437.333A53.393 53.393 0 0 0 384 778.667V928a53.393 53.393 0 0 0 53.333 53.333h149.334A53.393 53.393 0 0 0 640 928V778.667a53.393 53.393 0 0 0-53.333-53.334zm341.333 0H778.667a53.393 53.393 0 0 0-53.334 53.334V928a53.393 53.393 0 0 0 53.334 53.333H928A53.393 53.393 0 0 0 981.333 928V778.667A53.393 53.393 0 0 0 928 725.333z' fill='%23999'/%3E%3C/svg%3E")}
.MallBody .MallPager :nth-child(2):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='18' height='18'%3E%3Cpath d='M640 96v149.333a53.393 53.393 0 0 1-53.333 53.334H437.333A53.393 53.393 0 0 1 384 245.333V96a53.393 53.393 0 0 1 53.333-53.333h149.334A53.393 53.393 0 0 1 640 96zM245.333 42.667H96A53.393 53.393 0 0 0 42.667 96v149.333A53.393 53.393 0 0 0 96 298.667h149.333a53.393 53.393 0 0 0 53.334-53.334V96a53.393 53.393 0 0 0-53.334-53.333zm682.667 0H778.667A53.393 53.393 0 0 0 725.333 96v149.333a53.393 53.393 0 0 0 53.334 53.334H928a53.393 53.393 0 0 0 53.333-53.334V96A53.393 53.393 0 0 0 928 42.667zM928 384H778.667a53.393 53.393 0 0 0-53.334 53.333v149.334A53.393 53.393 0 0 0 778.667 640H928a53.393 53.393 0 0 0 53.333-53.333V437.333A53.393 53.393 0 0 0 928 384zm-682.667 0H96a53.393 53.393 0 0 0-53.333 53.333v149.334A53.393 53.393 0 0 0 96 640h149.333a53.393 53.393 0 0 0 53.334-53.333V437.333A53.393 53.393 0 0 0 245.333 384zm341.334 0H437.333A53.393 53.393 0 0 0 384 437.333v149.334A53.393 53.393 0 0 0 437.333 640h149.334A53.393 53.393 0 0 0 640 586.667V437.333A53.393 53.393 0 0 0 586.667 384zM245.333 725.333H96a53.393 53.393 0 0 0-53.333 53.334V928A53.393 53.393 0 0 0 96 981.333h149.333A53.393 53.393 0 0 0 298.667 928V778.667a53.393 53.393 0 0 0-53.334-53.334zm341.334 0H437.333A53.393 53.393 0 0 0 384 778.667V928a53.393 53.393 0 0 0 53.333 53.333h149.334A53.393 53.393 0 0 0 640 928V778.667a53.393 53.393 0 0 0-53.333-53.334zm341.333 0H778.667a53.393 53.393 0 0 0-53.334 53.334V928a53.393 53.393 0 0 0 53.334 53.333H928A53.393 53.393 0 0 0 981.333 928V778.667A53.393 53.393 0 0 0 928 725.333z' fill='%23fff'/%3E%3C/svg%3E")}
/*Mall：电脑版相关产品标题*/
.MallBody .MallRelated{display:none;margin:40px auto 0;width:96%;}
.MallBody .MallRelated .ModuleTitle{justify-content:flex-start;margin-bottom:20px}
.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:var(--ThemeColor);border-radius:3px;margin-right:10px}
.MallBody .MallRelated .ModuleTitle > h3::after{display:none}
.MallBody .MallRelated .ColumnP3 .CaseItem:nth-child(n+4){display:none}
.MallBody .MallRelated .ColumnP4 .CaseItem:nth-child(n+5){display:none}
.MallBody .MallRelated .ColumnP5 .CaseItem:nth-child(n+6){display:none}
.MallBody .MallRelated .ColumnP6 .CaseItem:nth-child(n+7){display:none}
.MallBody.HaveRelated .MallRelated{display:block;}

/*CaseList样式*/
.CaseListBody .Case{margin: 20px auto 0;width: 96%}

/*Case样式*/
/*Case：电脑版内容*/
.CaseBody .Case{margin:30px auto 0;width:96%}
.CaseBody .Case .Img{max-width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;min-height:100px}
.CaseBody .Case .Img > div{width:100%;max-width:800px;}
/*.CaseBody.ListSize23 .Case .Img > div > div{padding-bottom:150%}
.CaseBody.ListSize11 .Case .Img > div > div{padding-bottom:100%}
.CaseBody.ListSize43 .Case .Img > div > div{padding-bottom:75%}*/
.CaseBody .Case .Img > div{display:flex;justify-content:center}
.CaseBody .Case .Img > div > img{max-width:100%;/*height:100%;top:0;left:0*/}
.CaseBody .Case .Img > a{top:50%;display:block;width:70px;height:70px;background-color:#000;background-size:22px;background-position:center;background-repeat:no-repeat;border-radius:35px;opacity:.1;transform:translate(0,-50%)}
.CaseBody .Case .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")}
.CaseBody .Case .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")}
.CaseBody .Case .Name{text-align:center;margin-bottom:40px}
.CaseBody .Case .Name.HidePrice .Price{display:none}
.CaseBody .Case .Name.ShowPrice .Price{margin-top:10px;/*height:30px;line-height:30px*/}
.CaseBody .Case .PriceUnit > span:first-child::before{content:"￥";}
.CaseBody .Case .Price .MemberPriceUnit::before{content:"￥";}
.CaseBody .Case .Price .MemberPriceUnit.MemberPriceMargin::before{margin-left:15px}
.CaseBody .Case .Price .MemberPriceIcon{height:12px;margin-left:5px}
/*.CaseBody .Case .Name.ShowPrice .Price.OnlyMemberPrice{height:16px;line-height:16px;}
.CaseBody .Case .Name.ShowPrice .Price.OnlyMemberPrice > :nth-child(2){display:none}*/
.CaseBody .Case .CaseVideo video{margin:0 auto .2rem;display:block;}
.CaseBody .Case .CaseDetails .CaseDetailsTitle{display:none}
/*Case：电脑版内容隐藏*/
.CaseBody .Case.ImgHide .Img{display:none}
.CaseBody .Case.NameHide .Name{display:none}
.CaseBody .Case.DetailsHide .CaseDetails{display:none}
/*Case：电脑版分页器*/
.CaseBody .CasePager{margin:30px auto 0;width:96%}
.CaseBody .CasePager > a{height:50px;line-height:50px;padding: 0 20px;border-radius:5px;}
.CaseBody .CasePager > a.NoLinkBtn{color:#999;pointer-events:none}
.CaseBody .CasePager > a.PrevHrefBtn{padding-left:38px;background-position:15px center;background-size:15px;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='15' height='15'%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='%23999'/%3E%3C/svg%3E");}
.CaseBody .CasePager > a.PrevHrefBtn:hover{color:#fff;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='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");}
.CaseBody .CasePager > a.NextHrefBtn{padding-right:38px;background-position:calc(100% - 15px) center;background-size:15px;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='15' height='15'%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='%23999'/%3E%3C/svg%3E");}
.CaseBody .CasePager > a.NextHrefBtn:hover{color:#fff;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='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");}
.CaseBody .CasePager > a{height:50px;line-height:50px;padding: 0 20px;border-radius:5px;}
.CaseBody .CasePager :nth-child(2){margin:0 20px;width:140px;}
.CaseBody .CasePager :nth-child(2)::before{content:"";width:18px;height:18px;margin-right:10px;background-size:18px;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='18' height='18'%3E%3Cpath d='M640 96v149.333a53.393 53.393 0 0 1-53.333 53.334H437.333A53.393 53.393 0 0 1 384 245.333V96a53.393 53.393 0 0 1 53.333-53.333h149.334A53.393 53.393 0 0 1 640 96zM245.333 42.667H96A53.393 53.393 0 0 0 42.667 96v149.333A53.393 53.393 0 0 0 96 298.667h149.333a53.393 53.393 0 0 0 53.334-53.334V96a53.393 53.393 0 0 0-53.334-53.333zm682.667 0H778.667A53.393 53.393 0 0 0 725.333 96v149.333a53.393 53.393 0 0 0 53.334 53.334H928a53.393 53.393 0 0 0 53.333-53.334V96A53.393 53.393 0 0 0 928 42.667zM928 384H778.667a53.393 53.393 0 0 0-53.334 53.333v149.334A53.393 53.393 0 0 0 778.667 640H928a53.393 53.393 0 0 0 53.333-53.333V437.333A53.393 53.393 0 0 0 928 384zm-682.667 0H96a53.393 53.393 0 0 0-53.333 53.333v149.334A53.393 53.393 0 0 0 96 640h149.333a53.393 53.393 0 0 0 53.334-53.333V437.333A53.393 53.393 0 0 0 245.333 384zm341.334 0H437.333A53.393 53.393 0 0 0 384 437.333v149.334A53.393 53.393 0 0 0 437.333 640h149.334A53.393 53.393 0 0 0 640 586.667V437.333A53.393 53.393 0 0 0 586.667 384zM245.333 725.333H96a53.393 53.393 0 0 0-53.333 53.334V928A53.393 53.393 0 0 0 96 981.333h149.333A53.393 53.393 0 0 0 298.667 928V778.667a53.393 53.393 0 0 0-53.334-53.334zm341.334 0H437.333A53.393 53.393 0 0 0 384 778.667V928a53.393 53.393 0 0 0 53.333 53.333h149.334A53.393 53.393 0 0 0 640 928V778.667a53.393 53.393 0 0 0-53.333-53.334zm341.333 0H778.667a53.393 53.393 0 0 0-53.334 53.334V928a53.393 53.393 0 0 0 53.334 53.333H928A53.393 53.393 0 0 0 981.333 928V778.667A53.393 53.393 0 0 0 928 725.333z' fill='%23999'/%3E%3C/svg%3E")}
.CaseBody .CasePager :nth-child(2):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='18' height='18'%3E%3Cpath d='M640 96v149.333a53.393 53.393 0 0 1-53.333 53.334H437.333A53.393 53.393 0 0 1 384 245.333V96a53.393 53.393 0 0 1 53.333-53.333h149.334A53.393 53.393 0 0 1 640 96zM245.333 42.667H96A53.393 53.393 0 0 0 42.667 96v149.333A53.393 53.393 0 0 0 96 298.667h149.333a53.393 53.393 0 0 0 53.334-53.334V96a53.393 53.393 0 0 0-53.334-53.333zm682.667 0H778.667A53.393 53.393 0 0 0 725.333 96v149.333a53.393 53.393 0 0 0 53.334 53.334H928a53.393 53.393 0 0 0 53.333-53.334V96A53.393 53.393 0 0 0 928 42.667zM928 384H778.667a53.393 53.393 0 0 0-53.334 53.333v149.334A53.393 53.393 0 0 0 778.667 640H928a53.393 53.393 0 0 0 53.333-53.333V437.333A53.393 53.393 0 0 0 928 384zm-682.667 0H96a53.393 53.393 0 0 0-53.333 53.333v149.334A53.393 53.393 0 0 0 96 640h149.333a53.393 53.393 0 0 0 53.334-53.333V437.333A53.393 53.393 0 0 0 245.333 384zm341.334 0H437.333A53.393 53.393 0 0 0 384 437.333v149.334A53.393 53.393 0 0 0 437.333 640h149.334A53.393 53.393 0 0 0 640 586.667V437.333A53.393 53.393 0 0 0 586.667 384zM245.333 725.333H96a53.393 53.393 0 0 0-53.333 53.334V928A53.393 53.393 0 0 0 96 981.333h149.333A53.393 53.393 0 0 0 298.667 928V778.667a53.393 53.393 0 0 0-53.334-53.334zm341.334 0H437.333A53.393 53.393 0 0 0 384 778.667V928a53.393 53.393 0 0 0 53.333 53.333h149.334A53.393 53.393 0 0 0 640 928V778.667a53.393 53.393 0 0 0-53.333-53.334zm341.333 0H778.667a53.393 53.393 0 0 0-53.334 53.334V928a53.393 53.393 0 0 0 53.334 53.333H928A53.393 53.393 0 0 0 981.333 928V778.667A53.393 53.393 0 0 0 928 725.333z' fill='%23fff'/%3E%3C/svg%3E")}
/*Case：电脑版相关产品标题*/
.CaseBody .CaseRelated{display:none;margin:40px auto 0;width:96%;}
.CaseBody .CaseRelated .ModuleTitle{justify-content:flex-start;margin-bottom:20px}
.CaseBody .CaseRelated .ModuleTitle > h3{padding:0;border:0;color:#333;font-size:24px;display:flex;align-items:center}
.CaseBody .CaseRelated .ModuleTitle > h3::before{position:relative;left:0;top:0;width:5px;height:24px;background-color:var(--ThemeColor);border-radius:3px;margin-right:10px}
.CaseBody .CaseRelated .ColumnP3 .CaseItem:nth-child(n+4){display:none}
.CaseBody .CaseRelated .ColumnP4 .CaseItem:nth-child(n+5){display:none}
.CaseBody .CaseRelated .ColumnP5 .CaseItem:nth-child(n+6){display:none}
.CaseBody .CaseRelated .ColumnP6 .CaseItem:nth-child(n+7){display:none}
.CaseBody .CaseRelated .ModuleTitle > h3::after{display:none}
.CaseBody.HaveRelated .CaseRelated{display:block;}

/*ArticleList样式*/
.ArticleListBody .Article{margin: 10px auto 0;width:96%;/*background-color:#fff;*/}
/*Article样式*/
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem{padding:20px 0;display:flex;align-items:center;border-bottom:1px solid #eee;transition: all .5s;}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem .Img{width:270px;position:relative;flex:none;border-radius:5px;overflow:hidden;border:1px solid #eee;transition: all .7s;}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem .Img .dummy{padding-top:62.5%}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem .Img > img{position:absolute;top:0;width:100%;height:100%;transition: all .7s;}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem .DateImg {display:none}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem .Msg {margin-left:30px;display:flex;flex-direction:column;justify-content:center;flex:1;overflow: hidden;}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem .Msg .Name{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden;line-height:150%;}
.LanguageType0.ArticleListBody .Article .ArticleList.Style0 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top0);}
.LanguageType1.ArticleListBody .Article .ArticleList.Style0 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top1);}
.LanguageType2.ArticleListBody .Article .ArticleList.Style0 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top2);}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem.IsTop1 .Msg .Name::before{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.Style0 .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.Style0 .ArticleItem .Msg .Data{display:none}
.ArticleListBody .Article .ArticleList.Style0 .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.Style0 .ArticleItem:hover{background-color:#f5f5f5;padding:30px 0;}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem:hover .Img{transform:scale(1.05);box-shadow: 0 0 10px rgba(221,221,221,.5);}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem:hover .Img > img{/*transform:scale(1.2)*/}
.ArticleListBody .Article .ArticleList.Style0 .ArticleItem:hover .Msg .Name{color:var(--ThemeColor)}
/*Article样式*/
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem{padding:20px 0;display:flex;align-items:center;border-bottom:1px solid #eee;transition: all .5s;}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Img{width:270px;position:relative;flex:none;border-radius:5px;overflow:hidden;border:1px solid #eee;transition: all .7s;}
.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: transform .7s;}
.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%;}
.LanguageType0.ArticleListBody .Article .ArticleList.Style1 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top0);}
.LanguageType1.ArticleListBody .Article .ArticleList.Style1 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top1);}
.LanguageType2.ArticleListBody .Article .ArticleList.Style1 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top2);}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem.IsTop1 .Msg .Name::before{display:inline-block;color:#fff;background-color:#ff6600;border-radius:5px;font-size:16px;line-height:25px;height:28px;width:50px;text-align:center;font-weight: normal;margin-right:10px;position: relative;top: -2px;}
.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:5px;}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Data{margin-top:40px;display:flex;align-items:center;}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Data span{}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Data .Date{padding-left:20px;background-size:15px;background-position:left top;background-repeat:no-repeat;vertical-align:middle;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")}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem .Msg .Data .CateName{margin-left:20px;width:96px;line-height:18px}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem .DateLast{display:none}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem:hover{background-color:#f5f5f5;padding:30px 0}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem:hover .Img{transform:scale(1.05);box-shadow: 0 0 10px rgba(221,221,221,.5);}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem:hover .Img > img{/*transform:scale(1.2)*/}
.ArticleListBody .Article .ArticleList.Style1 .ArticleItem:hover .Msg .Name{color:var(--ThemeColor)}
/*Article样式*/
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem{padding:20px 0;display:flex;align-items:center;border-bottom:1px solid #eee;transition: all .5s;}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .Img{display:none}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .DateImg{width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:5px;color:#999;line-height:1;transition: transform .5s;}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .DateImg > :nth-child(1){font-size:60px;font-weight:bold;}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .DateImg > :nth-child(2){font-size:18px;font-weight:bold;margin-top:10px}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .Msg {margin-left:30px;display:flex;flex-direction:column;justify-content:center;flex:1;overflow: hidden;}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .Msg .Name{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden;line-height:150%;}
.LanguageType0.ArticleListBody .Article .ArticleList.Style2 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top0);}
.LanguageType1.ArticleListBody .Article .ArticleList.Style2 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top1);}
.LanguageType2.ArticleListBody .Article .ArticleList.Style2 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top2);}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem.IsTop1 .Msg .Name::before{display:inline-block;color:#fff;background-color:#ff6600;border-radius:5px;font-size:16px;line-height:25px;height:28px;width:50px;text-align:center;font-weight: normal;margin-right:10px;position: relative;top: -2px;}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .Msg .Content{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height:150%;margin-top:5px;}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .Msg .Data{display:none}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem .DateLast{display:none}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem:hover{/*background-color:#f5f5f5;*/padding:30px 0}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem:hover .DateImg{transform:scale(1.05);background-color:var(--ThemeColor);color:#fff;box-shadow: 0 0 10px rgba(221,221,221,.5);}
.ArticleListBody .Article .ArticleList.Style2 .ArticleItem:hover .Msg .Name{color:var(--ThemeColor)}
/*Article样式*/
.ArticleListBody .Article .ArticleList.Style3{display:flex;flex-wrap:wrap;}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem{border:1px solid #eee;width:calc((100% - 40px) / 3);margin-right:20px;border-radius:5px;box-sizing:border-box;margin-top:20px;transition: all .7s;overflow:hidden;position:relative;}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem:nth-child(3n){margin-right:0}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .Img{width:100%;position:relative;overflow:hidden}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .Img .dummy{padding-top:62.5%}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .Img > img{position:absolute;top:0;width:100%;height:100%;transition: all .7s;}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .DateImg {display:none}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .Msg {display:flex;flex-direction:column;overflow: hidden;padding:20px 10px;height:80px;background-color:#fff;}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .Msg .Name{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow:hidden;line-height:1.1}
.LanguageType0.ArticleListBody .Article .ArticleList.Style3 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top0);}
.LanguageType1.ArticleListBody .Article .ArticleList.Style3 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top1);}
.LanguageType2.ArticleListBody .Article .ArticleList.Style3 .ArticleItem.IsTop1 .Msg .Name::before { content: var(--top2);}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem.IsTop1 .Msg .Name::before{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.Style3 .ArticleItem .Msg .Content{display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height:150%;margin-top:6px;height:48px;}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .Msg .Data{display:none}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem .DateLast{display:none}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem:hover{transform:scale(1.05);box-shadow:0 0 10px rgba(221,221,221,.5);z-index:1}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem:hover .Img > img{/*transform:scale(1.2)*/}
.ArticleListBody .Article .ArticleList.Style3 .ArticleItem:hover .Msg .Name{color:var(--ThemeColor)}

/*Article样式*/
.ArticleBody .Article{margin:40px auto 0;width:96%;}
.ArticleBody .Article .Msg .Name{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;display: block;}
.ArticleBody .Article .Content{margin:20px 0 10px;border-top:1px dashed #eee;padding-top:20px;}
/*相关动态*/
.ArticleBody .ArticleRelated{display:none;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:var(--ThemeColor);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}
.ArticleBody.HaveRelated .ArticleRelated{display:block;}

