﻿.content {
	width: 100%;
	position: relative;
	background-color: white
}

.content .box {
	width: 100%;
	padding-top: 1rem;
	overflow: hidden;
}

.content .box .map {
	position: relative
}

.content .box .contact-box {
	/* position: absolute;
	top: -1.5625rem;
	left: 13.5%; */
	width: 73%;
	margin: 0 auto 20px;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
	z-index: 100
}

.content .box .contact-box::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	float: none;
	clear: both
}

.content .box .contact-box .left {
	width: 50%;
	float: left;
	background-color: #147dbd;
	height: 2.3775rem
}

.content .box .contact-box .left .icon {
	width: .3675rem;
	height: .3675rem;
	margin-top: .5175rem;
	margin-left: .675rem
}

.content .box .contact-box .left .icon img {
	width: 100%
}

.content .box .contact-box .left .number {
	margin-top: .2925rem;
	margin-left: .6375rem
}

.content .box .contact-box .left .number a {
	font-family: "Gotham-Bold";
	font-size: .36rem;
	line-height: .36rem;
	letter-spacing: -.0075rem;
	color: #ffffff
}

.content .box .contact-box .left .s-title {
	font-size: .15rem;
	line-height: .15rem;
	margin-top: .195rem;
	margin-left: .6375rem;
	letter-spacing: -.0075rem;
	color: #ffffff
}

.content .box .contact-box .right {
	width: 50%;
	float: left;
	background-color: #c43810;
	height: 2.3775rem
}

.content .box .contact-box .right .icon {
	width: .3675rem;
	height: .3675rem;
	margin-top: .5175rem;
	margin-left: .6375rem
}

.content .box .contact-box .right .icon img {
	width: 100%
}

.content .box .contact-box .right .add {
	margin-top: .2925rem;
	margin-left: .6375rem;
	font-size: .24rem;
	line-height: .24rem;
	color: #333333
}

.content .box .contact-box .right .s-title {
	font-size: .15rem;
	line-height: .15rem;
	margin-top: .195rem;
	margin-left: .6375rem;
	letter-spacing: -.0075rem;
	color: #999999
}

.content .box .contact-box .left {
	color: #ffffff
}

.content .box .contact-box .left,
.content .box .contact-box .right {
	box-sizing: border-box;
	padding: .5rem
}

.content .box .contact-box .left h1,
.content .box .contact-box .right h1 {
	font-size: .26rem
}

.content .box .contact-box .left h3,
.content .box .contact-box .right h3 {
	display: flex;
	align-items: center;
	margin: .2rem 0 0 0;
	font-size: .18rem
}

.content .box .contact-box .left p,
.content .box .contact-box .right p {
	display: flex;
	align-items: center;
	margin: .05rem 0 0 0;
	font-size: .18rem
}

.content .box .contact-box .left i,
.content .box .contact-box .right i {
	display: block;
	margin-right: .05rem;
	font-size: .14rem
}
.content .box .contact-box .right .centerBox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.content .box .contact-box .right .centerBox p{
	color: #fff;
}

.content .box .contact-box .right .centerBox img{
	width: 1.4rem;
}
.content .box .contact-box .left a {
	display: block;
	color: #ffffff
}

.content .box .contact-box .bottom {
	width: 100%;
	height: .8175rem;
	background-color: white;
	padding-top: .4275rem;
	border-top: solid .0075rem #e0e0e0
}

.content .box .contact-box .bottom ul {
	width: 100%
}

.content .box .contact-box .bottom ul li {
	width: calc(50% - .7rem);
	float: left;
	margin-left: .7rem
}

.content .box .contact-box .bottom ul li::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	float: none;
	clear: both
}

.content .box .contact-box .bottom ul li .icon {
	float: left
}

.content .box .contact-box .bottom ul li .icon img {
	width: 100%
}

.content .box .contact-box .bottom ul li .text {
	float: left;
	margin-left: .18rem
}

.content .box .contact-box .bottom ul li .text .h2 {
	font-size: .15rem;
	line-height: .15rem;
	letter-spacing: -.0075rem;
	color: #999999
}

.content .box .contact-box .bottom ul li .text .number {
	font-family: "Gotham-Bold";
	font-size: .15rem;
	line-height: .15rem;
	color: #333333;
	margin-top: .105rem
}

.content .box .contact-box .bottom ul li .text .add {
	font-size: .15rem;
	line-height: .15rem;
	color: #333333;
	margin-top: .105rem
}

.content .box .contact-box .bottom ul li.email .icon {
	width: .315rem;
	height: .225rem
}

.content .box .contact-box .bottom ul li.phone .icon {
	width: .2925rem;
	height: .3225rem
}

.content .box .map #container {
	width: 100%;
	display: flex;
	height: 5rem
}
.content .box .map #mapWrapper {
	width: 100%;
	height: 5rem
}
.content .box .map #container a,
.content .box .map #container img {
	display: block;
	width: 100%;
	height: 100%
}

.content .box .map #container img {
	object-fit: cover
}

.content .box .map #container div {
	width: 2px;
	height: 100%;
	background: #9b9b9b
}

.content .box .complaint {
	width: 100%;
	height: 5.22rem;
	position: relative
}

.content .box .complaint .img {
	width: 100%;
	height: 100%
}

.content .box .complaint .img img {
	width: 100%
}

.content .box .complaint .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.content .box .complaint .text .left {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: .5rem;
	background-color: rgba(255, 255, 255, .6)
}

.content .box .complaint .text .left .title {
	margin-left: 6rem;
	margin-top: .585rem
}

.content .box .complaint .text .left .title::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	float: none;
	clear: both
}

