body{
	background:#fff;
}

/* 通用标题 */
.topTitle{
	text-align:center;
	margin-bottom:40px;
}
.topTitle h2{
	font-weight:700;
	font-size:40px;
	margin-bottom: 30px;
}
.topTitle .text{
	opacity: 0.7;
}


/* 联系我们 */
#contact-bar{
	background:url('/tpl/default/skin/img/contact.webp')no-repeat center center;
	background-attachment: fixed;
	padding-bottom: 10vw;
	padding-top: 10vw;
}
#contact-bar .flex{
	display: flex;
	align-items: center;
	flex-direction: column;
	color:#fff;
}
#contact-bar .t{
	font-size:40px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
#contact-bar .d{
	max-width: 782px;
	padding-bottom:40px;
	text-align: center;
}
#contact-bar .more{
	text-align:center;
}
#contact-bar .more a{
	display:inline-block;
	padding:12px 25px;
	color:#fff;
	background:#20227f;
	border-radius:3px;
}
#contact-bar .more a:hover{
	opacity: 0.9;
}


/* 我们的服务 */
.service{
	padding:5vw 0;
	background-color: #fff;
}
.service .flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.service .flex .left{
	width:50%;
}
.service .flex .left img{
	display: block;
	width:100%;
	border-radius: 20px;
}
.service .flex .right{
	width:50%;
	padding-left:5%;
}
.service .flex .right .title{
	font-size:36px;
	line-height: 42px;
	font-weight: 700;
}
.service .flex .right .desc{
	line-height: 24px;
	color:#666;
	margin:30px 0;
}
.service .flex .right .list{
	margin-bottom: 30px;
}
.service .flex .right .list .p{
	display: flex;
	align-items: center;
	border-top: 1px solid #0000001a;
	padding:20px 0;
}
.service .flex .right .list .p img{
	height: 18px;
	width:18px;
	margin-right: 5px;
}
.service .flex .right .more{
	display: inline-block;
	padding: 15px 32px 15px 32px;
	background-color: #20227f;
	border-radius: 4px;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
}
.service .flex .right .more:hover{
	opacity: 0.9;
}

/* 常见问题 */
#problem{
	background-color: #f2f3f5;
	padding:5vw 0;
}
/* #problem .topTitle{
	text-align: center;
	font-size:36px;
	margin-bottom: 50px;
	font-weight: 700;
} */
#problem .list{
	display: flex;
	flex-wrap: wrap;
	padding-top:15px;
}
#problem .list .item{
	width:50%;
	padding:0 15px;
}
#problem .list .item .box{
	padding:15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#problem .list .item .box .title{
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
#problem .list .item .box .title .left{
	font-size:20px;
	font-weight: 700;
}
#problem .list .item .box .title span{
	display: block;
	width:16px;
	height: 3px;
	background-color: #666;
	position: relative;
}
#problem .list .item .box .title span::before{
	content: '';
	display: inline-block;
	width:3px;
	height: 16px;
	background: #666;
	position: absolute;
	top:-6.5px;
	left:7px;
}
#problem .list .item .box .desc{
	color:#666;
	margin-bottom: 15px;
	display: none;
}
#problem .list .item .box.active .desc{
	display: block;
	line-height: 26px;
}

#problem .list .item .box.active .title span::before{
	display: none;
}

/* 我们的优势 */
.count{
	padding:5vw 0;
	background-color: #f2f3f5;
}
.count .list{
	display: flex;
	flex-wrap: wrap;
	padding-top:35px;
	margin:0 -20px;
}
.count .list .item{
	width:33.3333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding:0 20px;
	border-right:1px solid rgba(0, 0, 0, 0.1);
}
.count .list .item:last-child{
	border:none;
}
.count .list .item .name{
	font-size:40px;
	font-weight: 700;
	padding: 0 0 10px 0;
	color:#20227f;
}
.count .list .item .desc{
	opacity: 0.6;
}





@media screen and (max-width:768px){

	.topTitle{margin-bottom: 25px;}
	.topTitle h2{font-size:25px;}

	.service{padding:10vw 0;}
	.service .flex .left{width:100%;}
	.service .flex .right{width:100%;padding-left: 0px;padding-top:15px;}
	.service .flex .right .title{font-size:25px; line-height: 32px;}
	.service .flex .right .desc{margin:15px 0;}

	.count{padding:10vw 0;}
	.count .list{margin:0 -10px;}
	.count .list .item{padding:0 10px;}
	.count .list .item .name{font-size:32px;padding:0px;}

	#contact-bar .t{font-size:24px;}
	
	#problem{padding:10vw 0;}
	#problem .list .item{width:100%;}
	#problem .list .item .box{padding:5px 0;}

}