@charset "UTF-8";
i{ font-style:normal}
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 999;
	background-color: #fff;
	opacity: 1;
	transition: .5s;
}

.top .con dd:last-child {
	padding-right: 0;
}

/* logo start */
.logo img {
	width: 100%;
	margin-top: 15px;
}

.logo {
	width: 400px;
	height: 90px;
	overflow: hidden;
	position: relative;
}

/* logo end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;
	right: -60px;
	top: -40px;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
	width: 90px !important;
	left: 50% !important;
	margin-left: -45px;
	bottom: 100%;
	top: auto !important;
	overflow: hidden;
	height: auto !important;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg {
	width: auto !important;
}

/* 视频弹窗 end */
/* 搜索 start */
.topR {
	margin-top: 32px;
}

.search {
	overflow: hidden;
	background: #f2f2f2;
}

.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: 38px;
	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;
}

.topSearch {
	width: 40px;
	height: 40px;
	background: #0a569e url(../images/common/searchH.png) no-repeat center center;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.topSearch:hover {
	background-color: #d71718;
}

.animHide {
	opacity: 0;
}

.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;
	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;
	padding-left: 10px;
	background: #fff;
}

.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: #292e88 url(../images/common/searchH.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
	}
}

/* 搜索 end */
/* 导航 start */
.menuBox {
	background: #ec0101;
	position: relative;
	z-index: 1;
}

.menuDl {
	float: right;
}

.menuDl::after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	float: left;
	padding: 0 22px;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.menuDl dd.hover .shuidi {color: #ec0101;}

.menuDl dd a {
	color: #181818;
}

.menuDl dd .shuidi {
	height: 90px;
	line-height: 90px;
	transition: .5s;
}

.menuDl dd:hover>a {
	color: #ec0101;
}

.subTop .menuDl dd:hover .shuidi {
	color: #ec0101;
}

.menuDl dd .ej {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    z-index: 3;
    border-radius: 5px;
    transition: all .5s linear;
    opacity: 0;
}

.menuDl dd .ej li {
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	margin-bottom: 1px
}

.subTop .menuDl dd .ej li a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #ffffff;
	margin-bottom: 1px
}

.menuDl dd .ej li:hover a {
	color: #fff;
	background-color: #ec0101;
}

.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: #ec0101;
	background: #fff;
}

.menuDl dd .sj a.hover {
	color: #ec0101;
	background: #fff;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.menuDl dd.hover .shuidi::after,
.menuDl dd:hover .shuidi::after {
	display: block;
	content: "";
	width: 31px;
	height: 14px;
	position: absolute;
	background: url(../images/icon/nav_active.png) center center no-repeat;
	background-size: 100%;
	bottom: 0;
	left: 50%;
	margin-left: -17px;
	color: #ec0101;
	transition: .5s;
}

.subTop .top {
	background: #fff;
}

.subTop .top .menuDl dd.hover .shuidi::after {
	display: block;
	content: "";
	width: 8px;
	height: 10px;
	position: absolute;
	background: url(../images/icon/nav_active.png) center center no-repeat;
	bottom: 20px;
	right: 50%;
	margin-right: -4px;
	color: #ec0101;
	transition: .5s;
}

.top .imgLogo2 {
	display: none;
}

.subTop .top .imgLogo2 {
	display: block;
}

.subTop .top .imgLogo1 {
	display: none;
}

.subTop .menuDl dd a {
	color: #181818;
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	width: 100%;
	height: 100%;
}
.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;
}
svg .bg {
    stroke-dasharray: 0 144.5;
    stroke: rgba(255, 255, 255, .3);
}
.progress-bar .fill{
	animation: runNum 8.5s linear infinite;
	-webkit-animation: runNum 8.5s linear infinite;
}
.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}
@keyframes runNum{
	0%{stroke-dashoffset:145px}
	100%{
		stroke-dashoffset:0px
	}
}
@-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;
}

.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 .bg {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.15);
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 11.25%;
	left: 11.5416%;
	font-size: 24px;
	overflow: hidden;
}

.indexBanner .slick-dots li {
	display: inline-block;
	border-radius: 5px;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
	transition: all .5s;
	font-family: 'cg';
	font-weight: bold;
	color: #fff;
}

