@charset 'utf-8';

/* CSS reset */
html {
	color: #fff;
	font-family: Arial, 'Microsoft YaHei', '宋体';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
strong {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei', Arial, '宋体';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

a {
	text-decoration: none;
	color: #3c3c3c;
	outline: none;
}

/*此处待添加默认链接颜色*/
var,
em,
strong {
	font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	font-size: 100%;
}

body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

::-webkit-input-placeholder {
	/*Webkit browsers*/
	color: #fff;
}

:-moz-placeholder {
	/*Mozilla Firefox 4 to 8*/
	color: #fff;
}

::moz-placeholder {
	/*Mozilla Firefox 19+*/
	color: #fff;
}

:-ms-input-placeholder {
	/*Internet Explorer 10+*/
	color: #fff;
}

input {
	border: none;
	outline: none;
}

/*input:-webkit-autofill{ 
  box-shadow: 0 0 0px 1000px transparent inset !important;
}*/
.language-box {
	min-width: 37%;
}

html,
body,
.wrap {
	min-height: 100%;
	margin: 0 auto;
	background-color: #111;
	overflow-y: hidden;
}

html,
body {
	overflow-y: auto;
}

html,
body {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	scroll-behavior: smooth;
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 35px;
	}
}

@media only screen and (min-width:321px) and (max-width: 480px) {
	html {
		font-size: 40px;
	}
}

@media only screen and (min-width:481px) and (max-width: 600px) {
	html {
		font-size: 42px;
	}
}

@media only screen and (min-width:601px) and (max-width: 719px) {
	html {
		font-size: 48px;
	}
}

@media only screen and (min-width:720px) and (max-width: 800px) {
	html {
		font-size: 55px;
	}
}

@media only screen and (min-width:801px) and (max-width: 1366px) {
	html {
		font-size: 55px;
	}
}

@media only screen and (min-width: 1367px)and (max-width: 1600px){
	html {
		font-size: 60px;
	}
}

@media only screen and (min-width: 1601px)and (max-width: 1680px){
	html {
		font-size: 70px;
	}
}
@media only screen and (min-width: 1681px){
	html {
		font-size: 70px;
	}
}
.header-bg{
	background-color: #28071c;
}
.content {
	position: absolute;
	left: 0;
	top: 0rem;
	width: 100%;
}
.pc-show {
	display: block;
}

.pc-hide {
	display: none;
}

/* 1280px 及以下） */
@media only screen and (max-width: 1279px) {
	.app-show {
		display: block;
	}

	.app-hide {
		display: none;
	}
	.header-h5{
		height: 1rem;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top:0;
		left: 0;
		z-index: 100;
	}
	.header-h5 .left{
		display: flex;
		align-items: center;
		padding-left: .55rem;
	}
	.header-h5 .left .logo{
		width: 0.63rem;
		height: 0.88rem;
		background-size: 100% 100%;
        background-repeat: no-repeat;
		background-image: url('../images/index/logo.png');
	}
	.header-h5 .left .name{
		font-family: MicrosoftYaHei-Bold;
		font-size: 0.4rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: #ffffff;
		padding-left: .16rem;	
	}
	.header-h5 .menu{
		width: 0.4rem;
		height: 0.31rem;
		background-size: 100% 100%;
        background-repeat: no-repeat;
		background-image: url('../images/index/nav.png');
		margin-right: .55rem;
	}
	.footer{
		background-color: #222222;
		height: 2.63rem;
	}
	.footer .main{
		height: 2.63rem;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer .left{
		display: flex;
		align-items: center;
	}
	.footer .left .logo{
		background-image: url("../images/index/logo.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 0.63rem;
		height: 0.88rem;
		margin-left: .5rem;
	}
	.footer .left .name{
		color: #ffffff;
		font-size: 0.4rem;
		padding-left: .16rem;
	}
	.footer .nav{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding-right: .5rem;
		width: 5.5rem;
	}
	.footer .nav .name{
		font-family: MicrosoftYaHei;
		font-size: 0.2rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: #ffffff;
		width: 50%;	
	}
}

/* 1280px 像素及以上） */
@media only screen and (min-width: 1280px) {	
	.pc-show {
		display: block;
	}

	.pc-hide {
		display: none;
	}
	.header-pc{
		height: 1rem;
		width: 100%;
		position: fixed;
		left: 0;
		top:0;
		z-index: 1000;
	}
	.header-pc .nav {
		display: flex;
		align-items: center;
	}
	.header-pc .nav .name{
		font-family: MicrosoftYaHei;
		font-size: 0.2rem;
		font-weight: normal;
		font-stretch: normal;
		color: #ffffff;
		margin-left: 1rem;
		cursor: pointer;
		position: relative;	
	}
	.header-pc .nav .name.active::after{
		content: "";
		width: 0.75rem;
		height: 0.04rem;
		background-color: #ffffff;
		position: absolute;
		bottom: -.2rem;
		left: 50%;
		transform: translateX(-50%);	
	}
	.header-pc .main{
		width: 19rem;
		height: 1rem;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-pc .left{
		display: flex;
		align-items: center;
	}
	.header-pc .left .logo{
		background-image: url("../images/index/logo.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 0.63rem;
		height: 0.88rem;
	}
	.header-pc .left .name{
		color: #ffffff;
		font-size: 0.4rem;
		padding-left: .16rem;
	}
	.footer{
		background-color: #222222;
		height: 2.5rem;
	}
	.footer .main{
		height:2.5rem;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 19rem;
	}
	
	.footer .nav {
		display: flex;
		align-items: center;
	}
	.footer .nav .name{
		font-family: MicrosoftYaHei;
		font-size: 0.2rem;
		font-weight: normal;
		font-stretch: normal;
		color: #ffffff;
		margin-left: 1rem;
		cursor: pointer;	
	}
	.footer .left{
		display: flex;
		align-items: center;
	}
	.footer .left .logo{
		background-image: url("../images/index/logo.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 0.63rem;
		height: 0.88rem;
	}
	.footer .left .name{
		color: #ffffff;
		font-size: 0.4rem;
		padding-left: .16rem;
	}
}
.menu-box {
	position: fixed;
	right: 0%;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(34, 34, 34, .5);
	z-index: 9999;
	color: #333;
	display: none;
}
.menu-list {
	position: fixed;
	width: 6rem;
	height: 100vh;
	background-color: #222222;
	right: -2rem;
}

.menu-name{
	font-size: 0.38rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.6rem;
	letter-spacing: 0rem;
	color: #000000;	
}
.menu-close {
	position: absolute;
	right: 5%;
	top: 0.5rem;
	width: 0.45rem;
	height: 0.46rem;
	background: url("../images/index/close.png") no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.mobile-nav a {
	display: block;
	height: 1.25rem;
    font-size: 0.35rem;
    color: #ffffff;
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	padding-left: .6rem;
}
.mobile-nav a::after{
	/* content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e6e6e6;
    height: 0.03rem; */
	
}
.mobile-nav a.active {
	position: relative;
	/* background-color: #4757f9; */
}
.mobile-nav a.active .name{
	display: inline-block;
	position: relative;
}
.mobile-nav a.active::before {
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.75rem;
	background-color: #fff;
	position: absolute;
	bottom: 0.2rem;
	left: 0;
	border-radius: .2rem;
}
.mobile-nav a:last-child::after{
	display: none;
}
.menu-list .arrow{
	width: 0.2rem;
	height: 0.34rem;
	position: absolute;
	right: 0%;
	top:.6rem;
	background-image: url("../images/index/btnl1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.menu-login .gray{
	font-family: MicrosoftYaHei;
	font-size: 0.38rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.6rem;
	letter-spacing: 0rem;
	color: #aaaaaa;	
	text-align: center;
	padding: 1.7rem 0 .5rem 0;
	margin: auto;
	display: block;
}
.menu-login .green{
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: solid 0.04rem #008e44;	
	font-family: MicrosoftYaHei;
	font-size: 0.38rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1rem;
	height: 1rem;
	letter-spacing: 0rem;
	color: #008e44;	
	text-align: center;
	margin: auto;
	width: 5.5rem;
	display: block;
}
.language-nav {
	position: fixed;
	top: 1rem;
	right: 0;
	background-color: #fff;
	border-radius: 6px;
	padding: 0 3%;
	z-index: 100;
	display: none;
	z-index: 10000;
}

.language-nav .item {
	color: #000;
	height: 0.75rem;
	line-height: .75rem;
	font-size: .35rem;
	text-align: center;
}

.language-nav .item.active {
	color: #008e44 !important;
}
/* 动画效果 */
/* slide-bottom  */
.slide-bottom {
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: .5s;
}

@-webkit-keyframes slide-bottom {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-bottom {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* slide-bottom  */
/* slide-right  */
.slide-right {
	-webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: .2s;
}

@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* slide-right  */

/* slide-left */
.slide-left {
	-webkit-animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: .2s;
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* slide-left */
/* rotate-diagonal-1 */
.rotate-diagonal-1 {
	-webkit-animation: rotate-diagonal-1 .8s linear both;
	animation: rotate-diagonal-1 .8s linear both;
	animation-delay: .5s;
}

@-webkit-keyframes rotate-diagonal-1 {
	0% {
		-webkit-transform: rotate3d(1, 1, 0, 0deg);
		transform: rotate3d(1, 1, 0, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(1, 1, 0, -180deg);
		transform: rotate3d(1, 1, 0, -180deg);
	}

	100% {
		-webkit-transform: rotate3d(1, 1, 0, -360deg);
		transform: rotate3d(1, 1, 0, -360deg);
	}
}

@keyframes rotate-diagonal-1 {
	0% {
		-webkit-transform: rotate3d(1, 1, 0, 0deg);
		transform: rotate3d(1, 1, 0, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(1, 1, 0, -180deg);
		transform: rotate3d(1, 1, 0, -180deg);
	}

	100% {
		-webkit-transform: rotate3d(1, 1, 0, -360deg);
		transform: rotate3d(1, 1, 0, -360deg);
	}
}

/* rotate-diagonal-1 */
/* rotate-center */
.rotate-center {
	-webkit-animation: rotate-center 0.6s ease-in-out both;
	animation: rotate-center 0.6s ease-in-out both;
	animation-delay: .5s;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* rotate-center */

/* 应用动画效果到需要的元素上 */
.dynamic-number {
	animation: count-animation 3s infinite alternate;
	/* 指定动画名称、持续时间、无限循环并交替反向运行 */
}

/* 创建一个名为"count-animation"的动画 */
@keyframes count-animation {
	0% {
		/* 初始状态 */
		opacity: 1;
		/* 设置不透明度为完全显示 */
		transform: scale(1);
		/* 将元素大小还原到正常大小 */
	}

	50% {
		/* 过渡状态 */
		opacity: 0.7;
		/* 设置不透明度为部分隐藏 */
		transform: scale(1.2);
		/* 放大元素大小 */
	}

	100% {
		/* 结束状态 */
		opacity: 1;
		/* 重新设置不透明度为完全显示 */
		transform: scale(1);
		/* 再次将元素大小还原到正常大小 */
	}
}