@charset "utf-8";
/*
    author:Pengjin;
    date:2022-07-01;
*/

/*--wrap-title--*/
.wrap-title {
	margin-bottom: 50px;
	text-align: center;
	animation: fadeInDown 1s;
}
.wrap-title:before {
	display: block;
	margin: 0 auto 10px;
	width: 30px;
	height: 5px;
	content: "";
	background: var(--vi-color);
	border-radius: 3px;
}
.wrap-title h2 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.25;
	color: #132842;
}
.wrap-title h2 a {
	color: #132842;
}
.wrap-title h2 a:hover {
	color: var(--vi-color);
}
.wrap-title em {
	font: 12px/1.25 "DIN Medium";
	color: #64728d;
	text-transform: uppercase;
}
.wrap-title.white * {
	color: #fff;
}
@media(max-width:1600px) {
.wrap-title h2 {
	font-size: 36px;
}
}
@media(max-width:1200px) {
.wrap-title {
	margin-bottom: 25px;
}
.wrap-title:before {
	width: 22px;
	height: 7px;
}
.wrap-title h2 {
	font-size: 20px;
}
.wrap-title p {
	margin-top: 10px;
	font-size: 16px;
}
}
/*--end wrap-title--*/

/*--banner--*/
.banner {
	position: relative;
	z-index: 1;
	clear: both;
	overflow: hidden;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .swiper-slide a, .banner .swiper-slide picture {
	display: block;
	width: 100%;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 4s linear;
}
.banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}
.banner .swiper-pager {
	position: absolute;
	z-index: 9;
	bottom: 64px;
	left: 0;
	width: 100%;
	text-align: center;
}
.banner .swiper-pager span {
	margin-left: 0;
	margin-right: 15px;
	width: 70px;
	height: 4px;
	background: #fff;
	opacity: .3;
	border-radius: 0;
}
.banner .swiper-pager span.swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-arrow {
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	width: 83.33vw;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	width: 83.33vw;
}
.banner .swiper-arrow>div {
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: #fff solid 1px;
	border-radius: 50%;
}
.banner .swiper-arrow>div:hover {
	background: var(--vi-color);
	border-color: var(--vi-color)
}
@media(max-width:1200px) {
.banner .swiper-prev, .banner .swiper-next {
	display: none;
}
.banner .swiper-pager {
	bottom: 20px;
}
.banner .swiper-pager span {
	margin: 0 5px !important;
	width: 8px;
	height: 8px;
}
}
/*--end banner--*/

