@charset "utf-8";

/* ==================== 外层框架 start ==================== */
/* —————————— 引导页 start —————————— */
.fade{
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fadeTop,
.fadeBottom{
	position: absolute;
	width: 100%;
	height: 51%;
	background: url(../images/fadebg.png);
	left: 0;
}
.fadeLogo{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.fadeC{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -57px;
	text-align: center;
}
.fadeTop{
	top: 0;
}
.fadeBottom{
	bottom: -5px;
}
.fadeLoading {
   display:inline-block;
   font-size:0px;
   padding:0px;
}
.fadeLoading span {
   vertical-align:middle;
   border-radius:100%;
   display:inline-block;
   width:10px;
   height:10px;
   margin:3px 2px;
   -webkit-animation:loader1 0.8s linear infinite alternate;
   animation:loader1 0.8s linear infinite alternate;
}
.fadeLoading span:nth-child(1) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background:rgba(151, 17, 45,0.6);
}
.fadeLoading span:nth-child(2) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background:rgba(151, 17, 45,0.8);
}
.fadeLoading span:nth-child(3) {
   -webkit-animation-delay:-0.26666s;
   animation-delay:-0.26666s;
  background:rgba(151, 17, 45,1);
}
.fadeLoading span:nth-child(4) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background:rgba(151, 17, 45,0.8);
  
}
.fadeLoading span:nth-child(5) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background:rgba(151, 17, 45,0.4);
}

@keyframes loader1 {
   from {transform: scale(0, 0);}
   to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
   from {-webkit-transform: scale(0, 0);}
   to {-webkit-transform: scale(1, 1);}
}
/* —————————— 引导页 end —————————— */
/* —————————— 顶部 start —————————— */
.topT {
	height: 106px;
	background: #f5f5f5;
}

.logo {
	height: 106px;
	padding: 0 20px;
	position: relative;
}

.logo a {
	display: block;
}

.logo:first-child {
	padding-left: 0;
}

.logo::before {
	content: '';
	display: block;
	width: 1px;
	height: 72px;
	background: rgba(153, 153, 153, 0.2);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -36px;
}

.logo:last-child::before {
	background: rgba(153, 153, 153, 0);
}

.logo h1 {
	height: 106px;
	display: table-cell;
	vertical-align: middle;
}

.logo h1 img {
	height: 75px;
}

.logo .logoItem {
	height: 78px;
	overflow: hidden;
	margin: 14px 0;
}

.logo .logoItem a {
	font-size: 15px;
	color: #333333;
	height: 26px;
	text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
}

.logo .logoItem a img {
	height: 26px;
	vertical-align: middle;
	margin-right: 2px;
}

.searchBox .searchTable {
	height: 106px;
	display: table-cell;
	vertical-align: middle;
}

.searchDiv {
	width: 250px;
	height: 38px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #97112d;
	position: relative;
}

.searchDiv .searWidth {
	overflow: hidden;
	height: 100%;
}

.searchDiv input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.searchDiv input::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
}

.searchDiv .searchBtn {
	float: right;
	display: inline;
	width: 45px;
	height: 100%;
	background: #97112d;
}

.searchDiv .searchBtn a {
	display: block;
	width: 100%;
	height: 100%;

}

.searchDiv a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/new/searchIcn.png) no-repeat center center;
	background-size: 18px;
}

.searchTable .topIcnBox {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 20px;
	background: rgba(151, 17, 45, 0.1);
	position: relative;
}

.searchTable .topIcnBox a {
	display: block;
	width: 100%;
	height: 100%;
}

.searchTable .topIcnBox a.wx {
	background: url(../images/new/wxIcn.png) no-repeat center center;
	background-size: 20px 16px;
}

.searchTable .topIcnBox a.tel {
	background: url(../images/new/telIcn.png) no-repeat center center;
	background-size: 12px 17px;
}

.searchTable .topIcnBox .ewmCode {
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	padding-top: 10px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
	z-index: 20;
}

.ewmCode .con {
	background-color: #FFF;
	box-shadow: 0px -2px 8px rgba(0, 0, 0, .1);
	position: relative;
}

.ewmCode .con i {
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -10px;
	top: -20px;
}

.ewmCode .con .ewm {
	padding: 10px 10px 0;
}

.ewmCode .con .ewm img {
	display: block;
	width: 100px;
	height: 100px;
	background: #ddd;
}

.ewmCode .con span {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 12px;
	text-align: center;
}

