@charset "utf-8";

.swiper-banner .swiper-slide.slide2 {
	/*background: url(../image/help_top.png) no-repeat center top;*/
	/*background-size: auto 100%;*/
}



 ul,ul li{
	 list-style: none;
	 margin:0;
	 padding: 0;
 }
.help_new ul li{
	height: 30px;
	line-height: 30px;
}
.help_new ul li a{
	color: #999;
}
.help_new ul li a:hover,.help_hot a:hover{color: #0a6ea7!important;}
.padding0{padding:0!important;}
.margin0{margin:0!important;}
.help_img,.help_img1{
	position: relative;
	height: 210px;
	/*background: #f2f2f2;*/
}
.help_img1{height: 90px;}
.help_img img,.help_img1 img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0.8
}
.help_img span,.help_img1 span{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 16px;
	line-height: 250px;
}
.help_img1 span{
	line-height:120px ;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.help{
	border:solid 1px #eee;
}
.help:hover{
	box-shadow: 0 0 5px #ddd;
}
.padding-left-0{
	padding-left: 0;
}
.back_f2f2f2{
	background: #f2f2f2;
}
.help_ico i{
	font-size: 22px;
	border: solid 1px #999;
	color: #999;
 line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	/*margin: 30px 0;*/
}
.tel{
	font-size: 18px;
	color: orangered;
	line-height: 50px;
}
ul.nav{

}
ul.nav ,ul.nav li,ul.nav a{color:#fff;}
ul.nav li a{
	border:solid 1px #ddd;
	border-bottom:0;
	font-size:14px;
	margin:0 10px;
	border-radius: 5px 5px 0 0;
}

ul.nav li a:first-child{
	margin-left: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
	color: #666;
	font-weight: bold;
	background: #fff;
}
.nav-tabs{
	border-bottom: solid 1px #ddd;
}

.tab-content{
	background:#fff;
	padding-top:20px;
}
.panel-title a,.panel-default>.panel-heading{
	font-size: 14px;
	background:#f9f9f9;
}

.help_hot a{
	border-bottom:solid 1px #ddd;
	font-size: 14px;
	color: #666;
	height: 70px;
	display: block;
	line-height: 70px;
	width: 31%;
	margin:0 1%;
	padding:0;
	overflow: hidden;
}
.help_hot a i{
	margin-right: 15px;
	font-size: 18px;
	color: #999;
}
.help_hot a:first-child,.help_hot a:nth-child(2),.help_hot a:nth-child(3){
	border-top:solid 1px #ddd;
}
.help_new ul li {
	float: left;
	position: relative;
	width: 100%;
	height: 100px;
	border: 1px solid #e7e7e7;
	z-index: 10;
	margin:5px 1%;
}
.help_new ul li:before {
	content: "";
	width: 0px;
	height: 2px;
	background: #00b8ff;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}
.help_new ul li.active {
	box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}
.help_new ul li.active:before {
	width: 100%;
	height: 2px;
}
.help_new ul li:first-child{height: 210px;}

@media screen and (max-width: 500px) {
	.help_new ul li{width: 98%;height: auto}
	.help_new ul li:first-child{height: auto;}
	.help_hot a{width: 98%;}
	 .help_hot a:nth-child(2), .help_hot a:nth-child(3){border-top:0;}
	 .mobile_t3{padding-top:30px!important;}
}

/*20220211*/
.help_list{
	/*color:#000!important;*/
	line-height: 50px;
	font-size: 16px;


}
.fz-14{
	font-size: 14px;
}
.hele_top{
	height: 100px;
	line-height: 100px;
	font-size: 14px;
}
.hele_top .col-3{
	border-right: solid 1px rgba(255,255,255,0.3);
}
.hele_top .col-3:last-child{
	border-right:0;
}
.bordered{
	border:solid 1px #ddd;
	line-height: 40px;

}
.bordered h6{
	font-size:16px;
}
.bordered a{
	color:#000;
}
.bordered a:hover{
	color:#0e90d2;
}