.indexBanner .slick-dots li.slick-active {
	font-size: 48px;
	color: #ec0101;
}

.indexBanner .slick-dots li::before {
	position: absolute;
	display: block;
	content: '/';
	color: #fff;
	left: -20px;
	top: 0;
	font-size: 24px;
}

.indexBanner .slick-dots li.slick-active::before {
	position: absolute;
	display: block;
	content: '/';
	color: #fff;
	left: -18px;
	bottom: 8px;
	top: auto;
	font-size: 24px;
}

.indexBanner .slick-dots li:first-child:before,
.indexBanner .slick-dots li.slick.active:first-child:before {
	display: none;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .prev,
.indexBanner .next {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 58px;
	right: 13.5416%;
	background: #fff url(../images/icon/prev.png) center center no-repeat;
	border-radius: 50%;
	cursor: pointer;
	z-index: 6;
	transform: rotate(180deg);
}

.indexBanner .prev {
	right: 20%;
	transform: rotate(0deg);
}

.indexBanner .next:hover {
	transform: rotate(0deg);
	background: #f5f5f5 url(../images/icon/prev-active.png) center center no-repeat;
}

.indexBanner .prev:hover {
	background: #f5f5f5 url(../images/icon/prev-active.png) center center no-repeat;
	transform: rotate(180deg);
}

.progress-bar {
	position: absolute;
	bottom: 58px;
	right: 16.8%;
	width: 50px;
	height: 50px;
	transform: rotate(-90deg);
	cursor: pointer;
  }
  
  svg circle {
	fill: none;
	stroke-width: 4;
	stroke-linecap: round;
	transform: translate(1px, 1px);
  }
  
  svg .fill {
	stroke-dasharray: 144.5 144.5;
	stroke: #fff;
  }
  svg .bg {
	stroke-dasharray: 0 144.5;
	stroke: rgba(255, 255, 255, .3);
  }
  
.progress-bar .play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	transform: rotate(90deg);
	transition: .5s;
}
.progress-bar .play.bf {opacity: 0;}
  


.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 .mySlide.on .bg {
	transform: scale(1);
}

.indexBanner .mySlide .title {
	padding-top: 10.4859%;
	line-height: 108px;
	font-size: 54px;
	color: #fff;
	font-weight: bold;
}

.indexBanner .mySlide .title1 {
	line-height: 48px;
	font-size: 34px;
	color: #fff;
	margin-bottom: 22px;
	position: relative;
	display: inline-block;
	padding: 0 22px;
}

.indexBanner .mySlide .textC {
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	width: 560px;
}

.indexBanner .mySlide .title1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 15px;
	background: #ec0101;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: #333333;
	position: relative;
}
.footer::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../test/index/footerBg.png) center center no-repeat;
	background-size: cover;
	opacity: .2;
	z-index:1;
}
.footercol1 {
	padding-top: 24px;
	overflow: hidden;
	margin-bottom: 10px;
	z-index: 6;
	position: relative;
}
.footerLogo {
	float: left;
	width: 430px;
	margin-right: 30px;
}
.footerLogo img {
	width: 100%;
	height: 60px;
}
.footerLine {
	float: left;
	width: 720px;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	margin-top: 34px;
}
.footerRight {
	float: right;
	text-align: right;
}
.footerRight .title {
	line-height: 28px;
	height: 28px;
	font-size: 18px;
	color: #ffffff;
}
.footerRight .title1 {
	line-height: 42px;
	height: 42px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
/* 友情链接end   */
/* 底部中间start   */
.footerCenter {
	overflow: hidden;
	z-index: 6;
	position: relative;
}
.footerList {
	overflow: hidden;
	float: left;
	margin-bottom: 34px;
}
.footerList dd {
	float: left;
}
.footerList dd .title>a {
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	margin-right: 64px;
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
}
.footerList dd .title>a::before {
	position: absolute;
	display: block;
	content: '';
	width: 50%;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	bottom: 0;
	left: 0;
}
.footerList .title li a {
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
}
.footerList .title a:hover {
	color: rgba(255, 255, 255, .8);
}
.footerRight1 {
	float: right;
	padding-top: 48px;
}
.footerRight1 img {
	width: 140px;
	height: 140px;
	border-radius: 10px;
}
.footerRight1 .title {
	line-height: 44px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	z-index: 6;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	border-top: 1px solid rgba(255, 255, 255, .2);
	position: relative;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	color: rgba(255, 255, 255, .6);
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: rgba(255, 255, 255, .6);
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
	color: rgba(255, 255, 255, .6)
}

.friendCopyRight .conR a {
	color: rgba(255, 255, 255, .6);
}

.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: 27.3958%;
}