.searchTable .topIcnBox a:hover+.ewmCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.topMenu {
	/* height: 55px; */
	background: #fff;
	position: relative;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.menuBg {
	display: none;
	width: 100%;
	height: 55px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 55px;
	background: rgb(255, 255, 255, .8);
	z-index: 5;
}

.topMmenuDl {
	position: relative;
}

.topMmenuDl dd {
	float: left;
	display: inline;
	z-index: 71;
}

.topMmenuDl dd .topYjMenu a {
	display: block;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	position: relative;
	margin: 0 30px;
}

.topMmenuDl dd .topYjMenu a::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #97112d;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.topMmenuDl dd:first-child .topYjMenu a {
	margin-left: 0;
}

.topMmenuDl dd:last-child .topYjMenu a {
	margin-right: 0;
}

.topEjMenu {
	width: 100%;
	position: absolute;
	top: 55px;
	z-index: 5;
	display: none;
	z-index: 68;
}

.topSubMenu {
	width: 1440px;
	overflow: hidden;
	position: relative;
	z-index: 69;
	padding-left: 30px;
	text-align: center;
}

.topSubMenu li {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 70;
	margin-right: 35px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.topSubMenu li a {
	display: block;
	font-size: 15px;
	color: #333333;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.topMmenuDl dd.hover .topSubMenu li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

.topMmenuDl dd.hide .topSubMenu li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

.topMmenuDl dd:hover .topYjMenu a,
.topMmenuDl dd.hover .topYjMenu a {
	color: #97112d;
	font-weight: bold;
}

.topMmenuDl dd:hover .topYjMenu a::before,
.topMmenuDl dd.hover .topYjMenu a::before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.topSubMenu li a:hover {
	color: #97112d;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

/* —————————— 顶部 end —————————— */

/*indexBanner start*/
.indexBanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	margin: auto;
}

.indexBanner.active {
	border-radius: 20px;
	/* width: calc(100vw - 240px) !important;
	height: calc(760px - 95px) !important; */
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
}

.indexBannerJan {
	height: 95px;
}

.indexBanner .bd {
	height: 100%;
}

.indexBanner .slick-list {
	height: 100%;
}

.indexBanner .slick-track {
	height: 100%;
}

.indexBanner .myslide {
	height: 100%;
}

/* .indexBanner .slick-list{
	height: 100%;
} */
.indexBanner .bd .con {
	height: 100%;
	position: relative;
}

.indexBanner .bd .con .indexBg {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bannerText {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bannerTextCon {
	position: relative;
}

.banTextIcn {
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.banTextIcn1 {
	width: 115px;
	height: 111px;
}

.banTextIcn2 {
	width: 33px;
	height: 44px;
}

.banTextIcn3 {
	width: 74px;
	height: 77px;
}

.banTextIcn4 {
	width: 61px;
	height: 65px;
}

.banTextIcn5 {
	width: 60px;
	height: 61px;
}

.banTextIcn6 {
	width: 18px;
	height: 355px;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 28px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 14px;
	height: 10px;
	border-radius: 4px;
	line-height: 9999px;
	text-align: center;
	background: #ffffff;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .slick-dots li.slick-active {
	width: 35px;
}

.cloudWave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);


}

.cloudWave.cloudWave2 {
	background: url(../images/cloudWave2.png) center center no-repeat;
	background-size: contain;
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}

/*indexBanner end*/
/* —————————— 底部 start —————————— */
.footer {
	overflow: hidden;
}

.footerT {
	padding: 50px 0 25px;
	overflow: hidden;
	position: relative;
	background: #2056a7;
}

.foterM {
	padding: 20px 0 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #2056a7;
}

.footerMenuBox {
	overflow: hidden;
}

.footerTL {
	overflow: hidden;
	line-height: 30px;
}

.footerTL dt,
.footerTL dd {
	float: left;
	display: inline;
	font-size: 14px;
	color: #ffffff;
	margin-right: 40px;
}

.footerTL dd a {
	display: block;
	font-size: 14px;
	color: #ffffff;
}

.footerContactUs {
	overflow: hidden;
	padding-top: 15px;
}

.footerContactUs .con {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-right: 30px;
}
.footerContactUs .con.title{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.footerContactUs .con .icn {
	width: 26px;
	height: 40px;
	background-position: center left;
	background-repeat: no-repeat;
}

.footerContactUs .con.tel .icn {
	background-image: url(../images/new/footerTel.png);
	background-size: 15px;
}

.footerContactUs .con.add .icn {
	background-image: url(../images/new/footerAdd.png);
	background-size: 12px 15px;
}

.footerContactUs .con .title {
	font-size: 14px;
	color: #ffffff;
}

.footerContactUs .con.add .info {
	font-size: 14px;
	color: #ffffff;
}

.footerContactUs .con.tel .info {
	font-size: 24px;
	color: #ffffff;
}

.footerContactUs .con.tel .info img {
	height: 20px;
	margin: 10px 0;
}

/* 二维码 start */
.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	margin: 0 20px;
	width: 85px;
}

.footerEwm dd:last-child {
	margin-right: 0;
}

.footerEwm dd .picBox {
	width: 85px;
	height: 85px;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footerEwm dd.img2 {
	width: auto;
}

.footerEwm dd.img2 .picBox {
	background: none;
	text-align: right;
	width: auto;
	padding-top: 20px;
}

.footerEwm dd.img2 .picBox img {
	display: inline-block;
	width: auto;
	height: auto;
	object-fit: contain;
}

.footerEwm dd .picBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.footerEwm dd span {
	display: block;
	max-height: 78px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

/* 二维码 end */
/* 版权+技术支持 start */
.footerB {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	background: #1a4f9e;
}

.footerBL a {
	display: inline-block;
	height: 100%;
	position: relative;
	color: rgba(255, 255, 255, 0.5)
}

.footerBL .beian img {
	height: 20px;
	vertical-align: middle;
}

.footerB a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/* 版权+技术支持 end */
/* —————————— 底部 end —————————— */
/* —————————— 悬浮 start —————————— */
/* 右侧悬浮 start */
.rightContactBox {
	width: 90px;
	position: absolute;
	right: 30px;
	top: 0;
	margin-top: -20%;
	z-index: 100;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.sideMenu {
	overflow: hidden;
	padding: 10px 0;
}

.sideMenu dd {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sideMenu dd a {
	display: block;
	height: 100%;
}

.sideMenu dd a .icn {
	width: 100%;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sideMenu dd a .icn.icn1 {
	background-image: url(../images/new/side1.png);
	animation: icn2 1s infinite;
}
@keyframes icn1{
	0{
		transform: rotateY(0);
		-webkiy-transform: rotateY(0);
	}
	25%{
		transform: rotateY(180deg);
		-webkiy-transform: rotateY(180deg);
	}
	50%{
		transform: rotateY(360deg);
		-webkiy-transform: rotateY(360deg);
	}
	75%{
		transform: rotateY(180deg);
		-webkiy-transform: rotateY(180deg);
	}
	100%{
		transform: rotateY(0deg);
		-webkiy-transform: rotateY(0deg);
	}
}
@keyframes icn2{
	0{
		transform: translateY(0);
		-webkiy-transform: translateY(0);
	}
	50%{
		transform: translateY(-10px);
		-webkiy-transform: translateY(-10px);
	}
	100%{
		transform: translateY(0);
		-webkiy-transform: translateY(0);
	}
}
.sideMenu dd a .icn.icn2 {
	background-image: url(../images/new/backTop.png);
}
.sideMenu dd a .icn.icn3 {
	background-image: url(../images/new/OAxitong.png);
}
.sideMenu dd a .icnTitle {
	font-size: 12px;
	color: #666666;
	height: 20px;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sideMenu dd:hover {
	background: #97112d;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sideMenu dd:hover a .icnTitle {
	color: #fff;
}

.sideMenu dd:hover a .icn.icn1 {
	background-image: url(../images/new/side1h.png);
}

.sideMenu dd:hover a .icn.icn2 {
	background-image: url(../images/new/backToph.png);
}
.sideMenu dd:hover a .icn.icn3 {
	background-image: url(../images/new/OAxitongh.png);
}
/* 右侧悬浮 end */
/* —————————— 悬浮 end —————————— */
/* ==================== 外层框架 end ==================== */
/* ==================== 内页框架 start ==================== */
/* —————————— suBanner start —————————— */
.subBanner {
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
.subBannerText{
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.subBannerText .text{
	overflow: hidden;
	padding-top: 133px;
}
.subBannerText .text .title{
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-right: 30px;
}
.subBannerText .text .subTitle{
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
/* —————————— suBanner end —————————— */
/* —————————— 当前位置 start —————————— */
.location {
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
}

dl.locationL {
	overflow: hidden;
}

dl.locationL dd {
	float: left;
	display: inline;
	text-align: center;
	margin-right: 50px;
	position: relative;
}

dl.locationL dd::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #97112d;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

dl.locationL dd a {
	display: block;
	font-size: 14px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.locationL dd:hover a,
.locationL dd.hover a {
	color: #97112d;
}

.location dl dd:hover::before,
.location dl dd.hover::before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

dl.locationR dd {
	float: left;
	display: inline;
	text-align: center;
	position: relative;
}

dl.locationR dd a {
	display: block;
	font-size: 14px;
	color: #333333;
}

.locationR .locationhome {
	width: 25px;
	height: 60px;
	background: url(../images/new/locationhome.png) no-repeat;
	background-position: left 0px top 25px;
}

.locationR .locationright {
	width: 80px;
	background: url(../images/new/locationright.png) no-repeat;
	background-position: left 0px top 28px;
	padding: 0 0 0 5px;
}

/* —————————— 当前位置 end —————————— */
/* —————————— 页码 start —————————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	color: #666666;
	background: #fff;
	margin: 0 3px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid #e2e2e2;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover,
.page a.hover {
	background: #1f56a8;
	color: #fff;
}

.page a div {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	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.lastPage.disabled,
.page a.nextPage.disabled,
.page a.prevPage.disabled,
.page a.firstPage.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 —————————— */
/* —————————— 三级导航 start —————————— */
/* —————————— 三级导航 end —————————— */
/* ==================== 内页框架 end ==================== */
/* ==================== 首页 start ==================== */
/* —————————— indexBanner start —————————— */
/* —————————— indexBanner end —————————— */
/* —————————— 首页公共部分 start —————————— */
.indexTitle {
	text-align: center;
}

.indexTitle .title {
	font-size: 34px;
	color: #97112d;
}

.indexTitle .subTitle {
	font-size: 18px;
	color: #d8a5b0;
	opacity: 0.5;
}

.indexMore {
	text-align: center;
}

.indexMore a {
	display: inline-block;
	padding: 0 52px;
	background: #97112d;
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexMore a:hover {
	opacity: 0.9;
}

/* —————————— 首页公共部分 end —————————— */
/* —————————— 第1通栏 start —————————— */
.column1 {
	overflow: hidden;
	background: #fff;
}

.indexNavDl {
	overflow: hidden;
	margin-right: -16px;
	padding: 46px 0;
}

.indexNavDl dd {
	float: left;
	display: inline;
	width: 16.6667%;
}

.indexNavDl dd a {
	display: block;
	height: 100%;
}

.indexNavDl dd .con {
	border-radius: 6px;
	overflow: hidden;
	margin-right: 16px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	background: #eb6a6c;
	padding: 30px 0 20px;
}

.indexNavDl dd:nth-child(2) .con {
	background: #f88d58;
}

.indexNavDl dd:nth-child(3) .con {
	background: #f4b143;
}

.indexNavDl dd:nth-child(4) .con {
	background: #f9844a;
}

.indexNavDl dd:nth-child(5) .con {
	background: #90be6d;
}

.indexNavDl dd:nth-child(6) .con {
	background: #43aa8b;
}

.indexNavDl dd .con:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.indexNavDl dd .con .icn {
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px;
}

.indexNavDl dd .con .text {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* —————————— 第1通栏 end —————————— */
/* —————————— 第2通栏 start —————————— */
.column2 {
	overflow: hidden;
	background: #fff;
	padding-bottom: 46px;
}

.indexC1Dl {
	overflow: hidden;
	padding-top: 60px;
}

.indexC1Dl .indexC1Dd {
	float: left;
	display: inline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 443px;
	overflow: hidden;
	animation-delay: 1.2s;
}

.indexC1Dl .indexC1Dd.one {
	width: 46%;
}

.indexC1Dl .indexC1Dd.two {
	width: 54%;
	padding-left: 40px;
}

.indexC2Con {
	overflow: hidden;
}

.indexC2Con .newsPic {
	position: relative;
	overflow: hidden;
}

.indexC2Con .newsPic .pic {
	position: relative;
}

.indexC2Con .newsPic .pic:before {
	display: block;
	content: '';
	padding-top: 66.7143%;
}

.indexC2Con .newsPic .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.indexC2Con .newsPic .pic a {
	display: block;
}

.indexC2Con .newsPicText {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.78);
	padding-left: 20px;
	padding-right: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexC2Con .newsPicText a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsPic .bd .slick-dots {
	position: absolute;
	bottom: -25px;
	right: 20px;
	height: 52px;
	line-height: 52px;
	text-align: right;
	font-size: 0;
	z-index: 1
}

.newsPic .bd .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.4);
	margin-left: 10px;
	vertical-align: middle;
	transition: width 300ms;
	-webkit-transition: width 300ms;
	cursor: pointer;
	background: #fff;
}

.newsPic .bd .slick-dots li.slick-active {
	background: #f29200;
}

.newsPic .prev,
.newsPic .next {
	display: block;
	width: 30px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	border: 1px solid #9b9b9b;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.newsPic .prev {
	left: 0;
}

.newsPic .next {
	right: 0px;
}

.newsPic .prev::before,
.newsPic .next::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsPic .prev::before {
	margin-left: -4px;
	ransform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.newsPic .next::before {
	margin-left: -8px;
	ransform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.newsPic .prev:hover,
.newsPic .next:hover {
	background-color: #cb0202;
	border: 1px solid #cb0202;
}

.newsPic .prev:hover:before,
.newsPic .next:hover:before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.indexTab {
	overflow: hidden;
	height: 40px;
	line-height: 30px;
	left: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

.indexTab .more {
	float: right;
	display: inline;
	font-size: 14px;
	color: #999999;
	padding-right: 15px;
	position: relative;
}

.indexTab .more::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	right: 5px;
	bottom: 8px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	transform: translate(0, -50%) rotate(-135deg);
	-webkit-transform: translate(0, -50%) rotate(-135deg);
}

.indexTitleDl {
	overflow: hidden;
}

.indexTitleDl dd {
	float: left;
	display: inline;
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
}

.indexTitleDl dd a {
	display: block;
	height: 100%;
	font-size: 16px;
	color: #666666;
	position: relative;
	background: #f5f5f5;
	border-radius: 18px;
	overflow: hidden;
	padding: 0 18px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.indexTitleDl dd.hover a,
.indexTitleDl dd:hover a {
	background: #97112d;
	color: #fff;
}

.indexTitleDl dd:hover~dd a::before {
	left: 0;
}

dl.newsDl {
	overflow: hidden;
}

dl.newsDl dt {
	padding: 15px 0;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 15px;
}

dl.newsDl dt .con {
	overflow: hidden;
}

dl.newsDl dt .con .title {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.newsDl dt .con .title a {
	font-size: 16px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

dl.newsDl dt:hover .con .title a {
	color: #97112d;
}

dl.newsDl dt .con .info {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

dl.newsDl dd .con .title {
	overflow: hidden;
	position: relative;
	padding-left: 12px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.newsDl dd .con .title a {
	font-size: 14px;
	color: #666666;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

dl.newsDl dd:hover .con .title a {
	color: #97112d;
}

dl.newsDl dd .con .title::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #949090;
	position: absolute;
	left: 2px;
	top: 45%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

dl.newsDl dd .con .time {
	font-size: 14px;
	color: #999999;
	float: right;
	display: inline;
	margin-left: 70px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

/* —————————— 第2通栏 end —————————— */
/* —————————— 第3通栏 start —————————— */
.column3{
	background: #ecf1f7;
	overflow: hidden;
	padding: 132px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.indexC3Banner {
	position: relative;
	padding-bottom: 132px;
}

.indexC3Banner .bd {
	overflow: hidden;
	margin: -10px -10px -50px;
}

.indexC3Banner .slick-list {
	overflow: visible;
}

.indexC3Banner .myslide {
	width: 25%;
	float: left;
	display: inline;
	padding: 10px 0 40px;
}

.indexC3Banner .prev {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/new/jobPrevh.png) no-repeat center center;
	position: absolute;
	left: 46%;
	bottom: 40px;
	z-index: 1;
	display: none;
}

.indexC3Banner .next {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/new/jobNexth.png) no-repeat center center;
	position: absolute;
	right: 46%;
	bottom: 40px;
	z-index: 1;
	display: none;
}

.indexC3Banner .con {
	margin: 10px 10px 50px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	padding: 15px 15px 0;
	background: #fff;
	border-radius: 8px;
	position: relative;
}

.indexC3Banner .con .pic::before {
	padding-top: 109.375%;
}

.indexC3Banner .con .text {
	background: #fff;
	/* height: 88px; */
	/* line-height: 88px; */
	overflow: hidden;
}

.indexC3Banner .con .text .title {
	font-size: 20px;
	color: #333333;
	overflow: hidden;
}
.indexC3Banner .con .text .textC {
	font-size: 16px;
	color: #999999;
	float: right;
	display: inline;
}
.indexC3Banner .con  .icn{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 42px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background: #f00 url(../images/new/jiahao.png)no-repeat center center;
	position: absolute;
	right: 15px;
	bottom: -24px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.indexC3Banner .myslide:nth-child(4n+1) .con  .icn{
	background-color: #d5ae5d;
}
.indexC3Banner .myslide:nth-child(4n+2) .con  .icn{
	background-color: #2056a7;
}
.indexC3Banner .myslide:nth-child(4n+3) .con  .icn{
	background-color: #b83b5e;
}
.indexC3Banner .myslide:nth-child(4n+4) .con  .icn{
	background-color: #6a2c70;
}
.indexC3Banner .con:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.indexC3Banner .con:hover .icn{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.index3Tab {
	font-size: 0;
	text-align: center;
	margin: 60px 0 30px;
}

.index3Tab a {
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 50px;
	border-radius: 20px;
	background: #fff;
	color: #333333;
	margin: 0 15px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.index3Tab a.hover,
.index3Tab a:hover{
	color: #fff;
	background: #97112d;
}
.indexC3Dl{
	overflow: hidden;
}
.indexC3Dl dd{
	width: 100%;
	float: left;
	display: inline;
}
.indexC3Dl dd:nth-child(4n+1) .con  .icn{
	background-color: #d5ae5d;
}
.indexC3Dl dd:nth-child(4n+2) .con  .icn{
	background-color: #2056a7;
}
.indexC3Dl dd:nth-child(4n+3) .con  .icn{
	background-color: #b83b5e;
}
.indexC3Dl dd:nth-child(4n+4) .con  .icn{
	background-color: #6a2c70;
}
.indexC3Dl .con {
	margin: 10px 10px 50px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	padding: 15px 15px 0;
	background: #fff;
	border-radius: 8px;
	position: relative;
}

.indexC3Dl .con .pic::before {
	padding-top: 109.375%;
	/* padding-top: 60%; */
}

.indexC3Dl .con .text {
	background: #fff;
	overflow: hidden;
	padding: 20px 0 10px;
}

.indexC3Dl .con .text .title {
	font-size: 20px;
	color: #333333;
	overflow: hidden;

}

.indexC3Dl .con .text .textC {
	font-size: 16px;
	color: #999999;
	float: right;
	display: inline;
}

.indexC3Dl .con .text .tel {
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.indexC3Dl .con .icn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 42px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background: #f00 url(../images/new/jiahao.png)no-repeat center center;
	position: absolute;
	right: 15px;
	bottom: -24px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.indexC3Dl .con:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.indexC3Dl .con:hover .icn {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.indexC3BannerBox{
	overflow: hidden;
	position: relative;
}
.indexC3Info {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	width: 100%;
}

.indexC3Info.active {
	position: relative;
	opacity: 1;
	z-index: 1;
}
.indexC3Con{
	height: 475px;
	overflow: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../images/20250808/indexC3ConBg1.png);
	background-position: bottom;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.indexC3Banner .myslide:nth-child(5n+2) .indexC3Con{
	background-image: url(../images/20250808/indexC3ConBg2.png);
}
.indexC3Banner .myslide:nth-child(5n+3) .indexC3Con{
	background-image: url(../images/20250808/indexC3ConBg3.png);
}
.indexC3Banner .myslide:nth-child(5n+4) .indexC3Con{
	background-image: url(../images/20250808/indexC3ConBg4.png);
}
.indexC3Banner .myslide:nth-child(5n+5) .indexC3Con{
	background-image: url(../images/20250808/indexC3ConBg5.png);
}
.indexC3Banner .indexC3Con{
	margin: 0 10px;
}
.indexC3Con .conTitle{
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 67px;
}
.indexC3Con .conTitle a{
	font-size: 22px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
}
.indexC3Con .textCon{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 18px;
	padding: 25px 0;
	overflow: hidden;
}
.indexC3Con .textCon a{
	display: block;
	font-size: 16px;
	color: #444444;
	width: calc(50% - 30px);
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 12px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.indexC3Con .textCon a:before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #444444;
	position: absolute;
	left: 0;
	top: 8px;
}
.indexC3Con .textCon a:hover{
	color:#97112d
}
/* —————————— 第3通栏 end —————————— */
/* —————————— 第4通栏 start —————————— */
.column4 {
	background: #fff url(../images/new/zjBg.png) no-repeat top 103px right;
	padding: 103px 0 150px;
	overflow: hidden;
}

.indexC4BannerBox {
	padding: 0px 0 50px;
}

.indexC4Banner {
	position: relative;
	/* overflow: hidden; */
}

.indexC4Banner .bd {
	overflow: hidden;
	padding: 110px 0 60px;
}

.indexC4Banner .slick-list {
	overflow: visible;
	padding: 0 !important;
	margin-right: -100px;
}

.indexC4Banner .myslide {
	width: 20%;
	float: left;
	display: inline;
}

.indexC4Banner .prev {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/new/jobPrev.png) no-repeat center center;
	background-size: 16px 29px;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -20px;
	/* bottom: 30px; */
	z-index: 1;
}

.indexC4Banner .next {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/new/jobNext.png) no-repeat center center;
	background-size: 16px 29px;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -20px;
	/* bottom: 30px; */
	z-index: 1;
}

.indexC4Banner .con {
	margin-right: 100px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.indexC4Banner .con .pic {
	width: 190px;
	/* height: 190px; */
	border-radius: 50%;
	overflow: hidden;
	background: #4ea5fd;
	margin: 0 auto 15px;
}

.indexC4Banner .con .pic img {
	object-position: top center;
}

.indexC4Banner .con .pic::before {
	padding-top: 100%;
}

.indexC4Banner .myslide.slick-current.slick-center .con {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

.indexC4Banner .con .text {
	text-align: center;
}

.indexC4Banner .con .text .title {
	font-size: 20px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC4Banner .myslide.slick-current.slick-center .con .text .title {
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

.indexC4Banner .con .text .info {
	font-size: 16px;
	color: #666666;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC4Banner .myslide.slick-current.slick-center .con .text .info {
	font-size: 10px;
	height: 15px;
	line-height: 15px;
}

/* —————————— 第4通栏 end —————————— */
/* —————————— 第5通栏 start —————————— */
.column5 {
	position: relative;
	padding: 70px 0 80px;
	background: #fff;
}

.column5::before {
	content: '';
	display: block;
	width: 100%;
	height: 120%;
	background: url(../images/new/jkBg.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: -90px;
	left: 0;
}

.indexC5Content {
	overflow: hidden;
	margin-left: -240px;
	position: relative;
	z-index: 2;
}

.indexC5Content .item {
	width: 350px;
	height: 750px;
	float: left;
	display: inline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC5Content .item .con {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	border-radius: 15px;
}

.indexC5Content .item .con .text {
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
}

.indexC5Content .item .con .titleBox {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.indexC5Content .item .con .text .title {
	font-size: 24px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC5Content .item .con .text .subTitle {
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC5Content .item .con .text .info {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin: 15px 0 30px;
}

.indexC5Content .item .con .text .icn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 31px;
}

.indexC5Content .item .con .pic::before {
	padding-top: 56.2857%;
}

.indexC5Content .item.kp {
	width: 980px;
	padding-left: 240px;
	background: #fff url(../images/new/c5Bg1.png) no-repeat left bottom;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	overflow: hidden;
}

.indexC5Content .item.kp .conTent {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 60px;
	padding-right: 50px;
}

.indexC5Content .item.kp .conTent .indexMore {
	text-align: right;
	padding-right: 46px;
}

.indexC5Content .item.kp .conTent .indexTitle {
	text-align: left;
	position: relative;
	margin-bottom: 50px;
}

.indexC5Content .item.kp .conTent .indexTitle::before {
	content: '';
	width: 80%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/new/titlex.png) no-repeat center right;
}

.indexC5Content .item.kp .conTent .icn {
	width: 55px;
	height: 55px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 35px 31px;
}

dl.indexC5NewsDl {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 46px 0 0;
	max-height: 300px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.1);
	margin-bottom: 65px;
}

dl.indexC5NewsDl dt {
	padding: 15px 0;
	border-bottom: 1px solid rgba(153, 153, 153, 0.1);
	margin-bottom: 10px;
}

dl.indexC5NewsDl dt .con {
	overflow: hidden;
}

dl.indexC5NewsDl dt .con .title {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.indexC5NewsDl dt .con .title a {
	font-size: 16px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

dl.indexC5NewsDl dt:hover .con .title a {
	color: #97112d;
}

dl.indexC5NewsDl dt .con .info {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

dl.indexC5NewsDl dd .con .title {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.indexC5NewsDl dd .con .title a {
	font-size: 14px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

dl.indexC5NewsDl dd:hover .con .title a {
	color: #97112d;
}

dl.indexC5NewsDl dd .con .title::before {
	content: '';
	width: 30px;
	height: 100%;
	background: url(../images/new/c5Icn0.png) no-repeat left center;
	background-size: 15px 17px;
	position: absolute;
	left: 0;
	top: 0;
}

dl.indexC5NewsDl dd .con .time {
	font-size: 14px;
	color: #333333;
	float: right;
	display: inline;
	margin-left: 70px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.indexC5Content .item.kj {
	padding: 40px 0 110px;
}

.indexC5Content .item.kj .con .text {
	background: #2056a7 url(../images/new/c5textBg.png) no-repeat;
	background-size: cover;
}

.indexC5Content .item.dj {
	padding: 150px 0 0;
}

.indexC5Content .item.dj .con .text {
	background: #97112d url(../images/new/c5textBg.png) no-repeat;
	background-size: cover;
}
.indexC5Banner .prev {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/new/jobPrevh.png) no-repeat center center;
	position: absolute;
	left: 46%;
	bottom: 20px;
	z-index: 1;
	display: none;
}

.indexC5Banner .next {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/new/jobNexth.png) no-repeat center center;
	position: absolute;
	right: 46%;
	bottom: 20px;
	z-index: 1;
	display: none;
}
.indexC5Banner .bd{
	margin-right: -30px;
	padding-top: 66px;
}
.indexC5Banner .myslide{
	margin-right: 30px;
}
.indexC5Banner .myslide:nth-child(3n+1) .con{
	background-color: rgb(151, 17, 45);
}
.indexC5Banner .myslide:nth-child(3n+2) .con{
	background-color: rgb(198, 96, 48);
}
.indexC5Banner .myslide:nth-child(3n+3) .con{
	background-color: rgb(32, 86, 167);
}
.indexImgText1Dl{
	overflow: hidden;
}
.indexImgText1Dl dd{
	width: 100%;
	float: left;
	display: inline;
}
.indexImgText1Dl dd .con{
	border-radius: 8px;
	overflow: hidden;
}
.indexImgText1Dl dd .pic{
	width: 100%;
}
.indexImgText1Dl dd .pic::before{
	padding-top: 58.2609%;
}
.indexImgText1Dl dd .text{
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
}
.indexImgText1Dl dd .text .titleBox{
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.indexImgText1Dl dd .text .title{
	font-size: 24px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexImgText1Dl dd .text .subTitle{
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexImgText1Dl dd .text .info{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin: 15px 0 30px;
}
.indexImgText1Dl dd .text .icn{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	margin-bottom: 76px;
}
/* —————————— 第5通栏 end —————————— */
/* —————————— 第6通栏 start —————————— */
.column6 {
	background: #fff;
	padding: 94px 0 0;
}

.indexC6Con {
	padding: 80px 0;
	overflow: hidden;
}

.indexC6TabTitle {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.indexC6TabTitle dd {
	display: inline-block;
}

.indexC6TabTitle dd .con {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 50px;
	border-radius: 20px;
	background: #e6e6e6;
	color: #333333;
	margin: 0 15px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexC6TabTitle dd.hover .con,
.indexC6TabTitle dd:hover .con {
	color: #fff;
	background: #97112d;
}

.indexC6TabContent {
	overflow: hidden;
	position: relative;
}

.indexC6Info {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	width: 100%;
}

.indexC6Info.active {
	position: relative;
	opacity: 1;
	z-index: 1;
}

.indexC6Info .indexC6InfoL {
	width: 50%;
	float: left;
	display: inline;
	position: relative;
}

.indexC6ConDl {
	width: 50%;
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: -10px;
}

.indexC6ConDl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.indexC6ConDl dd .con {
	margin-right: 10px;
}

.indexC6ConDl dd .con .pic {
	border-radius: 8px;
	overflow: hidden;
}

.indexC6ConDl dd .con .pic::before {
	padding-top: 66.6667%;
}

.indexC6Banner {
	margin-right: 10px;
}

.indexC6Banner .bd {
	overflow: hidden;
}

.indexC6Banner .slick-list {
	width: 100%;
	overflow: visible;
}

.indexC6Banner .myslide {
	width: 100%;
	float: left;
	display: inline;
}

.indexC6Banner .con .pic {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.indexC6Banner .con .pic::before {
	padding-top: 67.0504%;
}

.indexC6Banner .prev {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/new/jobPrevh.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.indexC6Banner .next {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/new/jobNexth.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

/* —————————— 第6通栏 end —————————— */
/* ==================== 首页 end ==================== */
