* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: inherit;
	text-decoration: none !important;
}

.fmb-1{
  margin-bottom: -1px;
}

#header{
  padding-bottom: 85px;
}

.active{
	color: #3CD9DE !important;
}

.bgactive{
	border-radius: 6px;
	color: #ffffff !important;
	background: linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -moz-linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -webkit-linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -o-linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -ms-linear-gradient(right, #10ACF2, #3CD9DE);
}

.dropdown-toggle{
	cursor: pointer;
}

/* header && footer */
.headerblock {
	position: fixed;
  left: 0;
  top: 0;
	width: 100%;
  z-index: 1001;
	padding: 20px 0;
	background: linear-gradient(to bottom, #1A3B5A, #12A8E9);
	/* firefox */
	background: -moz-linear-gradient(to bottom, #1A3B5A, #12A8E9);
	/* chrome */
	background: -webkit-linear-gradient(to bottom, #1A3B5A, #12A8E9);
	/* opera */
	background: -o-linear-gradient(to bottom, #1A3B5A, #12A8E9);
	/* IE */
	background: -ms-linear-gradient(bottom, #1A3B5A, #12A8E9);
}

.header,
.mobileheadercon {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo img {
	width: 180px;
}

.header .nav-link {
	font-size: 14px;
	color: #ffffff;
}

.header .nav {
	align-items: center;
}

.header .nav-item {
	margin-right: 30px;
}

.header .nav-item:hover .nav-link {
	color: #3CD9DE;
}

.nav-item:last-child {
	margin-right: 0;
}

.contact {
	background-color: #242B2B;
	border-radius: 3px;
	padding: 12px 40px;
}

.dropdown-menu {
	border: none;
	padding: 10px;
	top: 26px !important;
	left: -15px !important;
	box-shadow: 0px 2px 5px 0px rgba(11, 32, 39, 0.25);
	border-radius: 0px 0px 6px 6px;
}

.dropdown-item {
	font-size: 14px;
	line-height: 18px;
	color: #4E4F50;
	/* display: flex;
	align-items: center; */
	padding: 10px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	border-radius: 6px;
	color: #ffffff;
	background: linear-gradient(to right, #10ACF2, #3CD9DE);
	/* firefox */
	background: -moz-linear-gradient(to right, #10ACF2, #3CD9DE);
	/* chrome */
	background: -webkit-linear-gradient(to right, #10ACF2, #3CD9DE);
	/* opera */
	background: -o-linear-gradient(to right, #10ACF2, #3CD9DE);
	/* IE */
	background: -ms-linear-gradient(right, #10ACF2, #3CD9DE);
}

.dropdown-toggle::after {
	margin-left: 7px;
}

.dropdown-menu .dropdown-item{
	margin-bottom: 5px;
}

.dropdown-menu .dropdown-item:last-child{
	margin-bottom: 0;
}

.footerblock {
	width: 100%;
}

.footer-up {
	background: url(../img/footer-bg.jpg)no-repeat center;
	background-size: 100% 100% !important;
	padding: 7.5rem 0 5rem;
}

.footer-down {
	padding: 15px 0;
	background-color: #262B2E;
}

.copyrightblock {
	display: flex;
	justify-content: space-between;
}

.copyright {
	font-size: 12px;
	color: #8D98A2;
}

.copyright a {
	color: #5EBAD7;
}

.footercontent {
	display: flex;
	justify-content: space-between;
}

.fotlogoblock {
	display: flex;
	flex-direction: column;
}

.fotlogo img {
	width: 190px;
}

.foticonblock {
	margin-top: 35px;
  margin-left: 20px;
}

.foticon {
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}

.foticonblock a {
	margin-right: 30px;
}

.foticon:hover {
	border: 1px solid #10ACF2;
	background-color: #10ACF2;
}

.foticon img {
	width: 19px;
	height: 19px;
}

.fotnavblock {
	display: flex;
}

.fotnavblock .fotnavlist:last-child {
	margin-right: 0;
}

.fotnavlist {
	display: flex;
	flex-direction: column;
	margin-right: 13rem;
}

.fotnavlist a {
	margin-bottom: 30px;
	color: #ffffff;
}

.fotnavlist a:hover span{
	color: #3CD9DE;
}

.showcasetop{
  margin-top: 20px;
}

/* .fotnavlist a:last-child {
	margin-bottom: 0;
} */

.onestage {
	font-size: 16px;
	color: #ffffff;
	font-family: Arial-BoldMT, Arial;
	margin-bottom: 30px;
	font-weight: bold;
}

.twostage {
	font-size: 14px;
	color: #ffffff;
}

.twostageblock{
	display: flex;
	flex-direction: column;
}

/* mobileheader */
.mobileheader {
	display: none;
}

.mobileheader-logo img {
	width: 140px;
}

.mobileheader-icon i {
	color: #ffffff;
	font-size: 30px;
}

.mnavcont {
	display: none;
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #DFE1EC;
	position: absolute;
	z-index: 101;
	top: 61px;
}

.mnavcont .contact {
	color: #ffffff;
}

.mnavcont .nav-link:hover {
	color: #3CD9DE;
}

.mnav {
	font-size: 14px;
}

.langcont {
	display: none;
	background-color: #F4F8FE;
	width: 90%;
	margin: 10px auto 0;
}

.langcont a {
	padding: 6rem 3rem !important;
	color: #4E4F50;
	font-size: 14px;
}

.mnavcont .flex-column li:first-child {
	padding-top: 10rem;
}

.mnavcont .flex-column li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.mnavcont .flex-column li {
	padding: 4rem 1rem;
}

.mnavcont .nav {
	flex-wrap: nowrap
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}


/* 小于1023px */
@media (max-width: 1023px) {
	.header {
		display: none;
	}

	.mobileheader {
		display: block;
	}

  #header{
    padding-bottom: 61px;
  }

	.headerblock {
		padding: 8px 0;
	}
	.footer-up{
		background: url(../img/mobilefot-bg.jpg)no-repeat center;
		padding: 40px 0;
	}
	.footercontent{
		flex-direction: column;
		align-items: center;
	}
	.foticonblock{
		margin-top: 25px;
	}
	.fotnavblock{
		margin-top: 25px;
	}
	.bgactive{
		color: #3CD9DE !important;
		background: inherit;
	}
}

/* 小于767px */
@media (max-width: 767px){}

/* 宽度小于539px  6/7/8  */
@media (max-width: 539px){
	.fotnavblock{
		flex-direction: column;
	}
	.fotnavlist{
		margin-right: 0;
		align-items: center;
	}
	.fotnavlist a:last-child{
		margin-bottom: 30px;
	}
	.copyrightblock {
	    flex-direction: column;
	    align-items: center;
	}
	.fotlogoblock{
		align-items: center;
	}
	.foticonblock a:last-child{
		margin-right: 0;
	}
	.fotnavblock .fotnavlist:last-child a:last-child{
		margin-bottom: 0;
	}
	.onestage{
		margin-bottom: 30px !important;
	}
	.twostageblock{
		align-items: center;
	}
	.twostageoutblock{
		display: none;
	}
  .showcasetop{
    margin-top: 0;
  }
}

/* 宽度小于350px  5/SE  */
@media (max-width: 350px){}
