body{
	font-family:"Microsoft YaHei";
}
.wrap{
	width:100%;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.wrap .header{
	height: 10.6vh;
	min-height: 60px;
	width: 100%;
	min-width: 390px;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
.wrap .header .logo{
	width: 125px;/**190px;**/
	height: 20px;/**34px;**/
	background: url(../image/top/sdlogo.jpg);
	position: absolute;
	left: 17vw;
}
.wrap .header .right{
	position: absolute;
    right: 17vw;
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.wrap .header .right img{
	width: 14px;
	height: 13px;
}
.wrap .header .right p{
	color: #101010;
	font-size: 15px;
	text-align: center;
}
.wrap .menu{
	width: 100%;
	min-width: 415px;
	height: 40px;
	background: #3c3c3c;
	display: flex;
	align-items:center;
	position: relative;
}
.wrap .menu div{
	color: #fff;
}
.wrap .menu .info{
	position: absolute;
	left: 17vw;
}
.wrap .menu .tel{
	position: absolute;
	right: 17vw;
}
.wrap .banner{
	width: 100%;
	height: 15.8vh;
	/* height: 120px; */
	background: url(../image/help/help_bg.png);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap .banner .content{
	color: #fff;
	text-align: center;
	margin-top: 0vh;
}
.wrap .banner .content p{
	color: #fff;
	font-size: 3.4vh;
	letter-spacing: 0.7vw;
	/* line-height: 50px; */
	line-height: 6.6vh;
}
.wrap .main{
	/* margin-top: 30px; */
	margin-top: 4vh;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50.7vh;
	min-height: 350px;
}
.wrap .main .left{
	/* width: 200px; */
	width: 13.9vw;
	min-width: 160px;
	/* height: 360px; */
	height: 47.5vh;
	margin-right: 0.7vw;
}
.wrap .main .left ul{
}
.wrap .main .left ul li{
	/* width: 200px;
	height: 40px; */
	width: 13.9vw;
	min-width: 160px;
	height: 40px;
	line-height: 40px;
	color: #626262;
	font-size: 15px;
	list-style: none;
	cursor: pointer;
	/* margin-bottom: 10px; */
	margin-bottom: 1.3vh;
	letter-spacing: 1px;
	
}
.wrap .main .left ul li p{
	/* padding-left: 20px; */
	padding-left: 1.4vw;
}
.wrap .main .left ul .active,.wrap .main .left ul li:hover{
	color: #c4414b;
	background-color: #e5e5e5;
}
.wrap .main .right{
	/* width: 610px;
	height: 360px; */
	width: 42.4vw;
	min-width: 320px;
	height: 47.5vh;
	border-left: 1.5px solid #c2c2c2;
	/* padding-left: 36px; */
	padding-left: 2.5vw;
}
.wrap .main .right .tab{
	display: none;
}
.wrap .main .right .title{
	line-height: 20px;
	font-size: 20px;
	color: #666666;
	/* margin-bottom: 20px; */
	margin-bottom: 2.6vh;
}
.wrap .main .right ul li{
	line-height: 40px;
	list-style: none;
	color: #626262;
	/* font-size: 14px; */
	font-size: 1.8vh;
	letter-spacing: 1px;
}
.wrap .footer{
	width: 100%;
	/* height:75px; */
	height:9.9vh;
	/* margin-top: 25px; */
	margin-top: 3.3vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	color: #cccccc;
	/* font-size: 14px; */
	font-size: 1.8vh;
    line-height: 25px;
}
.wrap .footer .link a{
	color: #cccccc;
}