@charset "utf-8";
/** {
	margin:0;
	padding:0;
	list-style-type:none;
}*/
a, img {
	border:0;
}
/* tabshow */
.tabshow {
	width:1550px;
	height:438px;
	position:relative;
}
.tabshow .hide {
	display:none;
}
.tabshow .udbtn, .tabshow .tabTagBox li {

}
.tabshow .udbtn {
	display:block;
	width:460px;
	height:50px;
	line-height:999em;
	overflow:hidden;
	margin: 0;
}
.tabshow .uPrev {
	background:url(../img/product_support/prev.png) no-repeat;
	background-position-x: -24px;
}
.tabshow .dNext {
	background:url(../img/product_support/next.png) no-repeat;
	background-position-x: -24px;
}
.tabshow .tabTagBox {
	height:348px;
	width:460px;
	overflow:hidden;
	position:relative;
	z-index:9;
	margin:2px 0;
}
.tabshow .tabTagBox .tabTagList {
	position:absolute;
	left:0;
	height:999em;
}
.tabshow .tabTagBox li {
	float:left;
	width:510px;
	height:58px;
	line-height:4em;
	padding-left: 50px;
	overflow:hidden;
	cursor:pointer;
}
.tabshow .tabTagBox li.current {
	width:510px;
}
.tabshow .tabTagBox li#tag01.current,.tabshow .tabTagBox li#tag02.current,.tabshow .tabTagBox li#tag03.current,.tabshow .tabTagBox li#tag04.current,
.tabshow .tabTagBox li#tag05.current,.tabshow .tabTagBox li#tag06.current,.tabshow .tabTagBox li#tag07.current,.tabshow .tabTagBox li#tag08.current,
.tabshow .tabTagBox li#tag09.current,.tabshow .tabTagBox li#tag10.current,.tabshow .tabTagBox li#tag11.current,.tabshow .tabTagBox li#tag12.current,
.tabshow .tabTagBox li#tag13.current,.tabshow .tabTagBox li#tag14.current,.tabshow .tabTagBox li#tag15.current,.tabshow .tabTagBox li#tag16.current,
.tabshow .tabTagBox li#tag17.current,.tabshow .tabTagBox li#tag18.current,.tabshow .tabTagBox li#tag19.current,.tabshow .tabTagBox li#tag20.current,
.tabshow .tabTagBox li#tag21.current{background: #323333;color: #fff;}

/*.tabshow .tabTagBox li#tag01 {background-position:-194px 0;}
.tabshow .tabTagBox li#tag01.current {background-position:0 0;}
.tabshow .tabTagBox li#tag02 {background-position:-194px -58px;}
.tabshow .tabTagBox li#tag02.current {background-position:0 -58px;}
.tabshow .tabTagBox li#tag03 {background-position:-194px -116px;}
.tabshow .tabTagBox li#tag03.current {background-position:0 -116px;}
.tabshow .tabTagBox li#tag04 {background-position:-194px -174px;}
.tabshow .tabTagBox li#tag04.current {background-position:0 -174px;}
.tabshow .tabTagBox li#tag05 {background-position:-194px -232px;}
.tabshow .tabTagBox li#tag05.current {background-position:0 -232px;}
.tabshow .tabTagBox li#tag06 {background-position:-194px -290px;}
.tabshow .tabTagBox li#tag06.current {background-position:0 -290px;}
.tabshow .tabTagBox li#tag07 {background-position:-194px -348px;}
.tabshow .tabTagBox li#tag07.current {background-position:0 -348px;}
.tabshow .tabTagBox li#tag08 {background-position:-194px -406px;}
.tabshow .tabTagBox li#tag08.current {background-position:0 -406px;}
.tabshow .tabTagBox li#tag09 {background-position:-194px -464px;}
.tabshow .tabTagBox li#tag09.current {background-position:0 -464px;}
.tabshow .tabTagBox li#tag10 {background-position:-194px -522px;}
.tabshow .tabTagBox li#tag10.current {background-position:0 -522px;}*/

.tabshow .tabcon {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	height:448px;
	width:900px;
	overflow:hidden;
}
.tabshow .tabcon h2 {
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333;
	padding:10px 0 10px 25px;
}
.tabshow .tabcon li {
	float:left;
	width:152px;
	height:177px;
	overflow:hidden;
	margin:0 0 10px 24px;
	display:inline;
}
.tabshow .tabcon li .pic {
	display:block;
	border:solid 1px #ddd;
	width:150px;
	height:150px;
}
.tabshow .tabcon li .pic:hover {
	border:solid 1px #C00F15;
}
.tabshow .tabcon li .tit {
	height:20px;
	line-height:20px;
	display:block;
	margin:5px 0 0 0;
}
.tabshow .tabcon li .tit a {
	font-size:12px;
	color:#5e5e5e;
	text-decoration:none;
}

/*父亲选项卡*/
.tpt-bar {
    display:flex;
    border:1px solid #e2e2e2;
    border-radius:2px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
    flex-wrap:wrap;
}
.tpt-bar label {
    display:block;
    padding:0 20px;
    height:58px;
    line-height:60px;
    cursor:pointer;
    order:1;
    margin: 0;
}
.tpt-bar .tpt-bar-con {
    z-index:0;
    display:none;
    margin-top:-1px;
    padding: 60px 10px 30px;
    width:100%;
    min-height:120px;
    background:#f9f9f9;
    order:99;
}
.tpt-bar .tpt-bar-con p{display: inline-block;margin-right: 10px;text-align: center;}
.tpt-bar .tpt-bar-con div{margin-top: 20px;}
.tpt-bar .tpt-bar-con .question{font-weight: bold;display: block;text-align: left;}
.tpt-bar .tpt-bar-con .answer{display: block;text-align: left;margin-top: 10px;}
.tpt-bar input[type=radio] {
    position:absolute;
    opacity:0;
}
.tpt-bar input[type=radio]:checked+label {
    z-index:1;
    margin-right:-1px;
    margin-left:-1px;
    border-bottom: 6px solid #dc0d15;
}
.tpt-bar input[type=radio]:checked+label+.tpt-bar-con {
    display:block;
}
.product_support img{
	width: 100%;
}

.tabcon img{
	width: 720px;
	height: 480px;

}
