﻿.mabottom0{
	margin-bottom: 0;
}
.app-banner{
	
}
.app-leadfirst{
	margin-bottom: 0 !important;
}
.app-ad{
	position: absolute;
	width: 100%;
}
.app-ad-title{
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -50px;
}
.app-ad-text{
	font-size: 19px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0;
	margin-top: 50px;
}
.app-chooseus{
	font-size: 170px;
	color: rgba(186, 186, 186, 0.5);
	width: 100%;
	text-align: center;
	position: absolute;
	margin-top: -30px;
}
.app-choose{
	margin-top: 100px;
	margin-bottom: 50px;
}
.app-choose-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}
.app-choose-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.app-choose-contentleft .app-choose-list:first-child .app-choose-text ,.app-choose-contentright .app-choose-list:first-child .app-choose-text{
	height: 150px;
}
.app-choose-contentleft .app-choose-list:last-child,.app-choose-contentright .app-choose-list:last-child{
	margin-top: 150px;
}
.app-choose-contentcenter{
	margin-top: 40px;
}
.app-circlecontent{
	display: flex;
	flex-wrap: wrap;
}
.app-circlelist{
	width: 20%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
.app-circlecard {
    width: 175px;
    height: 175px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
}
.app-circlecard:hover{
    box-shadow: 0px 3px 8px 3px #dad6d6;
}
.app-circle-text{
	color: #000000;
}
.app-safe span{
	font-size: 23px;
}
.app-safe p{
	min-height: 50px;
	text-align: left;
}
.app-ptservice{
	width: 100%;
	position: relative;
}
.app-ptservicecontent{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.app-service-title{
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
}
.app-service-menu{
	display: flex;
	justify-content: space-between;
}
.app-service-list{
	width: 190px;
	display: flex;
	flex-direction: column;
	background-color: #d4272d;
	text-align: center;
	padding: 50px 10px;
}
.service-list-text,.service-list-title{
	color: #FFFFFF;
}
.service-list-icon{
	margin-bottom: 15px;
}
.service-list-title{
	margin-bottom: 30px;
}
.app-service-border{
	
}
.app-ptservicecontent .container{
	height: 100%;
}
.app-ptservicecontent .row{
	height: 100%;
}
.app-ptservicecontent .app-service-border{
	height: 100%;	
	flex-direction: column;
	display: flex;
	justify-content: space-evenly;
}
.app-service-header{
	/* margin-top: -50px; */
}
.app-foot{
	
}
.app-foot img{
	width: 100%;
}
.app-foot-content{
    width: 80%;
    display: flex;
    margin: 0 auto;
}
.app-foot-list{
	width: 12.5%;
    text-align: center;
    padding: 0 10px;
}
.app-foot{
	margin-top: 80px;
	margin-bottom: 100px;
}
.app-foot-title{
	margin-top: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    color: #000;
}