<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 {
	background-color: #fff;
	height: 90px;
}

.top .wrap .topBox {
	margin: 0 -50px;
}

/* logo start */
.logo {
	margin-top: 25px;
}

.logo img {
	height: 40px;
}

/* logo end */
/* 搜索 start */
.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #cc0110 url(../images/common/searchb.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

.search {
	overflow: hidden;
	padding-top: 25px;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 58px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

/* 搜索 end */
/* 导航 start */
.menuDl {
	display: flex;
}

.menuDl dd {
	flex: 1;
	float: left;
	display: inline;
	position: relative;
	padding: 0 25px;
}

.menuDl dd .yj {
	position: relative;
	z-index: 9;
}

.menuDl dd .yj a {
	display: block;
	line-height: 90px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	transition: 0.4s;
}

.menuDl dd.hover .yj a,
.menuDl dd .yj a:hover {
	color: #cc0110;
}

.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	display: none;
	padding: 5px 0;
	z-index: 3;
}

.menuDl dd .ej li {
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li span a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #ffffff;
	margin-bottom: 1px
}

.menuDl dd .ej li:hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li.hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.menuDl dd .sj a {
	display: block;
	padding: 12px 0;
	line-height: 25px;
	color: #fff;
}

.menuDl dd .sj a:hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj a.hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.topR .menuIcon div {
	background: url(../images/common/menuddBg.png)no-repeat center !important;
}

.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 90px;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px
}

.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.subMenu_ul li a span {
	position: relative
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4)
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	height: 100%;
}

/* .indexBanner::before{content: '';display: block;padding-top: 27.0833%;} */
.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 0.5)
}

.indexBanner .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .bannerbtnBox {
	position: absolute;
	margin: 0 auto;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
}

.indexBanner .bannerbtnBox .wrap {
	position: relative;
	height: 100%;
}

.indexBanner .bannerbtnBox span {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 45px;
	height: 55px;
	background-color: rgba(0, 0, 0, 0.32);
	background-repeat: no-repeat;
	background-position: center;
}

.indexBanner .bannerbtnBox span.prev {
	left: 0;
	background-image: url(../images/indexBannerPrev.png);
}

.indexBanner .bannerbtnBox span.next {
	right: 0;
	background-image: url(../images/indexBannerNext.png);
}

.indexBanner .bannerbtnBox span:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: #333333;
}

.friendLink {
	padding-top: 40px;
}

.friendLinkBox {
	position: relative;
	background: #353535;
	z-index: 1;
	margin-right: 185px;
}

.friendLinkText {
	cursor: pointer;
	border: 1px solid #535353;
	height: 48px;
	width: 348px;
	line-height: 48px;
}

.friendLinkText .text {
	padding: 0 20px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.friendLinkText .icon {
	float: right;
	display: inline;
	width: 48px;
	height: 48px;
	background: url(../images/friendLinkIcon.png)no-repeat center;
}

.friendLinkDl {
	display: none;
	background: #353535;
	max-height: 144px;
	overflow-y: auto;
	border: 1px solid #535353;
	border-top: none;
	position: absolute;
	width: 348px;
	top: 50px;
}

.friendLinkDl a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
}

.friendLinkDl a:hover {
	color: #ffffff;
}

/* 友情链接end   */
.backTop {
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background-color: #cc0110;
}

.backTop a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/backUpIcon.png)no-repeat center;
}

/* 底部中间start   */
.footerM {
	padding: 40px 0 35px;
	border-top: 1px solid #3d3d3d;
}

.footerML {
	overflow: hidden;
}

.footerML .dd {
	float: left;
	display: inline;
	width: 33%;
}

.footerLogo {
	padding-top: 40px;
	margin-bottom: 40px;
}

.footerLogo img {
	display: block;
	height: 50px;
}

.footerML .dd .con .icon {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #454242;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.footerML .dd.dd1 .con .icon {
	background-image: url(../images/footerIcn1.png);
}

.footerML .dd.dd2 .con .icon {
	background-image: url(../images/footerIcn2.png);
}

.footerML .dd.dd3 .con .icon {
	background-image: url(../images/footerIcn3.png);
}

.footerML .dd .con .text {
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 7px;
}

.footerML .dd .con .info {
	line-height: 22px;
	font-size: 16px;
	color: #666666;
	padding-right: 20px;
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 25px;
}

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

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

.footerMenu dd em a:hover {
	color: #fff;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 25px;
	padding: 5px 0;
	overflow: hidden;
}

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

.footerMenu dd span a:hover {
	color: #fff;
}

.footerMR {
	float: right;
	display: inline;
	margin-left: 110px;
	margin-right: -20px;
}

.footerEwm {
	overflow: hidden;
}

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

