﻿.firstCon {
	padding-top: 100px
}

.firstCon .d-flex {
	margin: 0 auto
}

.firstCon .d-flex>div:nth-child(1) {
	width: 300px;
	margin-right: 100px
}

.firstCon .d-flex>div:nth-child(2) {
	width: 1035px
}

.firstCon .d-flex>div:nth-child(2) img {
	margin-top: 40px
}

.secCon {
	margin-top: 80px;
	position: relative
}

.secCon .page-main-title {
	position: absolute;
	width: 100%;
	z-index: 1;
	padding-top: 60px
}

.secCon .mapImG {
	position: relative
}

.secCon img {
	width: 100%
}

.v1-list-con {
	padding-bottom: 100px
}

.v1-list-con .row {
	margin-top: 30px
}

.v1-list-con .row .col-4 {
	margin: 10px auto;
	padding-right: 10px
}

.v1-list-con .row .col-4>div {
	padding: 60px 30px 20px;
	background-color: #f3f3f3;
	border-radius: 10px
}

.v1-list-con .row .col-4 .img {
	height: 217px;
	margin: 0 auto 50px;
	display: block;
	overflow: hidden;
	text-align: center
}

.v1-list-con .row .col-4 .img>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-list-con .row .col-4 .img:hover>img {
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	transform: scale(1, 1) rotate(0deg);
	-ms-transform: scale(1, 1) rotate(0deg);
	-moz-transform: scale(1, 1) rotate(0deg);
	-webkit-transform: scale(1, 1) rotate(0deg);
	-o-transform: scale(1, 1) rotate(0deg)
}

.v1-list-con .row .col-4 .img img {
	object-fit: contain;
	transform: scale(0.9, 0.9) rotate(0deg);
	-ms-transform: scale(0.9, 0.9) rotate(0deg);
	-moz-transform: scale(0.9, 0.9) rotate(0deg);
	-webkit-transform: scale(0.9, 0.9) rotate(0deg);
	-o-transform: scale(0.9, 0.9) rotate(0deg)
}

.v1-bg-list-con {
	padding-top: 100px;
	background-color: #f3f3f3
}

.v1-bg-list-con {
	background-color: #fff
}

.v1-bg-list-con .title {
	width: 300px
}

.v1-bg-list-con .infobox {
	flex: 1;
	text-align: Justify;
	text-justify: inter-ideograph;
	text-justify: auto;
}

.v1-swbg-list-con {
	background-color: #f3f3f3
}

