<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/
#banner{
	width: 100%;
	height:100vh;
}
#banner .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
#banner .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
#banner .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
#banner .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#banner .swiper-slide i.bg{
	transition: all .3s;
}
#banner .swiper-slide i.progress-bar{
	width: 64%;
	height: 2px;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 53%;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%,-53%);
	-moz-transform: translate(-50%,-53%);
	-ms-transform: translate(-50%,-53%);
	-o-transform: translate(-50%,-53%);
	transform: translate(-50%,-53%);
}
#banner .swiper-slide i.progress-bar::before{
	content: '';
	width: 0%;
	height: 100%;
	background-color: #fff;
	transition: all 2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#banner .swiper-slide.swiper-slide-active i.progress-bar::before{
	width: 100%;
}
#banner .swiper-slide:hover i.bg{
	transform: scale(1.02);
}
#banner .swiper-pagination-box{
	position: absolute;
	bottom: 6vh;
	left: 0;
	z-index: 100;
	text-align: center;
	font-size: 0;
}
#banner .swiper-pagination-box &gt; div{
	display: inline-block;
	vertical-align: middle;
}
#banner .swiper-button-next,#banner .swiper-button-prev {
	width: 8px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#banner .swiper-button-prev{
	background-image:url(../img/b-prev-icon.png);
	margin-right: 20px;
}
#banner .swiper-button-next{
	background-image:url(../img/b-next-icon.png);
	margin-left: 20px;
}
#banner .swiper-container .swiper-num,#banner .swiper-container .swiper-total{
	font-size: 14px;
	color: #fff;
}
#banner .swiper-container .swiper-pagination{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0;
}
#banner .swiper-container .swiper-pagination span{
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}
#banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #d80018;
}
/*banner*/
/*con*/
.business{
	background-image:url(../img/business-bg.jpg);
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.business-top .business-title{
	font-size: 1.57vw;
	color: #1659a2;
	line-height: 1.3;
}
.business-top .business-title em{
	text-transform: uppercase;
	font-size: .85vw;
	color: #393838;
	vertical-align: middle;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}
.business-top .business-title em::before{
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	background-color: #1659a2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.business-top .business-txt{
	font-size: .85vw;
	color: #5e5e5e;
	line-height: 2;
	margin-top: 2%;
}
.business .row{
	margin-top: 2%;
}
.business-list ul{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.business-list ul li{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	/* width: 25%;
	width: calc(100% / 4); */
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	overflow: hidden;
}
.business-list ul li a{
	height: 34.2vw;
}
.business-list ul li a .title{
	position: relative;
}
.business-list ul li a .title h4{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5%;
	z-index: 10;
	font-size: .95vw;
	color: #fff;
	padding-left: 11%;
	transition: all .3s;
}
.business-list ul li a .title h4 i{
	display: inline-block;
	width: 2.7vw;
	height: 2.7vw;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	margin-right: 10px;
}
.business-list ul li a .title h4 em{
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	vertical-align: middle;
}
.business-list ul li a .title h4 em::before{
	content: '';
	width: 0%;
	height: 3px;
	background-color: #d80018;	
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: all 1s;
}
.business-list.on ul li a .title h4 em::before{
	width: 100%;
	opacity: 1;
}
.business-list ul li a .info{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	transition: all .5s;
	background-color: rgba(0,0,0,.5);
	padding:30% 6% 0;
	transform: scale(1.1);
	opacity: 0;
	visibility: hidden;
}
.business-list ul li a .info i.icon{
	display: block;
	width: 2.7vw;
	height: 2.7vw;
	margin-left: auto;
	margin-right: auto;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.business-list ul li a .info h4{
	font-size: 1.25vw;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	margin-top: 3%;
	position: relative;
	padding-bottom: 14px;
}
.business-list ul li a .info h4::before{
	content: '';
	position: relative;
	width: 36px;
	height: 3px;
	background-color: #d80018;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.business-list ul li a .info p{
	font-size: .9vw;
	color: #fff;
	line-height: 2;
	margin-top: 13%;
}
.business-list ul li a .info span{
	display: block;
	font-size: .95vw;
	color: #fff;
	text-align: center;
}
.business-list ul li a .info span i{
	display: block;
	width: 2.6042vw;
	height: 4.532vw;
	background: url(../img/icon-chk.png) center center no-repeat;
	margin: 15% auto 4%;
	background-size: 100%;
}
.business-list ul li a .title i.bg{
	height: 112%;
	background-position-y: top;
	transition: all .36s ease;
}
.business-list ul li:hover a .title h4{
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}
.business-list ul li:hover a .title i.bg{
	transform: translateY(-10%);
}
.business-list ul li:hover a .info{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.bus-swith-btn{
	height: 13px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	background: url(../img/yuandian.png) center center no-repeat;
	text-align: center;
	font-size: 0;
}
.bus-swith-btn *{
	display: inline-block;
	width: 40px;
	height: 13px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .3s;
}
.bus-swith-btn .prev{
	background-image:url(../img/bus-next.png);
	margin-left: 30px;
}
.bus-swith-btn .next{
	background-image:url(../img/bus-prev.png);
	margin-right: 30px;
}
.bus-swith-btn .prev:hover,
.bus-swith-btn .prev.on{
	background-image:url(../img/bus-hove-next.png);
}
.bus-swith-btn .next:hover,
.bus-swith-btn .next.on{
	background-image:url(../img/bus-hove-prev.png);
}
.news-center{
	margin-top: 3%;
}
.news-title &gt; h2{
	font-size: 1.57vw;
	color: #393838;
	text-transform: uppercase;
}
.news-title &gt; h2 em{
	padding:.65% 1.33%;
	font-size: 1.3vw;
	color: #fff;
	background-color: #1659a2;
	vertical-align: 3px;
	margin-right: 10px;
}
.news-switch-btn{
	height: 2.2vw;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	font-size: 0;
}
.news-switch-btn a{
	display: inline-block;
	width: 3.4vw;
	height: 100%;
	font-family: "å®‹ä½“";
	font-size: 1.5vw;
	color: #fff;
	padding: 1% 1%;
	background-color: #d3d3d3;
	text-align: center;
	line-height: 2.2vw;
	transition: all .3s;
}
.news-switch-btn a:hover,
.news-switch-btn a.on{
	background-color: #1659a2;
}
.news-center-box{
	margin-top: 3%;
}
.news-center-box .news-left,
.news-center-box .news-right{
	width: 50%;
	height: 26.35vw;
}
.news-center-box .news-left{
	padding-right: 2%;
}
.news-center-box .news-left .box{
	background-color: #f7f7f7;
	padding:3.5% 2.5%;
}
.news-center-box .news-left .box .tab-box{
	border-bottom: 1px solid #dadada;
	padding-bottom: 24px;
}
.news-center-box .news-left .tab-list{
	width: 85%;
	font-size: 0;
}
.news-center-box .news-left .tab-list a{
	display: inline-block;
	font-size: .85vw;
	color: #7b7b7b;
	position: relative;
	padding-bottom: 10px;
	margin-right: 8%;
	transition: all .3s;
}
.news-center-box .news-left .tab-list a::before{
	content: '';
	width: 0%;
	height: 1px;
	background-color: #1659a2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	transition: all .3s;
	opacity: 0;
}
.news-center-box .news-left .tab-list a:last-child{
	margin-right: 0;
}
.news-center-box .news-left .tab-list a.on{
	color: #005290;
}
.news-center-box .news-left .tab-list a.on::before{
	width: 100%;
	opacity: 1;
}
.news-center-box .news-left .box .tab-box .more{
	font-size: .85vw;
	color: #7b7b7b;
	transition: all .3s;
}
.news-center-box .news-left .box .tab-box .more:hover{
	color: #1659a2;
}
.news-info-box .list{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 10;
	transition: all 1s;
	opacity: 0;
	visibility: hidden;
	padding-top: 5%;
}
.news-info-box .list.on{
	left: 0;
	opacity: 1;
	visibility: visible;
}
.news-info-box .list a{
	position: relative;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 2.5%;
	margin-bottom: 2.5%;
	transition: all .3s;
}
.news-info-box .list a h4{
	font-size: .85vw;
	color: #4b4b4b;
	line-height: 1.3;
	transition: all .3s;
}
.news-info-box .list a em{
	font-size: 12px;
	color: #989898;
	margin-top: 1.3%;
}
.news-info-box .list a i.icon{
	width: 16px;
	height: 14px;
	position: absolute;
	top: -16px;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
	background: url(../img/news-arrow.png) -42px center no-repeat;
	transition: all .3s;
}
.news-info-box .list a:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news-info-box .list a:hover{
	border-color: #1659a2;
}
.news-info-box .list a:hover h4{
	color: #1659a2;
}
.news-info-box .list a:hover i.icon{
	width: 27px;
	background-position-x: left;
}
.news-right{
	padding-left: 2%;
}
.news-right-list .swiper-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.news-right-list .swiper-slide{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.news-right-list .swiper-slide::before{
	content: '';
	width: 100%;
	height: 7.55208vw;
	background: url(../img/news-bg.png) center bottom no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -14%;
	left: 0;
	z-index: 10;
}
.news-right-list .swiper-slide i.bg{
	transition: all .3s;
}
.news-right-list .swiper-slide:hover i.bg{
	transform: scale(1.02);
}
.news-right-list ul li h4{
	font-size: .95vw;
	color: #fff;
	line-height: 3.5;
	padding-left: 30px;
	padding-right: 25%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.news-right-list .swiper-pagination{
	width: 25%;
	text-align: right;
	position: absolute;
	bottom: 5%;
	right: 0;
	z-index: 100;
	font-size: 0;
	line-height: 3.5;
	padding-right: 3%;
}
.news-right-list .swiper-pagination span{
	display: inline-block;
	width: .7295vw;
	height: .7295vw;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	margin-right: 10%;
	transition: all .3s;
}
.news-right-list .swiper-pagination span:last-child{
	margin-right: 0;
}
.news-right-list .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #d80018;
}
.information-notice{
	margin-top: 4%;
}
.info-notice-title{
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 3%;
}
.info-notice-title a{
	display: block;
	font-size: 1.05vw;
	color: #005290;
	margin-right: 13%;
}
.info-notice-title a.more{
	color: #7b7b7b;
	margin-right: 0;
}
.information-notice-left{
	width: 43%;
	padding-right: 3%;
}
.information-notice-left .info-notice-list .top{
	height: 6.8vw;
}
.information-notice-left .info-notice-list .top .img{
	width:28%;
}
.information-notice-left .info-notice-list .top .img i{
	transition: all .3s;
}
.information-notice-left .info-notice-list .top a:hover .img i{
	transform:scale(1.1);
}
.information-notice-left .info-notice-list .top .info{
	width:68%;
}
.information-notice-left .info-notice-list .top .info h4{
	font-size: .85vw;
	color: #9a9a9a;
	line-height: 1.5;
	transition: all .3s;
}
.information-notice-left .info-notice-list .top .info em{
	font-size: 12px;
	color: #9a9a9a;
	margin:3.5% 0;
}
.information-notice-left .info-notice-list .top .info p{
	font-size: .9vw;
	color: #474747;
	line-height: 1.8;
}
.information-notice-left .info-notice-list .list{
	margin-top: 5%;
}
.information-notice-left .info-notice-list .list a{
	font-size: .85vw;
	color: #4b4b4b;
	line-height: 1.5;
	padding-right: 16%;
	transition: all .3s;
	margin-bottom: 3.5%;
}
.information-notice-left .info-notice-list .list a em{
	font-size: 12px;
	color: #989898;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.information-notice-left .info-notice-list .list a:last-child{
	margin-bottom: 0;
}
.information-notice-left .info-notice-list .top a:hover .info h4,
.information-notice-left .info-notice-list .list a:hover,
.information-notice-left .info-notice-list .list a:hover em{
	color: #27629d;
}
.information-notice-center{
	width: 34.4%;
}
.information-notice-center-box &gt; .box{
	height: 17vw;
}
.information-notice-center-box &gt; .box .list{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.information-notice-center .info-notice-title .name{
	color: #7b7b7b;
	transition: all .3s;
}
.information-notice-center .info-notice-title .name.on{
	color: #005290;
}
.information-notice-center-box &gt; .box .list.on{
	left: 0;
	opacity: 1;
	visibility: visible;
}
.publication-img{
	background-color: #fafafa;
	&lt;!--padding: 5% 0 5% 8%;--&gt;
}
.publication-img ul{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.publication-img ul li{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	overflow: hidden;
}
.publication-img ul li a{
	transition: all .3s;
}
.publication-img ul li:hover a{
	transform: scale(1.08);
}
.information-notice-center-box .img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.information-notice-center-box #play-btn{
	display: block;
	width: 3.646vw;
	height: 3.646vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	margin: auto;
	background: url(../img/icon-play.png) center center/100% no-repeat;
	transition: all .3s;
}
.information-notice-center-box .info-title{
	height: 2.3vw;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(255,255,255,.8);
	transition: all .3s;
}
.information-notice-center-box .info-title a{
	width: 10%;
	background:#1659a2 url(../img/video-arrow.png) center center no-repeat;
	background-size: 37%;
}
.information-notice-center-box .info-title h4{
	width: 90%;
	font-size: .85vw;
	line-height: 2.3vw;
	color: #000;
	text-align: center;
	padding: 0 10px;
}
.information-notice-center-box video{
	background-color: #000;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.information-notice-right{
	width: 18.15%;
}
.information-notice-right .info-notice-title{
	margin-bottom: 5.5%;
}
.information-notice-right &gt; .icon{
	height: 6.78vw;
	background-color:#1659a2;
}
.information-notice-right &gt; .icon i{
  width: 3.33334vw;
	height: 3.33334vw;
	background:url(../img/icon-mailbox.png) center center/100% 100% no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
	margin:auto;
	transition: all .4s;
}
.information-notice-right .mailbox{
	margin-top: 7%;
}
.information-notice-right .mailbox a{
	width: 47%;
	height: 9vw;
	background-color: #f5f9fd;
	font-size: 1.05vw;
	color: #4b4b4b;
	text-align: center;
	transition: all .3s;
}
.information-notice-right .mailbox a i{
	width: 3.33334vw;
	height: 3.33334vw;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	margin: 28% auto 12%;
	transition: all .4s;
}
.information-notice-right .mailbox a:nth-child(1) i{
	background-image:url(../img/icon-signup.png);
}
.information-notice-right .mailbox a:nth-child(2) i{
	background-image:url(../img/icon-error.png);
}
.information-notice-right .mailbox a:hover i,
.information-notice-right &gt; .icon:hover i{
	transform: rotate(360deg);
}
.special-column{
	margin-top: 5%;
}
.special-column .special-column-title{
	border-bottom: 1px solid #dadada;
	padding-bottom: .7%;
	overflow: hidden;
}
.special-column .special-column-title span{
	width: 80%;
	font-family: "å®‹ä½“";
	font-size: 1.57vw;
	color: #1659a2;
	position: relative;
}
.special-column .special-column-title span em{
	height: 100%;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: .85vw;
	color: #393838;
	text-transform: uppercase;
	margin-left: 3%;
	vertical-align: 27%;
}
.special-column .special-column-title span::before{
	content: '';
	width: 2px;
	height: 100%;
	background-color: #1659a2;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.special-column .special-column-title .more{
	font-size: .85vw;
	color: #7b7b7b;
	background:url(../img/icon-column-arrow.png) right center no-repeat;
	padding-right: 2%;
	background-size: 35%;
	margin-top: .4%;
	transition: all .3s;
}
.special-column .special-column-title .more:hover{
	margin-right: 5px;
	color: #1659a2;
}
.special-column-list{
	margin-top: 2%;
}
.special-column-list .row{
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}
.special-column-list ul{
	font-size: 0;
}
.special-column-list ul li{
	display: inline-block;
	width: 25%;
	/* width: calc(100% / 4); */
	height: 12.65vw;
	padding:0 1%;
	overflow: hidden;
}
.special-column-list ul li i{
	transition: all .3s;
}
.special-column-list ul li:hover a i{
	opacity: .85;
	transform: scale(1.1);
}
#floatLayer{
  position:fixed;
  top:10px;
  left:10px;
  z-index:99999999;
}
#floatLayer img{
  width:300px;
  height:130px;
}
#closeBtn{
  display:block;
  width:32px;
  height:32px;
  position:absolute;
  top: -10px;
  right: -10px;
  z-index:100;
  border-radius:50%;
  background-color:#000;
}
#closeBtn svg{
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:100;
  margin:auto;
}

/*con*/


/* 14=.9 16=.85 18=.95 20=1.05 24=1.25 30=1.57*/</pre></body></html>