/*海外单页用2021-3-26*/
.hwtop {
	overflow: hidden;
	position: relative;
	margin: 20px 0;
	height: 500px
}

.hwtop .hwtopimg {
	overflow: hidden;
}

.hwtop .hwtoptxt {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.hwtop .hwtop-let {
	background: #2692cc;
	overflow: hidden;
	width: 380px;
	margin: 40px;
	padding: 50px;
	color: #FFFFFF;
	float: left;

}

.hwtop .hwtop-let h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: lighter;
	overflow: hidden;
}

.hwtop .hwtop-let h2 {
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
	line-height: 53px;
}

.hwtop .hwtop-let h3 {
	height: 5px;
	background: #f89f3d;
	width: 80px;
	margin: 20px 0;
}

.hwtop .hwtop-let p {
	font-size: 24px;
	overflow: hidden;
	line-height: 53px;
}

.hwtop .hwtop-right {
	width: 720px;
	float: right;
	overflow: hidden;
	margin-top: 180px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2rem;
	color: #888888;
	letter-spacing:1px；
}

/*国家列表*/
.hwgj {
	overflow: hidden;
	width: 102%;
	margin-bottom: 5%;

}

.hwgj ul li {
	overflow: hidden;
	width: 23%;
	float: left;
	background: #f9f9f9;
	margin-right: 2%;
	margin-top: 2%;
	position: relative;
}

.hwgj ul li h1 {
	overflow: hidden;
}

.hwgj ul li h2 {
	overflow: hidden;
	width: 20%;
	margin-left: 5%;
	margin-bottom: 6%;
	margin-top: 6%;
	float: left;
	border-radius: 5px;
	font-size: 0;
	-moz-box-shadow: 1px 1px 5px #CCCCCC;
	/* for firefox */
	-webkit-box-shadow: 1px 1px 5px #CCCCCC;
	/* for safari or chrome */
	box-shadow: 1px 1px 5px #CCCCCC;
	/* for opera or ie9 */
	line-height: 0;
}

.hwgj ul li h3 {
	width: 70%;
	float: right;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-top: 6%;
	line-height: 20px;

}

.hwgj ul li h3 span:nth-child(2) {
	display: block;
	font-size: 12px;
}

.hwgj ul li .hwgj-bg {
	position: absolute;
	top: 0;
	background: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width: 100%;
	height: 270px;
	display: none;
}
.hwgj ul li .hwgj-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 270px;
	display: none;
	overflow: hidden;
}
.hwgj ul li .hwgj-box p{
	color: #FFFFFF;
	margin: 8%;
	line-height: 23px;
}
.hwgj ul li a{
	overflow: hidden;
	display: block;
}
.hwgj ul li .hwgj-box span{
	display: block;
	line-height: 30px;
	border: 2px #FFFfff solid;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	width: 50%;
	color: #FFFfff;
}

/*国家列表 end*/