/*--products--*/
.products {
	padding: 70px 0;
	overflow: hidden;
	background: #fff;
}
.products-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.products-inner>div {
	width: calc(50% - 12px);
}
.products-inner .item {
	display: block;
	position: relative;
	overflow: hidden;
}
.products-inner .item .pic {
	overflow: hidden;
}
.products-inner .item .pic img {
	display: block;
	transition: all 1s;
}
.products-inner .item .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.products-inner .item .text:before {
	display: block;
	position: absolute;
	left: 0;
	content: "";
	background: var(--vi-color);
}
.products-inner .item:hover .pic img {
	transform: scale(1.1);
}
.products-left .item {
	animation: fadeInLeft .5s linear;
}
.products-left .item .text {
	padding: 8.5%;
}
.products-left .item .text:before {
	top: 10%;
	width: 4px;
	height: 22px;
}
.products-left .item .text h3 {
	font-size: 38px;
	font-weight: bold;
	line-height: 40px;
	color: #132842;
}
.products-left .item .text p {
	margin-top: 20px;
	width: 280px;
	font-size: 16px;
	color: #132842;
	line-height: 26px;
}
.products-left .item .text span {
	display: inline-block;
	margin-top: 25px;
	font-size: 18px;
	color: #fff;
	padding: 15px 40px;
	background: var(--vi-color);
}
.products-left .item .text span:after {
	display: inline-block;
	margin-left: 15px;
	font-family: "iconfont";
	
}
.products-left .item:hover .text span {
	background: var(--vi-subcolor);
}
.products-right .item:nth-child(1) {
	margin-bottom: 24px;
	animation: fadeInDown .5s linear;
}
.products-right .item:nth-child(2) {
	animation: fadeInUp .5s linear;
}
.products-right .item .text {
	padding: 8.5% 6%;
}
.products-right .item .text:before {
	top: 21%;
	width: 4px;
	height: 22px;
}
.products-right .item .text h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	color: #132842;
}
.products-right .item .text p {
	margin-top: 20px;
	width: 280px;
	font-size: 16px;
	color: #132842;
	line-height: 26px;
}
.products-right .item .text span {
	display: inline-block;
	margin-top: 25px;
	font-size: 18px;
	color: #64728d;
}
.products-right .item .text span:after {
	display: inline-block;
	margin-left: 15px;
	font-family: "iconfont";
	content: "||";
}
.products-right .item:hover .text span {
	color: var(--vi-color);
}
@media(max-width:1200px) {
.products {
	padding: 40px 10px;
}
.products-inner>div {
	width: calc(100% - 5px);
}
.products-inner .item .text p, .products-inner .item .text span {
	display: none;
}
.products-inner .item .text h3 {
	font-size: 16px;
}
.products-left .item {
	margin-bottom: 10px;
}
.products-right .item:nth-child(1) {
	margin-bottom: 10px;
}
}
/*--end products--*/

