
.shadow{
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,.1);
}
.borRightE{
	border-right: 1px solid #eee;
}
.borRightD{
	border-right: 1px solid #ddd;
}
.contact{
	font-size: 20px;
	color: #3b3b3b;
}
.xTitle{
	text-align: center;
	color: #0082d0;
	font-weight: bold;
	margin-bottom: 10px;
}
.xTitle.white{color: #FFFFFF;}
.xTitle .en{
	font-size: 23px;
	padding-right: 10px;
	
}
.xTitle .cn{
	font-size: 30px;
	padding-left: 10px;
}
.subTitle{
	text-align: center;
	font-size: 14px;
	color: #848484;
	margin-bottom: 40px;
}
.subTitle.white{color: white;}
.transtion{
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.coverBg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.navItem{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #222222;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	background-color: #FFFFFF;
}
.navItem:hover,.navItem.active{
	background-color: #222222;
	color: #FFFFFF;
}
/*footer*/
.footer{
	background-color: #123260;
	padding-top: 20px;
	height: 57px;
	min-width:1280px;
}
.footSelect{
	width: 200px;
	height: 26px;
	line-height: 26px;
	margin-right: 20px;
}
.ftLink{
	color: #FFFFFF;
	padding: 0 20px;
	border-right: 1px solid #ccc;
	display: inline;
	line-height: 1;
}
.ftLink:last-child{
	border-right: none;
}
.footCon{
	margin-bottom: 30px;
	width: 800px;
}
.ftCopy{
	color: #fff;
}
.ftCopy a{
	color: #fff;
}
.ewmItem{
	float: left;
	margin-left: 30px;
}
.ewmIMG {
	width:87px;
	height: 87px;
}
.ewmName{
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
}
.ftEWM{
	position: absolute;
	right: 0;
	top: 0;
}
