* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.content1400 {
	width: 1400px;
	max-width: 94%;
	margin: 0 auto;
}
.content1300 {
	width: 1300px;
	max-width: 94%;
	margin: 0 auto;
}
.m-navbar {
	display: none;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-t {
	position: relative;
	background: #1c4b90;
	z-index: 3;
}

.header-t .content1400 {
	display: flex;
	height: 50px;
	line-height: 1;
	justify-content: space-between;
	align-items: center;
}

.header-t .l {
	display: flex;
	color: #fff;
	font-size: 14px;
}

.header-t .l a,
.header-t .r a{
	position: relative;
	color: #fff;
	padding: 0 15px 0;
	font-size: 14px;
}

.header-t .l a:hover::before,
.header-t .r a:hover::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	bottom: -4px;
}
.header-t .r{
	display: flex;
	align-items: center;
}
.header-t .r .header-search{
	display: flex;
	align-items: center;
	margin-left: 40px;
	width: 200px;
	height: 35px;
	background-color: #fff;
	border-radius: 15px;
	padding: 0 15px;
}
.header-t .r .header-search input{
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
}
.header-t .r .header-search .iconfont{
	font-size: 20px;
	cursor: pointer;
	margin-left: 10px;
	color: #333;
}
.header-b.active{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
}
.header-b.active .content1400 a .logo1{
	display: block;
}
.header-b.active .content1400 a .logo{
	display: none;
}
.header-b .content1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
}
.header-b .content1400 a img{
	display: block;
	width: 270px;
}
.header-b .content1400 a .logo1{
	display: none;
}
.header-b .nav{
	display: flex;
}
.header-b .nav li{
	position: relative;
}
.header-b .nav>li>a{
	position: relative;
	font-size: 18px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 2px 3px rgba(0,0,0,.8);
	transition: all ease-in-out .2s;
	width: 135px;
	text-align: center;
	line-height: 75px;
}
.header-b.active .nav>li>a{
	color: #333;
	text-shadow: none;
}
.header-b .nav>li:hover>a{
	color: #1c4b90;
	text-shadow: none;
	background-color: #f3f3f3;
}
.header-b .nav .sub-nav{
	position: absolute;
	background: #f3f3f3;
	top: 100%;
	left: 0;
	width: 368px;
	padding: 27px 10px 31px 49px;
	display: none;
}
.header-b .nav li:hover .sub-nav{
	display: block;
}
.header-b .nav .sub-nav.sub-nav1{
	width: 270px;
}
.header-b .nav .sub-nav.sub-nav2{
	right: 0;
	left: auto;
}
.header-b .nav .sub-nav::before{
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 3px;
	height: 68px;
	background: #b5b5b5;
}
.header-b .nav .sub-nav-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-b .nav .sub-nav-container a,
.header-b .nav .sub-nav-container i{
	width: 31%;
}
.header-b .nav .sub-nav.sub-nav1 .sub-nav-container a{
	width: 48.5%;
}
.header-b .nav .sub-nav.sub-nav3 .sub-nav-container a{
	width: 100%;
}
.header-b .nav .sub-nav-container a{
	color: #454545;
	padding: 6px 0;
	display: block;
	line-height: 24px;
	font-size: 16px;
	white-space: nowrap;
}
.header-b .nav .sub-nav-container a:hover{
	background-color: rgba(0,0,0,0.1);
}
.footer{
	position: relative;
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
	z-index: 10;
}
.footer-t{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #4a4eab;
}
.footer-t .l{
	display: flex;
	align-items: center;
}
.footer-t .l .logo{
	display: block;
}
.footer-t .l .logo img{
	display: block;
	width: 224px;
}
.footer-t .l .text-box{
	width: 560px;
	font-size: 14px;
	line-height: 2;
	color: #fff;
	margin-left: 20px;
}
.footer-t .r{
	display: flex;
}
.footer-t .r .share{
	position: relative;
	z-index: 2;
}
.footer-t .r .share:not(:last-child){
	margin-right: 28px;
}
.footer-t .r .share a{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.1);
	
}
.footer-t .r .share .share-box{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 50%;
	width: 200px;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: none;
}
.footer-t .r .share:hover .share-box{
	display: block;
}
.footer-t .r .share .share-box img{
	padding: 10px 15px;
	width: 100%;
	display: block;
}
.footer-b{
	display: flex;
	align-items: center;
	padding: 20px 0;
	justify-content: space-between;
}
.footer-b .l {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}
.footer-b .l a{
	color: #fff;
}
.footer-b .r .select{
	position: relative;
}
.footer-b .r .select .select-t{
	width: 275px;
	height: 40px;
	background: rgba(255,255,255,0.1);
	display: block;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #fff;
}
.footer-b .r .select .select-b{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100%;
	display: none;
}
.footer-b .r .select:hover .select-b{
	display: block;
}
.footer-b .r .select .select-b a{
	display: block;
	background-color: #fff;
	line-height: 40px;
	color: #0026FF;
	font-size: 14px;
	text-align: center;
}
.m-right-buttom{
	display: none;
}
@media (max-width:1400px) {
	.header-b .nav>li>a{
		width: 100px;
	}
}
@media (max-width:1199px) {
	.header-b .content1400 a img{
		width: 200px;
	}
	.header-b .nav{
		display: none;
	}
	.header-t{
		display: none;
	}
}
@media (max-width:1024px) {
	
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}

	.header-b.active .m-right-buttom span,
	.header-b.active .m-right-buttom span:after,
	.header-b.active .m-right-buttom span:before {
		background: #1c4b90;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	.m-navbar .links{
		display: flex;
		flex-wrap: wrap;
		color: #fff;
		font-size: 16px;
	}
	.m-navbar .links a{
		color: #fff;
	}
	.m-navbar .links span{
		margin: 0 10px;
	}
	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		margin-top: 20px;
	}

	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}

	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}

	.m-navbar li:hover a {
		color: #1c4b90 !important;
	}

	.m-navbar li.active a {
		color: #1c4b90 !important;
	}

	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 95px 4% 20px;
		background-color: #444;
		z-index: 998;
	}

	.m-navbar li+li {
		margin-top: 12px
	}

	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}

	.m-navbar li+li:after {
		display: none
	}

	.m-navbar li a {
		/* padding: 9px !important;
		background: #fafafa; */
		color: #fff;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
		font-size: 18px;
	}
	.m-navbar .sub-nav{
		margin-right: 5px;
	}
	.m-navbar .sub-nav a{
		display: inline-block;
		font-size: 16px;
	}
	.m-navbar .sub-nav a:not(:last-child){
		margin-right: 10px;
	}
}

@media (max-width:768px) {
	.footer-t .l,
	.footer-t,
	.footer-b{
		flex-direction: column;
		align-items: center;
	}
	.footer-t .l .text-box{
		margin: 20px 0;
		width: 100%;
	}
	.footer-b{
		padding: 10px 0;
	}
	
}

@media (max-width:620px) {}

@media (max-width:500px) {}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}