body{
	background: #fff;
}
a:hover{
	color:#2ea039;
}
.container{
	padding-bottom:0;
}
.support-banner{background:url(../images/support_02.jpg) no-repeat center top/auto 100%,#e9eef5;height:288px;}
 .support-banner .btn-box{
	position: relative;
}
 .support-banner .top-btn{
	margin-top:30px;
}
.support-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	background: #2ea039;
}
.support-banner .banner-text{
	position: absolute;
	left:0;
	top:50px;
	width:38%;
}
.support-banner .banner-text span{
	font-size:16px;
	color:#666;
	display: block;
	line-height: 24px;
	margin-bottom:20px;
}
.support-banner .banner-text h3{
	color:#000;
	font-size:36px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.support-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../images/check2.png) no-repeat left center;
}
.support-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}

.sec{
	padding:60px 0 90px;
}
.support-module .main_item{
	background: #ebf2fc;
	border:1px solid #fff;
	border-radius: 4px;
	margin-top:20px;
	box-shadow: 0 4px 10px rgba(180,198,224,0.3);}

.support-module ul{
	display:flex;
	flex-direction: row;
	height:60px;
	align-items: center;
	}
.support-module ul li{
	width:20%;
	text-align: center;
	line-height: 24px;
}
.support-module ul li:nth-child(3){
	width:25%;
}
.support-module ul li i{
	margin-right:6px;
}
.support-module ul li i.hot{
	margin-left:6px;
	height:16px;
	width:37px;
	background: url(../images/hot_03.png) no-repeat center;
	display: inline-block;
	vertical-align: text-top;
}

.support-fast .item-list .item{
	padding:25px;
	border:1px solid #e5e5e5;
	background: url(../images/support_33.png) no-repeat right bottom;
	margin-bottom:30px;
	position: relative;
	box-shadow: 0px 6px 10px rgba(226,235,245,0.5)
}
.support-fast .item-list .item .title{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:15px;
	line-height: 30px;
	padding-left:36px;
}
.support-fast .item-list .item .cont{
	font-size: 14px;
	color:#666;
	line-height: 24px;
	text-align: justify;
	min-height: 72px;
}
.support-fast .item-list .item .cont a{
	color: #2ea039;
}
.support-fast .item-list .item .btn a{
	background: #2ea039;
	color:#fff;
	font-size:14px;
	display: inline-block;
	padding:4px 10px;
	border-radius: 4px;
	margin-top:20px;
}
.support-fast .item-list .item .num{
	position: absolute;
	right:10px;
	bottom:0;
	font-size:60px;
	font-weight:bold;
	opacity: 0.1;
	color: #2ea039;
	line-height: 40px;
}
.support-fast .item-list .item.sort{
	min-height: 217px;
	background: url(../images/support_22.png) #fafbfd no-repeat right bottom ;
}
.support-fast .item-list .item.sort .title{
	font-size:26px;
	font-weight:normal;
	position: relative;
	display: inline-block;
	padding-left: 0;
}
.support-fast .item-list .item.sort .title:after{
	content: "";
	display: block;
	position: absolute;
	bottom:-2px;
	left:0;
	height:14px;
	width:100%;
	background: rgba(46,160,57,0.15);
}
.support-fast .item-list .item .title.item_02{
	background: url(../images/support_25.png) no-repeat left center;
}
.support-fast .item-list .item .title.item_03{
	background: url(../images/support_28.png) no-repeat left center;
}
.support-fast .item-list .item .title.item_04{
	background: url(../images/support_38.png) no-repeat left center;
}
.support-fast .item-list .item .title.item_05{
	background: url(../images/support_41.png) no-repeat left center;
}
.support-fast .item-list .item .title.item_06{
	background: url(../images/support_43.png) no-repeat left center;
}

.sec .big_title{
	text-align: center;
	
	margin-bottom:60px;
}
.sec .big_title h4{
	font-size:30px;
	color:#333;
	position: relative;
	display: inline-block;
	font-weight: normal;
}

.support-ssl{
	background: #f7f9fc;
}
.support-guide .items-list .item{
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	height: 128px;
	box-shadow: 0 4px 10px rgba(180,198,224,0.3);
	border:1px solid #fff;
}
.support-guide .items-list .item .img{
	display:inline-block;
	width:156px;
	vertical-align: top;
}
.support-guide .items-list .item .text{
	display: inline-block;
	padding:36px 0 0 30px;
}
.support-guide .items-list .item .text .title a{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:8px;
}
.support-guide .items-list .item .text span{
	font-size:14px;
	color:#999
}