/*--solution--*/
.solution {
	padding: 70px 0;
	overflow: hidden;
	background: #fff;
}
.products~.solution {
	padding-top: 0;
}
.solution-inner {
	overflow: hidden;
}
.solution-list {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}
.solution-list .item {
	position: relative;
	margin: 12px;
	width: calc(25% - 24px);
	overflow: hidden;
}
.solution-list .item:first-child {
	width: calc(50% - 24px);
}
.solution-list .pic {
	position: relative;
	overflow: hidden;
}
.solution-list .pic img {
	display: block;
	transition: all 1s;
}
.solution-list .pic h3 {
	position: absolute;
	left: 35px;
	bottom: 35px;
	right: 35px;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solution-list .text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	height: 100%;
	background: rgba(0,67,176,0.9);
	transform: translateY(100%);
	transition: all 1s;
}
.solution-list .text h3 {
	font-size: 24px;
	color: #fff;
}
.solution-list .text p {
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.solution-list .text span {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 16px;
	color: #fff;
}
.solution-list .text span:after {
	display: inline-block;
	margin-left: 10px;
	font-family: "iconfont";
	content: "||";
	color: #28c9ff;
}
.solution-list .item:hover .pic img {
	transform: scale(1.1);
}
.solution-list .item:hover .pic h3 {
	opacity: 0;
}
.solution-list .item:hover .text {
	transform: translateY(0);
}
.solution-list .item:nth-child(odd) {
	animation: flipInX 1s;
}
.solution-list .item:nth-child(even) {
	animation: flipInY 2s;
}
@media(max-width:1200px) {
.solution {
	padding: 40px 10px;
}
.solution-list {
	margin: -5px;
}
.solution-list .item {
	margin: 5px;
	width: calc(50% - 10px);
}
.solution-list .item:first-child {
	width: calc(100% - 10px);
}
.solution-list .pic h3 {
	left: 10px;
	bottom: 10px;
	right: 10px;
	font-size: 16px;
}
.solution-list .text {
	display: none;
}
.solution-list .item:hover .pic h3 {
	opacity: 1;
}
}
/*--end solution--*/

/*--case--*/
.case {
	padding: 70px 0;
	overflow: hidden;
	background: #fff;
}
.solution~.case {
	padding-top: 0;
}
.case-inner {
	overflow: hidden;
	background: url(../images/Index/case_bg.jpg) no-repeat center / cover;
}
.case-slide {
	position: relative;
}
.case-slide .swiper-prev, .case-slide .swiper-next {
	position: absolute;
	z-index: 9;
	top: 50%;
	width: 30px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transform: translateY(-50%);
}
.case-slide .swiper-prev {
	left: -100px;
}
.case-slide .swiper-next {
	right: -100px;
}
.case-slide .swiper-prev:hover, .case-slide .swiper-next:hover {
	background: var(--vi-subcolor);
}
.case-slide .swiper-container {
	padding-left: 1px;
	overflow: hidden;
}
.case-slide .item {
	display: block;
	padding: 10% 4% 5%;
	overflow: hidden;
	border-right: rgba(255,255,255,.1) solid 1px;
	transition: all 1s;
}
.case-slide .item .pic {
	margin: 0 auto;
	width: 125px;
	height: 125px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
}
.case-slide .item .text {
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
}
.case-slide .item .text h3 {
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-slide .item .text small {
	display: inline-block;
	margin-top: 6px;
	padding: 0 6px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	border: #fff solid 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-slide .item .text p {
	margin-top: 50px;
	margin-bottom: 30px;
	height: 150px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.case-slide .item .text i {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 3px;
	content: "";
	background: #fff;
}
.case-slide .item .text span {
	display: block;
	margin-top: 22px;
	font-size: 18px;
	color: #fff;
	opacity: 0;
}
.case-slide .item .text span:after {
	display: inline-block;
	margin-left: 10px;
	font-family: "iconfont";
	content: "||";
	color: #28c9ff;
}
.case-slide .item:hover {
	background: rgba(0,67,176,0.9);
}
.case-slide .item:hover .pic {
	transform: rotate(360deg);
	transition: all .5s;
}
.case-slide .item:hover .text i {
	opacity: 0;
}
.case-slide .item:hover .text span {
	opacity: 1;
}
.case-more {
	margin-top: 55px;
	text-align: center;
	overflow: hidden;
}
.case-more a {
	display: inline-block;
	width: 150px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	color: #6e7b95;
	border: #dde0e6 solid 1px;
	transition: all .5s
}
.case-more a:after {
	display: inline-block;
	margin-left: 10px;
	font-family: "iconfont";
	content: "||";
}
.case-more a:hover {
	color: #fff;
	background: var(--vi-subcolor);
	border-color: var(--vi-subcolor);
}
@media(max-width:1600px) {
.case-slide .swiper-prev {
	left: -60px;
}
.case-slide .swiper-next {
	right: -60px;
}
.case-slide .item .text h3 {
	font-size: 20px;
}
.case-slide .item .text small {
	font-size: 14px;
}
.case-slide .item .text p {
	margin-top: 40px;
	margin-bottom: 25px;
	height: 130px;
	line-height: 26px;
	font-size: 14px;
}
}
@media(max-width:1200px) {
.case {
	padding: 40px 10px;
}
.case-slide .swiper-prev, .case-slide .swiper-next {
	display: none;
}
.case-slide .item {
	padding: 25px 10px;
}
.case-slide .item .pic {
	width: 80px;
	height: 80px;
}
.case-slide .item .text h3 {
	font-size: 16px;
}
.case-slide .item .text small {
	display: block;
	line-height: 28px;
	font-size: 14px;
}
.case-slide .item .text p {
	display: none;
}
.case-slide .item .text i {
	display: none;
}
.case-slide .item .text span {
	opacity: 1;
	font-size: 14px;
}
.case-more {
	margin-top: 25px;
}
.case-more a {
	width: 120px;
	line-height: 38px;
	font-size: 14px;
}
}
/*--end case--*/

/*--aboutus--*/
.aboutus {
	padding: 70px 0;
	overflow: hidden;
	background: #fff;
}
.case~.aboutus {
	padding-top: 0;
}
.aboutus .wrap-title {
	display: none;
}
.aboutus-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	overflow: hidden;
	background: #f2f5f7;
}
.aboutus-inner .pic {
	width: 50%;
	overflow: hidden;
}
.aboutus-inner .pic img {
	transition: all 1s;
}
.aboutus-inner .pic:hover img {
	transform: scale(1.1);
}
.aboutus-inner .text {
	position: relative;
	padding: 4.25%;
	width: 50%;
	overflow: hidden;
}
.aboutus-inner .text .intro {
	overflow: hidden;
}
.aboutus-inner .text .intro h3 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
	color: var(--vi-color);
}
.aboutus-inner .text .intro p {
	margin-top: 30px;
	height: 120px;
	line-height: 30px;
	font-size: 16px;
	color: var(--vi-subcolor);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.aboutus-inner .text .intro a.read {
	display: inline-block;
	margin-top: 30px;
	width: 140px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	color: #6e7b95;
	border: #dde0e6 solid 1px;
	transition: all .5s
}
.aboutus-inner .text .intro a.read:after {
	display: inline-block;
	margin-left: 10px;
	font-family: "iconfont";
	content: "||";
}
.aboutus-inner .text .intro a.read:hover {
	color: #fff;
	background: var(--vi-subcolor);
	border-color: var(--vi-subcolor);
}
.aboutus-inner .text .btns {
	position: absolute;
	left: 8.5%;
	bottom: 8.5%;
	right: 8.5%;
	overflow: hidden;
}
.aboutus-inner .text .btns .item {
	display: block;
	float: left;
	padding: 10px 0;
	width: 25%;
	text-align: center;
	border-right: #d6dbe2 solid 1px;
}
.aboutus-inner .text .btns .item:nth-child(1) {
	border-left: #d6dbe2 solid 1px;
}
.aboutus-inner .text .btns .item i {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.aboutus-inner .text .btns .item span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	color: #64728d;
}
.aboutus-inner .text .btns .item:hover i img {
	position: relative;
	top: -30px;
	border-bottom: 30px solid transparent;
	-webkit-filter: drop-shadow(#0043b0 0px 30px);
}
.aboutus-inner .text .btns .item:hover span {
	color: var(--vi-color);
}
@media(max-width:1600px) {
.aboutus-inner .text .intro h3 {
	font-size: 36px;
}
.aboutus-inner .text .intro p {
	margin-top: 25px;
	height: 84px;
	line-height: 28px;
	-webkit-line-clamp: 3;
}
}
@media(max-width:1200px) {
.aboutus {
	padding: 40px 10px;
}
.aboutus .wrap-title {
	display: block;
}
.aboutus-inner .pic {
	width: 100%;
}
.aboutus-inner .text .intro h3 {
	font-size: 24px;
}
.aboutus-inner .text .intro p {
	margin-top: 15px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.aboutus-inner .text .intro a.read {
	margin-top: 20px;
	width: 120px;
	line-height: 38px;
	font-size: 14px;
}
.aboutus-inner .text {
	padding: 20px;
	width: 100%;
}
.aboutus-inner .text .btns {
	position: static;
	margin-top: 30px;
}
.aboutus-inner .text .btns .item {
	width: 50%;
}
.aboutus-inner .text .btns .item:nth-child(1), .aboutus-inner .text .btns .item:nth-child(2) {
	border-bottom: #d6dbe2 solid 1px;
}
.aboutus-inner .text .btns .item:nth-child(3) {
	border-left: #d6dbe2 solid 1px;
}
}
/*--end aboutus--*/

/*--news--*/
.news {
	padding: 70px 0;
	overflow: hidden;
	background: #fff;
}
.aboutus~.news {
	padding-top: 0;
}
.news .wrap-title {
	margin-bottom: 30px;
}
.news-menu {
	overflow: hidden;
}
.news-menu ul {
	display: flex;
	justify-content: center;
}
.news-menu li {
	position: relative;
	line-height: 50px;
	font-size: 24px;
}
.news-menu li:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	width: 30px;
	height: 5px;
	content: "";
	background: var(--vi-color);
	border-radius: 3px;
	transform: scaleX(0);
	transition: all 1s;
}
.news-menu li a {
	display: block;
	padding: 0 25px;
	color: #6e7b95;
}
.news-menu li.cur:after {
	transform: scaleX(1);
}
.news-menu li.cur a {
	color: var(--vi-color);
}
.news-main {
	margin-top: 50px;
	overflow: hidden;
}
.news-top {
	float: left;
	width: 780px;
	overflow: hidden;
}
.news-top .item {
	display: block;
	padding: 55px 65px 0;
	background: #f2f5f7;
	overflow: hidden;
}
.news-top .item .text {
	overflow: hidden;
}
.news-top .item .text em {
	display: block;
	padding-left: 20px;
	line-height: 24px;
	font-size: 16px;
	color: #64728d;
	background: url(../images/Index/icon_time.png) no-repeat 0 center;
}
.news-top .item .text h3 {
	margin-top: 8px;
	line-height: 30px;
	font-size: 20px;
	color: var(--vi-subcolor);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-top .item .text p {
	margin-top: 25px;
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #64728d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.news-top .item .pic {
	margin-top: 16px;
	overflow: hidden;
}
.news-top .item .pic img {
	transition: all 1s;
}
.news-top .item:hover .pic img {
	transform: scale(1.1);
}
.news-list {
	float: right;
	width: calc(100% - 780px);
	padding-left: 36px;
	overflow: hidden;
}
.news-list .item {
	display: block;
	margin-bottom: 36px;
	overflow: hidden;
}
.news-list .item:last-child {
	margin-bottom: 0;
}
.news-list .item .pic {
	float: left;
	width: 222px;
	overflow: hidden;
}
.news-list .item .pic img {
	transition: all 1s;
}
.news-list .item .text {
	padding: 8px 35px;
	overflow: hidden;
}
.news-list .item .text em {
	display: block;
	padding-left: 20px;
	line-height: 24px;
	font-size: 16px;
	color: #64728d;
	background: url(../images/Index/icon_time.png) no-repeat 0 center;
}
.news-list .item .text h3 {
	line-height: 35px;
	font-size: 20px;
	color: var(--vi-subcolor);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list .item .text p {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #64728d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list .item:hover {
	background: #f2f5f7;
	transition: all .5s;
}
.news-list .item:hover .pic img {
	transform: scale(1.1);
}
@media(max-width:1600px) {
.news-top {
	width: 650px;
}
.news-list {
	width: calc(100% - 650px);
}
.news-list .item .pic {
	width: 190px;
}
.news-list .item .text {
	padding: 5px 30px;
}
.news-list .item .text h3 {
	line-height: 32px;
}
.news-list .item .text p {
	height: 40px;
	line-height: 20px;
}
}
@media(max-width:1200px) {
.news {
	padding: 40px 10px;
}
.news .wrap-title {
	margin-bottom: 20px;
}
.news-menu li {
	flex: 1;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
}
.news-menu li:after {
	margin-left: -10px;
	width: 20px;
	height: 3px;
}
.news-menu li a {
	padding: 0;
}
.news-main {
	margin-top: 25px;
}
.news-top {
	display: none;
}
.news-list {
	float: none;
	width: 100%;
	padding: 0;
}
.news-list .item {
	margin-bottom: 10px;
}
.news-list .item .pic {
	width: 135px;
}
.news-list .item .text {
	padding: 3px 15px;
}
.news-list .item .text em {
	font-size: 14px;
}
.news-list .item .text h3 {
	height: 44px;
	line-height: 22px;
	font-size: 15px;
	white-space: unset;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list .item .text p {
	display: none;
}
}
/*--end news--*/