.content .box .complaint .text .left .title .icon {
	width: .405rem;
	height: .4275rem;
	float: left
}

.content .box .complaint .text .left .title .icon img {
	width: 100%;
	transition: 1s
}

.content .box .complaint .text .left .title .h2 {
	font-size: .24rem;
	line-height: .4275rem;
	font-weight: bold;
	color: #333333;
	float: left;
	margin-left: .2625rem
}

.content .box .complaint .text .left .p {
	width: 10rem;
	margin: 0 auto;
	font-size: .15rem;
	line-height: .27rem;
	margin-top: .225rem;
	letter-spacing: 0;
	color: #333333
}

.content .box .complaint .text .left .p span {
	margin-right: .225rem
}

.content .box .complaint .text .left:hover .title .icon img {
	transform: rotateY(360deg)
}

#EMAnmin01 {
	position: absolute;
	background-image: url(https://www.tsxbgd.com/app/open/comsite/web/tpl/DZ_20250711/static/nocache/images/icon_map_add2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	bottom: 0;
	left: -123px;
	width: 247px;
	height: 99px;
	animation: dl 1s infinite linear;
	animation-direction: alternate
}

@keyframes dl {
	0% {
		bottom: 0
	}

	100% {
		bottom: 20px
	}
}

@media screen and (max-width:1020px) {
	.content .box {
		width: 100%;
		padding-top: 1rem
	}
	.content .box .contact-box {
		/* position: absolute;
		top: -3.6rem;
		left: 5%; */
		width: 90%;
		
	}

	.content .box .contact-box .left {
		width: 100%;
		float: left;
		background-color: #147dbd;
		position: relative
	}

	.content .box .contact-box .left .icon {
		width: .8rem;
		height: .8rem;
		margin-top: .5175rem;
		margin-left: .5rem;
		float: left
	}

	.content .box .contact-box .left .number {
		margin-top: .5175rem;
		margin-left: .4rem;
		float: left
	}

	.content .box .contact-box .left .number a {
		font-family: "Gotham-Bold";
		font-size: .45rem;
		line-height: .5rem;
		letter-spacing: -.0075rem;
		color: #ffffff
	}

	.content .box .contact-box .left .s-title {
		font-size: .26rem;
		line-height: .5rem;
		top: .8rem;
		left: 1.1rem;
		letter-spacing: -.0075rem;
		color: #ffffff;
		position: absolute
	}

	.content .box .contact-box .right {
		width: 100%;
		float: left;
		/* background-color: #fff; */
		position: relative
	}

	.content .box .contact-box .right .icon {
		width: .8rem;
		height: .8rem;
		margin-top: .5175rem;
		margin-left: .5rem;
		float: left
	}

	.content .box .contact-box .right .add {
		margin-top: .5175rem;
		margin-left: .4rem;
		float: left;
		font-size: .3rem;
		line-height: .5rem;
		color: #333333
	}

	.content .box .contact-box .right .s-title {
		font-size: .26rem;
		line-height: .5rem;
		top: .8rem;
		left: 1.05rem;
		letter-spacing: -.0075rem;
		color: #999;
		position: absolute
	}

	.content .box .contact-box .bottom ul li {
		width: auto;
		float: left;
		margin-left: .7rem
	}

	.content .box .map #container {
		width: 100%
	}

	#EMAnmin01 {
		position: absolute;
		background-image: url(https://www.tsxbgd.com/app/open/comsite/web/tpl/DZ_20250711/static/nocache/images/icon_map_add2.png);
		display: block;
		bottom: 0;
		left: -60px;
		width: 120px;
		height: 50px;
		animation: dl 1s infinite linear;
		animation-direction: alternate
	}

	.content .box .complaint {
		width: 100%;
		height: 5rem;
		position: relative;
		overflow: hidden
	}

	.content .box .complaint .img {
		width: 100%;
		height: 100%;
		position: relative
	}

	.content .box .complaint .img img {
		width: auto;
		height: 100%;
		position: absolute;
		top: 0;
		left: -500px;
		right: -500px;
		margin: auto
	}

	.content .box .complaint .text .left {
		width: 100%;
		float: left;
		height: auto;
		padding-bottom: .5rem;
		background-color: rgba(255, 255, 255, .6)
	}

	.content .box .complaint .text .left .title {
		margin-left: 10%;
		margin-top: .3rem
	}

	.content .box .complaint .text .left .title .icon {
		width: .405rem;
		height: .4275rem;
		float: left
	}

	.content .box .complaint .text .left .title .h2 {
		font-size: .3rem;
		line-height: .4275rem;
		font-weight: bold;
		color: #333333;
		float: left;
		margin-left: .2625rem
	}

	.content .box .complaint .text .left .p {
		width: auto;
		margin-right: 10%;
		margin-left: 10%;
		font-size: .25rem;
		line-height: .4rem;
		margin-top: .225rem;
		letter-spacing: 0;
		color: #333333
	}

	.content .box .complaint .text .right {
		width: 100%;
		float: left;
		height: 2.265rem;
		background-color: rgba(54, 54, 54, .7)
	}

	.content .box .complaint .text .right .title {
		margin-left: 10%;
		margin-top: .5625rem
	}

	.content .box .complaint .text .right .p {
		width: 80%;
		margin-left: 10%;
		font-size: .25rem;
		line-height: .4rem;
		margin-top: .225rem;
		letter-spacing: 0;
		color: #fff
	}
}

@media only screen and (max-width:768px) {
	.content .box .map #mapWrapper{height: 8rem;}
	.content .box .contact-box .right .centerBox img{width: 1.8rem;}
}