.footerEwm dd img {
	display: block;
	width: 95px;
	height: 95px;
	margin-bottom: 10px;
	border: 1px solid #494949;
	padding: 2px;
}

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

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	border-top: 1px solid #3d3d3d;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-size: 14px;
	color: #4d4d4d;
	background: #353535;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 20px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #4d4d4d;
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #4d4d4d;
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 31.25%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: absolute;
	text-align: left;
	bottom: 110px;
}

.subBanner .textC .cnTitle {
	background: url(../images/subbannerIcon1.png)no-repeat left center;
	padding-left: 55px;
	font-size: 40px;
	color: #f5f5f5;
	line-height: 64px;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

/* .subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);line-height: 30px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);} */
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 80px;
	background: #fff;
}

.location {
	height: 80px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a,
.location span {
	display: inline;
	float: left;
	height: 80px;
	line-height: 80px;
	color: #999999;
	font-size: 14px;
	padding-left: 8px;
}

.location a:hover {
	color: #cc0110
}

.location a.hover {
	color: #cc0110
}

.subNavBox {
	margin-right: -15px;
	position: relative;
}

.subNav {
	margin-left: -20px;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 80px;
	height: 80px;
	color: #333333;
	font-size: 14px;
	padding: 0 20px;
}

.subNav a.hover {
	color: #cc0110
}

.subNav a:hover {
	color: #cc0110
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #cc0110;
	color: #FFF;
	border-color: #cc0110;
}

.sjMenu a.hover {
	background: #cc0110;
	color: #FFF;
	border-color: #cc0110;
}

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

.page a {
	display: inline-block;
	overflow: hidden;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #dedede;
	color: #666666;
	border-radius: 3px;
	margin: 0 9px;
}

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

.page a:hover {
	background: #cc0110;
	color: #fff;
	border-color: #cc0110;
}

.page a.hover {
	background: #cc0110;
	color: #fff;
	border-color: #cc0110;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

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

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

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

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

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

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

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

.page a.lastPage:hover div {
	background-image: url(../images/common/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/common/page/firstPage.png)
}

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

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

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

/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.sectionCon {
	height: 100%;
}

.sectionTitleBox .title1 {
	line-height: 58px;
	font-size: 40px;
	color: #333333;
}

.sectionTitleBox .title2 {
	line-height: 36px;
	font-size: 20px;
	color: #999999;
}

/* ————— 公共部分 end ————— */
#fp-nav.right {
	right: 4px !important;
	display: none !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #cc0110 !important;
}

.animHide {
	opacity: 0;
}

.zoomIn.animHide {
	opacity: 1;
}

/* ————— 第1通栏 start ————— */
.section1Con {
	position: relative;
	height: calc(100% - 90px);
	/* top: 90px; */
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.seCon2L {
	float: left;
	display: inline;
	height: 100%;
	width: 50%;
}

.seCon2R {
	height: 100%;
	overflow: hidden;
}

.seCon2L .bd,
.seCon2L .bd .mySlide,
.seCon2L .bd .slickCon,
.seCon2L .bd .slickCon .pic {
	height: 100%;
}

.seCon2RCon .textBox {
	padding: 120px 180px 0 90px;
}

.seCon2RCon .title {
	font-size: 26px;
	color: #c9a273;
	line-height: 35px;
	margin-bottom: 24px;
}

.seCon2RCon .sectionTitleBox {
	padding-bottom: 90px;
}

.seCon2RCon .info {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.seCon2R .sectionMoreBtn {
	padding-top: 60px;
}

.sectionMoreBtn a {
	font-size: 14px;
	color: #999999;
	display: block;
	width: 126px;
	height: 41px;
	border: 2px solid #cccccc;
	text-align: center;
	line-height: 41px;
	border-radius: 45px;
}

.sectionMoreBtn a span {
	background: url(../images/common/sectionMoreIcon.png)no-repeat right center;
	padding-right: 25px;
}

.sectionMoreBtn a:hover {
	border-color: #cc0110;
	background: #cc0110;
	color: #ffffff;
}

.sectionMoreBtn a:hover span {
	background: url(../images/common/sectionMoreIconh.png)no-repeat right center;
}

.seCon2RCon {
	position: relative;
}

.seCon2R .sectionMoreBtn {
	margin-bottom: 77px;
}

.seCon2RCon .line {
	text-align: center;
	line-height: 160px;
	background: url(../images/section2RLine.png)no-repeat center;
	height: 160px;
	width: 100%;
}

.seCon2Btn {
	display: inline-block;
	vertical-align: middle;
	width: 148px;
	height: 148px;
	margin: 0 108px;
	border-radius: 100%;
	background: url(../images/seCon2Btnyy.png)no-repeat center center;
	padding-top: 12px;
	padding-left: 12px;
}

.seCon2Btn a {
	display: block;
	width: 134px;
	height: 134px;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	background: #ffffff;
}

.seCon2Btn a .icon {
	height: 60px;
}

.seCon2Btn a .title {
	line-height: 25px;
	font-size: 16px;
	color: #444;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 0;
}

.seCon2Btn a .icon.icon1 {
	background: url(../images/seCon2BtnIcon1.png)no-repeat center bottom;
}

.seCon2Btn a .icon.icon2 {
	background: url(../images/seCon2BtnIcon2.png)no-repeat center bottom;
}

.seCon2Btn:hover {
	background: url(../images/seCon2Btnyyh.png)no-repeat center center;
	;
}

.seCon2Btn:hover a {
	border-color: #b1020f;
	background: #b1020f;
}

.seCon2Btn:hover a .title {
	color: #ffffff;
}

.seCon2Btn:hover a .icon.icon1 {
	background: url(../images/seCon2BtnIcon1h.png)no-repeat center bottom;
}

.seCon2Btn:hover a .icon.icon2 {
	background: url(../images/seCon2BtnIcon2h.png)no-repeat center bottom;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3Con {
	padding-top: 120px;
	background: #fafafa;
}

.section3ConL {
	overflow: hidden;
}

.section3ConR {
	width: 1200px;
	float: right;
	display: inline;
	padding-top: 95px;
}

.section3ConRDl {
	overflow: hidden;
	border-radius: 28px;
}

.section3ConRDl .dd {
	height: 620px;
	float: left;
	display: inline;
	width: 25%;
}

.section3ConRDl .dd a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.section3ConRDl .dd .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.section3ConRDl .dd .textBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.section3ConRDl .dd .textBox .title {
	font-size: 22px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	height: 35px;
	overflow: hidden;
	margin-bottom: 25px;
}

.section3ConRDl .dd .textBox .line {
	width: 22px;
	height: 5px;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.section3ConRDl .dd .textBox .moreBtn {
	opacity: 0;
	display: none;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	width: 126px;
	height: 41px;
	border: 2px solid #ffffff;
	text-align: center;
	line-height: 41px;
	border-radius: 45px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.section3ConRDl .dd .textBox .moreBtn span {
	background: url(../images/common/sectionMoreIconh.png)no-repeat right center;
	padding-right: 25px;
}

.section3ConRDl .dd:hover .textBox .line {
	margin-bottom: 60px;
}

.section3ConRDl .dd:hover .textBox .moreBtn {
	display: block;
	opacity: 1;
}

.section3ConRDl .dd:hover .textBox {
	background: rgba(0, 0, 0, 0.2);
}

.section3ConL .info {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	height: 150px;
	overflow: hidden;
	margin-right: 55px;
	padding-right: 15px;
}

.section3ConL .imgBox {
	width: 157px;
	margin-bottom: 35px;
	padding-top: 100px;
}

.section3ConL .imgBox .pic::before {
	padding-top: 36.3057324%;
}

.section3ConL .sectionMoreBtn {
	padding-top: 105px;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.section4Con {
	padding-top: 120px;
}

.sectionTitleBoxs .sectionTitleBox {
	overflow: hidden;
}

.sectionTitleBoxs .sectionMoreBtn {
	padding-top: 25px;
}

.section4Dl {
	padding-top: 65px;
	overflow: hidden;
}

.section4Dl .slickCon .pic::before {
	padding-top: 66.6%;
}

.section4Dl .bd {
	margin-right: -30px;
}

.section4Dl .slickCon {
	margin-right: 30px;
	border-radius: 25px;
	overflow: hidden;
}

.section4Dl .slickCon .textC {
	padding-top: 40px;
	border: 1px solid #f0f0f0;
	padding-bottom: 15px;
	background: #ffffff;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.section4Dl .slickCon .title {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.section4Dl .slickCon .title a {
	color: #333333;
}

.section4Dl .slickCon .info {
	line-height: 33px;
	height: 66px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.section4DlBox {
	position: relative;
}

.section4DlBox .section4DlBtnBox {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}

.section4DlBox .section4DlBtnBox span {
	cursor: pointer;
	width: 45px;
	height: 55px;
	margin-top: -27px;
	display: block;
	background-color: #ebebeb;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.section4DlBox .section4DlBtnBox span.prev {
	left: -75px;
	background-image: url(../images/section4DlPrev.png);
}

.section4DlBox .section4DlBtnBox span.next {
	right: -75px;
	background-image: url(../images/section4DlNext.png);
}

.section4DlBox .section4DlBtnBox span:hover {
	background-color: #b1020f;
}

.section4DlBox .section4DlBtnBox span.prev:hover {
	background-image: url(../images/section4DlPrevh.png);
}

.section4DlBox .section4DlBtnBox span.next:hover {
	background-image: url(../images/section4DlNexth.png);
}

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.section5Con {
	padding: 0 40px;
	display: flex;
}

.section5ConL {
	float: left;
	display: inline;
	width: 440px;
	padding-top: 120px;
}

.section5ConR {
	overflow: hidden;
	flex: 1;
}

.section5ConL .sectionTitleBox {
	text-align: center;
}

.section5BTnDl {
	padding-top: 186px;
}

.section5BTnDl .dd {
	margin-bottom: 30px;
}

.section5BTnDl .dd a {
	display: block;
	width: 148px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #cbcbcb;
	margin: 0 auto;
	color: #333333;
	font-size: 16px;
}

.section5BTnDl .dd a:hover {
	background-color: #cc0110;
	border-color: #cc0110;
	color: #ffffff;
}

.section5Dl,
.section5Dl .bd,
.section5Dl .bd .slick-list,
.section5Dl .bd .slick-list .slick-track,
.section5Dl .bd .slick-list .mySlide,
.section5Dl .bd .slick-list .mySlide .slickCon {
	height: 100%;
}

/* .section5Dl .bd{margin: 0 -40px;} */
.section5Dl .slickCon {
	margin: 0 40px;
}

.section5Dl .slickCon .time1 {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 30px;
	color: #999999;
}

.section5Dl .slickCon .time2 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	color: #999999;
}

.section5Dl .slickCon .text1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	height: 30px;
	overflow: hidden;
}

.section5Dl .slickCon .text1 a {
	color: #333333;
}

.section5Dl .slickCon .text2 {
	padding-top: 25px;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	color: #666666;
}

.section5Dl .slickCon .pic::before {
	padding-top: 66.5%;
}

.section5Dl .slickCon .moreBtn {
	padding-top: 60px;
}

.section5Dl .slickCon .moreBtn a {
	font-size: 14px;
	line-height: 25px;
	color: #c9a273;
}

.section5Dl .slickCon .moreBtn a span {
	background: url(../images/section5DlBtnIcon.png)no-repeat right center;
	padding-right: 30px;
}

.section5Dl .bd .mySlide:hover {
	background-color: #ffffff;
}

.section5Dl .bd .mySlide:hover .slickCon .time1,
.section5Dl .bd .mySlide:hover .slickCon .text1 a,
.section5Dl .bd .mySlide:hover .slickCon .moreBtn a {
	color: #cc0110;
}

.section5Dl .bd .mySlide:hover .slickCon .moreBtn a span {
	background: url(../images/section5DlBtnIconh.png)no-repeat right center;
}

.section5Dl .bd .mySlide:hover .slickCon .time2 {
	color: #d7d4d4
}

.section5ConPage {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 190px;
}

.section5ConPage .section5ConPrev,
.section5ConPage .section5ConNext {
	width: 45px;
	height: 55px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.section5ConPage .section5ConPrev {
	background-image: url(../images/section5ConPrev.png);
	background-repeat: no-repeat;
	background-position: center;
}

.section5ConPage .section5ConNext {
	background-image: url(../images/section5ConNext.png);
	background-repeat: no-repeat;
	background-position: center;
}

.section5ConPage .section5ConPrev:hover,
.section5ConPage .section5ConNext:hover {
	background-color: #cc0110;
}

.section5ConPage .text {
	margin: 0 15px;
	font-size: 14px;
	color: #666666;
	line-height: 55px;
}

.section5ConPage .text span {
	color: #cc0110;
	font-size: 22px;
	font-weight: bold;
}

/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */
.fullView {
	width: 100px;
	text-align: center;
	position: relative;
	top: 25px;
	height: 45px;
	border-radius: 3px;
	overflow: hidden;
}

.fullView a {
	display: block;
	box-sizing: border-box;
	padding: 0 15px;
	background: #cc0110;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.fullView span {
	padding: 5px 0;
	padding-left: 40px;
	display: inline-block;
	height: 35px;
	font-size: 14px;
	color: #fff;
	background: url(../images/qj.png) left center no-repeat;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.fullView a:hover {
	opacity: 0.95;
}

.fullView:hover span {
	padding-left: 38px;
}

.xcBtn{
	margin-left: 20px;
}
.xcBtn a{
	height: 45px;
	border: 1px solid #cc0110;
	background: transparent;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-sizing: border-box;
}
.fullView.xcBtn span{
	color: #cc0110;
	background: url(../images/xcsp.png) left center no-repeat;
}
.xcBtn:hover span{
	color: #fff;
	background: url(../images/xcsp_h.png) left center no-repeat;
}
.xcBtn:hover a{
	background: #cc0110;
}</pre></body></html>