/* 关于我们 */
.about_banner {
	width: 100%;
	padding: 0px;
}

.about_banner .about_content {
	max-height: 569px;
	position: relative;
	padding: 0px;
}

.about_banner .about_content img {
	width: 100%;
	object-fit: contain;
}

.about_banner .about_content .textdesc {
	width: 1265px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -650px;
	margin-top: -60px;
}

.about_banner .about_content .textdesc p {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 2px;
}

.about_banner .about_content .textdesc .poline {
	width: 540px;
	height: 1px;
	background-color: #ffffff;
	margin-top: 15px;
	position: relative;
}

.about_banner .about_content .textdesc .poline div {
	width: 190px;
	height: 10px;
	background: #ffffff;
	box-shadow: rgb(0, 204, 0) 0px 0px 2px inset;
	position: absolute;
	left: 0;
	top: -5px;
}

.about_banner .about_content .textdesc .poline p {
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: -35px;
}

/* 大背景 */
.con_banner {

	width: 100%;
	background-image: url(../img/Contact_back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.contentOne {
	width: 1100px;
	height: 2617px;
	margin: 0 auto;


}

.contentOne>img {
	width: 1100px;
	height: 2617px;
	margin: 0 auto;

}

.content1 {
	position: relative;
	top: -2617px;
}

/* 全球分布图 */
.global {
	width: 1100px;
	height: 590px;
	/* background-color: rgb(158, 73, 73); */
}

/* icon */
.map_icon1 {
	width: 49px;
	height: 66px;
	background-image: url(../imG/Contact-map2.png);
	background-size: 49px 66px;
	top: -315px;
	left: 397px;
	z-index: 4;
	position: relative;
	width: 49px;
	/* height: 66px; */
}

.map_icon2 {
	width: 49px;
	height: 66px;
	background-image: url(../imG/Contact-map2.png);

	background-size: 49px 66px;

	top: -413px;
	left: 387px;
	z-index: 5;
	position: relative;
	width: 49px;
	/* height: 66px; */
}

.map_icon3 {
	width: 49px;
	height: 66px;
	background-image: url(../imG/Contact-map2.png);
	background-size: 49px 66px;
	top: -478px;
	left: 725px;
	z-index: 5;
	position: relative;
	width: 49px;
	/* height: 66px; */
}
.map_iconback{
	width: 49px;
	height: 66px;
	background-image: url(../imG/Contact-map1.png);
	background-size: 49px 66px;

}


.global1 {
	width: 1100px;
	font-size: 26px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	padding-top: 70px;
}

.global>img {
	width: 1018px;
	height: 360px;
	/* background-color: rgb(255, 255, 255); */
	margin-top: 38px;
	margin-left: 35px;
}

.global2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.global2>div {
	width: 196px;
	height: 70px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 55px;
	text-align: center;
	/* background-image: url(../img/dress_back.png);
	background-size: 196px 70px; */
}

.global2>div:nth-child(1) {
	/* background-image: url(../img/dress_back.png); */
	background-size: 196px 70px;
}

.global2>div:hover {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	background-image: url(../img/dress_back.png);
	background-size: 196px 70px;
}

.global4 {
	background-image: url(../img/dress_back.png);
	background-size: 196px 70px;
}

/* 滑动banner */
.swiper-slide>img {
	width: 952px;
	height: 476px;
}


.swiper-slide {
	width: 500px;
	height: 200px;
}

/* 索元风采 */
.font {
	width: 1100px;
	font-size: 26px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 63px;
	margin-top: 70px;
	margin-bottom: 10px;
	text-align: center;
}

.img {
	width: 951px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 30px;
}

.img>img {
	transition: linear 0.3s all;
}

.img>img:hover {
	box-shadow: 0px 0px 5px 5px rgb(209, 204, 204);
	transform: scale(1.03);
}
