/*20201209样式修改
1.删除导航栏游戏和账号注册，修改CSS
2.删除第四个招聘样式，无样式修改
*/

/*基础css begin*/
*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	outline: 0;
}

.hide {
	display: none;
}

html {
	font-family: "Microsoft YaHei";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow: auto;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	font-size: 1.6rem;
	background-color: #fff;
	color: #4a4a4a;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	line-height: 1.62857;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.shadow {
	box-shadow: 0.125rem 0.125rem 0.625rem #ccc;
}

div {
	font-size: 0;
}

/*手机端导航菜单*/
body.js-navigation-open {
	overflow: hidden;
}

header,
nav,
footer {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*基础css end*/
/*页面通用样式*/
.container {
	width: 100%;
	height: 100%;
	position: relative;
}

.header {
	width: 100%;
	height: 6.25rem;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.js-navigation-open .container .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.js-navigation-open .container .content {
	/* margin-top: 6.25rem; */
}

.header-container {
	margin: 0 auto;
}

.header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.header-row-logo {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.logo {
	background-image: url(../img/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #aeb1b5;
	display: inline-block;
	font-family: Khand, sans-serif;
	height: 4.375rem;
	line-height: 6.25rem;
	margin: 1rem 0 1rem 0rem;
	position: relative;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 100%;

}

.logo::after,
.logo::before {
	font-size: 2.6rem;
	opacity: 0;
	position: absolute;
	text-indent: 0;
	-webkit-transform: translate(-30px, -50%);
	-ms-transform: translate(-30px, -50%);
	transform: translate(-30px, -50%);
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease
}

.js-navigation-open .pagelogo::after,
.js-navigation-open .pagelogo::before {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.header-row-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	/* height: 100%; */
	width: 70%;
	opacity: 0;
	overflow: auto;
	padding: 8rem 0 0 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1); */
	visibility: hidden;
	z-index: 1;
}

.js-navigation-open .header-row-nav {
	visibility: visible;
	opacity: 1;

}

.header-nav {
	/* width: 70%; */
}

.header-nav-items {
	font-size: 1.25rem;
	font-family: Khand, sans-serif;
	color: #fff;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

.header-nav-items li {
	display: block;
	padding: 0;
	position: relative;
}

.header-nav-items li a {
	display: block;
	/* padding: 1rem; */
	line-height: 6.25rem;
	position: relative;
	color: #D0D0D0;
}

.header-nav-items li:not(.pagenav-special-item)::before {
	background-color: #ffb31f;
	content: '';
	height: .35rem;
	position: absolute;
	top: auto;
	right: .2rem;
	bottom: 0;
	left: .2rem;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .35s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .35s cubic-bezier(.19, 1, .22, 1);
	transition: transform .35s cubic-bezier(.19, 1, .22, 1);
	transition: transform .35s cubic-bezier(.19, 1, .22, 1), -webkit-transform .35s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	max-width: 10rem;
	margin: auto;
}

.header-nav-items li.currentitem a {
	color: #FFFFFF;
}


.header-nav-items li:not(.pagenav-special-item).currentitem::before,
.header-nav-items li:not(.pagenav-special-item):hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.header .pagenav-special-item {
	background-color: #ff7800;
	color: #fff;
	margin-top: 5rem;
	position: relative;
	border-top: 1px solid rgba(135, 66, 4, .15);
	border-left: 3px solid rgba(135, 66, 4, .15);
}

.header .pagenav-special-item a {
	padding: 3.5rem 0;
	position: relative;
	text-shadow: 0 1px 1px #ffb31f;
}

.header-row-toggle-mobile {
	/* position: relative;
	z-index: 2;
	padding: 2rem 1rem 2rem 2rem;
	margin: 0 2rem; */
	position: relative;
	z-index: 2;
	
	margin: 0 2rem;
	
	
}

.toggle-mobile {
	/* position: relative;
	cursor: pointer; */
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.toggle-mobile div {
	width: 20px;
	height: 3px;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	position: relative;
	top: 0;
	border-radius: 3px;
}

.toggle-mobile div:last-child {
	margin-bottom: 0;
}

/*手机端弹出导航菜单按钮特效*/
body.js-navigation-open .toggle-mobile div {
	opacity: 0;
	background-color: #FFFFFF;
}

body.js-navigation-open .toggle-mobile div:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
	top: 7px;
}

body.js-navigation-open .toggle-mobile div:last-child {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	opacity: 1;
	top: -7px;
}

body.js-navigation-open .toggle-mobile:hover div {
	background-color: #FFFFFF;
}

/*内容部分*/
.content {
	width: 100%;
	display: block;
}

/*尾部*/
.footer {
	width: 100%;
	display: inline-block;
	/* margin: 9.375rem auto 2.5rem auto; */
}

.footer div {
	/* margin-bottom: 5px; */
}

.foot-menu {
	margin: 0 auto;
	color: gray;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
	font-size: 14px;
}

.foot-menu span {
	padding: 0 1rem;
}

.foot-recordinfo,
.VKurl {
	margin: 0 auto;
	color: gray;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
	font-size: 14px;
}

.foot-recordinfo {}

.foot-recordinfo span {
	/* margin-left: 1.875rem; */
	padding: 0 1rem;
}

.VKurl span {
	padding: 0 1rem;
}

.beianicon {
	position: relative;
	top: 5px;
	width: 18px;
	height: 20px;
}

.beian {
	text-align: center;
	font-size: 14px;
}

.beian-num {
	display: inline-block;
	color: gray;
}

.beianimg {
	display: block;
	margin: 1.25rem auto 0 auto;
}

/* 栏目标题 */
.column-title {
	text-align: center;
}

.column-title .title-en {
	font-size: 3.75rem;
	line-height: 3rem;
}

.column-title .title-en::first-letter {
	color: #ffb31f;
}

.column-title .title-cn {
	color: #c0c0c0;
	padding: 0;
	margin-top: 0.125rem;
	font-size: 1.875rem;
	line-height: 1.875rem;
}

.subcolumn-title {
	/* font-weight: 700; */
	color: #606060;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
}

.subcolumn-title .title-cn {
	font-size: 1.875rem;
}

.subcolumn-title .title-cn .current-subcolumn {
	color: #ffb31f;
}

.subcolumn-title .title-en {
	font-size: 3.75rem;
	line-height: 3.75rem;
}

.subcolumn-title .title-en::first-letter {
	color: #ffb31f;
}


@media (min-width:0) {
	/* html {
		font-size: 0.53125rem
	} */
}

@media (min-width:768px) {
	html {
		font-size: 1rem
	}
}

@media (min-width:1200px) {
	html {
		font-size: 1rem
	}

	.header {
		/* background-color: transparent; */
	}

	.header-row-nav {
		opacity: 1;
		padding: 0;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		visibility: visible;
		background-color: transparent;
		height: 100%;
	}

	.header-nav {
		width: 80%;
	}

	/* 1209修改样式 */
	.header-nav-items {
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-box-pack: space-between;
		-webkit--moz-box-pack: space-between;
		margin-right: 15rem;
	}
	/* .header-nav-items {
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-box-pack: space-between;
		-webkit--moz-box-pack: space-between;
		margin-right: 19.375rem;
		padding: 0 6.25rem 0 12rem;
	} */
	
	
	.header-nav-items li.on a {
		color: #FFFFFF;
	}

	.header-row-toggle-mobile {
		display: none;
	}

	.column-title,
	.subcolumn-title {
		width: 62.5rem;
		margin: 0 auto;
	}
	
	.footer {
		margin: 4.6875rem auto 2.5rem auto;
	}
	
	.footer div {
		margin-bottom: 5px;
	}
}


@media (min-width:1600px) {}

@media (max-width:1600px) {}

@media (max-width:1400px) {}

@media (max-width:1199px) {
	.column-title {
		width: 100%;
		margin: 4rem auto 2rem auto;
	}
	
	.column-title .title-cn{
		margin-top: 0.5625rem;
		color: #767676;
	}
	
	.subcolumn-title {
		width: 100%;
		margin: 2rem auto;
	}

	.header {
		height: 6.25rem;
		background-color: rgba(0, 0, 0, 0.7);
		color: #FFFFFF;

		z-index: 1;
	}

	.header-row {
		box-shadow: none;
	}

	.header-row-logo {
		z-index: 100;
	}

	.logo {
		background-position: center left;
		margin: 1rem 0 1rem 2rem;
		-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
		-o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
		transition: all .6s cubic-bezier(.19, 1, .22, 1)
	}
	
	
	/* 1209修改样式 */
	/* .header-row-nav {
		width: 100%;
		height: 31.25rem;
		padding-top: 6.25rem;
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
		-o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
		transition: all .6s cubic-bezier(.19, 1, .22, 1);
	} */
	.header-row-nav {
		width: 100%;
		height: 31.25rem;
		padding-top: 6.25rem;
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
		-o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
		transition: all .6s cubic-bezier(.19, 1, .22, 1);
	} 

	.header-nav {
		width: 100%;
		margin: 0 auto;
	}

	.header-nav-items li {
		font-size: 2.5rem;
		height: 25%;
	}

	.header-nav-items li.on a {
		color: #ffb31f;
	}

	.header-row-toggle-mobile {
		position: relative;
		z-index: 2;
		padding: 2rem 1rem 2rem 2rem;
		margin: 0 2rem;
	}

	.foot-recordinfo {
		padding: 0.75rem 0 0 0;
	}

	.foot-recordinfo {
		flex-basis: 100%;
		justify-content: center;
	}
	
	.footer {
		margin: 5.5rem auto 3rem auto;
	}
	
	.footer div {
		margin-bottom: 5px;
	}
	
	.foot-recordinfo span{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.5rem;
		line-height: 2.5rem;
		color: #888888;
		margin: 0;
	}
	
	.VKurl,
	.beian,
	.beianimg{
		display: none;
	}
	
	.fenge{
		display: none;
	}
}
