.wgt-fade-animate {
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	opacity: 0;
}

.wgt-fade-animate-left {
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}
.wgt-fade-animate-right {
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

.appear {
	-wewgtit-animation: opacity_show 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}
.appear_left {
	-wewgtit-animation: opacity_show_left 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show_left 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show_left 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}
.appear_right {
	-wewgtit-animation: opacity_show_right 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show_right 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show_right 1.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}

@-wewgtit-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* 左出现 */

@keyframes opacity_show_left {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes opacity_show_left {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* 右出现 */


@keyframes opacity_show_right {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes opacity_show_right {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: .1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* 旋转 */
@-webkit-keyframes xuanzhuan {
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	to{
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
	}

}

@media screen and (max-width: 1596px) {
	.container {
		width: 85%;
	}
	.wel-about-left {
		padding: 120px 9.5% 150px;
	}
}


/*芯片产品*/
	.xpcp_box {
		padding-bottom: 60px;
		position: relative;
	}

	.xpcp_xq {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.xpcp_xq_item {
		display: none;
	}

	.xpcp_xq_item:first-child {
		display: block;
	}

	.xpcp_xq_l ul {
		margin-top: 32px;
		padding-top: 32px;
		border-top: 1px solid #ddd;
		min-height: 127px;
	}

	.xpcp_xq_l ul li {
		display: inline-block;
		padding: 5px 20px;
		border: 1px solid #333;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.xpcp_xq_l ul li.active {
		background: #00339D;
		color: #fff;
		border-color: #00339D;
	}

	.xpcp_xq_l p {
		font-size: 16px;
		margin: 30px 0;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.xpcp_xq_box .indMore {
		text-align: right;
		margin-right: 5%;
	}

	.xpcp_xq_r {
		width: 60%;
		height: 85%;
		position: absolute;
		right: 0;
		top: 90px;
		z-index: 33;	
	}


	.xp_change li.on_change {
		color: #fff;
		background: #00339D;
	}

	.xpchangeiconW {
		display: none;
	}

	.on_change .xpchangeiconW {
		display: block;
	}

	.on_change .xpchangeicon {
		display: none;
	}

	.xp_change {
		width: 50%;
		position: absolute;
		top: 0%;
		right: 5%;
		z-index: 9;
		/* margin: 0 auto; */
	}

	.xp_change ul {
		display: flex;
		justify-content: space-between;
		width: 90%;
    margin: 0 auto;
	}

	.xp_change li {
		width: 35%;
		display: flex;
		margin: 0px 5%;
		padding: 10px 0px;
		font-size: 18px;
		text-align: center;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		background: #f5f5f5;
		color: #00339D;
		outline: none;
		letter-spacing: 4px;
		border-radius: 5px;
		cursor: pointer;
	}

	.xp_change li img {
		width: 30px;
		margin-right: 5px;
	}
	.xpcp {
		background: url(../images/wnbg1.png) no-repeat;
		background-size: cover;
	}

	.xpcp_xq_l {
		width: 45%;
		background: #ededed;
		padding: 60px 5% 40px;
		padding-right: 10%;
		position: relative;
		overflow: hidden;
	}

	.xpcp_xq_l h3 {
		font-size: 26px;
		color: #00339D;
		padding-top: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.xpcp_xq_l span {
		font-size: 200px;
		color: #e9ecf1;
		position: absolute;
		left: -10%;
		bottom: -22%;
	}

	.xpcp_img {
		width: 100%;
		height: 100%;
	}
	.xpcp_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.xpcp_box .swiper-pagination {
		position: absolute;
		top: 0;
		line-height: 44px;
		padding: 0 44px;
	}

	.gallery-thumbs .swiper-slide {
		/*border: 1px solid#bfbfc0;*/
		background: #ededed;
		padding: 10px 15px;
		border-radius: 5px;
		cursor: pointer;
	}

	.gallery-thumbs .swiper-slide-thumb-active {
		color: #fff;
		background: #00339d;
	}

	.xpchange_top {
		width: 40%;
	}

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

	.xpchange_top li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.xpchange_top img {
		width: 60px;
		height: 60px;
	}

/* <!--公司介绍--> */
		.wnAbout {
			width: 100%;
			/* height: 100vh; */
			position: relative;
			background-color: #333;
			background-image: -webkit-linear-gradient(top, #001f7d, #070026);
			background-image: -moz-linear-gradient(top, #001f7d, #070026);
			background-image: -ms-linear-gradient(top, #001f7d, #070026);
			background-image: -o-linear-gradient(top, #001f7d, #070026);
			background-image: linear-gradient(to bottom, #001f7d, #070026);
			overflow: hidden;
		}

		.wnAbout .wnAbout_box {
			position: relative;
			z-index: 11;
		}

		.wnAbout>div:not(.wnAbout_box) {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0.48;
		}

		.wnAboutext {
			width: 80%;
			padding: 6% 5% 8%;
			color: #fff;

		}

		.wnAboutext span {
			font-size: 46px;			
			display: block;
			line-height: 1.2;
			font-weight: 600;
		}
		.wnAboutext b{
			display: block;
			
			margin-bottom: 28px;
			
			font-size: 26px;

		}

		.wnAbout_p {
			font-size: 16px;
			margin-top: 10px;
			letter-spacing: 2px;
			line-height: 2.1;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 5;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.wnAboutext .indMore {
			margin-top: 24px;
			text-align: right;
			margin-right: 5%;
		}

		.wnAboutShuju {
			margin-bottom: 32px;
		}

		.wnAboutShuju ul {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: #fff;

		}

		.wnAboutShuju ul li {
			width: 25%;
			padding: 58px 0;
			position: relative;
			text-align: center;
			border-left: 1px solid #e3e3e3
		}

		@media(max-width:1400px) {
			.wnAboutext {
				padding: 5% 5%;
			}
			.banTxt span
			{
				font-size: 51px;
				letter-spacing: 3px;
			}
			.wnAboutShuju ul li {
				padding: 48px 0;
			}

			.wnAboutShuju li span b {
				font-size: 45px;
			}
		}

		.wnAboutShuju li>div {
			text-align: left;
			display: inline-block;
		}

		.wnAboutShuju ul li::after {
			content: '';
			width: 1px;
			height: 60%;
			background: rgba(255, 255, 255, 0.4);
			position: absolute;
			right: 0;
			top: 20%;
		}


		.wnAboutShuju li span {
			display: inline-block;
			font-weight: bold;
			color: #00339D;
			vertical-align: bottom;
			font-size: 16px;
		}

		.wnAboutShuju li span b {
			font-size: 51px;
			line-height: 1;
			color: #00339D;
			letter-spacing: -1px;
		}

		.wnAboutShuju li span i {
			font-size: 40px;
			font-style: normal;
			line-height: 1;
			color: #00339D;
			margin-right: 4px;
		}

/*解决方案*/
/*  */

.jjfa .tit {
	width: 100%;
	padding-bottom: 0;
}

.jjfa_box {
	width: 90%;
	margin: 0 auto;
	padding: 14px 0 60px;
}

.jjfa_bg {
	/*height: 530px;*/
	background: #f5f5f5;
	border-radius: 10px;
	margin-top: 30px;
	overflow: hidden;
	transition: all 1s;
}

.jjfa_tp img:hover {
	margin-left: 40%;
}


.jjfa_bg span {
	color: #333;
	font-size: 16px;	
	display: block;
	position: absolute;
	width: 50%;
	left: 5%;
	top: 20px;
}

.jjfa_tp {
	padding-top: 80px;
	position: relative;
}

.jjfa_tp img {
	margin-left: 45%;
	transition: all 1s;
}

.jjfa_box .swiper-pagination {
	position: relative;
	margin-top: 30px;
}

.jjfa_box .swiper-pagination-bullet {
	height: 5px;
	margin: 0 5px;
	background: #0a2c72;
	opacity: 1;
}

.jjfa_p {
	color: #00339d;
	
	font-size: 26px;
	border-bottom: 1px solid #bababa;
	margin: 0 5%;
	padding: 20px 0;
	position: relative;
}
.jjfa_p img {
	width: 40px;
    position: absolute;
    top: 50%;
    right: 0px;
	transform: translateY(-50%);
}

.jjfa_bg {
	margin-bottom: 5px;
	margin-right: 10px;
	padding-bottom: 20px;
}

.jjfa_bg:hover {
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.5);
	transition: all 0.5s;
}

/*.jjfa_bg:hover .jjfa_bg span {color: #fff;}*/

.jjfa_bg:hover .jjfa_tp img {
	margin-left: 35%;
}

.jjfa_bg:hover .jjfa_p img {}


/*底部	*/

.foot {
	width: 100%;
	background: url(../images/foot_bg.png)no-repeat;
	background-size: cover;
	color: #ccd0dd;
}

.foot_top {
	width: 90%;
	margin: 0 auto;
	/*height: 700px;*/
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.diZhi {
	width: 35%;
	margin: 20px 0;
	padding-right: 20px;
}

.diZhi h3 {
	font-weight: normal;
	font-size: 26px;
	line-height: 150px;
}

.diZhi_xq {
	margin-bottom: 25px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.diZhi_xq i {
	font-size: 14px;
	font-style: normal;
}

.diZhi_xq span {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jianYi {
	width: 68%;
	margin-top: 20px;
}

textarea {
	outline: none
}

.foot_nav {
	margin-bottom: 50px;
}

.foot_nav ul {
	display: flex;
	justify-content: space-between;
	margin-left: 6%;
}

.foot_nav li a {
	font-size: 18px;
	display: inline-block;
    padding: 70px 0;
	color: #ccd0dd;
}

.lxfs ul {
	display: flex;
	justify-content: flex-end;
	
}

.lxfs ul li {
	margin-left: 2%;
}

.lxfs ul li img {
	width: 40px;
	
}

.tj_foot {
	display: block;
	width: 250px;
	line-height: 60px;
	text-align: center;
	background: none;
	color: #ccd0dd;
	border: 1px solid #ccd0dd;
	border-radius: 50px;
	font-size: 20px;
	margin-bottom: 90px;
}

.foot_bm {
	border-top: 1px solid #314c85;
}

.foot_bm p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	padding: 20px 0;
	display: flex;
	/*align-items:center;*/
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot_bm p span {
	display: block;
}

.diZhi_xq p {
	width: 40px;
	height: 40px;
	background: #ced5e3;
	border-radius: 100%;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_foot {
	width: 30px;
	height: 30px;
}

.xian {
	border-bottom: 1px solid #fff;
	position: relative;
	left: 0;
	top: 120px;
}