.contact-tit {
	clear: both;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}

.contact-tit p {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
}


.contact-left {
	display: flex;
}

.contact-info i {
	margin-right: 5px;
}
.contact-info p a:hover{
	background: none;
}
.itemCon {
	width: 70%;
	/* position: relative; */
	padding-top: 50px;
	border: 1px solid #ddd;
}

#ChinaMap {
	margin: 0px;
}

#stateTip {
	width: 28px;
	position: absolute;
	left: 100%;
	text-align: left;
	display: inline;
}

#mapTipContent {}

.mapTipText {
	width: 280px;
	height: auto;
	z-index: 999999;
	background: #fff;
	margin-right: -2px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.mapTipText .mapTipImg {
	height: 66px;
	width: 66px;
	float: left;
	border: 2px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
	margin: -12px 5px 0 -12px;
}

.mapTipText .mapTipImg img {
	width: 100%;
	height: 100%;
}

.mapTipText .mapTipList {
	width: 100%;
	padding: 15px;
}

.mapTipText .mapTipList h2 {
	clear: both;
	height: auto;
	line-height: 20px;
	text-align: left;
	margin: 0px auto;
	width: 90%;
	font-size: 20px;
	padding-bottom: 0px;
}

.mapTipText .mapTipList h2 a {
	font-size: 24px;
	color: #262626;
	text-decoration: none;
}

.mapTipText .mapTipList h2 a:hover {
	color: #0085d2;
}

.mapTipText .mapTipList h2 a span {
	font-size: 16px;
	margin-left: 3px;
}

.mapTipText .mapTipList ul {
	width: 90%;
	overflow: hidden;
	margin: 0px auto 10px;
	padding: 0px;

}

.mapTipText .mapTipList ul li {
	clear: both;
	list-style: none;
	line-height: 25px;
	padding: 0px;
	border: none;
	height: auto !important;
	/* padding: 7px 3px 0 3px; */
}

.mapTipText .mapTipList ul li b {
	font-size: 18px;
}
.mapTipText .mapTipList ul li h4{ font-weight:bold; padding-left:12px; border-left:3px solid #aacd06; height:16px; margin:10px 0 8px; line-height:16px;}
.mapTipText .mapTipList ul li p.p4{ padding-left:15px; line-height:20px;}
.mapTipText .mapTipList ul li a {
	color: #262626;
	text-decoration: none;
}

.mapTipText .mapTipList ul li a:hover {
	/* background-color: #2ebcfe; */
	/* color: #ffffff; */
}


/*.contact-list
===============*/
.contact-list {
	float: right;
	clear: both;
	right: 0;
	width: 300px !important;
	/* position: relative; */
	overflow-y: auto;
	height: 700px;
	color: #666;
	z-index: 999;
	font-size: 14px;
	background: #f7f7f7;
	line-height: 20px;
	margin: 0px auto 10px;
	margin-right: 0px;
}

.contact-list::-webkit-scrollbar {
	width: 8px;
	/* height:8px; */
	cursor: pointer;
	display: block;
}

.contact-list::-webkit-scrollbar-button {
	cursor: pointer;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #c9c9c9;
}

.contact-list::-webkit-scrollbar-track {
	background: none;
}

.contact-list::-webkit-scrollbar-thumb {
	cursor: pointer;
	display: block;
	background: rgba(201, 201, 201, 0.8);
	border-radius: 4px;
}

.contact-list ul {
	width: 90%;
	margin: 15px auto;
}

.contact-list li {
	height: auto;
	display: flex;
	overflow: hidden;
	line-height: 25px;
	padding: 15px 15px;
	background: #fff;
	margin-bottom: 10px;
}

.contact-list span {
	font-size: 16px;
	color: #000;
	padding: 2px 15px 2px 10px;
	margin: 0px 10px 0px 0px;
	background: url(../img/micon_bg.png) no-repeat center 1px;
	background-size: 25px 25px;
}

.contact-list li b {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-list li p {
	font-weight: normal;
}
.contact-list li h4{ font-weight:bold; padding-left:12px; border-left:3px solid #aacd06; height:16px; margin:10px 0 8px; line-height:16px;}
.contact-list li p.p4{ padding-left:15px; line-height:20px;}
.contact-list p a{
	color: #666;
}
.customer {
	display: none !important;
	position: fixed;
	right: 0px;
	width: 40px;
	min-height: 48px;
	bottom: 150px;
	z-index: 99999;
	border-radius: 24px;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
	display: inline-block;
}

.customer li {
	margin: 6px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #3d3d3d;
	text-align: center;
	transition: all .2s cubic-bezier(.215, .61, .355, 1);
	position: relative;
	cursor: pointer;
}

.customer .iconfont {
	color: #fff;
}

.customer li a {
	display: block;
}



.svggroup {
	/* width: 100%; */
}

.svggroup svg {
	/* width: 100%; */
}


@media (max-width:960px) {
	.contact-left {
		display: initial;
	}

	.itemCon {
		width: 100%;
	}

	#stateTip,
	#mapTipContainer {
		/* position: initial; */
	}

	#stateTip {
		/* display: none; */
	}

	.mapTipText {
		/* width: 100%; */
	}

	#mapTipContainer {
		margin: 0px auto;
	}

	.contact-list {
		float: none;
		clear: both;
		width: 100% !important;
		height: 700px;
	}

	#stateTip {
		/* display: none; */
	}

	.customer {
		display: block !important;
	}
	.fot_en>div{ width:100%;}
	.fot_en>p {
		display: none;
	}

	.fot_l {
		padding: 20px 0px;
	}

	.mapTipText {
		width: 200px;
	}
	.itemCon{
		z-index: 9999999;
		/* border: none; */
		padding-top: 0px;
	}
}
@media (max-width:413px) and (min-width:375px) {
	#ChinaMap{
		margin-left: 15px;
		/* border: 1px solid #ddd; */
	}
	
}
@media (max-width:760px) and (min-width:414px) {
	#ChinaMap{
		margin-left: 35px;
		/* border: 1px solid #ddd; */
	}
}