/* ---- company-profile-container Style ---- */
.company-profile-container{
	margin-top: 2.7rem;
	margin-bottom: 2.7rem;
}
.company-profile-pic{
	float: left;
	width: 53.14%;
	height: 24rem;
	overflow: hidden;
	position: relative;
}
.company-profile-pic img{
	height: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.company-profile-box{
	float: right;
	width: 42%;
}
.company-profile-box h1{
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 1.6rem;
	color: #0060af;
	margin-bottom: 1.5rem;
}
.company-profile-box .con{
	height: 14rem;
	line-height: 1.4rem;
	font-size: 0.8rem;
	color: #333;
	overflow: hidden;
	margin-bottom: 0.75rem;
}
.company-profile-box .con p{
	text-indent: 2em;
}
.company-profile-swiper .swiper-slide{
	height: 5.5rem;
	width: auto;
}
.company-profile-swiper .swiper-slide img{
	width: auto;
	height: 100%;
}
@media (max-width:1460px) {
	.company-profile-container{
		margin-top: 3.7vw;
		margin-bottom: 3.7vw;
	}
	.company-profile-pic{
		height: 32.88vw;
	}
	.company-profile-box h1{
		height: 3.08vw;
		line-height: 3.08vw;
		font-size: 2.19vw;
		margin-bottom: 2.055vw;
	}
	.company-profile-box .con{
		height: auto;
		line-height: 1.92vw;
		font-size: 1.096vw;
		margin-bottom: 1.25vw;
	}
	.company-profile-swiper .swiper-slide{
		height: 7.53vw;
	}
}
/* @media (max-width:1200px) {
	.company-profile-container{
		margin-top: 4.5vw;
		margin-bottom: 4.5vw;
	}
	.company-profile-pic{
		height: 40vw;
	}
	.company-profile-box h1{
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 2.75vw;
		margin-bottom: 2.5vw;
	}
	.company-profile-box .con{
		height: 22.5vw;
		line-height: 2.25vw;
		font-size: 1.25vw;
		margin-bottom: 1.25vw;
	}
	.company-profile-swiper .swiper-slide{
		height: 9.25vw;
	}
} */
@media (max-width:768px) {
	.company-profile-container{
		margin-top: 4vw;
		margin-bottom: 7.2vw;
	}
	.company-profile-pic{
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 4vw;
	}
	.company-profile-pic img{
		height: auto;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		transform: unset;
	}
	.company-profile-box{
		float: none;
		width: 100%;
	}
	.company-profile-box h1{
		height: 6vw;
		line-height: 6vw;
		font-size: 4.4vw;
		margin-bottom: 4vw;
	}
	.company-profile-box .con{
		height: auto;
		line-height: 175%;
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.company-profile-swiper .swiper-slide{
		height: 36vw;
	}
}
/* ---- about-us-head Style ---- */
.about-us-head{
	margin-bottom: 2.7rem;
}
.about-us-head h1{
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: center;
	font-size: 1.6rem;
	color: #0060af;
}
.about-us-head h2{
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: 1rem;
	color: #666666;
	font-weight: normal;
}
.about-us-head a{
	text-decoration: none;
}
@media (max-width:1200px) {
	.about-us-head{
		margin-bottom: 4.5vw;
	}
	.about-us-head h1{
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 2.75vw;
	}
	.about-us-head h2{
		height: 2.5vw;
		line-height: 2.5vw;
		font-size: 1.75vw;
	}
}
@media (max-width:768px) {
	.about-us-head{
		margin-bottom: 7.2vw;
	}
	.about-us-head h1{
		height: 5.6vw;
		line-height: 5.6vw;
		font-size: 4.4vw;
	}
	.about-us-head h2{
		height: 4.4vw;
		line-height: 4.4vw;
		font-size: 3.2vw;
	}
	.about-us-head a{
		text-decoration: none;
	}
}
/* ---- honor-container Style ---- */
.honor-container{
	padding: 1.5rem 0 2.2rem;
	background: #f7f7f7;
}
.honor-swiper .swiper-slide{
	height: 9.9rem;
	overflow: hidden;
}
.honor-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.honor-swiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width:1200px) {
	.honor-container{
		padding: 2.5vw 0 3.75vw;
	}
	.honor-swiper .swiper-slide{
		height: 16.5vw;
	}
}
@media (max-width:1024px) {
	.honor-swiper .swiper-slide{
		height: 17.4vw;
	}
}
@media (max-width:768px) {
	.honor-container{
		padding: 4vw 0 6vw;
	}
	.honor-swiper .swiper-slide{
		height: 22.84vw;
	}
}
@media (max-width:550px) {
	.honor-swiper .swiper-slide{
		height: 33.85vw;
	}
}
@media (max-width:414px) {
	.honor-swiper .swiper-slide{
		height: 66vw;
	}
}

/* ---- patent-container Style ---- */
.patent-container{
	padding: 3rem 0 4.5rem;
}
.patent-swiper .swiper-slide{
	padding: 0.5rem 0.8rem 0.8rem 0.5rem;
}
.patent-swiper .item{
	width: 100%;
	background: #fff;
	padding: 2.85rem 1rem 3rem;
	box-shadow: 0.15rem 0.15rem 0.65rem rgba(0,0,0,0.3);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.patent-swiper .item:hover{
	background: #0060af;
	box-shadow: 0.15rem 0.15rem 0.65rem rgba(0,96,175,0.18);
}
.patent-swiper .item h1{
	height: 4.5rem;
	line-height: 1.5rem;
	font-size: 1.1rem;
	color: #000000;
	margin-bottom: 1.1rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.patent-swiper .item:hover h1{
	color: #fff;
}
.patent-swiper .item h2{
	position: relative;
	height: 2.6rem;
	line-height: 1.1rem;
	font-size: 0.8rem;
	padding: 0.2rem 0;
	padding-left: 4em;
	color: #000000;
	margin-bottom: 0.1rem;
	font-weight: normal;
	word-break: break-all;
}
.patent-swiper .item h2 span{
	position: absolute;
	left: 0;
	top: 0;
	height: 1.5rem;
	line-height: 1.5rem;
}
.patent-swiper .item:hover h2{
	color: #fff;
}
.patent-swiper .item .state{
	width: 100%;
	height: 2.1rem;
	line-height: 2rem;
	border: 1px solid #dfdfdf;
	border-radius: 1rem;
	text-align: center;
	font-size: 1rem;
	color: #000;
}
.patent-swiper .item:hover .state{
	color: #fff;
}
@media (max-width:1200px) {
	.patent-container{
		padding: 5vw 0 7.5vw;
	}
	.patent-swiper .swiper-slide{
		padding: 0.75vw 1.25vw 1.25vw 0.75vw;
	}
	.patent-swiper .item{
		padding: 4.75vw 1.75vw 4vw;
		box-shadow: 0.25vw 0.25vw 1vw rgba(0,0,0,0.3);
	}
	.patent-swiper .item:hover{
		box-shadow: 0.25vw 0.25vw 1vw rgba(0,96,175,0.18);
	}
	.patent-swiper .item h1{
		height: 7.5vw;
		line-height: 2.5vw;
		font-size: 1.75vw;
		margin-bottom: 1.75vw;
	}
	.patent-swiper .item h2{
		height: 4.5vw;
		line-height: 1.75vw;
		font-size: 1.25vw;
		padding: 0.5vw 0;
		padding-left: 4em;
		margin-bottom: 0.1rem;
	}
	.patent-swiper .item h2 span{
		height: 2.75vw;
		line-height: 2.75vw;
	}
	.patent-swiper .item .state{
		width: 100%;
		height: 3.5vw;
		line-height: 3.25vw;
		border-radius: 1.75vw;
		font-size: 1.75vw;
	}
}
@media (max-width:768px) {
	.patent-container{
		padding: 8vw 0 12vw;
	}
	.patent-swiper .swiper-slide{
		padding: 1.2vw 2vw 2vw 1.2vw;
	}
	.patent-swiper .item{
		padding: 7.6vw 2.8vw 8vw;
		box-shadow: 0.4vw 0.4vw 1.6vw rgba(0,0,0,0.3);
	}
	.patent-swiper .item:hover{
		background: #0060af;
		box-shadow: 0.4vw 0.4vw 1.6vw rgba(0,96,175,0.18);
	}
	.patent-swiper .item h1{
		height: 18vw;
		line-height: 6vw;
		font-size: 4vw;
		margin-bottom: 2.8vw;
	}
	.patent-swiper .item h2{
		height: 11.2vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
		padding: 0.8vw 0;
		padding-left: 4em;
	}
	.patent-swiper .item h2 span{
		height: 6.4vw;
		line-height: 6.4vw;
	}
	.patent-swiper .item .state{
		height: 8.4vw;
		line-height: 8vw;
		border-radius: 4vw;
		font-size: 4vw;
	}
}

@media (max-width:414px) {
	.patent-swiper .item h1{
		height: 20vw;
		line-height: 10vw;
		font-size: 6vw;
	}
	.patent-swiper .item{
		padding: 7.6vw 4.8vw 8vw;
	}
	.patent-swiper .item h2{
		height: 11.2vw;
		line-height: 4.8vw;
		font-size: 4.2vw;
		padding: 0.8vw 0;
		padding-left: 4em;
	}
	.patent-swiper .item h2 span{
		height: 6.4vw;
		line-height: 6.4vw;
	}
	.patent-swiper .item .state{
		height: 8.4vw;
		line-height: 8vw;
		border-radius: 4vw;
		font-size: 4vw;
	}
}

/* ---- software-container Style ---- */
.software-container{
	padding: 2.2rem 0 5.9rem;
	background: #f7f7f7;
}
.software-swiper{
	position: relative;
}
.software-swiper .swiper-container{
	z-index: 1;
}
.software-swiper .swiper-slide{
	height: 17.7rem;
	overflow: hidden;
	position: relative;
}
.software-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.software-swiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.software-swiper .swiper-slide .con{
	position: absolute;
	bottom: -61.8%;
	left: 0;
	height: 61.8%;
	width: 100%;
	background: linear-gradient(rgba(0,96,175,0),rgba(0,96,175,0.8));
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.software-swiper .swiper-slide .con h1{
	position: absolute;
	bottom: 14.3%;
	left: 0;
	width: 100%;
	padding: 0 1rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.software-swiper .swiper-slide:hover .con{
	bottom: 0%;
}
.software-next,
.software-prev{
	position: absolute;
	top: 50%;
	margin-top: -1.5rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: center center;
	background-color: rgba(0, 96, 175, 1);
}
.software-next{
	right: -5rem;
	background-image: url(../img/case-next.png);
}
.software-prev{
	left: -5rem;
	background-image: url(../img/case-prev.png);
}
@media (max-width:1500px) {
	.software-next{
		right: -2rem;
	}
	.software-prev{
		left: -2rem;
	}
}
@media (max-width:1200px) {
	.software-container{
		padding: 3.75vw 0 9.75vw;
	}
	.software-swiper .swiper-slide{
		height: 29.5vw;
	}
	.software-swiper .swiper-slide .con h1{
		padding: 0 1.75vw;
		font-size: 1.5vw;
		line-height: 2.5vw;
	}
	.software-next,
	.software-prev{
		margin-top: -2.5vw;
		width: 5vw;
		height: 5vw;
	}
	.software-next{
		right: -4vw;
	}
	.software-prev{
		left: -4vw;
	}
}
@media (max-width:1024px) {
	.software-swiper .swiper-slide{
		height: 31.1vw;
	}
}
@media (max-width:768px) {
	.software-container{
		padding: 6vw 0 10vw;
	}
	.software-swiper .swiper-slide{
		height: 40.7vw;
	}
	.software-swiper .swiper-slide .con h1{
		padding: 0 2.8vw;
		font-size: 4vw;
		line-height: 6vw;
	}
	.software-next,
	.software-prev{
		margin-top: -4vw;
		width: 8vw;
		height: 8vw;
		z-index: 2;
		background-color: rgba(0,96,175,0.7);
	}
	.software-next{
		right: -5vw;
	}
	.software-prev{
		left: -5vw;
	}
}
@media (max-width:550px) {
	.software-swiper .swiper-slide{
		height: 60.7vw;
	}
}
@media (max-width:414px) {
	.software-swiper .swiper-slide{
		height: 118vw;
	}
}

/* popup-container */
.popup-container{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	justify-content:  center;
	align-items: center;
	overflow: hidden;
}
.popup-container .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.popup-container  img.pic{
	position: relative;
	z-index: 9;
	height: 90%;
	width: auto;
	max-width: 90%;
}
.popup-container .close{
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/close.png) center center / 100% 100% no-repeat;
	border-radius: 50%;
	cursor: pointer;
	z-index: 99;
}
@media (max-width:768px) {
	.popup-container  img.pic{
		height: auto;
		width: 90%;
		max-width: 90%;
	}
}