.tabWp:after{
	clear: both;
}
.tabWp h1{
	 font-size: 20px;
    font-size: 1.25rem;
    margin: 50px 0 20px 0;
    color: #760000;
    font-weight: 700;
}
.tabMn{
	overflow: hidden;
}
.tabMn a{
	display: block;
	color: #000;
	padding: 10px;
  text-decoration: none;
}
.tabMn a:hover{
	display: block;
	 background: #cfcfcf;
	 padding: 10px;
  text-decoration: none;
}
.tabMn 	h2{
	margin-top: 10px;
	font-weight: bold;
	line-height: 21px;
}
.tabList {
	width:20%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: -1px;
	float: left;
	border-top: 1px solid #d4d4d1;
}
.tabList:after {
	content: '';
	clear: both;
	display: table;
}
.tabList li {line-height: 30px; text-align: center;}
.tabList li a {
	padding: 10px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	border-left: 1px solid #d4d4d1;
	border-bottom:1px solid #d4d4d1;
	display: block;
	position: relative;
}
.tabList li a.tabLink {
	position: relative;
	background-color: #fff;
	color: #760000;
	font-weight: bold;
	z-index: 5;
}
/*Code for Tabs*/
.tabCt{
	border: 1px solid #d4d4d1;
	background-color: #fff;
	margin-bottom: 20px;
	border-bottom:0;
}
.tabCt:after{clear: both;}
.tabMn {
	padding: 20px;
	display: none;
	border-bottom: 1px solid #D4D4D1;
}


/*Code for Tab Accordions*/
.tabTh {
	margin: 0;
	font-size: 20px;
	border-bottom: 1px solid #d4d4d1;
}
.tabTh a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
}
.tabTh a:after {
	width:0px;
	height:0px;
	border-width:7px;
	border-style:solid;
	border-color:transparent transparent #333 transparent ;
	position:absolute;
	top:10px;
	right:10px;
	display: block;
	content: '';
  position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabTh a.tabLink:after {
  top:17px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.productDT img{
	width: 50%;
}
.portfolio-area{
	border-top:1px solid #d4d4d1;
	 margin-top: 20px;
	 overflow: hidden;
}
.portfolio-area a{
	display: block;
	color: #000;
	padding: 10px;
  text-decoration: none;
}
.portfolio-area a:hover{
	display: block;
	 background: #cfcfcf;
	 padding: 10px;
  text-decoration: none;
}
.portfolio-area h2{
	margin-top: 10px;
	font-weight: bold;
	line-height: 21px;
}
/*tab RWD 的一些事情*/
@media only screen and (min-width: 768px) {
  .tabmobile {display: none;}
  .tabCt{width:80%;float: left;}
  .tabMn {min-height:300px;}
}
@media only screen and (max-width: 767px) {
  .tabwin {display: none;}
  .tabTh {display: block !important;}
  .productDT img{
	width:100%;
}
}

