<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.mb-banner{
	display: none;
}
.in-banner li{ 
	height: 878px;
	float: left;
	overflow: hidden;
}
.in-banner li a{
	width: 100%;
	height: 100%;
	display: block; 
	position: relative;
}
.in-banner li a &gt; img,
.mb-banner li a &gt; img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-pagination,
.mb-banner .swiper-pagination{
	width: auto;
	height: 4px;
	position: absolute; 
	left:50%;
	transform: translateX(-50%);
	bottom:30px; 
	z-index: 2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet,
.mb-banner .swiper-pagination .swiper-pagination-bullet{
	width: 36px; 
	height: 4px; 
	display: 
	inline-block;
	margin: 0 5px; 
	background: #ffffff; 
	*display: inline; 
	zoom: 1;
	border-radius: 0;
	outline: none;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active,
.mb-banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#132a87;
}
.in-banner .swiper-button-prev, 
.in-banner .swiper-button-next,
.mb-banner .swiper-button-prev, 
.mb-banner .swiper-button-next{
	display:block;
	width:34px;
	height:66px; 
	text-indent:200em;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	outline: none;
}
.in-banner .swiper-button-prev:after, 
.in-banner .swiper-button-next:after,
.mb-banner .swiper-button-prev:after, 
.mb-banner .swiper-button-next:after{
	display: none;
}
.in-banner .swiper-button-prev,
.mb-banner .swiper-button-prev{
	left:2%;
	background:url(../images/banner_left.png) center center no-repeat;
	background-size: cover;
}
.in-banner .swiper-button-next,
.mb-banner .swiper-button-next{
	right:2%;
	background:url(../images/banner_right.png) center center no-repeat;
	background-size: cover;
}
@media (max-width:1280px) {
	.in-banner{
		display: none;
	}
	.mb-banner{
		display: block;
	}
	.mb-banner .swiper-button-prev,
	.mb-banner .swiper-button-next{
		width:22px;
		height:42px; 
	}
}
@media (max-width: 992px) {
	.mb-banner .swiper-pagination{
		bottom:26px; 
	}
}
@media (max-width: 750px) {
	.mb-banner .swiper-pagination{
		bottom:16px; 
	}
	.mb-banner .swiper-button-prev,
	.mb-banner .swiper-button-next{
		width:16px;
		height:32px; 
	}
}

/* 公共标题 */
.in-tit{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.in-tit h1{
	width: 100%;
	font-weight: bolder;
	color: #000000;
	position: relative;
	z-index: 2;
}
.in-tit.white h1{
	color: #ffffff;
}
.in-tit h2{
	width: 100%;
	text-transform: uppercase;
	color: rgba(219, 217, 218, .3);
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.in-tit.white h2{
	color: rgba(255, 255, 255, .1);
}
@media (max-width: 1280px){
	.in-tit{
		margin-bottom: 6%;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

/* 关于 */
.in-about{
	overflow: hidden;
}
.in-about .left-box{
	width: 52%;
}
.in-about .left-box .about-tit h1{
	font-weight: bolder;
}
.in-about .left-box .about-tit h2{
	text-transform: uppercase;
	color: #999;
}
.in-about .right-box{
	width: 44%;
	position: relative;
}
.in-about .right-box img{
	max-width: 100%;
	display: block;
	float: right;
}
.in-about .right-box .more{
	width: 378px;
	height: 94px;
	background: rgba(19, 42, 136, .9);
	display: block;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 30px;
}
.in-about .right-box .more:hover{
	background: rgba(19, 42, 136, 1);
}
.in-about .right-box .more .box{
	margin: 10px;
	padding: 20px;
	height: 32px;
	border: 1px rgba(255, 255, 255, .5) solid;
	line-height: 32px;
	overflow: hidden;
}
.in-about .right-box .more .box span{
	line-height: 32px;
}
.in-about .right-box .more .box i{
	border: 1px #fff solid;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
}
@media (max-width: 1280px){
	.in-about .con{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	.in-about .right-box img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.in-about .right-box .more{
		width: 90%;
		height: auto;
		background: rgba(19, 42, 136, .9);
		display: block;
		color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
	}
	.in-about .right-box .more:hover{
		background: rgba(19, 42, 136, 1);
	}
	.in-about .right-box .more .box{
		padding: 14px;
		height: auto;
		border: 1px rgba(255, 255, 255, .5) solid;
		box-sizing: border-box;
	}
	.in-about .right-box .more .box span{
		line-height: 28px;
	}
	.in-about .right-box .more .box i{
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
}
@media (max-width: 992px){
	.in-about .con{
		display: flex;
		flex-direction: column-reverse;
	}
	.in-about .con .left-box,
	.in-about .con .right-box{
		width: 100%;
	}
	.in-about .con .right-box{
		margin-bottom: 4%;
	}
	.in-about .con .left-box .about-tit{
		text-align: center;
	}
}
@media (max-width: 750px){
}

/* 产品 */
.in-products{
	width: 100%;
	background: url('../images/in-bg1.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-products .bd{
	text-align: center;
}
.in-products .bd li{
	margin: 0 10px;
	display: inline-block;
}
.in-products .bd a{
	display: block;
	border: 2px #fff solid;
	color: #fff;
	padding: 4px 20px;
}
.in-products .bd li.on a,
.in-products .bd li:hover a{
	color: #132a88;
	background: #fff;
}
.in-products .hd .swiper-slide a{
	display: block;
	background: #fff;
}
.in-products .hd .swiper-slide .image{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.in-products .hd .swiper-slide .image .box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.in-products .hd .swiper-slide .image .box img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products .hd .swiper-slide a:hover .image .box img{
	transform: scale(1.2);
}
.in-products .hd .swiper-slide .text{
	margin: 0 16px;
	height: 54px;
	line-height: 54px;
	border-top: 1px #eee solid;
}
.in-products .hd .swiper-slide .text span{
	width: auto;
	width: calc(100% - 16px);
	float: left;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-products .hd .swiper-slide .text i{
	width: 16px;
	text-align: right;
	float: right;
}
.in-products .hd .swiper-button-prev:after,
.in-products .hd .swiper-button-next:after{
	display: none;
}
.in-products .hd .swiper-button-prev,
.in-products .hd .swiper-button-next{
    width: 46px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #005fc1;
    color: #fff;
}
.in-products .hd .swiper-button-prev{
	left: 0;
}
.in-products .hd .swiper-button-next{
	right: 0;
}
.in-products .hd .swiper-button-prev i,
.in-products .hd .swiper-button-next i{
	font-size: 20px;
}
.in-products .hd .swiper-more{
	text-align: center;
}
.in-products .hd .swiper-more a{
    display: inline-block;
	border: 2px #fff solid;
	color: #fff;
	padding: 8px 30px;
}
.in-products .hd .swiper-more a:hover{
	color: #132a88;
	background: #fff;
}
@media (max-width: 1280px){
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	.in-products .bd li{
		margin: 0 5px;
	}
	.in-products .bd a{
		padding: 2px 10px;
	}
	.in-products .hd .swiper-more a{
		padding: 4px 15px;
	}
}

/* 优势 */
.in-advantage{
	overflow: hidden;
}
.in-advantage .con{
	width: 100%;
	overflow: hidden;
}
.in-advantage .con ul{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.in-advantage .con li{
	width: 32%;
	padding-bottom: 16px;
	position: relative;
}
.in-advantage .con li .word{
	width: 100%;
	padding: 32px;
	height: auto;
	height: calc(100% - 248px);
	box-sizing: border-box;
	background: #f9f9f9;
	text-align: center;
	overflow: hidden;
}
.in-advantage .con li .word h1{
	padding-bottom: 19px;
	margin-bottom: 16px;
	position: relative;
}
.in-advantage .con li .word h1:after{
	content: "";
	width: 40px;
	height: 3px;
	background: #132a88;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.in-advantage .con li .word h2{
	color: #666;
}
.in-advantage .con li .image{
	width: 100%;
	height: 248px;
	overflow: hidden;
}
.in-advantage .con li .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-advantage .con li .arrow{
	width: 32px;
	height: 32px;
	background: #7b8386;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0;
	border-radius: 50%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-advantage .con li:hover .arrow{
	background: #132a87;
}
@media (max-width: 1280px){
	.in-advantage .con li .word{
		padding: 8%;
		height: calc(100% - 228px);
	}
	.in-advantage .con li .image{
		height: 228px;
	}
}
@media (max-width: 992px){
	.in-advantage .con li .word{
		height: calc(100% - 198px);
	}
	.in-advantage .con li .image{
		height: 198px;
	}
}
@media (max-width: 750px){
	.in-advantage .con ul{
		display: block;
	}
	.in-advantage .con li{
		width: 100%;
		margin-bottom: 4%;
	}
	.in-advantage .con li:last-child{
		margin-bottom: 0;
	}
}

/* 网络 */
.in-network{
	width: 100%;
	background: #132a88;
	overflow: hidden;
}
.in-network .image{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.in-network .image img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.in-network .word{
	width: 100%;
	overflow: hidden;
}
.in-network .word ul{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.in-network .word li{
	width: 32%;
	padding: 30px;
	background: #005fc1;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
}
.in-network .word li .icon{
	height: 100%;
	border-right: 1px rgba(255, 255, 255, .3) solid;
	padding-right: 30px;
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.in-network .word li .text h1{
	position: relative;
}
.in-network .word li .text h1 span:nth-child(1){
	font-size: 60px;
	font-weight: bolder;
	line-height: 60px;
}
.in-network .word li .text h1 span:nth-child(2){
	font-size: 24px;
	font-weight: bolder;
	position: absolute;
	top: 0;
}
@media (max-width: 1280px){
	.in-network .word li{
		padding: 3%;
	}
	.in-network .word li .icon{
		padding-right: 20px;
		margin-right: 20px;
	}
	.in-network .word li .text h1 span:nth-child(1){
		font-size: 40px;
		line-height: 40px;
	}
	.in-network .word li .text h1 span:nth-child(2){
		font-size: 18px;
	}
}
@media (max-width: 992px){
	.in-network .word li{
		display: block;
	}
	.in-network .word li .icon{
		padding: 0;
		margin: 0;
		margin-bottom: 20px;
		height: auto;
		border-right: none;
	}
	.in-network .word li .icon img{
		display: block;
		margin: 0 auto;
	}
	.in-network .word li .text{
		text-align: center;
	}
	.in-network .word li .text h1 span:nth-child(1){
		font-size: 40px;
		line-height: 40px;
	}
	.in-network .word li .text h1 span:nth-child(2){
		font-size: 18px;
	}
}
@media (max-width: 750px){
	.in-network .word li .icon{
		margin-bottom: 10px;
	}
	.in-network .word li .text h1 span:nth-child(1){
		font-size: 30px;
		line-height: 30px;
	}
	.in-network .word li .text h1 span:nth-child(2){
		font-size: 14px;
	}
}

/* 新闻 */
.in-news{
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
}
.in-news .swiper-slide a{
	margin: 2px;
	display: block;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.in-news .swiper-slide a .image{
	width: 100%;
	height: 284px;
	overflow: hidden;
}
.in-news .swiper-slide a .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .swiper-slide a:hover .image img{
	transform: scale(1.2);
}
.in-news .swiper-slide a .word{
	padding: 16px 16px 0 16px;
}
.in-news .swiper-slide a .word .title{
	font-weight: bolder;
	padding-bottom: 14px;
	position: relative;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
}
.in-news .swiper-slide a .word .title:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #132a88;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.in-news .swiper-slide a .word .summary{
	margin: 20px 0;
	color: #999999;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .swiper-slide a .word .more{
	border-top: 1px #eeeeee solid;
	height: 48px;
	line-height: 48px;
}
.in-news .swiper-control{
	text-align: center;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-news .swiper-control .swiper-more{
	width: 186px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 22px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}
.in-news .swiper-control .swiper-more:hover{
	background: #132a88;
	color: #fff;
}
.in-news .swiper-control .swiper-more i{
	width: 44px;
	height: 44px;
	background: #f8f8f8;
	color: #333;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
}
.in-news .swiper-control .swiper-more span{
    width: 142px;
    text-align: center;
}
.in-news .swiper-control .swiper-button-prev,
.in-news .swiper-control .swiper-button-next{
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 1px #e5e5e5 solid;
	color: #333;
	position: static;
	margin: 0;
	padding: 0;
	transform: none;
}
.in-news .swiper-control .swiper-button-prev:after,
.in-news .swiper-control .swiper-button-next:after{
	display: none;
}
@media (max-width: 1280px){
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}</pre></body></html>