.support-list-page .web .banner{
	height: 299px;
	line-height: 299px;
	background-repeat: repeat;
	background-image: url(../images/bg_blue.png);
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.support-list-page .web .nav{
	background-color: #fff;
	text-align: center;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.support-list-page .web .nav table{
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
}
.support-list-page .web .nav table td{
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 290px;
}
.support-list-page .web .nav a{
	display: block;
	font-size: 18px;
	color: #444;
}
.support-list-page .mobile .banner{
	height: 150px;
	line-height: 150px;
	background-color: #0190dc;
	font-size: 3rem;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.support-list-page .mobile .nav{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5rem;
	color: #444;
	background-color: #ffd900;
}
/*售后服务*/
.support-list-page.support-01 .web .sec1{
	background-color: #fafafa;
	padding: 60px 0 92px;
}
.support-list-page.support-01 .web .sec1 p{
	font-size: 14px;
	color: #696969;
	line-height: 30px;
	width: 85%;
	margin: 0 auto;
}
.support-list-page.support-01 .mobile .sec1{
	background-color: #fafafa;
	padding: 20px 0 31px;
}
.support-list-page.support-01 .mobile .sec1 p{
	font-size: 1.2rem;
	color: #696969;
	font-weight: lighter;
	line-height: 20px;
	width: 90%;
	margin: 0 auto;
}
/*产品指南*/
.support-list-page.support-02 .web .sec1{
	background-color: #f5f5f5;
	padding: 52px 0 90px;
}
.support-list-page.support-02 .web .sec1 p{
	font-size: 14px;
	color: #323237;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.support-list-page.support-02 .web .sec1 .tab-control{
	text-align: center;
	margin-bottom: 48px;
}
.support-list-page.support-02 .web .sec1 .tab-control a{
	width: 133px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	display: inline-block;
	color: #585858;
	font-size: 18px;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}
.support-list-page.support-02 .web .sec1 .tab-control a.active{
	border: 1px solid #0091db;
	color: #0091db;
}
.support-list-page.support-02 .web .sec1 .tab-content table{
	width: 100%;
	display: none;
}
.support-list-page.support-02 .web .sec1 .tab-content table.active{
	display: block;
}
.support-list-page.support-02 .web .sec1 .tab-content table th{
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 38px;
	padding: 0;
	font-weight: normal;
	background-color: #0091db;
}
.support-list-page.support-02 .web .sec1 .tab-content table tr:nth-child(even) td{
	background-color: #ebebeb;
}
.support-list-page.support-02 .web .sec1 .tab-content table td{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	font-size: 14px;
	color: #585858;
	line-height: 30px;
	padding: 25px 45px;
}
.support-list-page.support-02 .web .sec1 .tab-content table td:first-child{
	width: 29%;
}
.support-list-page.support-02 .mobile .sec1{
	padding: 21px 3.125% 26px;
}
.support-list-page.support-02 .mobile .sec1 p{
	font-size: 1.1rem;
	color: #323237;
	font-weight: lighter;
	line-height: 20px;
	text-align: center;
	margin-bottom: 23px;
}
.support-list-page.support-02 .mobile .sec1 .tab-control{
	text-align: center;
	margin-bottom: 16px;
}
.support-list-page.support-02 .mobile .sec1 .tab-control a{
	width: 91px;
	height: 31px;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	color: #585858;
	font-size: 1.2rem;
	font-weight: lighter;
	border: 1px solid #fff;
	border-radius: 4px;
}
.support-list-page.support-02 .mobile .sec1 .tab-control a.active{
	border: 1px solid #0091db;
	color: #0091db;
}
.support-list-page.support-02 .mobile .sec1 .tab-content table{
	width: 100%;
	display: none;
}
.support-list-page.support-02 .mobile .sec1 .tab-content table.active{
	display: block;
}
.support-list-page.support-02 .mobile .sec1 .tab-content table th{
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	height: 19px;
	padding: 0;
	font-weight: lighter;
	background-color: #0091db;
	width: 50%;
}
.support-list-page.support-02 .mobile .sec1 .tab-content table tr:nth-child(even) td{
	background-color: #ebebeb;
}
.support-list-page.support-02 .mobile .sec1 .tab-content table td{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	font-size: 0.9rem;
	font-weight: lighter;
	color: #585858;
	line-height: 15px;
	padding: 5px 10px;
}
/*资料下载*/
.support-list-page.support-03 .web .sec1{
	background-color: #f5f5f5;
	padding: 56px 0 60px;
}
.support-list-page.support-03 .web .sec1 .tab-control{
	text-align: center;
	margin-bottom: 40px;
}
.support-list-page.support-03 .web .sec1 .tab-control a{
	width: 133px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	display: inline-block;
	color: #585858;
	font-size: 18px;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}
.support-list-page.support-03 .web .sec1 .tab-control a.active{
	border: 1px solid #0091db;
	color: #0091db;
}
.support-list-page.support-03 .web .sec1 .tab-content ul{
	display: none;
}
.support-list-page.support-03 .web .sec1 .tab-content ul.active{
	display: block;
}
.support-list-page.support-03 .web .sec1 .tab-content li a{
	font-size: 12px;
	color: #585858;
	height: 38px;
	line-height: 38px;
	display: block;
	padding-left: 40px;
	padding-right: 100px;
	position: relative;
}
.support-list-page.support-03 .web .sec1 .tab-content li a span{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -8px;
	background-image: url(../images/support_list_03_icon1.png);
	background-repeat: no-repeat;
}
.support-list-page.support-03 .web .sec1 .tab-content li:nth-child(even) a{
	background-color: #ebebeb;
}
.support-list-page.support-03 .web .sec1 .tab-content li a:hover{
	background-color: #0091db;
	color: #fff;
}
.support-list-page.support-03 .web .sec1 .tab-content li a:hover span{
	background-image: url(../images/support_list_03_icon2.png);
}
.support-list-page.support-03 .mobile .sec1{
	padding: 40px 3.125% 37px;
}
.support-list-page.support-03 .mobile .sec1 .tab-control{
	text-align: center;
	margin-bottom: 25px;
}
.support-list-page.support-03 .mobile .sec1 .tab-control a{
	width: 91px;
	height: 31px;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	color: #585858;
	font-size: 1.2rem;
	border: 1px solid #fff;
	border-radius: 4px;
	font-weight: lighter;
}
.support-list-page.support-03 .mobile .sec1 .tab-control a.active{
	border: 1px solid #0091db;
	color: #0091db;
}
.support-list-page.support-03 .mobile .sec1 .tab-content ul{
	display: none;
}
.support-list-page.support-03 .mobile .sec1 .tab-content ul.active{
	display: block;
}
.support-list-page.support-03 .mobile .sec1 .tab-content li a{
	font-size: 1.1rem;
	color: #585858;
	line-height: 27px;
	display: block;
	padding-left: 10px;
	padding-right: 40px;
	position: relative;
	font-weight: lighter;
	background-color: #f5f5f5;
}
.support-list-page.support-03 .mobile .sec1 .tab-content li a span{
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	background-image: url(../images/support_list_03_icon1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.support-list-page.support-03 .mobile .sec1 .tab-content li:nth-child(even) a{
	background-color: #ebebeb;
}
.support-list-page.support-03 .mobile .sec1 .tab-content li a:hover{
	background-color: #0091db;
	color: #fff;
}
.support-list-page.support-03 .mobile .sec1 .tab-content li a:hover span{
	background-image: url(../images/support_list_03_icon2.png);
}
/*用户见证*/
.support-list-page.support-04 .web .sec1{
	background-color: #f5f5f5;
	padding: 50px 0 54px;
}
.support-list-page.support-04 .web .sec1 li{

}
.support-list-page.support-04 .web .sec1 li .img-box{
	float: right;
	width: 50%;
}
.support-list-page.support-04 .web .sec1 li .img-box img{
	width: 100%;
}
.support-list-page.support-04 .web .sec1 li .text-box{
	float: left;
	width: 50%;
	background-color: #fff;
	text-align: center;
}
.support-list-page.support-04 .web .sec1 li:nth-child(even) .img-box{
	float: left;
}
.support-list-page.support-04 .web .sec1 li:nth-child(even) .text-box{
	float: right;
}
.support-list-page.support-04 .web .sec1 li .text-box .middle-box{
	line-height: 1;
	display: inline-block;
	width: 80%;
	text-align: left;
	vertical-align: middle;
}
.support-list-page.support-04 .web .sec1 li .text-box .middle-box h3{
	font-weight: bold;
	font-size: 16px;
	color: #444;
	margin-bottom: 12px;
}
.support-list-page.support-04 .web .sec1 li .text-box .middle-box p{
	font-size: 12px;
	color: #888;
	line-height: 24px;
	margin-bottom: 14px;
	max-height: 72px;
	overflow: hidden;
}
.support-list-page.support-04 .web .sec1 li .text-box .middle-box p.time{
	margin-bottom: 18px;
}
.support-list-page.support-04 .web .sec1 li .text-box .middle-box .btn{
	font-size: 12px;
	color: #666;
}
.support-list-page.support-04 .mobile .sec1{
	background-color: #f5f5f5;
	padding: 25px 3.125% 27px;
}
.support-list-page.support-04 .mobile .sec1 li .img-box img{
	width: 100%;
}
.support-list-page.support-04 .mobile .sec1 li .text-box{
	background-color: #fff;
	text-align: center;
}
.support-list-page.support-04 .mobile .sec1 li .text-box .middle-box{
	line-height: 1;
	display: inline-block;
	width: 80%;
	text-align: left;
	vertical-align: middle;
}
.support-list-page.support-04 .mobile .sec1 li .text-box .middle-box h3{
	font-weight: bold;
	font-size: 1.5rem;
	color: #444;
	margin-bottom: 6px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.support-list-page.support-04 .mobile .sec1 li .text-box .middle-box p{
	font-size: 1.1rem;
	color: #888;
	line-height: 20px;
	margin-bottom: 7px;
	max-height: 40px;
	overflow: hidden;
}
.support-list-page.support-04 .mobile .sec1 li .text-box .middle-box .btn{
	font-size: 1.1rem;
	color: #666;
}
/*用户见证内页*/
.support-list-page.support-04.detail .web .sec1{
	background-color: #f5f5f5;
	padding: 50px 0 70px;
}
.support-list-page.support-04.detail .web .sec1 .inner{
	background-color: #fff;
}
.support-list-page.support-04.detail .web .sec1 .title{
	padding: 45px 2.7% 20px;
}
.support-list-page.support-04.detail .web .sec1 .title h3{
	font-size: 18px;
	color: #444;
	margin-bottom: 10px;
	font-weight: bold;
}
.support-list-page.support-04.detail .web .sec1 .title p{
	font-size: 12px;
	color: #444;
	font-family: Arial;
}
.support-list-page.support-04.detail .web .sec1 img{
	width: 100%;
}
.support-list-page.support-04.detail .web .sec1 .text-box{
	padding: 27px 2.7%;
}
.support-list-page.support-04.detail .web .sec1 .text-box p{
	font-size: 12px;
	color: #444;
	line-height: 18px;
	margin-bottom: 10px;
	font-family: Arial;
}
.support-list-page.support-04.detail .web .sec1 .btn-box{
	text-align: center;
	padding: 17px 0 19px;
	border-top: 1px solid #e9e9e9;
}
.support-list-page.support-04.detail .web .sec1 .btn-box a{
	font-size: 14px;
	color: #444;
}
.support-list-page.support-04.detail .mobile .sec1{
	padding: 0 3.125%;
}
.support-list-page.support-04.detail .mobile .sec1 .title{
	padding: 40px 0 20px;
	text-align: center;
}
.support-list-page.support-04.detail .mobile .sec1 .title h3{
	font-size: 1.5rem;
	color: #444;
	margin-bottom: 15px;
	font-weight: bold;
}
.support-list-page.support-04.detail .mobile .sec1 .title p{
	font-size: 0.9rem;
	color: #888;
	font-family: Arial;
	text-align: center;
}
.support-list-page.support-04.detail .mobile .sec1 img{
	width: 100%;
}
.support-list-page.support-04.detail .mobile .sec1 .text-box{
	padding: 15px 0 25px;
}
.support-list-page.support-04.detail .mobile .sec1 .text-box p{
	font-size: 1.1rem;
	color: #888;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: Arial;
}
.support-list-page.support-04.detail .mobile .btn-box{
	text-align: center;
	padding: 15px 0 27px;
	border-top: 1px solid #e9e9e9;
}
.support-list-page.support-04.detail .mobile .btn-box a{
	font-size: 1.2rem;
	color: #444;
}
@media only screen and (max-width:1740px){
	.support-list-page .web .nav td{
		width: 16.66%;
	}
}
@media only screen and (max-width:1024px){
	.support-list-page.support-01 #footer2{
		margin-top: -388px;
	}
	.support-list-page.support-01 #main{
		padding-bottom: 388px;
	}
}
@media only screen and (max-width:588px){
	.support-list-page.support-01 #footer2{
		margin-top: -423px;
	}
	.support-list-page.support-01 #main{
		padding-bottom: 423px;
	}
}
@media only screen and (max-width:550px){
	.support-list-page.support-01 #footer2{
		margin-top: -101px;
	}
	.support-list-page.support-01 #main{
		padding-bottom: 101px;
	}
}