<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.in-tit{
	padding: 80px 0;
	text-align: center;
	font-size: 17px;
	color: var(--tpl-color);
}
.in-tit span{
	display: block;
	font-size: 38px;
	font-weight: 100;
	color: #ebebeb;
}
.in-tit span.c2f{
	color: #2f2f2f;
}
.in-tit h3{
	display: inline-block;
	position: relative;
	margin-bottom:10px;
	font-size:28px;
	color: var(--tpl-color);
}
.in-tit h3:before,
.in-tit h3:after{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	top: 55%;
	background: var(--tpl-color);
}
.in-tit h3:before{
	left: -35px;
}
.in-tit h3:after{
	right: -35px;
}
@media only screen and (max-width: 768px){
	.in-tit{
		padding: 35px 0;
		font-size: 15px;
	}
	.in-tit span{
		font-size: 28px;
	}
	.in-tit h3{
		font-size: 24px;
	}
}
.in-about{
	padding: 80px 0;
	background: #f0f2f3;
}
.in-about .conwr{
	float: right;
	width: 47%;
}
.in-about-tit{
	position: relative;
	font-size: 20px;
	color: #5d5d5d;
	margin-bottom: 60px;
	padding-top: 15px;
}
.in-about-tit:before{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background: var(--tpl-color);
	left: 0;
	top: 0;
}
.in-about-tit h3{
	font-size: 42px;
	text-transform: uppercase;
	color: var(--tpl-color);
}
.in-about-tit p{
}
.in-about-desc{
	font-size: 13px;
	color: #858585;
	line-height: 27px;
	margin-bottom: 55px;
}
.in-about .imgwr{
	position: relative;
	float: left;
	width: 45%;
	padding-right: 35px;
	padding-bottom: 35px;
}
.in-about .imgwr .bg{
	position: absolute;
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	bottom: 0;
	right: 0;
	z-index: 0;
	background: var(--tpl-color);
}
.in-about .imgwr img{
	position: relative;
	width: 100%;
	z-index: 1;
}
.in-about .conwr ul{
	margin-bottom: 50px;
}
.in-about .conwr li{
	padding: 10px 0;
	width: 49%;
	float: left;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #585858;
}
.in-about .conwr li:first-child,
.in-about .conwr li:nth-child(2){
	border-bottom: 1px solid #ccc;
}
.in-about .conwr li:first-child,
.in-about .conwr li:nth-child(3){
	border-right: 1px solid #ccc;
}
@media only screen and (max-width: 768px){
	.in-about{
		padding: 35px 0;
	}
	.in-about .imgwr{
		display: none;
	}
	.in-about .conwr{
		width: 100%;
	}
	.in-about-tit{
		margin-bottom: 25px;
		font-size: 18px;
		text-align: center;
	}
	.in-about-tit h3{
		font-size: 26px;
	}
	.in-about .conwr ul{
		margin-bottom: 25px;
	}
	.in-about-desc{
		margin-bottom: 25px;
	}
}
.in-liyou-num,
.in-liyou-num-2{
	width: 410px;
	height: 110px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 100;
}
.swiper-pagination-bullet{
	width: auto;
	display: inline-block;
	font-size: 40px;
	color: #818181;
	font-family: 'Impact';
	height: 110px;
	line-height: 110px;
	padding: 0 5px;
	margin-right: 10px;
	float: left;
	opacity: 1;
	cursor: pointer;
	background: transparent;
	outline: none;
}
.in-liyou-num-2{
	display: flex;
	justify-content: flex-end;
}
.swiper-pagination-bullet-active{
	font-size: 68px;
	color: var(--tpl-color);
}
.in-liyou .con-box{
	position: relative;
	margin-bottom: 90px;
}
.in-liyou .con-box.ptr{
	padding-top: 20px;
	padding-right: 20px;
}
.in-liyou .con-box.plb{
	padding-left: 20px;
	padding-bottom: 20px;
}
.in-liyou .con-box .fk{
	position: absolute;
	width: 150px;
	height: 150px;
	background: var(--tpl-color);
}
.in-liyou .con-box.ptr .fk{
	top: 0;
	right: 0;
}
.in-liyou .con-box.plb .fk{
	left: 0;
	bottom: 0;
}
.in-liyou-num-2{
	right: 0;
	left: auto;
}
.in-liyou .imgwr{
	display: inline-block;
}
.in-liyou .con-box.ptr .imgwr{
	float: right;
}
.in-liyou .conwr{
	width: 340px;
	font-size: 14px;
	color: #818181;
	line-height: 28px;
	margin-top: 180px;
	display: inline-block;
}
.in-liyou .con-box.plb .conwr{
	float: right;
}
.in-liyou .conwr h4{
	font-weight: normal;
	font-size: 22px;
	color: #33312e;
	margin-bottom: 5px;
}
.in-liyou .conwr em{
	font-size: 22px;
	color: #33312e;
	font-weight: bold;
}
.in-liyou .conwr p{
	margin: 30px 0 40px 0;
}
@media only screen and (max-width: 768px){
	.in-liyou-num,
	.in-liyou-num-2{
		width: 100%;
		height: 88px;
		top: 0;
	}
	.swiper-pagination-bullet{
		font-size: 28px;
		height: 88px;
		line-height: 88px;
	}
	.swiper-pagination-bullet-active{
		font-size: 45px;
	}
	.in-liyou .imgwr{
		display: none;
	}
	.in-liyou .con-box{
		margin-bottom: 30px;
	}
	.in-liyou .con-box .fk{
		display: none;
	}
	.in-liyou .con-box.ptr,
	.in-liyou .con-box.plb{
		padding: 0 2px;
	}
	.in-liyou .conwr{
		width: 100%;
		margin-top: 120px;
	}
}
.in-youshi{
	width: 100%;
	max-width: 1920px;
	height: 838px;
	background: url(../images/in_join.jpg) no-repeat center center;
	text-align: center;
	position: relative;
}
.in-youshi-swiper .items{
	/*width: 20%;*/
	width: 270px;
}
.in-youshi-swiper .conwr{
	padding: 25px;
	color: var(--tpl-color);
	border: 1px solid #aaa;
}
.in-youshi-swiper .conwr h4{
	margin-top: 25px;
	font-weight: normal;
	font-size: 75px;
	font-family: 'Arial';
	line-height: 100px;
}
.in-youshi-swiper .conwr h5{
	font-weight: normal;
	font-size: 18px;
}
.in-youshi-swiper .conwr i{
	display: inline-block;
	width: 30px;
	height: 2px;
	background: var(--tpl-color);
}
.in-youshi-swiper .conwr p{
	padding-top: 20px;
	height: 180px;
	line-height: 30px;
	color: #aaa;
}
.in-youshi-swiper .swiper-scrollbar{
	bottom: -20px;
	height: 6px;
}
.in-youshi-swiper .swiper-scrollbar-drag{
	background: var(--tpl-color);
}
@media only screen and (max-width: 768px){
	.in-youshi{
		height: auto;
		padding-bottom: 50px;
	}
}
.in-pro-swiper{
	position: relative;
}
.in-pro-swiper .items{
	display: flex;
	width: 33.3%;
	height: 350px;
	cursor: pointer;
}
.in-pro-swiper .imgwr{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-pro-swiper .conwr{
	width: 40%;
	height: 100%;
	padding: 0 25px;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	text-align: left;
	/* opacity: 0; */
	/* filter: alpha(opacity=0); */
}
.in-pro-swiper .items:hover .conwr{
	opacity: 1;
	filter: alpha(opacity=100);
}
.in-pro-swiper .conwr h4{
	font-size:20px;
	color:#fff;
	margin-top:50px;
	height:70px;
	line-height:70px;
	border-bottom: 1px solid #454444;
	position:relative;
}
.in-pro-swiper .conwr i{
	width:35px;
	height:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-1px;
}
.in-pro-swiper .conwr p{
	font-size:13px;
	color:#949393;
	line-height:27px;
	margin:30px 0 40px 0;
}
.in-pro-swiper .conwr .more2{
	width: 100%;
	height:45px;
	line-height:45px;
	display:inline-block;
	font-size:14px;
	color:#fff;
	text-align:center;
	background: var(--tpl-color);
}
.in-pro-btn{
	position: absolute;
	width: 33%;
	height: 0;
	left: 50%;
	margin-left: -16.5%;
	z-index: 2;
}
.in-pro-btn .btn{
	position: absolute;
	padding: 37px 22px;
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 30px;
	font-family: '瀹嬩綋';
	text-align: center;
	color: #fff;
	top: 160px;
	z-index: 3;
	cursor: pointer;
	opacity: .8;
	outline: none;
	background: var(--tpl-color);
}
.in-pro-btn .btn.in-pro-next{
	right: -90px;
}
.in-pro-btn .btn.in-pro-prev{
	left: -90px;
}
@media only screen and (max-width: 768px){
	.in-pro-btn{
		display: none;
	}
	.in-pro-swiper .items{
		width: 50%;
	}
	.in-pro-swiper .conwr{
		width: 100%;
		height: 20%;
		bottom: 0;
		top: auto;
		background: rgba(0,0,0,.7);
	}
	.in-pro-swiper .conwr h4{
		font-size: 16px;
		margin-top: 0;
	}
	.in-pro-swiper .conwr p{
		display: none;
	}
}
.in-case{
	padding-bottom: 80px;
}
.in-case .img-box{
	float: left;
	width: 49.5%;
}
.in-case .imgwr{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.in-case .imgwr img{
	height: 215px;
}
.in-case .img-box .imgwr img{
	height: 442.5px;
}
.in-case .imgwr .bg{
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.in-case .imgwr .t{
	position: relative;
	width: 60%;
	height: 20%;
	border-radius: 15px;
	/*background: var(--tpl-color);*/
	background: rgba(1,80,147,.8);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 300ms ease-out;
}
.in-case .imgwr:hover .t{
	opacity: 1;
}
.in-case .imgwr .t p{
	font-size: 13px;
	color: #fff;
}
.in-case .imgwr .t p.p1{
	font-size: 18px;
}
/*.in-case .imgwr .t:before{*/
/*    display: block;*/
/*    content: '';*/
/*    width: 100%;*/
/*    !*border-bottom-width: 100;*!*/
/*    !*border-bottom-style: solid;*!*/
/*    !*border-bottom-color: #2c2b31;*!*/
/*    !*border-left-width: 200px;*!*/
/*    !*border-left-style: solid;*!*/
/*    !*border-left-color: transparent;*!*/
/*}*/
.in-case .img-box2{
	float: left;
	width: 50%;
}
.in-case .img-box2 a{
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
	padding-left: 12px;
}
@media only screen and (max-width: 768px){
	.in-case{
		padding-bottom: 30px;
	}
	.in-case .img-box{
		width: 100%;
		border: 1px solid #fff;
	}
	.in-case .img-box2{
		width: 100%;
	}
	.in-case .img-box2 a{
		padding: 0;
		margin: 0;
		border: 1px solid #fff;
	}
	.in-case .imgwr img{
		height: 130px;
	}
	.in-case .img-box .imgwr img{
		height: auto;
		/* max-height: none; */
	}
}
.in-join{
	text-align: center;
	width: 100%;
	max-width: 1920px;
	height: 787px;
	background: url(../images/index_join2.jpg) no-repeat center center;
	background-size: 1920px 787px;
	position: relative;
}
.in-join-tel{
	position: absolute;
	width: 700px;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #fbe5de;
	margin-left: -350px;
	left: 50%;
	bottom: -32px;
	background: var(--tpl-color);
}
.in-join-tel p{
	float: left;
	width: 70%;
	padding-left: 60px;
	text-align: left;
	background: url(../images/join_call.png) no-repeat 20px center;
}
.in-join-tel p strong{
	font-size: 30px;
	line-height: 58px;
}
.in-join-tel a{
	float: right;
	width: 28%;
	background: #525252;
}
@media only screen and (max-width: 701px){
	.in-join{
		height: auto;
		padding-bottom: 30px;
		background: #1e1e1e;
	}
	.in-join-tel{
		width: 100%;
		height: auto;
		left: 0;
		margin-left: 0;
		font-size: 14px;
	}
	.in-join-tel p{
		width: 100%;
		/*padding-left: 30px;*/
		/*background: url(../images/join_call.png) no-repeat 0 center;*/
	}
	.in-join-tel p strong{
		font-size: 24px;
	}
	.in-join-tel a{
		display: none;
	}
}
.in-news{
	width: 100%;
	padding: 100px 0;
	background: url(../images/in_news_bg.jpg) no-repeat center center;
}
.in-news .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 550px;
}
.in-news .items{
	width: 31.5%;
	height: 100%;
	border: 1px solid #ccc;
}
.in-news .items h3{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}
.in-news .items .items-box{
	margin-bottom: 20px;
}
.in-news .items .items-box a{
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.in-news .items .items-box img{
	height: 215px;
}
.in-news .items .items-box p{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	text-align: left;
	font-size: 13px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.in-news .items .items-box:hover p{
	opacity: 1;
	filter: alpha(opacity=100);
}
.in-news .items ul{
}
.in-news .items li{
	font-size: 13px;
	color: #6c6c6c;
	line-height: 40px;
}
.in-news .items li:hover a{
	color: var(--tpl-color);
}
.in-news .items1{
	padding: 20px;
}
.in-news .items1:hover{
	-webkit-box-shadow: 3px 3px 5px #ccc;
	-moz-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	background: #fff;
}
.in-news .items2&gt;div{
	padding: 20px;
	height: 50%;
}
.in-news .items2&gt;div:first-child{
	border-bottom: 1px solid #ccc;
}
.in-news .items2 li{
	line-height: 32px;
}
@media only screen and (max-width: 768px){
	.in-news{
		padding: 80px 0;
		background-size: cover;
	}
	.in-news .box{
		height: auto;
	}
	.in-news .items{
		width: 100%;
	}
}</pre></body></html>