 /* Reset css*/
html,body,h1,h2,h3,h4,h5,h6,div,hr,p,i,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,button,input,select,textarea{font:12px/1.5 "microsoft yahei",PingFang-SC-Regular,Helvetica,sans-serif;-webkit-tap-highlight-color:transparent}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
i,address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
small{font-size:12px}
ul,ol,li,dl,dt,dd{list-style:none}
*{
	-webkit-box-sizing:border-box; /* Safari */
	-moz-box-sizing:border-box; /* Firefox */
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.t-tab{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 3px solid #ff7033;
}
.t-tab li{
	float: left;
	text-align: center;
	width: 25%;
}
.t-tab li a{
	border-radius: 5px 5px 0 0;
	display: block;
	margin: 0 10px;
	padding-left: 25px;
	color: #333;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.t-tab li.cur a{
	color: #fff;
}
.p-pc{
	background:#ebebeb url(../images/website/product/p-pc.png) 25px no-repeat no-repeat;
}
.p-app{
	background:#ebebeb url(../images/website/product/p-app.png) 25px no-repeat no-repeat;
}
.p-pad{
	background:#ebebeb url(../images/website/product/p-pad.png) 25px no-repeat no-repeat;
}
.p-qd{
	background:#ebebeb url(../images/website/product/p-qd.png) 25px no-repeat no-repeat;
}

.cur .p-pc{
	background:#ff7033 url(../images/website/product/p-pc-hover.png) 25px no-repeat no-repeat;
}
.cur .p-app{
	background:#ff7033 url(../images/website/product/p-app-hover.png) 25px no-repeat no-repeat;
}
.cur .p-pad{
	background:#ff7033 url(../images/website/product/p-pad-hover.png) 25px no-repeat no-repeat;
}
.cur .p-qd{
	background:#ff7033 url(../images/website/product/p-qd-hover.png) 20px no-repeat no-repeat;
}
.t-div{
	display: none;
}
.t-on {
	display: block;
}
.content{
	padding: 20px 0;
	overflow: hidden;
}
.content>p{
	line-height: 35px;
	color: #666;
	font-size: 16px;
	text-indent: 28px;
}
.width{
	width: 1000px;
	margin: 0 auto;
	margin-top:-25px;
    position: relative;
    z-index: 999;
}
.content h2{
	margin: 20px auto;
}
.yh>li{
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 18px;
}

.ld-content{
	margin: 20px auto;
	overflow: hidden;
	border-bottom: 1px dotted  #ffc1a6;
}
.ld-content:last-child{
	border-bottom: none;
}
.ld-content dt,
.ld-content dd{
	float: left;
	width: 50%;
	padding: 20px;
}
.ld-content h2{
	font-size: 28px;
	color: #333;
}
.ld-content p{
	font-size: 14px;
	line-height: 26px;
	padding-left: 50px;
	text-align:justify;
 	text-align:justify;
}
.ld-content em{
	font-size: 35px;
}
.pc-qd-all{
	text-align: center;
}
.ld-content img{
	max-width: 100%;
}
