body,html{background:#efefef;}
.tableBoxMain{
	width: 1180px;
	margin: 0 auto;
	background: #fff;
}
.tableBoxMain .tableNav{
	font-size: 24px;
	font-weight: normal;
	line-break: 24px;
	padding: 30px 20px;
	background:#e3e3e3;
	color: #555;
}
/*media news????*/
.tablePageChangeNav{
	width: 100%;
	margin: 10px 10px 30px 10px;
}
.tablePageChangeNav li{
	height: 30px;
	text-align: center;
	line-height: 30px;
	width: 170px;
	border: 1px #f6a000 solid;
	position: relative;
	margin-right: 10px;
}
.tablePageChangeNav li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.tablePageChangeNav li.ChangeNavActive a{color: #fff;background:#f6a000;}
.tablePageChangeNav li.ChangeNavNews a{color: #555;background:#fff;}
.ChangeNavActive .nav_triangle{
	border-right: solid #fff 5px;
    border-bottom: solid #fff 5px;
    border-top: solid transparent 5px;
    border-left: solid transparent 5px;
    width: 0;
    height: 0;
    position: absolute;
    right: 1px;
    bottom: 1px;
}
.ChangeNavNews .nav_triangle{
	border-right: solid #f6a000 5px;
    border-bottom: solid #f6a000 5px;
    border-top: solid transparent 5px;
    border-left: solid transparent 5px;
    width: 0;
    height: 0;
    position: absolute;
    right: 1px;
    bottom: 1px;
}
.tablePageChangeNav li.ChangeNavNews a:hover{
    background: #f6a000;
    opacity: 0.5;
}
.tablePageChangeNav li.ChangeNavNews:hover a{color: #fff;}
/*???*/
.tableSummaryBox{
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	margin: 0 auto;
	padding-bottom: 50px;
}
.tableSummaryBox .summaryh2{
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background:rgb(239, 239, 239);
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
}
.tableSummaryUl_wrap{
	width: 100%;
}
.tableSummaryUl_wrap ul{
	width: 50%;
}
.tableSummaryUl_wrap ul li{padding-left: 20px;margin-bottom: 6px;}
.tableSummaryUl_wrap ul li a{
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #555;
	text-indent: 30px;
}
.tableSummaryUl_wrap ul li a.note_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkpad.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.note_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkpad-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.note_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkpad-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a.desk_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/centre.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.desk_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/centre-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a.desk_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/centre-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.tablet_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/tablet.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.tablet_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/tablet-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.tablet_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/tablet-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a.monitor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkvision.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.monitor_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkvision-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.monitor_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkvision-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a.acc_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/accessories.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.acc_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/accessories-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.acc_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/accessories-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a.arvr_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/VR-icon.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.arvr_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/VR-icon-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.arvr_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/VR-icon-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a.sd_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/media-icon-samrtdevice-grey.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.sd_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/media-icon-samrtdevice-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.sd_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/media-icon-samrtdevice-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a.dc_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/server.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.dc_icon:hover{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/server-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
}
.tableSummaryUl_wrap ul li a.dc_icon.anchor_icon{
	background: url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/server-orange.png) no-repeat;
	background-size: auto 24px;
	background-position: 0 center;
	color:rgb(255, 106, 0);
}
.tableSummaryUl_wrap ul li a:hover{
	color:rgb(255, 106, 0);
}
/*????*/
.tableMediaSection{
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	margin: 0 auto 10px auto;
}
.expandableHeading{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	background: #e7e7e7;
	border-bottom: 1px dashed #EBC9C5;
	font-weight: normal;
	color: #555;
	text-indent: 26px;
	cursor: pointer;
}
.expandableHeading.expandableHeading-expanded{
	color:rgb(255, 106, 0);
}
.expandableHeading span{
	display: block;
	float: left;
}
.expandableHeading span:nth-of-type(1){
	font-weight: normal;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	border: 1px #555 solid;
	color: #555;
	margin: 10px 10px 0 10px;
	text-indent: 0;
}
.expandableHeading.expandableHeading-expanded span:nth-of-type(1){
	color:rgb(255, 106, 0);
	border: 1px rgb(255, 106, 0) solid;
}
.expandableHeading.note_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkpad.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.note_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkpad-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.desk_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/centre.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.desk_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/centre-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.tablet_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/tablet.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.tablet_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/tablet-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.monitor_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkvision.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.monitor_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/thinkvision-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.acc_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/accessories.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.acc_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/accessories-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.vr_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/VR-icon.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.vr_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/VR-icon-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.sd_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/media-icon-samrtdevice-grey.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.sd_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/media-icon-samrtdevice-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.dc_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/server.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.expandableHeading.expandableHeading-expanded.dc_icon_h4 span:nth-of-type(2){
	background: #e7e7e7 url(https://p2-ofp.static.pub/ShareResource/JPResource/JP-cssjs/media2022/icon/server-orange.png) no-repeat;
	background-size: auto 20px;
	background-position: 0 center;
}
.sub_ed_title{
	font-size: 22px;
	text-align: center;
	padding: 8px 0;
	margin: 35px auto;
	width: auto;
	color: rgb(255, 106, 0);
	display: none;
	/*border-bottom: 1px dashed rgb(255, 106, 0);
	border-top: 1px dashed rgb(255, 106, 0);*/
}
.expandableContent{color: #555;padding-bottom:10px;display: none;}
.sewl_ul h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding: 5px 0;
	margin: 15px 0;
}
.sewl_ul{
	margin-left: 50px;
	width: calc(50% - 50px);
	width: -moz-calc(50% - 50px);
	width: -webkit-calc(50% - 50px);
}
.sewl_ul li{margin-bottom: 10px;}
.sewl_ul li span:nth-of-type(1),.sewl_ul li span:nth-of-type(2){
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
}
.sewl_ul li span:nth-of-type(3){
	font-size: 14px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	background:red;
	color: #fff;
	font-weight: bold;
}
.sewl_ul li span:nth-of-type(3).yesNew{display: block;}
.sewl_ul li span:nth-of-type(3).noNew{display: none;}