.content .tabs-content {
				display: none;
				opacity: 0;
				transition: all ease-in 0.3s;
			}
			
			.content .current {
				display: block;
				opacity: 1;
			}
			
			.more_s {
				color: #999;
				font-size: 14px;
				margin-top:20px;
			}
			
			.more_s a {
				color: #41a84c;
			}
			.tabs .tabs-list{
				text-align: center;
				font-size: 0;
				margin-bottom:50px;
			}
			.tabs .tabs-list li {
			    display: inline-block;
			    text-align: center;
			    width: 18%;
			    margin:0 6px;
			}
			.tabs .tabs-list li a.tabs-a {
			    color: #181818;
			    background: #eee;
			    display: block;
			    position: relative;
			    font-size: 16px;
			    border-radius: 25px;
			    padding:10px 0;
			}
			.tabs .tabs-list li a.active ,.tabs .tabs-list li a.tabs-a:hover{
			    color: #fff;
			    position: relative;
			    background: #41a84c;
			}
.content .tabs-content h3{
	color:#333;
	font-size:20px;
	border-bottom:1px solid #dedede;
	margin-bottom:30px;
	padding-bottom:10px;
}
.support-ssl .more_s:not(:last-child){
	margin-bottom:90px;
}
.support-ssl .item-list .item{
	background: #fff;
	box-shadow: 0px 6px 10px rgba(226,235,245,0.5);
	border-radius: 4px;
}
.support-ssl .item-list .item .item-top{
	padding:20px;
}
.support-ssl .item-list .item .item-top .title{
	font-size:18px;
	color:#333;
	margin-bottom:20px;
	padding-left:30px;
}

.support-ssl .item-list li{
	position: relative;
	display: inline-block;
	width:48%;
}
.support-ssl .item-list li a{
	font-size:16px;
	color:#666;
	line-height: 36px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:96%;
    position: relative;
    left:0;
    transition: all ease 0.3s;
    padding-left:15px;
}
.support-ssl .item-list li a:before{
	position: absolute;
	content: "";
	display: block;
	left:0;
	top:15px;
	width: 6px;
	height:6px;
	border-radius: 3px;
	background: #666;
	transition: all ease 0.3s;
}

.support-ssl .item-list li.no:after{
	display: none;
}
.support-ssl .item-list .item .btn{
	padding:12px 20px;
	border-top:1px solid #e5e5e5;
	display: block;
	text-align: left;
}
.support-ssl .item-list .item .btn a{
	font-size:14px;
	color:#2ea039;
}
.support-ssl .item-list li a:hover{
	color:#41a84c;
}
.support-ssl .item-list li a:hover:before{
	background: #41a84c;
}
.support-adv .items-list .item{
	padding:20px 30px;
	text-align: center;
}
.support-adv .items-list .item h4{
	font-size:18px;
	color: #333;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.support-adv .items-list .item p{
	font-size:14px;
	color:#666;
	padding:0;
}
i.new img{
	width: 32px;
    vertical-align: text-top;
    margin-left: 6px;
}
@media only screen and (max-width: 820px) {
	.support-guide .items-list .item .text{
		padding: 14px 10px;
    	width: 65%;
	}
	.support-ssl .item-list .item .item-top .title{
		font-size:15px;
		padding-left:28px;
	}
	.support-adv .items-list .item{
		padding:20px 10px;
	}
	.support-banner .banner-text{
		width:58%;
	}
	.tabs .tabs-list li{
		width:30%;
	}
}
@media only screen and (max-width: 480px) {
	.support-banner .banner-text{
		
		left:10px;
		width:70%;
	}
	.support-banner .banner-text h3{
		font-size:26px;
	}
	.support-banner .banner-text span{
		font-size:14px;
		margin-bottom:10px;
	}
	.support-module ul li i{
		display:block;
		margin-right:0;
	}
	.support-module ul li a{
		font-size:12px;
		
		letter-spacing: -1px;
	}
	.support-guide .items-list .item,.support-ssl .item-list .item{
		margin-top:15px;
	}
	.support-ssl .item-list li{
		width:100%;
	}
	.support-module ul li i.hot{
		display:none;
	}
	.support-guide .items-list .item .img{
		width:120px;
	}
	.support-guide .items-list .item{
		height:100px;
	}
}