.contact{
	position: relative;
}
.contact-bt{
	height: 500px;
}
.contact-bt .contact-bt-p1,.contact-bt .contact-bt-p2{
	color:#fff;
}
.aboutUs>div ul li:nth-child(1){
	position: absolute;
	top: 100px;
	right: calc((100% - 1200px)/2);
	height: 440px;
	width: 420px;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 30px 30px;
}

.aboutUs div ul li:nth-child(1)  p{
	text-align: start;
	font-size: 14px;
    line-height: 2;
    color: rgb(236, 236, 236);
	margin-bottom: 10px;
}
.aboutUs div ul li:nth-child(1)  p:nth-child(1){
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.3;
}
.aboutUs div ul li:nth-child(2){
	width: 1200px;
	margin: 0 auto;
}
.aboutUs div ul li:nth-child(2) p:nth-child(1){
	position: relative;
}
.aboutUs div ul li:nth-child(2) p:nth-child(1) strong{
	position: absolute;
	top: 160px;
	left: 86px;
	font-size: 36px;
	color: rgb(45, 98, 147);
}
.aboutUs div ul li:nth-child(2) p:nth-child(1) img{
	width: 100%!important;
	height: auto!important;
	margin: 150px 0 50px;
}
.aboutUs div ul li:nth-child(2) p:nth-child(2) strong:nth-child(1){
	display: block;
	text-align: center;
	font-size: 36px;
	    font-weight: 400;
	    line-height: 1.3;
		color: rgb(45, 98, 147);
}
.aboutUs div ul li:nth-child(2) p:nth-child(2) strong:nth-child(2){
	display: block;
	text-align: center;
	font-size: 20px;
	    font-weight: 400;
	    line-height: 1.3;
		color: rgb(45, 98, 147);
}
.aboutUs div ul li:nth-child(2) p:nth-child(2) img{
	min-width: 100%;
	height: 370px!important;
	margin: 50px 0;
}