.main-slider .container{
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	
}
.main-slider__content h2{

	color: #ffffff;

}
.main-slider__content p{
	color: #ffffff;
}
.site-section .aos-animate .h-entry{
	background-color: #0065cd;
	border-radius: 10px;
	height: 100%;
}
.site-section .aos-animate .h-entry img{
	background-color: #0065cd;
	border-radius: 10px 10px  0 0;
	opacity:0.5;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.site-section .aos-animate .h-entry .nr{
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 40px;
	color: #fff;
}
.site-section .aos-animate .h-entry .nr h2 a{
	color: #fff;
}
.site-section .aos-animate .h-entry .nr p{
	color: #fff;
	font-family: PingFang-SC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 10px;
}
.site-section .aos-animate .h-entry .anniu{
	margin-top: 20px;
}
.site-section .aos-animate .h-entry .anniu a{
	padding: 5px 20px;
	border: solid 1px #ffffff;
	border-radius: 24px;
	display: inline-block;
	text-align: center;
	font-family: SourceHanSansSC-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;

}
.site-section .aos-animate .h-entry .anniu a:hover{
	color: #0065cd;
	background-color: #ffffff;

}


.flowpath{
	background: #f8f9fa;
	padding-bottom: 100px;
}

.flowpath .text-primary{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	width: 100%;
	color: #111111;
	font-family: SourceHanSansSC-Bold;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
}
.flowpath_list{
	display: flex;
	flex-wrap:wrap; 
	width: 100%;
}
.flowpath_list .flowpath_item{
	width: 196px;
	height: 244px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dbdbdb;
	position: relative;
	margin: 0 auto;

}
.flowpath_list .info{
	padding: 20px;
	flex: 1;

}
@media (max-width: 470px) {
	.flowpath_list .flowpath_item .jt{
		border: 3px solid #cccccc;
		border-width: 0px 1px 1px 0px;
		padding: 5px;
		transform: rotate(45deg);
		height: 10px;
	    width: 10px;
	    margin: 0;
	    position: absolute;
	    right: 50%;
	    bottom: -20px;
	    /* transform: translate(-50%); */
	}

 }
 @media (min-width: 470px) {
	.flowpath_list .flowpath_item:first-child{
	margin-left: 0;
	}
	.flowpath_list .flowpath_item:last-child{
		margin-right: 0;
	}
	
	.flowpath_list .flowpath_item .jt{
		border: 3px solid #cccccc;
		border-width: 0px 1px 1px 0px;
		padding: 5px;
		transform: rotate(-45deg);
		height: 10px;
	    width: 10px;
	    margin: 0;
	    position: absolute;
	    top: 50%;
	    right: -20px;
	    /* transform: translate(-50%); */
	}
 }
.flowpath_list .info:last-child .flowpath_item .jt{
		 display: none; 
	}
.flowpath_list .flowpath_item .img{
	width: 100%;
	position: relative;
	height: 180px;
}
.flowpath_list .flowpath_item .img-fluid{
	position: relative;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
}
.flowpath_list .flowpath_item p{
	text-align: center;
	font-family: SourceHanSansSC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #666666;
}


.bg-light{
	background-color: #999999 !important;
	background: linear-gradient(rgba(153,153,153,0.9),rgba(153,153,153,0.9)),url('/assets/static/picture/blog_1.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	padding: 114px 0;
}
.contactus{

}
.contactus .text-primary{
	font-family: SourceHanSansSC-Bold;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -2px;
	color: #ffffff !important;
}

.contactus .text-black{
	color: #ffffff !important;

}
.form-control{
	border-radius: 5px;
}
.btn-primary{
	width: 150px;
	height: 60px;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color:transparent !important;
    border-color: #fff;
}

.modal-dialog{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
}
.modal-header{
	border: none;
}
.modal-body div{
	margin: 20px 0;
}
.modal-body{
	padding:20px;
}
.modal-body p{
	font-size: 16px;
}

