@charset "utf-8";
/*英文字体*/
@font-face {
	font-family:english;
	src:url('../fonts/HKGrotesk-Regular-9.woff') format('woff'),
			url('../fonts/HKGrotesk-Regular-9.ttf') format('truetype'),
			url('../fonts/HKGrotesk-Regular-9.svg') format('svg');
}
@font-face {
	font-family:boldEnglish;
	src:url('../fonts/HKGrotesk-Medium-7.woff') format('woff'),
			url('../fonts/HKGrotesk-Medium--9.ttf') format('truetype'),
			url('../fonts/HKGrotesk-Medium--9.svg') format('svg');
}
@font-face {
	font-family:fontTitle;
	src:url('../fonts/GARABD.woff') format('woff'),
			url('../fonts/GARABD.ttf') format('truetype'),
			url('../fonts/GARABD.svg') format('svg');
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	text-decoration: none;
	color: black;
	font-family: english;
}
body {
  /* padding-top: 140px; */
	overflow-x: hidden;
}

/*导航*/
.mc_navBox {
	display: none;
}
.navBox {
  /* position: fixed; */
  position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,1);
	text-align: center;
	height: 90px;
	z-index: 9;
}
.nav_mainBox {
	width: 1200px;
	margin: 0 auto 0;
	display:flex;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.nav_logo {
	display: inline-block;
	width: 193px;
	overflow:hidden;
	padding-right: 20px;
}
.nav_logo img {
	float: left;
	width: 100%;
}
.noTxt_logo {
	display: none;
}
.language {
	display: flex;
	width: 140px;
	padding-left: 20px;
}
.language a {
	color: #000000;
	width: 70px;
	flex: 1;
	line-height: 90px;
	font-size: 16px;
}
.language a:last-child {
	font-family: english;
}
.nav_mainUl {
	flex: 1;
	/* display: inline-block;
	width: 550px;
	margin: 0 auto; */
}
.nav_mainUl>li {
	float: left;
	width: 25%;
	line-height: 90px;
	text-align: center;
	position: relative;
}
.nav_mainUl>li>a {
	/* float: left;
	width: 100%; */
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	font-family: english;
	line-height: 40px;
  /* height: 100%; */
}
/* .nav_mainUl>li>a:hover {
	background:#1a1a1a;
	color: #fff;
} */
/* .index_avitve_a:hover {
	background:#1a1a1a;
	color: #fff;
}
.nav_active {
	background: #000000;
	color: #fff;
} */
.index_avitve_a:hover {
	border-bottom: solid 2px black;
}
.nav_active {
	border-bottom: solid 2px black;
}
.pc_NavList {
	position: absolute;
	z-index: 8;
	width: 100%;
	left: 0;
	top: 90px;
	background: #ffffff;
	overflow: hidden;
	transition: all 0.2s ease;
}
.pc_NavList>li {
	line-height: 65px;
	border-top: solid 1px #dcdcdc;
	overflow:hidden;
}
.pc_NavList>li:first-child {
	border: none!important;
}
.pc_NavList>li>a {
	float: left;
	width: 100%;
	height: 100%;
	color: #000000;
}
.pc_NavList>li>a:hover {
	background-color: #dddddd;
	color: #000000;
}

.pc_NavList1 {
	position: absolute;
	z-index: 8;
	width: 100%;
	left: 0;
	top: 90px;
	background: #ffffff;
	overflow: hidden;
	transition: all 0.2s ease;
}
.pc_NavList1>li {
	line-height: 65px;
	border-top: solid 1px #dcdcdc;
	overflow:hidden;
}
.pc_NavList1>li:first-child {
	border: none!important;
}
.pc_NavList1>li>a {
	float: left;
	width: 100%;
	height: 100%;
	color: #000000;
}
.pc_NavList1>li>a:hover {
	background-color: #dddddd;
	color: #000000;
}
/* 页脚 */
.main_bottomBox {
  float: left;
  width: 100%;
  background: #000000;
}
.main_bottomContent {
  display: block;
  width: 1200px;
  margin: 0 auto 0;
  overflow:hidden;
}
.main_bottomContent h4 {
  float: left;
  width: 100%;
  font-size: 23px;
  line-height: 24px;
  font-weight: bold;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 88px;
  margin-bottom: 50px;
  text-align: center;
}
.main_formUl {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main_formUl>li {
  display: inline-block;
  overflow:hidden;
}
.main_formUl>li input {
  float: left;
  width: 364px;
  height: 59px;
  padding-left: 20px;
  border: solid 1px #6a6a6b;
  border-radius: 5px;
  outline: none;
  font-size: 22px;
}
.main_submit {
  float: left;
  width: 100%;
  height: 61px;
  background: #ff9b0c;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  cursor: pointer;
  line-height: 66px;
	border-radius: 5px;
}
.main_lastCopy {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 16px;
  margin-top: 92px;
  margin-bottom: 25px;
  font-weight: normal;
}
/*CSS3动画*/
/* .animate {
  font-size: 50px;
  margin: 100px 0 0;
  border-bottom: 2px solid #ccc;
} */

.animate span {
  display: inline-block;
}
.animate span:nth-of-type(2) {
  animation-delay: .05s;
}

.animate span:nth-of-type(3) {
  animation-delay: .1s;
}

.animate span:nth-of-type(4) {
  animation-delay: .15s;
}

.animate span:nth-of-type(5) {
  animation-delay: .2s;
}

.animate span:nth-of-type(6) {
  animation-delay: .25s;
}

.animate span:nth-of-type(7) {
  animation-delay: .3s;
}

.animate span:nth-of-type(8) {
  animation-delay: .35s;
}

.animate span:nth-of-type(9) {
  animation-delay: .4s;
}

.animate span:nth-of-type(10) {
  animation-delay: .45s;
}

.animate span:nth-of-type(11) {
  animation-delay: .5s;
}

.animate span:nth-of-type(12) {
  animation-delay: .55s;
}

.animate span:nth-of-type(13) {
  animation-delay: .6s;
}

.animate span:nth-of-type(14) {
  animation-delay: .65s;
}
/* Animation Three */

.three span {
  color: #000000;
	font-family: english;
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: sideSlide .5s forwards;
}

@keyframes sideSlide {
  60% {
    transform: translate(20px, 0) scale(1);
    color: #000000;
  }
  80% {
    transform: translate(20px, 0) scale(1);
    color: #000000;
  }
  99% {
    transform: translate(0) scale(1.2);
    color: #000000;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
    color: #000000;
  }
}
/* 移动 */
@media (max-width: 1370px){
/*  .navBox {
    height: 105px;
  } */
/*  .nav_logo {
    width: 225px;
  }
  .nav_logo img {
    width: 225px;
  } */
/*  .nav_mainUl>li{
    line-height: 105px;
  }
  .language a {
    line-height: 105px;
  }
  .pc_NavList {
    top: 105px;
  } */
  .nav_mainBox {
    width: 100%;
  }
	/* .pc_NavList1 {
		top: 105px;
	} */
}
@media (max-width: 1200px){
	.main_bottomContent {
		float: left;
		width: 90%;
		margin-left: 5%;
	}
	.main_formUl>li {
		width: 30%;
	}
	.main_formUl>li input {
		width: calc(95% - 2px);
		padding-left: 5%
	}
}
@media (max-width: 830px){
  .nav_logo {
		padding-right: 0;
	}
	.language {
		padding-left: 10px;
	}
}
@media (max-width: 800px){
	body {
		user-select: none;
		-webkit-user-select: none;
	}
	.nav_mainUl,.language {
		display: none;
  }
  .nav_logo {
    width: 130px;
    margin-left: 20px;
  }
/*  .nav_logo>img {
    width: 120px;
  } */
	.nav_mainBox {
		width: 100%;
		min-width: auto;
	}
	.navBox {
    background: rgba(255,255,255,1);
    height: 60px;
	}
	.mc_navBox {
		display: block;
		flex: 1;
		height: 54px;
		overflow: hidden;
	}
	.mc_nav {
		float: right;
		height: 60px;
		text-align: center;
		cursor: pointer;
		margin-right: 20px;
	}
	.mc_navUl {
		float: right;
		overflow:hidden;
		margin-top: 21px;
		margin-right: 4px;
	}
	.mc_navUl>li {
		float: left;
		width: 100%;
		height: 2px;
		border-radius: 5px;
		background: #14284e;
		margin: 3px 0;
	}
	.mc_navSpan {
		float: right;
		line-height: 60px;
		font-size: 16px;
	}
	.mc_navPop {
		position: fixed;
		top: 0;
		left: 0;
		right :0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: rgba(255,255,255,1);
		transition: all 0.2s ease;
		z-index: 999;
	}
	.mc_navImg {
		float: left;
		width: 90%;
		padding:0 5%;
		overflow: hidden;
		/* height: 46px; */
		position: relative;
		box-shadow: 1px 1px 10px rgba(109, 109, 109, 0.1);
	}
	.mc_navImg img {
		float: left;
		width: 130px;
	}
	.mc_logo {
		display: none;
	}
	.noTxt_logo {
		display: block;
		float:left;
		width: 100%;
		height: 60px;
		overflow:hidden;
		position: relative;
	}
	.noTxt_logo>img{
		width: 100%;
	}
	.mc_mainUl,.mc_langeage {
		float: left;
		width: 90%;
		margin-left: 5%;
		text-align: center;
		margin-top: 5px;
	}
	.mc_mainUl>li {
		float: left;
		width: 100%;
		border-bottom: solid 1px #f3f3f3;
		padding:5px 0;
		text-align: left;
	}
	.mc_mainUl>li>a {
		float: left;
		width: 100%;
		line-height: 40px;
		font-size: 16px;
		color: #313131;
		overflow: hidden;
		font-weight:bold;
	}
	.mc_pop_a {
		font-weight: normal!important;
		font-size: 14px!important;;
	}
	.mc_popHr {
		float: left;
		width: 80%;
		margin: 5px 10%;
		height: 1px;
		background-color: #CCCCCC;
	}
	.mc_langeage>a {
		float: left;
		width: 100%;
		line-height: 40px;
		font-size: 14px;
	}
	.mc_popClose {
		background: none;
		position: absolute;
		right: 5%;
		top: 15px;
		outline: none;
		cursor:pointer;
		color: #1b1b1b;
	}
	.swiper-pagination-bullet {
		width: 14px!important;
		height: 14px!important;
	}
	.mc_sign {
		display: inline-block;
		margin-left: 20px;
		font-weight: bold;
	}
	.mc_navList {
		float: left;
		width: 80%;
		margin-left: 10%;
		height: 210px;
		overflow: hidden;
		transition:all 0.2s ease;
	}
	.mc_navList>li>a {
		line-height: 35px;
		font-size: 14px;
	}
	.main_bottomContent {
		width: 100%;
		margin-left: 0;
	}
	.main_bottomContent h4 {
		font-size: 16px;
		margin: 50px 0 20px;
	}
	.main_formUl {
		display: block;
	}
	.main_formUl>li {
		float: left;
		width: 90%;
		margin-left: 5%;
		margin-top: 20px;
	}
	.main_formUl>li input {
		width: calc(100% - 22px);
		font-size: 16px;
		height: 36px;
		padding-left: 21px;
	}
	.main_submit {
		width: 90%;
		margin-left: 5%;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
}
@media (max-width: 576px){
}
@media (max-width: 480px){
}
@media (max-width: 414px){
}
@media (max-width: 384px){
}
@media (max-width: 375px){
}
@media (max-width: 360px){
}
@media (max-width: 320px){
}
