html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
select,
button,
fieldset,
legend,
img,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
pre,
blockquote {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333;
	background: #fff;
	font-size: 12px;
	line-height: 18px;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-family: 'Microsoft YaHei', Arial;
}

img,
fieldset {
	border: 0;
	vertical-align: middle;
}

textarea {
	word-wrap: break-word;
	word-break: break-all;
	resize: none;
}

li {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.W1200 {
	width: 1200px;
	margin: 0px auto;
}

.grey {
	background-color: #f7f7f7;
}

.en .enWords {
	display: none !important;
}

.enWords {
	font-family: Arial;
}

/*底部沉底*/
html,
body {
	height: 100%;
}

.wrap {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.wrap .nyeBanner {
	max-height: 300px;
}

.main {
	padding-bottom: 368px;
}

.foot {
	width: 100%;
	height: 318px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f8f8f8;
}

/*公共头部*/
.head {
	height: 80px;
}

.head .logo {
	margin-right: 65px;
}

.head .nav li {
	float: left;
	position: relative;
	margin-left: 1px;
}

.head .nav .firstLevel {
	padding: 20px 35px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.en .head .nav .firstLevel {
	padding: 30px 35px;
}

.head .nav li a.active,
.pc-model .head .nav li a:hover {
	color: #fff;
	background-color: #0f64a0;
}

.head .firstLevel span {
	display: block;
}

.head .firstLevel .navCH {
	font-weight: bold;
}

.head .firstLevel .navUS {
	font-size: 12px;
	font-family: Arial;
}

.head .firstLevel.active .angle,
.pc-model .head .firstLevel:hover .angle {
	display: block;
}

.head .angle {
	display: none;
	width: 0;
	height: 0;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2.5px;
}

.head .lang {
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	padding: 30px 0;
	color: #999;
}

.head .lang .line {
	padding: 0 3px;
}

.pc-model .head .lang a:hover,
.head .lang a.active {
	color: #0f64a0;
}

.menu,
.phoneNav {
	display: none;
}


/*公共底部*/
.footTop {
	padding-top: 45px;
	height: 223px;
	background-color: #f8f8f8;
}

.foot .item {
	width: 160px;
}

.foot .item.spec {
	width: 196px;
}

.foot .item dt {
	line-height: 21px;
	font-size: 16px;
	padding-left: 28px;
	margin-bottom: 33px;
}

.foot .item .about {
	background: url('../images/aboutIcon_06.png') left center no-repeat;
}

.foot .item .business {
	background: url('../images/businessIcon_03.png') left center no-repeat;
}

.foot .item .news {
	background: url('../images/newsIcon_05.png') left center no-repeat;
}

.foot .item .join {
	background: url('../images/joinIcon_07.png') left center no-repeat;
}

.foot .item dd {
	margin: 8px 0;
	color: #666;
	padding-left: 12px;
	padding-right: 20px;
	font-size: 12px;
	background: url('../images/menuAngle_03.png') left 6px no-repeat;
}

.pc-model .foot .item dd a:hover {
	color: #1064a0;
}

.foot .QR {
	border-left: 1px solid #e2e2e2;
	font-size: 14px;
	padding: 0 45px;
	text-align: center;
}

.foot .QR p {
	padding-bottom: 10px;
}

.foot .email {
	font-size: 14px;
	padding: 30px 11px 30px 22px;
	background-color: #ededed;
}

.foot .emailAddress {
	padding-left: 50px;
	background: url('../images/email_03.png') left center no-repeat;
}

.foot .workTime {
	font-size: 12px;
	margin-top: 24px;
}

.copyright {
	text-align: center;
	line-height: 50px;
	background-color: #ededed;
}

@media screen and (max-width: 1200px) {
	.W1200 {
		width: auto;
		padding: 0 15px;
	}

	/*底部沉底*/
	.main {
		padding-bottom: 15px;
	}

	.foot {
		height: auto;
		position: relative;
	}

	/*公共头部*/
	.head {
		height: 55px;
		position: fixed;
		background: #fff;
		width: 100%;
		box-sizing: border-box;
		z-index: 100;
	}

	.head .logo {
		margin-right: 0;
	}

	.head .logo img {
		height: 55px;
	}

	.head .nav {
		display: none;
	}

	.head .lang {
		display: none;
	}

	.main {
		padding-top: 55px;
	}

	.menu {
		display: block;
		margin-top: 18px;
	}

	.phoneNav {
		width: 182.5px;
		position: absolute;
		z-index: 10;
		top: 55px;
		right: 0;
		background-color: #000;
		opacity: 0.8;
		color: #fff;
		font-size: 15px;
	}

	.phoneNav a {
		color: #fff;
		display: block;
		padding: 14px 35px;
	}

	.phoneNav .phoneLang {
		padding: 14px 22px;
		letter-spacing: 3px;
	}

	.phoneNav .phoneLang .active {
		color: #0f64a0;
	}

	.phoneNav .item dt {
		border-top: 0.5px solid #fff;
		background: url('../images/menuLeft_03.png') 145px center no-repeat;
		background-size: 13px;
	}

	.phoneNav .item:last-child dt {
		border-bottom: 0.5px solid #fff;
	}

	.phoneNav .item.active dt {
		background: url('../images/menuDown_03.png') 145px center no-repeat;
		background-size: 13px 7.5px;
		border-bottom: 0.5px solid #fff;
	}

	.phoneNav .item.active dd {
		display: block;
	}

	.phoneNav .item dd {
		display: none;
	}

	.phoneNav .item dd a {
		padding: 10px 45px;
	}

	/*公共底部*/
	.footTop {
		padding-top: 22.5px;
		height: auto;
		display: none;
	}

	.foot .item {
		width: 25%;
	}

	.foot .item.spec {
		width: 25%;
	}

	.foot .item dt {
		background-size: 10px;
		line-height: 15px;
		font-size: 12px;
		padding-left: 18px;
		margin-bottom: 15px;
	}

	.foot .item .about {
		background-size: 15px;
	}

	.foot .item .business {
		background-size: 15px;
	}

	.foot .item .news {
		background-size: 15px;
	}

	.foot .item .join {
		background-size: 15px;
	}

	.foot .item dd {
		margin: 4px 0;
		padding: 0 12px;
		font-size: 9px;
		background: url('../images/menuAngle_03.png') 2px 6px no-repeat;
	}

	.foot .QR,
	.foot .email {
		display: none;
	}

	.copyright {
		margin-top: 33px;
		padding: 11px 18px;
		height: auto;
		line-height: 20px;
	}
}