.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: relative;
	text-align: center;
}

.subBanner .textC .cnTitle {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
	margin-bottom: 10px;
}

.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: 60px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
}

.location {
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #666666;
	font-size: 14px;
}

.location a:hover {
	color: #ec0101
}

.location a.hover {
	color: #ec0101
}

.subNavBox {
	margin-right: -15px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 60px;
	color: #181818;
	font-size: 15px;
	padding: 0 14px;
}

.subNav a.hover {
	color: #ec0101
}

.subNav a:hover {
	color: #ec0101
}
.subNavBox .menuIcon>div {
	background-color: #ec0101 !important;
}
/* ————— 当前位置 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: #ec0101;
	color: #FFF;
	border-color: #ec0101;
}

.sjMenu a.hover {
	background: #ec0101;
	color: #FFF;
	border-color: #ec0101;
}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #ec0101;
	color: #fff;
}

.page a.hover {
	background: #ec0101;
	color: #fff;
}

.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;
}

.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: #ec0101;
	color: #FFF;
	border-color: #ec0101;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #ec0101;
	border-color: #ec0101;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle .title1 {
	line-height: 56px;
	font-size: 36px;
	color: #181818;
	font-weight: bold;
}
.indexTitle .title2 {
	line-height: 42px;
	font-size: 30px;
	color: #999999;
	font-family: 'cg';
}
.indexMore {
	display: inline-block;
	position: relative;
	border: 1px solid #ec0101;
	border-radius: 28px 28px 28px 0;
	width: 180px;
	overflow: hidden;
}
.indexMore .more {
	position: relative;
	line-height: 56px;
	font-size: 16px;
	color: #ec0101;
	text-align: center;
	z-index: 6;
	transition: all .5s;
	font-weight: bold;
}
.indexMore .more span {
	display: inline-block;
	background: url(../images/icon/indexMore.png) center center no-repeat;
	background-size: 100%;
	width: 24px;
	height: 12px;
	margin-left: 30px;
	transition: .5s;
}
.indexMore::before {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	background-color: #ec0101;
	border-radius: 28px 28px 28px 0;
	z-index: 1;
	transition: all .5s;
}
.indexMore:hover .more{color: #fff;}
.indexMore:hover .more span {background: url(../images/icon/indexMore-hover.png) center center no-repeat;}
.indexMore:hover::before {width: 100%;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section2 {
	background: url(../test/index/col2-bg.jpg) center center no-repeat;
}
.section2 .title a{
	display: inline-block;
	padding-top: 55px;
	line-height: 40px;
	font-size: 30px;
	color: #181818;
}
.section2 .price {
	line-height: 80px;
	font-size: 24px;
	color: #ec0101;
	font-weight: bold;
}
.section2 .textC {
	line-height: 30px;
	font-size: 15px;
	color: #999999;
	width: 50%;
	margin-bottom: 48px;
}
.section2 .indexMore {
	margin-bottom: 120px;
}
.col2Slick {
	margin: 0 -10px;
	position: relative;
}
.col2Slick .slick-slide{
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #f2f5f8 url(../test/index/col2-slickBg.jpg) center center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	height: 180px;
	padding: 0 30px;
}
.col2Slick .slick-slide .pic::before {
	padding-top: 51.7241%;
}
.col2Slick .slick-slide:hover{background: #ec0101;}
.col2Slick .slick-slide .num {
	position: absolute;
	top: 15px;
	left: 35px;
	line-height: 34px;
	font-size: 48px;
	color: rgba(255, 255, 255, .4);
	font-family: 'cg';
	font-weight: bold;
	z-index: 5;
}
.col2Slick .slick-slide .more {
	width: 55px;
	height: 30px;
	background: #fdfdfd url(../images/icon//min-more.png) center center no-repeat;
	border-radius: 30px;
	overflow: hidden;
	transition: all .5s;
}
.col2Slick .slick-slide .tit {
	position: relative;
	padding-top: 40px;
	line-height: 22px;
	height: 44px;
	font-size: 18px;
	color: #181818;
	font-weight: bold;
	margin-bottom: 38px;
	z-index: 6;
	margin-right: 150px;
}
.col2Slick .slick-slide .price1 {
	line-height: 18px;
	font-size: 18px;
	color: #181818;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s;
}
.col2Slick .slick-slide img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 38px;
	margin: auto;
	width: 150px;
	height: 112px;
	object-fit: contain;
}
.col2Slick .prev,
.col2Slick .next {
	position: absolute;
	width: 34px;
	height: 60px;
	background: rgba(0, 0, 0, .1) url(../images/icon/min-more.png) center center no-repeat;
	right: 10px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	z-index: 6;
	border-radius: 10px 0 0 10px;
}
.col2Slick .prev {
	right: auto;
	left: 10px;
	transform: rotate(180deg);
}
.col2Slick .slick-slide:hover .title {color: #fff;}
.col2Slick .slick-slide:hover .more {height: 0;opacity: 0;}
.col2Slick .slick-slide:hover .price1 {height: unset;opacity: 1;color: #fff;}
.section2 .zhezhao {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
	transition: all 1s;
	opacity: 1;
}
.section2 .zhezhao .pic {
	mask-image:url(../images/icon/col2-zhezhao.png);
	-webkit-mask-image:url(../images/icon/col2-zhezhao.png);
	mask-size: cover;
	overflow: hidden;
	transition: clip-path 1.5s ease-in-out;
	clip-path: circle(0vw at 17vw 0%);
}
.section2 .zhezhao .pic::before {
	padding-top: 62.6556%;
}
.section2 .zhezhao .img {
	display: inline-block;
    width: 100%;
    height: 100%;
    transition: clip-path 1.5s ease-in-out;
	object-fit: cover;
    object-position: center center;
}
.section2 .zhezhao .pic::after {
	position: absolute;
	display: block;
	content: '';
	width: 956px;
	height: 600px;
	background-color: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
}
.section2 .zhezhao .icon {
	width: 300px;
	height: 270px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 40px;
	left: 70px;
}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3 {
	background: url(../test/index/col3-bg.jpg) center center no-repeat;
}
.section3 .bg {
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.column3Left {
	position: relative;
	z-index: 6;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -720px;
}
.column3Left .h50, 
.column3Left .h10{
	position: relative;
	z-index: 5;
	width: 1px;
}
.section3 .indexTitle .title1 {color: #fff;}
.section3 .indexTitle .title2 {color: rgba(255, 255, 255, .5);}
.section3 .pd {
	padding-bottom: 110px;
}
.column3Left .textC {
	padding-top: 55px;
	line-height: 30px;
	font-size: 15px;
	color: rgba(255, 255, 255, .8);
	margin-bottom: 170px;
	width: 520px;
	padding-right: 170px;
	box-sizing: border-box;
}
.column3Slick {
	position: relative;
	height: 100%;
	z-index: 10;
	margin-left: 39.5833%;
}
.column3Slick .slick-track,
.column3Slick .slick-list,
.column3Slick .bd{height: 100%;}
.column3Slick .slick-slide {
	display: table !important;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .3);
	height: 100%;
	padding: 0 70px;
	transition: all .5s;
	position: relative;
}
.column3Slick .slick-slide::before {
	position: absolute;
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
	z-index: -1;
}
.column3Slick .slick-slide .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all .5s;
}
.column3Slick .slick-slide:hover::before {
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
	opacity: 1;
}
.column3Slick .slick-slide.slick-current::before {
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
	opacity: 1;
}
.column3Slick .slick-slide .title {
	display: inline-block;
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	padding-top: 4px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.column3Slick .slick-slide .line {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32.5px;
	width: 65px;
	height: 1px;
	background-color: #fff;
	transition: all .5s;
}
.column3Slick .slick-slide .line::before,
.column3Slick .slick-slide .line::after {
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 1px;
	background-color: #fff;
	left: -10px;
	bottom: 0;
}
.column3Slick .slick-slide .line::after {
	left: auto;
	right: -10px;
}
.column3Slick .slick-slide .textC {
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
	height: 0;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.column3Slick .slick-slide.slick-current .textC {
	height: 90px;
}
.column3Slick .slick-slide.slick-current .line {
	opacity: 0;
}
.column3Slick .slick-slide.slick-current .title {
	font-size: 30px;
}
.column3Slick .slick-slide.slick-current .icon {
	transform: translateY(-10px);
}
.column3Slick .prev,
.column3Slick .next {
	position: absolute;
	width: 45px;
	height: 45px;
	left: -45%;
	bottom: 22.5185%;
	z-index: 999;
	cursor: pointer;
}
.column3Slick .next {
	left: -38%;
}
.column3Slick .prev::after,
.column3Slick .next::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/icon/btn-yuan.png) center center no-repeat;
	background-size: 100%;
	animation: 4s yuan linear infinite;
}
.column3Slick .prev::before,
.column3Slick .next::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/icon/prev.png) center center no-repeat;
}
.column3Slick .next::before {
	transform: rotate(180deg);
	animation-delay: 2s;
}
.column3Slick .slick-dots {
	position: absolute;
	bottom: 22.5185%;
	left: -7%;
	font-size: 24px;
	height: 37px;
    width: 50px;
    overflow: hidden;
}
.column3Slick .slick-dots::before {
	position: absolute;
	display: block;
	content: '/';
	color: #fff;
	font-size: 30px;
	right: 20px;
	top: 0;
}

.column3Slick .slick-dots li {
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all .5s;
	color: #fff;
	font-size: 30px;
	position: absolute;
	opacity: 0;
}

.column3Slick .slick-dots li.slick-active {
	opacity: 1;
	top: 0;
	left: 0;
}
.column3Slick .slick-dots li em {
	position: absolute;
	right: -28px;
	top: 0;
	color: #fff;
	font-size: 30px;
}
.column3Slick .line1 {
	width: 265px;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 24.5185%;
    left: -32%;
}
.column3Slick .line1 .lin {
	position: absolute;
	top: 0;
	left: 0;
	background: #f20019;
	width: 50px;
	height: 2px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
@keyframes yuan {
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.section4 {
	background: url(../test/index/col4-bg.jpg) center center no-repeat;
	background-size: cover;
}
.section4 .wrap {height: 100%;}
.section4 .left,
.section4 .center,
.section4 .right {
	width: 31.4%;
}
.section4 .left {
	float: left;
	display: inline;
	margin-right: 40px;
	height: 100%;
}
.section4 .leftList .pic {margin-bottom: 14px;margin-top: 50px;border-radius: 10px;}
.section4 .leftList .pic::before {
	padding-top: 60%;
}
.section4 .leftList .text {overflow: hidden;}
.section4 .leftList .title{
	float: left;
	line-height: 50px;
	font-size: 18px;
	color: #181818;
	width: 360px;
}
.section4 .leftList .time {
	float: right;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
}
.section4 .center {
	float: left;
	display: inline;
	height: 100%;
	margin-right: 40px;
}
.section4 .centerList dd{
	padding-bottom: 20px;
	border-top: 1px solid rgba(153, 153, 153, .3);
	padding-top: 20px;
}
.section4 .centerList dd:first-child {
	border: none;
	padding-top: 0;
}
.section4 .centerList {
	padding-top: 162px;
}
.section4 .centerList .title a {
	line-height: 28px;
	font-size: 18px;
	color: #181818;
	margin-bottom: 10px;
	display: inline-block;
}

.section4 .centerList .textC {
	line-height: 26px;
	font-size: 16px;
	color: #999999;
}
.section4 .centerList .time {
	line-height: 44px;
	font-size: 15px;
	color: #999999;
}
.section4 .right {
	float: left;
	display: inline;
	height: 100%;
}
.column3TjcCRDnT {
	overflow: hidden;
	min-height: 40px;
	margin-bottom: 60px;
}

.column3TjcCRDnT .item {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	padding-right: 11px;
	margin-right: 10px;
	position: relative;
}

.column3TjcCRDnT .item a {
	color: #181818;
	font-size: 18px;
}

.column3TjcCRDnT .item.hover a {
	color: #ec0101;
}

.column3TjcCRDnC .item {
	height: 0;
	overflow: hidden;
}

.column3TjcCRDnC .item.show {
	height: unset;
}
.column3TjcCRDnC .pic{
	float: left;
	display: inline;
	width: 200px;
	margin-right: 20px;
	border-radius: 5px;
}
.section4 .right .pic::before {
	padding-top: 60%;
}
.column3TjcCRDnC .text {
	overflow: hidden;
}
.section4 .right dd{
	padding-bottom: 20px;
	border-top: 1px solid rgba(153, 153, 153, .3);
	padding-top: 30px;
	overflow: hidden;
}
.section4 .right dd:first-child {
	border: none;
	padding-top: 0;
}
.section4 .right .title .tit {
	line-height: 32px;
	font-size: 18px;
	color: #181818;
	margin-bottom: 6px;
	display: inline-block;
}

.section4 .right .textC {
	line-height: 26px;
	font-size: 16px;
	color: #999999;
	margin-bottom: 12px;
}
.section4 .right .time {
	line-height: 20px;
	font-size: 15px;
	color: #999999;
}
.section4 .centerList dd:hover a,
.section4 .leftList dd:hover .title,
.section4 .right dd:hover .title a{
	color: #ec0101;
}
.section4 .rightList {
	padding-top: 72px;
}
.section4 .time span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon/time.png) center center no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 8px;
}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5 {
	height: 100%;
	overflow: hidden;
	background: url(../test/index/col5-bg.jpg) center center no-repeat;
	background-size: cover;
    padding-left: 12.2051%;
}
.column5left {
	height: 100%;
	width: 30%;
	float: left;
	padding-right: 60px;
}
.column5left .title a{
	display: inline-block;
	line-height: 68px;
	font-size: 24px;
	color: #181818;
	padding-top: 20px;
}
.column5left .textC {
	line-height: 30px;
	font-size: 15px;
	color: #999999;
	box-sizing: border-box;
}
.column5List {
	overflow: hidden;
	padding-top: 60px;
}
.column5List dd {
	width: 33.3333%;
	float: left;
}
.column5List dd .num {
	line-height: 58px;
	font-size: 48px;
	font-weight: bold;
	font-family: 'cg';
	color: #ec0101;
}
.column5List dd .num span {
	font-size: 20px;
	vertical-align: super;
	margin-left: 5px;
}
.column5List .num em {
	margin-right: 5px;
	vertical-align: top;
}
.column5List .t {
	line-height: 42px;
	font-size: 15px;
	color: #ec0101;
	margin-bottom: 15px;
}
.column5Box {
	position: relative;
	width: 179%;
}
.column5List2 {
	background-color: #fff;
	width: 100%;
	height: 195px;
	border-radius: 10px 0 10px 10px;
	overflow: hidden;
}
.column5List2 dd{
	width: 33.3333%;
	height: 100%;
	float: left;
	text-align: center;
}
.column5List2 .icon {
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 15px;
}
.column5List2 .text {
	display: inline-block;
	text-align: left;
}
.column5List2 .text .title {
	line-height: 32px;
	font-size: 16px;
	color: #999999;
}
.column5List2 .text .title1 {
	line-height: 20px;
	font-size: 14px;
	color: #999999;
}
.column5Main {
	position: absolute;
	top: -100px;
	right: 0;
	background-color: rgba(236, 1, 1, .9);
	width: 37.5%;
	height: 100px;
	border-radius: 0 10px 0 0;
	padding: 0 30px;
	box-sizing: border-box;
}
.column5Main .title {
	line-height: 32px;
	font-size: 18px;
	color: #fff;
}
.column5Main .textC {
	font-size: 14px;
}
.column5right{
	overflow: hidden;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}
/* ————— 第5通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */
.menuDl dd .ej.show {
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}