<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==================== 外层框架 start ==================== */
/* —————————— 顶部 start —————————— */
.top {
	height: 90px;
}

.topCon {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
}

/* logo start */
.logoBox {
	overflow: hidden;
	padding-left: 50px;
}

.logoBox .logo {
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.logoBox .imgBox img {
	height: 65px;
	display: block
}

/* logo end */
/* 导航 start */
.navMenu {
	/* overflow: hidden; */
}

.navMenu dd {
	float: left;
	display: inline;
}

.navMenu dd .yj {
	position: relative;
}

.navMenu dd .yj a {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	padding: 0 25px;
}

.navMenu dd::before {
	display: block;
	content: '';
	width: 0%;
	height: 4px;
	background: #1488cc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.navMenu dd .ej {
	position: absolute;
	left: -25%;
	top: 90px;
	width: 150%;
	line-height: 60px;
	visibility: hidden;
	text-align: center;
	font-size: 0;
	z-index: 5;
}

.navMenu dd:first-child .ej {
	visibility: hidden !important;
}
.navMenu dd .ej a {
	display: block;
	padding: 0 25px;
	font-size: 14px;
	color: #fff;
	height: 60px;
	border-bottom: 1px solid #fff;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.navMenu dd .ej a:last-child{
	border: none;
}
.navMenu dd .ej a:hover,
.navMenu dd:hover .yj&gt;a,
.navMenu dd.hover .yj&gt;a {
	color: #1488cc;
}

.navMenu dd:hover::before {
	width: 100%;
}

.navMenu dd:hover .yj .ej {
	visibility: visible;
}

/* 导航 end */
/* 搜索 start */
.search {
	width: 90px;
	height: 90px;
	background: #f1f4fc url(../images/file/searchIcn.png) no-repeat center center;
	cursor: pointer;
	margin-left: 25px;
}

.footSearchBox {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}

.footSearchBox .wrap {
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.searchCont {
	overflow: hidden;
	width: 600px;
	margin: 0px auto;
	position: relative;
}

.search_dl {
	position: absolute;
	left: 0px;
	top: 0px;
}

.search_dl dd {
	float: left;
	display: inline;
	overflow: hidden;
}

.search_dl dd a {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.search_dl dd.hover a {
	background: #134B96;
	color: #fff;
}

.searchInpDiv {
	display: block;
	overflow: hidden;
	padding: 0px 10px;
	border: 3px solid #1488cc;
	border-radius: 0px 0px 0px 3px;
	background: #fff;
	height: 44px;
}

.searchInpDiv input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	line-height: 44px;
}

a.footSearchBt {
	display: block;
	width: 100px;
	height: 50px;
	overflow: hidden;
	background: #1488cc;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 0px 3px 3px 0px;
}

.closeSearchBt {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 15px;
	background: #1488cc url(../images/file/searchClose.png) no-repeat center center;
	background-size: 20px auto;
}

/* 搜索 end */
/* —————————— 顶部 end —————————— end */
/* —————————— 底部 start —————————— */
.footerTop {
	background: #323232;
	padding: 54px 0;
	overflow: hidden;
	position: relative;
}

/* 返回顶部 start */
.footerTop .backTop {
	display: block;
	position: absolute;
	top: 54px;
	right: 5%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1488cc url(../images/backTop.png) no-repeat center center;
}

/* 返回顶部 end */
/* 底部导航 start */
.footerMenu {
	overflow: hidden;
	width: 75%;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 5%;
}
.footerMenu dd:last-child{
	margin-right: 0;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	margin-bottom: 32px;
	overflow: hidden;
}

.footerMenu dd em a {
	font-size: 16px;
	color: #fff;
}

.footerMenu dd em a:hover,
.footerMenu dd span a:hover {
	color: #1488cc;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 32px;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #999999;
}

/* 底部导航 end */
/* 二维码 start */
.footerEwmBox {
	width: 25%;
	padding-left: 86px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #595959;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	overflow: hidden;
	margin-right: 25px;
}

.footerEwm dd:last-child {
	margin-right: 0;
}

.footerEwm dd .picBox {
	width: 120px;
	height: 120px;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footerEwm dd .picBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.footerEwm dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #c7c7c7;
	font-size: 14px;
}

.footerEwmBottom span {
	display: block;
	color: #c7c7c7;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

/* 二维码 end */
/* 版权+技术支持 start */
.footerBottom {
	height: 60px;
	line-height: 60px;
	background: #2e2e2e;
	font-size: 14px;
	color: #c7c7c7;
	overflow: hidden;
}

.footerBottom a {
	font-size: 14px;
	color: #c7c7c7;
}

/* 版权+技术支持 end */
/* —————————— 底部 end —————————— */
/* —————————— 悬浮 start —————————— */
/* —————————— 悬浮 end —————————— */
/* ==================== 外层框架 end ==================== */
/* ============================== 内页框架 start ============================== */
/* —————————— suBanner start —————————— */
.subBanner {
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.subBanner .subBannerBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.subBanner .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 5;
}

.subBanner .text .title {
	height: 64px;
	line-height: 64px;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
}

.subBanner .text .textC {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #ffffff;
}

/* —————————— suBanner end —————————— */
/* —————————— 当前位置 start —————————— */
.subPage.wrap {
	position: relative;
	top: -80px;
}

.location {
	height: 80px;
	line-height: 80px;
	background: #ffffff;
	position: relative;
	z-index: 5;
	padding: 0 30px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.locationLDl {
	overflow: hidden;
}

.locationLDl dd {
	float: left;
	display: inline;
	position: relative;
}

.locationLDl dd::before {
	display: block;
	content: '';
	height: 17px;
	width: 1px;
	background: #cfcfcf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.locationLDl dd a {
	display: block;
	padding: 0 40px;
	font-size: 16px;
	color: #666666;
}

.locationLDl dd:first-child a {
	padding-left: 0;
}

.locationLDl dd:hover a,
.locationLDl dd.hover a {
	color: #1488cc;
}

.locationLDl dd:last-child::before {
	display: none;
}

.locationRDl {
	overflow: hidden;
}

.locationRDl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 0 5px 0 15px;
}

.locationR {
	overflow: hidden;
}

.locationTitle {
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
	background: url(../images/home.png) no-repeat center left;
}

.locationRDl dd:first-child {
	padding-left: 0;
}

.locationRDl dd:last-child {
	padding-right: 0;
}

.locationRDl dd::before {
	display: block;
	content: '&gt;';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
}

.locationRDl dd:first-child::before {
	display: none;
}

.locationRDl dd a {
	display: block;
	font-size: 14px;
	color: #666666;
}

.locationRDl dd:hover a,
.locationRDl dd.hover a {
	color: #1488cc;
}

/* —————————— 当前位置 end —————————— */
/* —————————— 三级导航 start —————————— */
.navigation {
	padding: 30px 30px 0;
	margin-right: -1px;
}

.navigationDl {
	overflow: hidden;
}

.navigationDl dd {
	float: left;
	display: inline;
}

.navigationDl dd a {
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-right: 1px;
}

.navigationDl dd:hover a,
.navigationDl dd.hover a {
	background: #1488cc;
	color: #fff;
}

/* —————————— 三级导航 end —————————— */
/* —————————— 页码 start —————————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #dfdfdf;
	color: #666666;
	background: #fff;
	margin: 0 10px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover,
.page a.hover{
	background: #1488cc;
	color: #fff;
	border: 1px solid #1488cc;
}
.page a div {
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/* —————————— 页码 end —————————— */
/* ============================== 内页框架 end ============================== */
/* ============================== 首页 start ============================== */
/* —————————— indexBanner start —————————— */
.indexBanner {
	position: relative;
	overflow: hidden;
}
.indexBanner::before{
	display: block;
	content: '';
	padding-top: 28.6459%;
}
.indexBanner .bd{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
}
.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track{
	position: relative;
	height: 100%;
}
.indexBanner .bd .mySlide {
	position: relative;
	height: 100%;
}
.indexBanner .img {
	position: relative;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.indexBanner img {
	object-fit: cover;
	width: 100%;
}

.indexBanner .prev,
.indexBanner .next {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	position: absolute;
	top: 65%;
	margin-top: -60px;
	z-index: 1;
	display: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexBanner .prev {
	background: url(../images/indexPrev.png) no-repeat center center;
	left: 30px;
}

.indexBanner .next {
	background: url(../images/indexNext.png) no-repeat center center;
	right: 30px;
}

.indexBanner .prev:hover,
.indexBanner .next:hover {
	background-color: #1488cc;
	border: 1px solid #1488cc;
}

.indexBanner .text {
	position: absolute;
	top: 20%;
	left: 12%;
	overflow: hidden;
	z-index: 5;
	display: none;
}

.indexBanner .text&gt;div {
	padding-left: 65px;
}

.indexBanner .text .title {
	font-size: 42px;
	color: #fafafa;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	position: relative;
}

.indexBanner .text .title::before {
	display: block;
	content: "";
	width: 30px;
	height: 5px;
	background: #fafafa;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.indexBanner .text .subTitle {
	font-size: 26px;
	color: #fafafa;
	font-weight: bold;
	height: 74px;
	line-height: 74px;
	overflow: hidden;
}

.indexBanner .text .textC {
	font-size: 16px;
	color: #fafafa;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}

/* —————————— indexBanner end —————————— */
/* —————————— 首页公共 —————————— */
.indexTitleBox {
	text-align: center;
	padding: 40px 0 30px;
}

.indexTitleBox .title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.indexTitleBox .text {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.indexTitleBox .title.tcone span:nth-child(1),
.indexTitleBox .title.tcone span:nth-child(2),
.indexTitleBox .title.tctwo span:nth-child(3),
.indexTitleBox .title.tctwo span:nth-child(4) {
	color: #1488cc;
}

/* —————————— 首页公共 —————————— */
/* —————————— 第一通栏 start —————————— */
.column1 {
	background: #fafafa;
	position: relative;
}

.indexC1Dl {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: -30px;
	z-index: 10;
	position: relative;
}

.indexC1Dl dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 20%;
	position: relative;
	padding-top: 32.293%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC1Dl dd:hover {
	transform: translateY(-5px);
}

.indexC1Dl dd::before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	right: 0;
}

.indexC1Dl dd a {
	display: block;
}

.indexC1Dl dd .con {
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.indexC1Dl dd .con .imgBox {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
}

.indexC1Dl dd .con .title {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC1Dl dd .con .text {
	font-size: 14px;
	color: #858585;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 50px;
}

.indexC1Dl dd .con .hr {
	width: 20px;
	height: 3px;
	background: #393a3c;
	margin: 0 auto;
}

.column1 div.dtMore {
	position: absolute;
	bottom: -5%;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 20;
	background-image: linear-gradient(to right, #1487cc, #177cc8, #234fbb, #283cb5, #2b34b2);
	background-image: -webkit-linear-gradient(left, #1487cc, #177cc8, #234fbb, #283cb5, #2b34b2);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.column1 div.dtMore:hover {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.column1 div.dtMore a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	padding: 0 140px 0 90px;
	background: url(../images/indexMore.png)no-repeat center right 90px;
}

/* —————————— 第一通栏 end —————————— */
/* —————————— 第二通栏 start —————————— */
.column2 {
	background: #ffffff;
	padding: 90px 0 0;
}

.indexC2Con {
	padding-top: 25%;
	position: relative;
}

.indexC2Con&gt;div {
	height: 100%;
	position: absolute;
	top: 0;
}

.indexC2Con .text {
	left: 0;
	width: 60%;
}

.indexC2Con .indexVideBox {
	right: 0;
	width: 40%;
}

.indexC2Con .indexVideBox .pic {
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	overflow: hidden;
	height: 100%
}

.indexC2Con .indexVideBox .pic::before {
	padding-top: 54.2857%;
}

.indexC2Con .indexVideBox .pic span {
	display: block;
	width: 92%;
	height: 92%;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.indexC2Con .indexVideBox .pic .videoplay {
	width: 100%;
	height: 100%;
	background: url(../images/indexVideo.png)no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.indexC2Con .text .title {
	font-size: 30px;
	font-weight: bold;
	background-image: linear-gradient(to right, #fec569, #c86b66, #874458, #fec569, #c86b66, #874458);
	background-image: -webkit-linear-gradient(left, #fec569, #c86b66, #874458, #fec569, #c86b66, #874458);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC2Con .text .textC {
	width: 90%;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 40px
}

.indexC2Con .text a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #999999;
	font-size: 14px;
	padding: 0 140px 0 90px;
	border: 1px solid #ebebeb;
	background: url(../images/indexNextIcn.png)no-repeat center right 90px;
	transition: all 0.4s;
	-webkit-transition: all 0.5s;
}

.indexC2Con .text a:hover {
	color: #1488cc;
	border: 1px solid #1488cc;
	background: url(../images/indexNextIcnh.png)no-repeat center right 90px;
}

.indexC2Dl {
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.indexC2Dl dd {
	width: 25%;
	height: 100px;
	float: left;
	display: inline;
	position: relative;
}

.indexC2Dl dd::before {
	display: block;
	content: '';
	width: 1px;
	height: 36px;
	background: #e6e6e6;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.indexC2Dl dd:last-child::before {
	display: none;
}

.indexC2Dl dd .con {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center right 40px;
	background-size: auto 35px;
	padding-left: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC2Dl dd .con .time {
	font-size: 30px;
	color: #666666;
	font-weight: bold;
	position: relative;
}

.indexC2Dl dd .con .textC {
	font-size: 14px;
	color: #666666;
}

.indexC2Dl dd .con .time span {
	font-size: 14px;
	color: #999999;
	position: absolute;
	top: 5px;
	padding-left: 10px;
}

/* —————————— 第二通栏 end —————————— */
/* —————————— 第三通栏 start —————————— */
.column3 {
	background: #e8eff5;
	margin-right: -40px;
}

.indexC3TabTitle {
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}

.indexC3TabTitle dd {
	display: inline-block;
	padding-bottom: 10px;
}

.indexC3TabTitle dd .con {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-right: 40px;
	color: #333333;
	position: relative;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3TabTitle dd .con::before {
	display: block;
	content: "";
	width: 0%;
	height: 2px;
	background: #1488cc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3TabTitle dd.hover .con,
.indexC3TabTitle dd:hover .con {
	color: #1488cc;
}

.indexC3TabTitle dd.hover .con::before,
.indexC3TabTitle dd:hover .con::before {
	width: 50%;
}

.indexC3TabContent {
	overflow: hidden;
	position: relative;
}

.indexC3Info {
	overflow: hidden;
}
.indexC3TabSwiper .con{
	height: 340px;
	background: #f5f5f5;
}
.indexC3TabSwiper .con .text{
	height: 100%;
	padding: 0 50px;
}
.indexC3TabSwiper .con .text .time{
	margin-bottom: 20px;
}
.indexC3TabSwiper .con .text .time span{
	display: block;
}
.indexC3TabSwiper .con .text .time span.span1{
	font-size: 34px;
	color: #333333;
}
.indexC3TabSwiper .con .text .time span.span2{
	font-size: 16px;
	color: #666666;
}
.indexC3TabSwiper .con .text .title{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.indexC3TabSwiper .con .text .textC{
	font-size: 14px;
	color: #666666;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
}
.indexC3TabSwiper2 .con .pic {
	margin-bottom: 10px;
	overflow: hidden;
}

.indexC3TabSwiper2 .con .pic::before {
	padding-top: 56.2363%;
}

.indexC3TabSwiper2 .con .text .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 60px;
	line-height: 60px;
}

.indexC3TabSwiper2 .con .text .title a {
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}
.indexC3TabSwiper .con:hover .text .title a,
.indexC3TabSwiper2 .con .text .title a:hover {
	color: #1488cc;
}

.indexC3TabSwiper2 .con .text .time {
	font-size: 16px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 26px;
	line-height: 26px;
}

.indexC3TabSwiperBtn {
	width: 100%;
	text-align: center;
}

.indexC3TabSwiperBtn&gt;div {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexC3TabSwiperBtn .tabEven {
	margin: 0 80px;
	background: url(../images/dianMore.png) no-repeat center center;
}

.indexC3TabSwiperBtn .tabEven a {
	display: block;
	width: 100%;
	height: 100%;
}
.indexC3TabSwiperBtn .indexC3TabSwiperPrev2,
.indexC3TabSwiperBtn .indexC3TabSwiperPrev {
	background: url(../images/indexPrevIcn.png) no-repeat center center;
}
.indexC3TabSwiperBtn .indexC3TabSwiperNext2,
.indexC3TabSwiperBtn .indexC3TabSwiperNext {
	background: url(../images/indexNextIcn.png) no-repeat center center;
}
.indexC3TabSwiperBtn .tabEven:hover {
	background: url(../images/dianMoreh.png) no-repeat center center;
}
.indexC3TabSwiperBtn .indexC3TabSwiperPrev2:hover,
.indexC3TabSwiperBtn .indexC3TabSwiperPrev:hover {
	background: url(../images/indexPrevIcnh.png) no-repeat center center;
}
.indexC3TabSwiperBtn .indexC3TabSwiperNext2:hover,
.indexC3TabSwiperBtn .indexC3TabSwiperNext:hover {
	background: url(../images/indexNextIcnh.png) no-repeat center center;
}

/* —————————— 第三通栏 end —————————— */
/* —————————— 第四通栏 start —————————— */
.column4 {
	background: #fafafa;
}

.indexC4Banner {
	overflow: hidden;
}

.indexC4Banner .con {
	overflow: hidden;
}

.indexC4Banner .con .pic {
	position: relative;
}

.indexC4Banner .con .pic::before {
	padding-top: 66.6667%;
}

.indexC4Banner .con .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.indexC4Banner .con .pic:hover .text {
	opacity: 1;
}

.indexC4Banner .con .text .title {
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC4Banner .con .text .textC {
	font-size: 14px;
	color: #e5e5e5;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC4SwiperBtn {
	width: 100%;
	text-align: center;
}

.indexC4SwiperBtn&gt;div {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexC4SwiperBtn .tabEven {
	margin: 0 80px;
	background: url(../images/dianMore.png) no-repeat center center;
}

.indexC4SwiperBtn .tabEven a {
	display: block;
	width: 100%;
	height: 100%;
}

.indexC4SwiperBtn .indexC4Prev {
	background: url(../images/indexPrevIcn.png) no-repeat center center;
}

.indexC4SwiperBtn .indexC4Next {
	background: url(../images/indexNextIcn.png) no-repeat center center;
}

.indexC4SwiperBtn .tabEven:hover {
	background: url(../images/dianMoreh.png) no-repeat center center;
}

.indexC4SwiperBtn .indexC4Prev:hover {
	background: url(../images/indexPrevIcnh.png) no-repeat center center;
}

.indexC4SwiperBtn .indexC4Next:hover {
	background: url(../images/indexNextIcnh.png) no-repeat center center;
}

/* —————————— 第四通栏 end —————————— */
/* —————————— 第五通栏 start —————————— */
.column5 {
	background: #ffffff;
}

.indexC5Content {
	overflow: hidden;
	position: relative;
}

.indexC5Banner {
	overflow: hidden;
	width: 50%;
}

.indexC5Banner .con {
	padding-top: 410px;
	position: relative;
}

.indexC5Banner .con&gt;div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.indexC5Banner .con .pic {
	left: 0;
}

.indexC5Banner .con .text {
	right: 0;
	z-index: 20;
}
.indexC5BannerCon .title,
.indexC5Banner .con .text .title{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	height: 66px;
	line-height: 60px;
	position: relative;
}
.indexC5BannerCon .title::before,
.indexC5Banner .con .text .title::before{
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #d2d2d2;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.indexC5BannerCon .textC,
.indexC5Banner .con .text .textC{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	padding: 0 15px;
}
.indexC5BannerCon .indexC5More,
.indexC5Banner .con .text .indexC5More{
	text-align: center;
}
.indexC5BannerCon .indexC5More a,
.indexC5Banner .con .text .indexC5More a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #999999;
	font-size: 14px;
	padding: 0 140px 0 90px;
	border: 1px solid #ebebeb;
	background: url(../images/indexNextIcn.png)no-repeat center right 90px;
	transition: all 0.4s;
	-webkit-transition: all 0.5s;
}

.indexC5BannerCon .indexC5More a:hover,
.indexC5Banner .con .text .indexC5More a:hover {
	color: #1488cc;
	border: 1px solid #1488cc;
	background: url(../images/indexNextIcnh.png)no-repeat center right 90px;
}
.indexC5Content .indexC5BannerCon {
	width: 50%;
	height: 85%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fafafa;
}

.indexC5Content .indexC5CutBtn{
	width: 50%;
	height: 55px;
	line-height: 55px;
	background: #c9d5db;
	position: absolute;
	bottom: 0;
	right: 0;
}
.indexC5CutBtn&gt;div{
	height: 100%;
	float: left;
	display: inline;
	cursor: pointer;
}
.indexC5CutBtn .indexC5Prev{
	width: 8%;
	background: #adbcc4 url(../images/indexC5Prev.png) no-repeat center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.indexC5CutBtn .indexC5Prev:hover{
	background: #adbcc4 url(../images/indexC5Prevh.png) no-repeat center center;
}
.indexC5CutBtn .swiper-pagination{
	width: 84%;
}
.indexC5CutBtn .swiper-pagination-bullet{
	background: #c9d5db !important;
	opacity: 1 !important;
}
.indexC5CutBtn .indexC5Next{
	position: absolute;
	right: 0;
	width: 8%;
	background: #adbcc4 url(../images/indexC5Next.png) no-repeat center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.indexC5CutBtn .indexC5Next:hover{
	background: #adbcc4 url(../images/indexC5Nexth.png) no-repeat center center;
}
.indexC5CutBtn .swiper-pagination span {
	height: 100%;
	padding: 0 24px;
	border-radius: unset;
	position: relative;
	z-index: 2;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.indexC5CutBtn .swiper-pagination-bullet-active {
	background: #1488cc !important;
}
.indexC5CutBtn .swiper-pagination span::before {
	display: none;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #1488cc;
	top: 0%;
	left: 45%;
	transform: rotateZ(45deg);
	margin-top: -4px;
	z-index: -1;
}
.indexC5CutBtn span.swiper-pagination-bullet-active::before{
	display: block;
}
/* —————————— 第五通栏 end —————————— */
/* ============================== 首页 end ============================== */
</pre></body></html>