.mapCon {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.docIcon {
	width: 46px;
	height: 46px;
	border-radius: 24px;
	padding-top: 1px;
	cursor: pointer;
	position: absolute;
	z-index: 2
}

.docIcon>div:nth-child(1) {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 0px 0px 8px rgba(0, 90, 255, .3);
	margin: 18px 19px 19px
}

.docIcon .d-flex {
	display: none !important
}

.docIcon:hover {
	background: rgba(0, 90, 255, .1)
}

.page-footer .foot-contact .v1-footer-img-con ul {
	justify-content: flex-start;
}

.page-footer .foot-contact .v1-footer-img-con ul li {
	margin-right: 20px;
}

@media (max-width:640px) {
	.page-footer .foot-contact .v1-footer-img-con ul {
		justify-content: center;
	}

	.page-footer .foot-contact .v1-footer-img-con ul li {
		margin-right: 5px;
		margin-top: 15px;
		cursor: pointer;
		position: relative;
		margin-left: 15px;
	}
}

.page-footer .foot-contact .v1-footer-img-con ul {}

.docIcon:hover>.d-flex {
	display: flex !important;
	position: relative;
	z-index: 6;
	width: 597px;
	height: 188px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(17, 50, 128, .35);
	border-radius: 10px;
	padding: 35px;
	margin: -120px 60px
}

.docIcon:hover>.d-flex img {
	width: 137px;
	height: 137px
}

.docIcon:hover>.d-flex div {
	padding-left: 20px
}

.docIcon:hover>.d-flex .v1-size24-font {
	margin-bottom: 10px
}

.docIcon:hover>.d-flex::before {
	content: " ";
	position: absolute;
	top: 80px;
	left: -20px;
	border-top: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid #fff;
	border-bottom: 20px solid rgba(0, 0, 0, 0)
}

.docIcon:nth-child(1) {
	left: 54.9%;
	top: 64.2%;
	z-index: 2
}

.docIcon:nth-child(2) {
	left: 47.5%;
	top: 59.5%;
	z-index: 8
}

.docIcon:nth-child(3) {
	left: 51%;
	top: 62%;
	z-index: 3
}

.docIcon:nth-child(4) {
	left: 53.5%;
	top: 58%;
	z-index: 2
}

.docIcon:nth-child(5) {
	left: 54.1%;
	top: 64%;
	z-index: 1
}

.docIcon:nth-child(6) {
	left: 54.5%;
	top: 71%;
	z-index: 2
}

.docIcon:nth-child(7) {
	left: 50%;
	top: 67%;
	z-index: 2
}

.docIcon:nth-child(8) {
	left: 55%;
	top: 49%;
	z-index: 2
}

.docIcon:nth-child(9) {
	left: 50%;
	top: 50%;
	z-index: 4;
	opacity: 0
}

.docIcon:nth-child(10) {
	left: 55%;
	top: 59%;
	z-index: 1
}

@media (width:2556px) {
	/*.docIcon:nth-child(1) {*/
	/*	left: 55%;*/
	/*	top: 64.6%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(2) {*/
	/*	left: 47.7%;*/
	/*	top: 59.5%;*/
	/*	z-index: 8*/
	/*}*/

	/*.docIcon:nth-child(3) {*/
	/*	left: 51.4%;*/
	/*	top: 62.5%;*/
	/*	z-index: 3*/
	/*}*/

	/*.docIcon:nth-child(4) {*/
	/*	left: 54%;*/
	/*	top: 58.6%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(5) {*/
	/*	left: 54.5%;*/
	/*	top: 64.5%;*/
	/*	z-index: 1*/
	/*}*/

	/*.docIcon:nth-child(6) {*/
	/*	left: 54.5%;*/
	/*	top: 72%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(7) {*/
	/*	left: 50.3%;*/
	/*	top: 68%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(8) {*/
	/*	left: 51.2%;*/
	/*	top: 90.5%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(9) {*/
	/*	left: 50%;*/
	/*	top: 50%;*/
	/*	z-index: 4;*/
	/*	opacity: 0*/
	/*}*/

	/*.docIcon:nth-child(10) {*/
	/*	left: 55.4%;*/
	/*	top: 59.5%;*/
	/*	z-index: 1*/
	/*}*/


}

@media (width:1000px) {
	.v1-bg-list-con .infobox {
		width: 72%;
		flex: none !important;
	}

	/*.docIcon:nth-child(1) {*/
	/*	left: 54.5%;*/
	/*	top: 63.5%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(2) {*/
	/*	left: 47%;*/
	/*	top: 59%;*/
	/*	z-index: 8*/
	/*}*/

	/*.docIcon:nth-child(3) {*/
	/*	left: 50.4%;*/
	/*	top: 61.5%;*/
	/*	z-index: 3*/
	/*}*/

	/*.docIcon:nth-child(4) {*/
	/*	left: 53.2%;*/
	/*	top: 57%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(5) {*/
	/*	left: 53.5%;*/
	/*	top: 63%;*/
	/*	z-index: 1*/
	/*}*/

	/*.docIcon:nth-child(6) {*/
	/*	left: 54%;*/
	/*	top: 70.5%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(7) {*/
	/*	left: 49.5%;*/
	/*	top: 67%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(8) {*/
	/*	left: 51.2%;*/
	/*	top: 90.5%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(9) {*/
	/*	left: 50%;*/
	/*	top: 50%;*/
	/*	z-index: 4;*/
	/*	opacity: 0*/
	/*}*/

	/*.docIcon:nth-child(10) {*/
	/*	left: 54.6%;*/
	/*	top: 58.3%;*/
	/*	z-index: 1*/
	/*}*/
}

@media (width:1366px) {
	.v1-bg-list-con .infobox {
		width: 72%;
		flex: none !important;
	}

	/*.docIcon:nth-child(1) {*/
	/*	left: 54.5%;*/
	/*	top: 63.5%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(2) {*/
	/*	left: 47.2%;*/
	/*	top: 58.7%;*/
	/*	z-index: 8*/
	/*}*/

	/*.docIcon:nth-child(3) {*/
	/*	left: 50.4%;*/
	/*	top: 61.5%;*/
	/*	z-index: 3*/
	/*}*/

	/*.docIcon:nth-child(4) {*/
	/*	left: 53%;*/
	/*	top: 57%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(5) {*/
	/*	left: 53.5%;*/
	/*	top: 63%;*/
	/*	z-index: 1*/
	/*}*/

	/*.docIcon:nth-child(6) {*/
	/*	left: 54%;*/
	/*	top: 70.5%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(7) {*/
	/*	left: 49.5%;*/
	/*	top: 66.5%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(8) {*/
	/*	left: 50.8%;*/
	/*	top: 89%;*/
	/*	z-index: 2*/
	/*}*/

	/*.docIcon:nth-child(9) {*/
	/*	left: 50%;*/
	/*	top: 50%;*/
	/*	z-index: 4;*/
	/*	opacity: 0*/
	/*}*/

	/*.docIcon:nth-child(10) {*/
	/*	left: 54.6%;*/
	/*	top: 58.3%;*/
	/*	z-index: 1*/
	/*}*/
}


@media(max-width: 1100px) {
	.secCon {
		display: none
	}
}

@media(max-width: 640px) {
	.v1-bg-list-con {
		padding-top: 40px
	}

	.v1-bg-list-con .d-flex {
		flex-wrap: wrap
	}

	.v1-bg-list-con .d-flex .title {
		width: 100%
	}

	.v1-list-con .row .col-4 {
		width: 100% !important;
		max-width: 100% !important
	}

	.v1-list-con .row .col-4>div {
		padding: 30px
	}

	.v1-list-con .row .col-4 .img {
		margin: 0 auto 30px
	}
}

/*# sourceMappingURL=intro.min.css.map */
